linux-block
Thread
Date
Later messages
Messages by Thread
Re: [PATCH v2 00/10] block: second batch of add_disk() error handling conversions
Jens Axboe
fix a dax/block device attribute registration regression
Christoph Hellwig
[PATCH 1/3] nvdimm/pmem: fix creating the dax group
Christoph Hellwig
Re: [PATCH 1/3] nvdimm/pmem: fix creating the dax group
Ira Weiny
Re: [PATCH 1/3] nvdimm/pmem: fix creating the dax group
Dan Williams
[PATCH 2/3] nvdimm/pmem: move dax_attribute_group from dax to pmem
Christoph Hellwig
Re: [PATCH 2/3] nvdimm/pmem: move dax_attribute_group from dax to pmem
kernel test robot
Re: [PATCH 2/3] nvdimm/pmem: move dax_attribute_group from dax to pmem
Dan Williams
Re: [PATCH 2/3] nvdimm/pmem: move dax_attribute_group from dax to pmem
Ira Weiny
Re: [PATCH 2/3] nvdimm/pmem: move dax_attribute_group from dax to pmem
Dan Williams
Re: [PATCH 2/3] nvdimm/pmem: move dax_attribute_group from dax to pmem
Dan Williams
[PATCH 3/3] block: warn if ->groups is set when calling add_disk
Christoph Hellwig
Re: [PATCH 3/3] block: warn if ->groups is set when calling add_disk
Ira Weiny
Re: [PATCH 3/3] block: warn if ->groups is set when calling add_disk
Dan Williams
Re: [PATCH 3/3] block: warn if ->groups is set when calling add_disk
Christoph Hellwig
fix a dax/block device attribute registration regression
Christoph Hellwig
[PATCH 1/3] nvdimm/pmem: fix creating the dax group
Christoph Hellwig
[PATCH 2/3] nvdimm/pmem: move dax_attribute_group from dax to pmem
Christoph Hellwig
Re: [PATCH 2/3] nvdimm/pmem: move dax_attribute_group from dax to pmem
Ira Weiny
[PATCH 3/3] block: warn if ->groups is set when calling add_disk
Christoph Hellwig
Re: fix a dax/block device attribute registration regression
Dan Williams
[PATCH v2 0/7] badblocks improvement for multiple bad block ranges
Coly Li
[PATCH v2 1/6] badblocks: add more helper structure and routines in badblocks.h
Coly Li
[PATCH v2 2/6] badblocks: add helper routines for badblock ranges handling
Coly Li
[PATCH v2 3/6] badblocks: improvement badblocks_set() for multiple ranges handling
Coly Li
[PATCH v2 4/6] badblocks: improve badblocks_clear() for multiple ranges handling
Coly Li
[PATCH v2 5/6] badblocks: improve badblocks_check() for multiple ranges handling
Coly Li
[PATCH v2 6/6] badblocks: switch to the improved badblock handling code
Coly Li
[PATCH] test: user space code to test badblocks APIs
Coly Li
[PATCH v3 0/7] badblocks improvement for multiple bad block ranges
Coly Li
[PATCH v3 1/6] badblocks: add more helper structure and routines in badblocks.h
Coly Li
Re: [PATCH v3 1/6] badblocks: add more helper structure and routines in badblocks.h
Geliang Tang
Re: [PATCH v3 1/6] badblocks: add more helper structure and routines in badblocks.h
Coly Li
[PATCH v3 2/6] badblocks: add helper routines for badblock ranges handling
Coly Li
Re: [PATCH v3 2/6] badblocks: add helper routines for badblock ranges handling
Geliang Tang
Re: [PATCH v3 2/6] badblocks: add helper routines for badblock ranges handling
Coly Li
[PATCH v3 3/6] badblocks: improvement badblocks_set() for multiple ranges handling
Coly Li
Re: [PATCH v3 3/6] badblocks: improvement badblocks_set() for multiple ranges handling
Geliang Tang
Re: [PATCH v3 3/6] badblocks: improvement badblocks_set() for multiple ranges handling
Coly Li
[PATCH v3 4/6] badblocks: improve badblocks_clear() for multiple ranges handling
Coly Li
[PATCH v3 5/6] badblocks: improve badblocks_check() for multiple ranges handling
Coly Li
[PATCH v3 6/6] badblocks: switch to the improved badblock handling code
Coly Li
[PATCH] test: user space code to test badblocks APIs
Coly Li
Too large badblocks sysfs file (was: [PATCH v3 0/7] badblocks improvement for multiple bad block ranges)
Coly Li
Re: Too large badblocks sysfs file (was: [PATCH v3 0/7] badblocks improvement for multiple bad block ranges)
Greg Kroah-Hartman
Re: Too large badblocks sysfs file (was: [PATCH v3 0/7] badblocks improvement for multiple bad block ranges)
Coly Li
Re: Too large badblocks sysfs file (was: [PATCH v3 0/7] badblocks improvement for multiple bad block ranges)
Greg Kroah-Hartman
Re: Too large badblocks sysfs file (was: [PATCH v3 0/7] badblocks improvement for multiple bad block ranges)
Coly Li
Re: Too large badblocks sysfs file (was: [PATCH v3 0/7] badblocks improvement for multiple bad block ranges)
Hannes Reinecke
Re: Too large badblocks sysfs file (was: [PATCH v3 0/7] badblocks improvement for multiple bad block ranges)
Greg Kroah-Hartman
Re: Too large badblocks sysfs file (was: [PATCH v3 0/7] badblocks improvement for multiple bad block ranges)
NeilBrown
Re: Too large badblocks sysfs file (was: [PATCH v3 0/7] badblocks improvement for multiple bad block ranges)
Greg Kroah-Hartman
Re: Too large badblocks sysfs file (was: [PATCH v3 0/7] badblocks improvement for multiple bad block ranges)
Coly Li
[PATCH 00/10] block: first batch of add_disk() error handling conversions
Luis Chamberlain
[PATCH 07/10] nvdimm/blk: avoid calling del_gendisk() on early failures
Luis Chamberlain
[PATCH 06/10] nvdimm/btt: add error handling support for add_disk()
Luis Chamberlain
[PATCH 08/10] nvdimm/blk: add error handling support for add_disk()
Luis Chamberlain
[PATCH 10/10] zram: add error handling support for add_disk()
Luis Chamberlain
[PATCH 04/10] nvdimm/btt: do not call del_gendisk() if not needed
Luis Chamberlain
[PATCH 05/10] nvdimm/btt: use goto error labels on btt_blk_init()
Luis Chamberlain
[PATCH 09/10] xen-blkfront: add error handling support for add_disk()
Luis Chamberlain
[PATCH 03/10] nvme-multipath: add error handling support for add_disk()
Luis Chamberlain
Re: [PATCH 03/10] nvme-multipath: add error handling support for add_disk()
Keith Busch
Re: [PATCH 03/10] nvme-multipath: add error handling support for add_disk()
Luis Chamberlain
[PATCH 01/10] block/brd: add error handling support for add_disk()
Luis Chamberlain
[PATCH 02/10] bcache: add error handling support for add_disk()
Luis Chamberlain
Re: [PATCH 02/10] bcache: add error handling support for add_disk()
Coly Li
Re: [PATCH 00/10] block: first batch of add_disk() error handling conversions
Luis Chamberlain
[PATCH] blk-mq: Fix cpu indexing error in blk_mq_alloc_request_hctx()
James Smart
[bug report] null_blk: return fixed zoned reads > write pointer
Dan Carpenter
INFO: task syz-executor can't die for more than 143 seconds. (2)
syzbot
[PATCH liburing 1/2] test/timeout: add multi timeout reqs test with different timeout
zhangyi (F)
[PATCH liburing 2/2] test/timeout: add multi timeout reqs test with different count
zhangyi (F)
[PATCH 1/2] io_uring : correct timeout req sequence when waiting timeout
zhangyi (F)
[PATCH 2/2] io_uring: correct timeout req sequence when inserting a new entry
zhangyi (F)
Re: [PATCH 0/2] block, bfq: make bfq disable iocost and present a double interface
Paolo Valente
[PATCH] io_uring: ensure cq_entries is at least equal to or greater than sq_entries
Jackie Liu
Re: [PATCH] io_uring: ensure cq_entries is at least equal to or greater than sq_entries
Jeff Moyer
Re: [PATCH] io_uring: ensure cq_entries is at least equal to or greater than sq_entries
Jens Axboe
Some questions regarding block device semantics
Alberto Faria
[PATCH] blk-mq: remove needless goto from blk_mq_get_driver_tag
André Almeida
Re;
Martins Kwame
[PATCH v3 1/1] blk-mq: fill header with kernel-doc
André Almeida
[PATCH blktests 0/2] Add a test that triggers blk_mq_update_nr_hw_queues()
Bart Van Assche
[PATCH blktests 1/2] Move and rename uptime_s()
Bart Van Assche
Re: [PATCH blktests 1/2] Move and rename uptime_s()
Chaitanya Kulkarni
[PATCH blktests 2/2] Add a test that triggers blk_mq_update_nr_hw_queues()
Bart Van Assche
Re: [PATCH blktests 2/2] Add a test that triggers blk_mq_update_nr_hw_queues()
Chaitanya Kulkarni
[PATCH 0/4] Reduce the amount of memory required for request queues
Bart Van Assche
[PATCH 2/4] block: Fix a race between blk_poll() and blk_mq_update_nr_hw_queues()
Bart Van Assche
Re: [PATCH 2/4] block: Fix a race between blk_poll() and blk_mq_update_nr_hw_queues()
Ming Lei
[PATCH 4/4] block: Reduce the amount of memory used for tag sets
Bart Van Assche
[PATCH 3/4] block: Reduce the amount of memory required per request queue
Bart Van Assche
[PATCH 1/4] block: Remove the synchronize_rcu() call from __blk_mq_update_nr_hw_queues()
Bart Van Assche
Re: [PATCH 1/4] block: Remove the synchronize_rcu() call from __blk_mq_update_nr_hw_queues()
Ming Lei
[PATCH] Add prctl support for controlling PF_MEMALLOC V2
Mike Christie
Re: [PATCH] Add prctl support for controlling PF_MEMALLOC V2
Dave Chinner
Re: [PATCH] Add prctl support for controlling PF_MEMALLOC V2
Mike Christie
Re: [PATCH] Add prctl support for controlling PF_MEMALLOC V2
Michal Hocko
Re: [PATCH] Add prctl support for controlling PF_MEMALLOC V2
Mike Christie
Re: [PATCH] Add prctl support for controlling PF_MEMALLOC V2
Michal Hocko
Re: [PATCH] Add prctl support for controlling PF_MEMALLOC V2
Dave Chinner
Re: [PATCH] Add prctl support for controlling PF_MEMALLOC V2
Michal Hocko
Re: [PATCH] Add prctl support for controlling PF_MEMALLOC V2
Mike Christie
Re: [PATCH] Add prctl support for controlling PF_MEMALLOC V2
Michal Hocko
[PATCH 0/2] fix double completion of timed out commands
Josef Bacik
[PATCH 1/2] nbd: protect cmd->status with cmd->lock
Josef Bacik
[PATCH 2/2] nbd: handle racing with error'ed out commands
Josef Bacik
Re: [PATCH 0/2] fix double completion of timed out commands
Mike Christie
Re: liburing 0.2 release?
Jeff Moyer
Re: liburing 0.2 release?
Jens Axboe
Re: [RFC PATCH 1/2] block: add support for redirecting IO completion through eBPF
Hou Tao
Re: [RFC PATCH 1/2] block: add support for redirecting IO completion through eBPF
Bart Van Assche
Re: [RFC PATCH 1/2] block: add support for redirecting IO completion through eBPF
Jens Axboe
[PATCH liburing] Add test for overflow of timeout request's sequence
yangerkun
Re: [PATCH liburing] Add test for overflow of timeout request's sequence
Jens Axboe
[PATCH 0/2] bdev: Refresh bdev size for disks without partitioning
Jan Kara
[PATCH 1/2] bdev: Factor out bdev revalidation into a common helper
Jan Kara
Re: [PATCH 1/2] bdev: Factor out bdev revalidation into a common helper
Damien Le Moal
Re: [PATCH 1/2] bdev: Factor out bdev revalidation into a common helper
Jan Kara
Re: [PATCH 1/2] bdev: Factor out bdev revalidation into a common helper
Damien Le Moal
[PATCH 2/2] bdev: Refresh bdev size for disks without partitioning
Jan Kara
Re: [PATCH 2/2] bdev: Refresh bdev size for disks without partitioning
Guoqing Jiang
Re: [PATCH 2/2] bdev: Refresh bdev size for disks without partitioning
Jan Kara
Re: [PATCH 2/2] bdev: Refresh bdev size for disks without partitioning
Guoqing Jiang
Re: [PATCH 2/2] bdev: Refresh bdev size for disks without partitioning
Johannes Thumshirn
Re: [PATCH 2/2] bdev: Refresh bdev size for disks without partitioning
Guoqing Jiang
Re: [PATCH 2/2] bdev: Refresh bdev size for disks without partitioning
Jan Kara
Re: [PATCH 2/2] bdev: Refresh bdev size for disks without partitioning
Guoqing Jiang
Re: [PATCH v3] nbd_genl_status: null check for nla_nest_start
Michal Kubecek
[PATCH 0/2 v2] Small cleanups
Damien Le Moal
[PATCH 1/2 v2] nvme: Cleanup and rename nvme_block_nr()
Damien Le Moal
Re: [PATCH 1/2 v2] nvme: Cleanup and rename nvme_block_nr()
Christoph Hellwig
Re: [PATCH 1/2 v2] nvme: Cleanup and rename nvme_block_nr()
Christoph Hellwig
Re: [PATCH 1/2 v2] nvme: Cleanup and rename nvme_block_nr()
Johannes Thumshirn
[PATCH 2/2 v2] nvme: Introduce nvme_lba_to_sect()
Damien Le Moal
Re: [PATCH 2/2 v2] nvme: Introduce nvme_lba_to_sect()
Christoph Hellwig
Re: [PATCH 2/2 v2] nvme: Introduce nvme_lba_to_sect()
Johannes Thumshirn
Re: [PATCH 0/2 v2] Small cleanups
Keith Busch
[PATCH 0/2] Small cleanups
Damien Le Moal
[PATCH 1/2] nvme: Cleanup nvme_block_nr()
Damien Le Moal
Re: [PATCH 1/2] nvme: Cleanup nvme_block_nr()
Bart Van Assche
[PATCH 2/2] nvme: Introduce nvme_block_sect()
Damien Le Moal
Re: [PATCH 2/2] nvme: Introduce nvme_block_sect()
Bart Van Assche
Re: [PATCH V4 0/5] blk-mq: improvement on handling IO during CPU hotplug
Ming Lei
Re: [PATCH V4 0/5] blk-mq: improvement on handling IO during CPU hotplug
John Garry
Re: [PATCH V4 0/5] blk-mq: improvement on handling IO during CPU hotplug
Ming Lei
Re: [PATCH V4 0/5] blk-mq: improvement on handling IO during CPU hotplug
John Garry
Re: [PATCH V4 0/5] blk-mq: improvement on handling IO during CPU hotplug
Ming Lei
Re: [PATCH V4 0/5] blk-mq: improvement on handling IO during CPU hotplug
John Garry
Re: [PATCH V4 0/5] blk-mq: improvement on handling IO during CPU hotplug
Ming Lei
Re: [PATCH V4 0/5] blk-mq: improvement on handling IO during CPU hotplug
John Garry
Re: [PATCH V4 0/5] blk-mq: improvement on handling IO during CPU hotplug
Ming Lei
Re: [PATCH V4 0/5] blk-mq: improvement on handling IO during CPU hotplug
John Garry
Re: [PATCH V4 0/5] blk-mq: improvement on handling IO during CPU hotplug
Ming Lei
Re: bcache kbuild cleanups
Coly Li
[GIT PULL] Block fixes for 5.4-rc4
Jens Axboe
Re: [GIT PULL] Block fixes for 5.4-rc4
pr-tracker-bot
[PATCH AUTOSEL 4.19 097/100] nbd: fix possible sysfs duplicate warning
Sasha Levin
[PATCH AUTOSEL 4.14 53/56] nbd: fix possible sysfs duplicate warning
Sasha Levin
[PATCH AUTOSEL 5.3 85/89] nbd: fix possible sysfs duplicate warning
Sasha Levin
Disk size update on first open
Jan Kara
Re: [RFC v3] io_uring: add set of tracing events
Jens Axboe
Re: [RFC v3] io_uring: add set of tracing events
Dmitry Dolgov
Re: [RFC v3] io_uring: add set of tracing events
Jens Axboe
[PATCHSET] io_uring: add support for accept(4)
Jens Axboe
[PATCH 1/3] io_uring: add support for async work inheriting files table
Jens Axboe
Re: [PATCH 1/3] io_uring: add support for async work inheriting files table
Jann Horn
Re: [PATCH 1/3] io_uring: add support for async work inheriting files table
Jens Axboe
Re: [PATCH 1/3] io_uring: add support for async work inheriting files table
Jann Horn
Re: [PATCH 1/3] io_uring: add support for async work inheriting files table
Jens Axboe
Re: [PATCH 1/3] io_uring: add support for async work inheriting files table
Jann Horn
Re: [PATCH 1/3] io_uring: add support for async work inheriting files table
Jens Axboe
Re: [PATCH 1/3] io_uring: add support for async work inheriting files table
Jann Horn
Re: [PATCH 1/3] io_uring: add support for async work inheriting files table
Jens Axboe
Re: [PATCH 1/3] io_uring: add support for async work inheriting files table
Jens Axboe
Re: [PATCH 1/3] io_uring: add support for async work inheriting files table
Jann Horn
Re: [PATCH 1/3] io_uring: add support for async work inheriting files table
Jens Axboe
Re: [PATCH 1/3] io_uring: add support for async work inheriting files table
Jens Axboe
Re: [PATCH 1/3] io_uring: add support for async work inheriting files table
Jann Horn
Re: [PATCH 1/3] io_uring: add support for async work inheriting files table
Jens Axboe
Re: [PATCH 1/3] io_uring: add support for async work inheriting files table
Jann Horn
Re: [PATCH 1/3] io_uring: add support for async work inheriting files table
Wolfgang Bumiller
Re: [PATCH 1/3] io_uring: add support for async work inheriting files table
Jens Axboe
[PATCH 3/3] io_uring: add support for IORING_OP_ACCEPT
Jens Axboe
[PATCH 2/3] net: add __sys_accept4_file() helper
Jens Axboe
[PATCH] nbd: verify socket is supported during setup
Mike Christie
Re: [PATCH] nbd: verify socket is supported during setup
Richard W.M. Jones
[PATCH RESEND] null_blk: return fixed zoned reads > write pointer
Chaitanya Kulkarni
Re: [PATCH RESEND] null_blk: return fixed zoned reads > write pointer
Jens Axboe
Re: [PATCH] io_uring: fix up O_NONBLOCK handling for sockets
Sasha Levin
Re: [PATCH] io_uring: fix up O_NONBLOCK handling for sockets
Jackie Liu
Re: [PATCH] io_uring: fix up O_NONBLOCK handling for sockets
Jens Axboe
[engineering.redhat.com #498403] Re: [PATCH v2] nbd_genl_status: null check for nla_nest_start
Red Hat Product Security
Re: reeze while write on external usb 3.0 hard disk [Bug 204095]
Piergiorgio Sartor
Re: reeze while write on external usb 3.0 hard disk [Bug 204095]
Alan Stern
Re: [PATCH] io_uring: fix logic error in io_timeout
Jens Axboe
Re: INFO: task hung in nbd_ioctl
Eric Biggers
Re: INFO: task hung in nbd_ioctl
Richard W.M. Jones
Re: INFO: task hung in nbd_ioctl
Mike Christie
Later messages