Linux Block I/O
[Prev Page][Next Page]
- Re: [PATCH 01/23] block: add a helper to cancel atomic queue limit updates
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 01/23] block: add a helper to cancel atomic queue limit updates
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 01/23] block: add a helper to cancel atomic queue limit updates
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCHv2 0/2] block,nvme: latency-based I/O scheduler
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v6 00/10] block atomic writes
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [Lsf-pc] [LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] Meta/Integrity/PI improvements
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- [PATCH v6 28/28] block: Do not special-case plugging of zone write operations
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 27/28] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 26/28] block: Remove zone write locking
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 25/28] block: Replace zone_wlock debugfs entry with zone_wplugs entry
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 24/28] block: Move zone related debugfs attribute to blk-zoned.c
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 23/28] block: Do not check zone type in blk_check_zone_append()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 22/28] block: Remove elevator required features
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 21/28] block: mq-deadline: Remove support for zone write locking
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 20/28] block: Simplify blk_revalidate_disk_zones() interface
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 19/28] block: Remove BLK_STS_ZONE_RESOURCE
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 18/28] nvmet: zns: Do not reference the gendisk conv_zones_bitmap
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 17/28] null_blk: Introduce fua attribute
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 16/28] null_blk: Introduce zone_append_max_sectors attribute
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 15/28] null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 14/28] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 13/28] scsi: sd: Use the block layer zone append emulation
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 12/28] dm: Use the block layer zone append emulation
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 11/28] block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 10/28] block: Implement zone append emulation
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 09/28] block: Allow zero value of max_zone_append_sectors queue limit
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 08/28] block: Fake max open zones limit when there is no limit
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 07/28] block: Introduce zone write plugging
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 06/28] block: Remember zone capacity when revalidating zones
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 05/28] block: Allow using bio_attempt_back_merge() internally
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 04/28] block: Introduce bio_straddles_zones() and bio_offset_from_zone_start()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 03/28] block: Introduce blk_zone_update_request_bio()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 02/28] block: Remove req_bio_endio()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 01/28] block: Restore sector of flush requests
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v6 00/28] Zone write plugging
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: regression on BLKRRPART ioctl for EIO
- From: Saranya Muruganandam <saranyamohan@xxxxxxxxxx>
- [PATCH blktests] block/035: test return EIO from BLKRRPART
- From: Saranya Muruganandam <saranyamohan@xxxxxxxxxx>
- [PATCH] block: Fix BLKRRPART regression
- From: Saranya Muruganandam <saranyamohan@xxxxxxxxxx>
- Re: [PATCH v5 07/28] block: Introduce zone write plugging
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH v5 07/28] block: Introduce zone write plugging
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v5 07/28] block: Introduce zone write plugging
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH v5 07/28] block: Introduce zone write plugging
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCHv2 0/2] block,nvme: latency-based I/O scheduler
- From: Keith Busch <kbusch@xxxxxxxxxx>
- Re: [PATCH v5 16/28] null_blk: Introduce zone_append_max_sectors attribute
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v5 11/28] block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v5 08/28] block: Fake max open zones limit when there is no limit
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH 1/2] block: track per-node I/O latency
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v5 07/28] block: Introduce zone write plugging
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v5 06/28] block: Remember zone capacity when revalidating zones
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH 12/23] mpt3sas: switch to using ->device_configure
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH 10/23] scsi: add a device_configure method to the host template
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH 06/23] scsi: add a no_highmem flag to struct Scsi_Host
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH 05/23] scsi_transport_fc: add a max_bsg_segments field to struct fc_function_template
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH 03/23] mpi3mr: pass queue_limits to bsg_setup_queue
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH 01/23] block: add a helper to cancel atomic queue limit updates
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH] blk-iocost: avoid out of bounds shift
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH v6 00/10] block atomic writes
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [PATCH] blk-iocost: avoid out of bounds shift
- From: Rik van Riel <riel@xxxxxxxxxxx>
- Re: [v5.15 Regression] block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART
- From: Joseph Salisbury <joseph.salisbury@xxxxxxxxxxxxx>
- Re: [PATCH v5 00/28] Zone write plugging
- From: Hans Holmberg <Hans.Holmberg@xxxxxxx>
- Re: [RFC PATCH 1/5] rust: block: introduce `kernel::block::mq` module
- From: Benno Lossin <benno.lossin@xxxxxxxxx>
- Re: [PATCH 07/23] scsi: add a dma_alignment field to the host and host template
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 22/23] uas: switch to using ->device_configure to configure queue limits
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 12/25] gpio: virtio: drop owner assignment
- From: Linus Walleij <linus.walleij@xxxxxxxxxx>
- Re: [PATCH blktests v1 0/3] add blkdev type environment variable
- From: Shinichiro Kawasaki <shinichiro.kawasaki@xxxxxxx>
- Re: [Lsf-pc] [LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] Meta/Integrity/PI improvements
- From: Dongyang Li <dongyangli@xxxxxxx>
- Re: [RFC PATCH 1/5] rust: block: introduce `kernel::block::mq` module
- From: Andreas Hindborg <nmi@xxxxxxxxxxxx>
- Re: [PATCH] mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K
- From: Ulf Hansson <ulf.hansson@xxxxxxxxxx>
- Re: [RFC PATCH 1/5] rust: block: introduce `kernel::block::mq` module
- From: Benno Lossin <benno.lossin@xxxxxxxxx>
- Re: [PATCH blktests v1 0/3] add blkdev type environment variable
- From: Daniel Wagner <dwagner@xxxxxxx>
- Re: [PATCH blktests v1 0/3] add blkdev type environment variable
- From: Daniel Wagner <dwagner@xxxxxxx>
- Re: [PATCH blktests v1 0/3] add blkdev type environment variable
- From: Shinichiro Kawasaki <shinichiro.kawasaki@xxxxxxx>
- Re: [PATCH 01/23] block: add a helper to cancel atomic queue limit updates
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [PATCH v2 21/25] nvdimm: virtio_pmem: drop owner assignment
- From: "Gupta, Pankaj" <pankaj.gupta@xxxxxxx>
- Re: [RFC PATCH 1/5] rust: block: introduce `kernel::block::mq` module
- From: Andreas Hindborg <nmi@xxxxxxxxxxxx>
- Re: [v5.15 Regression] block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/2] block: track per-node I/O latency
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH 1/2] block: track per-node I/O latency
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH blktests v1 0/3] add blkdev type environment variable
- From: Chaitanya Kulkarni <chaitanyak@xxxxxxxxxx>
- [PATCH v4] block: Improve IOPS by removing the fairness code
- From: Bart Van Assche <bvanassche@xxxxxxx>
- [PATCH 2/2] block/mq-deadline: Fix the tag reservation code
- From: Bart Van Assche <bvanassche@xxxxxxx>
- [PATCH 1/2] block: Call .limit_depth() after .hctx has been set
- From: Bart Van Assche <bvanassche@xxxxxxx>
- [PATCH 0/2] Fix the mq-deadline async_depth implementation
- From: Bart Van Assche <bvanassche@xxxxxxx>
- [PATCH v3] block: Improve IOPS by removing the fairness code
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [RFC PATCH 1/5] rust: block: introduce `kernel::block::mq` module
- From: Benno Lossin <benno.lossin@xxxxxxxxx>
- Re: [RFC 4/9] dm: add llseek(SEEK_HOLE/SEEK_DATA) support
- From: Eric Blake <eblake@xxxxxxxxxx>
- Re: [PATCH 1/2] block: handle BLK_OPEN_RESTRICT_WRITES correctly
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [v5.15 Regression] block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART
- From: Joseph Salisbury <joseph.salisbury@xxxxxxxxxxxxx>
- Re: [v5.15 Regression] block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [v5.15 Regression] block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART
- From: Joseph Salisbury <joseph.salisbury@xxxxxxxxxxxxx>
- Re: [v5.15 Regression] block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART
- From: Joseph Salisbury <joseph.salisbury@xxxxxxxxxxxxx>
- Re: [v5.15 Regression] block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [RFC 4/9] dm: add llseek(SEEK_HOLE/SEEK_DATA) support
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- Re: [v5.15 Regression] block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC 4/9] dm: add llseek(SEEK_HOLE/SEEK_DATA) support
- From: Eric Blake <eblake@xxxxxxxxxx>
- Re: [PATCH v5 07/28] block: Introduce zone write plugging
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v5 08/28] block: Fake max open zones limit when there is no limit
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH] blk-cgroup: use group allocation/free of per-cpu counters API
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC 8/9] dm thin: add llseek(SEEK_HOLE/SEEK_DATA) support
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- Re: [RFC 7/9] selftests: block_seek_hole: add dm-linear test
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- Re: [RFC 6/9] dm-linear: add llseek(SEEK_HOLE/SEEK_DATA) support
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- [PATCH 2/2] nvme: add 'latency' iopolicy
- From: Hannes Reinecke <hare@xxxxxxxxxx>
- [PATCHv2 0/2] block,nvme: latency-based I/O scheduler
- From: Hannes Reinecke <hare@xxxxxxxxxx>
- [PATCH 1/2] block: track per-node I/O latency
- From: Hannes Reinecke <hare@xxxxxxxxxx>
- Re: [RFC 4/9] dm: add llseek(SEEK_HOLE/SEEK_DATA) support
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- Re: [RFC 3/9] selftests: block_seek_hole: add loop block driver tests
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- Re: [RFC 3/9] selftests: block_seek_hole: add loop block driver tests
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- Re: [PATCH 11/23] megaraid_sas: switch to using ->device_configure
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 05/23] scsi_transport_fc: add a max_bsg_segments field to struct fc_function_template
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 01/23] block: add a helper to cancel atomic queue limit updates
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [Lsf-pc] [LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] Meta/Integrity/PI improvements
- From: "hch@xxxxxx" <hch@xxxxxx>
- Re: [Lsf-pc] [LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] Meta/Integrity/PI improvements
- From: Dongyang Li <dongyangli@xxxxxxx>
- Re: [PATCH] blk-cgroup: use group allocation/free of per-cpu counters API
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [RFC PATCH 4/5] rust: block: add rnull, Rust null_blk implementation
- From: Benno Lossin <benno.lossin@xxxxxxxxx>
- Re: [Bug Report] nvme-cli commands fails to open head disk node and print error
- From: Daniel Wagner <dwagner@xxxxxxx>
- Re: [RFC PATCH 4/5] rust: block: add rnull, Rust null_blk implementation
- From: Andreas Hindborg <nmi@xxxxxxxxxxxx>
- Re: [PATCH v5 07/28] block: Introduce zone write plugging
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v5 08/28] block: Fake max open zones limit when there is no limit
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH blktests v1 0/3] add blkdev type environment variable
- From: Daniel Wagner <dwagner@xxxxxxx>
- [PATCH v5 14/28] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 21/28] block: mq-deadline: Remove support for zone write locking
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [RFC PATCH 1/5] rust: block: introduce `kernel::block::mq` module
- From: Andreas Hindborg <nmi@xxxxxxxxxxxx>
- [PATCH v5 06/28] block: Remember zone capacity when revalidating zones
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 08/28] block: Fake max open zones limit when there is no limit
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 28/28] block: Do not special-case plugging of zone write operations
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 27/28] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 26/28] block: Remove zone write locking
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 25/28] block: Replace zone_wlock debugfs entry with zone_wplugs entry
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 24/28] block: Move zone related debugfs attribute to blk-zoned.c
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 23/28] block: Do not check zone type in blk_check_zone_append()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 22/28] block: Remove elevator required features
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 20/28] block: Simplify blk_revalidate_disk_zones() interface
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 19/28] block: Remove BLK_STS_ZONE_RESOURCE
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 18/28] nvmet: zns: Do not reference the gendisk conv_zones_bitmap
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 17/28] null_blk: Introduce fua attribute
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 16/28] null_blk: Introduce zone_append_max_sectors attribute
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 15/28] null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 13/28] scsi: sd: Use the block layer zone append emulation
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 12/28] dm: Use the block layer zone append emulation
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 11/28] block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 10/28] block: Implement zone append emulation
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 09/28] block: Allow zero value of max_zone_append_sectors queue limit
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 07/28] block: Introduce zone write plugging
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 05/28] block: Allow using bio_attempt_back_merge() internally
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 04/28] block: Introduce bio_straddles_zones() and bio_offset_from_zone_start()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 03/28] block: Introduce blk_zone_update_request_bio()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 02/28] block: Remove req_bio_endio()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 01/28] block: Restore sector of flush requests
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 00/28] Zone write plugging
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH v4 00/28] Zone write plugging
- From: Hans Holmberg <Hans.Holmberg@xxxxxxx>
- Re: [PATCH 01/23] block: add a helper to cancel atomic queue limit updates
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [PATCH 23/23] block: remove now unused queue limits helpers
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 22/23] uas: switch to using ->device_configure to configure queue limits
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 21/23] mpi3mr: switch to using ->device_configure
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 20/23] libata: switch to using ->device_configure
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 19/23] pata_macio: switch to using ->device_configure
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 18/23] sata_nv: switch to using ->device_configure
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 17/23] usb-storage: switch to using ->device_configure
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 16/23] pmcraid: switch to using ->device_configure
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 15/23] ipr: switch to using ->device_configure
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 14/23] hptiop: switch to using ->device_configure
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 13/23] sbp2: switch to using ->device_configure
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 12/23] mpt3sas: switch to using ->device_configure
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 11/23] megaraid_sas: switch to using ->device_configure
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [Bug Report] nvme-cli commands fails to open head disk node and print error
- From: Nilay Shroff <nilay@xxxxxxxxxxxxx>
- Re: [PATCH 10/23] scsi: add a device_configure method to the host template
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 09/23] scsi: use the atomic queue limits API in scsi_add_lun
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 08/23] ufs-exynos: move setting the the dma alignment to the init method
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 07/23] scsi: add a dma_alignment field to the host and host template
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 06/23] scsi: add a no_highmem flag to struct Scsi_Host
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 05/23] scsi_transport_fc: add a max_bsg_segments field to struct fc_function_template
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 04/23] scsi: initialize scsi midlayer limits before allocating the queue
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 03/23] mpi3mr: pass queue_limits to bsg_setup_queue
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 02/23] bsg: pass queue_limits to bsg_setup_queue
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 01/23] block: add a helper to cancel atomic queue limit updates
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v4 26/28] block: Remove zone write locking
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v4 25/28] block: Replace zone_wlock debugfs entry with zone_wplugs entry
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v4 11/28] block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 1/2] block: handle BLK_OPEN_RESTRICT_WRITES correctly
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Fix WARN when set async_depth by sysfs
- From: Zhiguo Niu <niuzhiguo84@xxxxxxxxx>
- Re: [PATCH v16 17/20] ipe: enable support for fs-verity as a trust provider
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH 01/23] block: add a helper to cancel atomic queue limit updates
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- Re: [PATCH v16 16/20] fsverity: consume fsverity built-in signatures via LSM hook
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH blktests v1 0/3] add blkdev type environment variable
- From: Shinichiro Kawasaki <shinichiro.kawasaki@xxxxxxx>
- Re: [PATCH v4 17/28] null_blk: Introduce fua attribute
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v4 07/28] block: Introduce zone write plugging
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v4 17/28] null_blk: Introduce fua attribute
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH v4 17/28] null_blk: Introduce fua attribute
- From: Chaitanya Kulkarni <ckulkarnilinux@xxxxxxxxx>
- Re: [Bug Report] nvme-cli commands fails to open head disk node and print error
- From: Keith Busch <kbusch@xxxxxxxxxx>
- Re: [PATCH] block: propagate partition scanning errors to the BLKRRPART ioctl
- From: Chaitanya Kulkarni <chaitanyak@xxxxxxxxxx>
- Re: [Lsf-pc] [LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] Meta/Integrity/PI improvements
- From: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx>
- Re: [PATCH] block: fix overflow in blk_ioctl_discard()
- From: Li Nan <linan666@xxxxxxxxxxxxxxx>
- Re: [PATCH v4 07/28] block: Introduce zone write plugging
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH v4 07/28] block: Introduce zone write plugging
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v4 07/28] block: Introduce zone write plugging
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH v4 07/28] block: Introduce zone write plugging
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH 01/23] block: add a helper to cancel atomic queue limit updates
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Fix WARN when set async_depth by sysfs
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [RFC PATCH 1/5] rust: block: introduce `kernel::block::mq` module
- From: Benno Lossin <benno.lossin@xxxxxxxxx>
- Re: [PATCH] mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K
- From: Sam Protsenko <semen.protsenko@xxxxxxxxxx>
- Re: [RFC PATCH 4/5] rust: block: add rnull, Rust null_blk implementation
- From: Benno Lossin <benno.lossin@xxxxxxxxx>
- Re: [Bug Report] nvme-cli commands fails to open head disk node and print error
- From: Kamaljit Singh <Kamaljit.Singh1@xxxxxxx>
- Re: [PATCH v2 24/25] fuse: virtio: drop owner assignment
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- Re: [PATCH v2 23/25] scsi: virtio: drop owner assignment
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- Re: [PATCH v2 19/25] vsock/virtio: drop owner assignment
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- Re: [PATCH v2 06/25] virtio_blk: drop owner assignment
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- Re: [PATCH v4 07/28] block: Introduce zone write plugging
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v4 06/28] block: Remember zone capacity when revalidating zones
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v4 02/28] block: Remove req_bio_endio()
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [Lsf-pc] [LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] Meta/Integrity/PI improvements
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- Re: [PATCH v4 07/28] block: Introduce zone write plugging
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v4 26/28] block: Remove zone write locking
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH] block: propagate partition scanning errors to the BLKRRPART ioctl
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [Bug Report] nvme-cli commands fails to open head disk node and print error
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] block: fix overflow in blk_ioctl_discard()
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Oddities in brd queue limits
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [RFC 0/9] block: add llseek(SEEK_HOLE/SEEK_DATA) support
- From: Eric Blake <eblake@xxxxxxxxxx>
- Re: Oddities in brd queue limits
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: Oddities in brd queue limits
- From: Christoph Hellwig <hch@xxxxxx>
- Oddities in brd queue limits
- From: Hannes Reinecke <hare@xxxxxxx>
- [PATCH 23/23] block: remove now unused queue limits helpers
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 22/23] uas: switch to using ->device_configure to configure queue limits
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 21/23] mpi3mr: switch to using ->device_configure
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 20/23] libata: switch to using ->device_configure
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 19/23] pata_macio: switch to using ->device_configure
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 18/23] sata_nv: switch to using ->device_configure
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 17/23] usb-storage: switch to using ->device_configure
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 16/23] pmcraid: switch to using ->device_configure
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 15/23] ipr: switch to using ->device_configure
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 14/23] hptiop: switch to using ->device_configure
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 13/23] sbp2: switch to using ->device_configure
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 12/23] mpt3sas: switch to using ->device_configure
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 11/23] megaraid_sas: switch to using ->device_configure
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 10/23] scsi: add a device_configure method to the host template
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 09/23] scsi: use the atomic queue limits API in scsi_add_lun
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 08/23] ufs-exynos: move setting the the dma alignment to the init method
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 07/23] scsi: add a dma_alignment field to the host and host template
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 06/23] scsi: add a no_highmem flag to struct Scsi_Host
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 05/23] scsi_transport_fc: add a max_bsg_segments field to struct fc_function_template
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 04/23] scsi: initialize scsi midlayer limits before allocating the queue
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 03/23] mpi3mr: pass queue_limits to bsg_setup_queue
- From: Christoph Hellwig <hch@xxxxxx>
- convert SCSI to atomic queue limits, part 1 (v2)
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 01/23] block: add a helper to cancel atomic queue limit updates
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 02/23] bsg: pass queue_limits to bsg_setup_queue
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [RFC 0/9] block: add llseek(SEEK_HOLE/SEEK_DATA) support
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- Re: [RFC PATCH 3/5] rust: block: allow `hrtimer::Timer` in `RequestData`
- From: Andreas Hindborg <nmi@xxxxxxxxxxxx>
- Re: [RFC PATCH 4/5] rust: block: add rnull, Rust null_blk implementation
- From: Andreas Hindborg <nmi@xxxxxxxxxxxx>
- [PATCH v4 28/28] block: Do not special-case plugging of zone write operations
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 27/28] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 26/28] block: Remove zone write locking
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 25/28] block: Replace zone_wlock debugfs entry with zone_wplugs entry
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 24/28] block: Move zone related debugfs attribute to blk-zoned.c
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 23/28] block: Do not check zone type in blk_check_zone_append()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 22/28] block: Remove elevator required features
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 21/28] block: mq-deadline: Remove support for zone write locking
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 20/28] block: Simplify blk_revalidate_disk_zones() interface
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 19/28] block: Remove BLK_STS_ZONE_RESOURCE
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 18/28] nvmet: zns: Do not reference the gendisk conv_zones_bitmap
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 17/28] null_blk: Introduce fua attribute
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 16/28] null_blk: Introduce zone_append_max_sectors attribute
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 15/28] null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 14/28] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 13/28] scsi: sd: Use the block layer zone append emulation
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 12/28] dm: Use the block layer zone append emulation
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 11/28] block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 10/28] block: Implement zone append emulation
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 09/28] block: Allow zero value of max_zone_append_sectors queue limit
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 08/28] block: Fake max open zones limit when there is no limit
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 07/28] block: Introduce zone write plugging
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 06/28] block: Remember zone capacity when revalidating zones
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 05/28] block: Allow using bio_attempt_back_merge() internally
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 04/28] block: Introduce bio_straddles_zones() and bio_offset_from_zone_start()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 03/28] block: Introduce blk_zone_update_request_bio()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 02/28] block: Remove req_bio_endio()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 01/28] block: Restore sector of flush requests
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v4 00/28] Zone write plugging
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [RFC PATCH 1/5] rust: block: introduce `kernel::block::mq` module
- From: Andreas Hindborg <nmi@xxxxxxxxxxxx>
- Re: [PATCH] block: fix overflow in blk_ioctl_discard()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [RFC 0/9] block: add llseek(SEEK_HOLE/SEEK_DATA) support
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [Lsf-pc] [LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] Meta/Integrity/PI improvements
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [Lsf-pc] [LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] Meta/Integrity/PI improvements
- From: Dongyang Li <dongyangli@xxxxxxx>
- Re: [PATCH blktests v1 0/3] add blkdev type environment variable
- From: Daniel Wagner <dwagner@xxxxxxx>
- [PATCH blktests v1 2/3] nvme/{007,009,011,013,015,020,024}: drop duplicate nvmet blkdev type tests
- From: Daniel Wagner <dwagner@xxxxxxx>
- [PATCH blktests v1 3/3] nvme/{021,022,025,026,027,028}: do not hard code target blkdev type
- From: Daniel Wagner <dwagner@xxxxxxx>
- [PATCH blktests v1 1/3] nvme/rc: add blkdev type environment variable
- From: Daniel Wagner <dwagner@xxxxxxx>
- [PATCH blktests v1 0/3] add blkdev type environment variable
- From: Daniel Wagner <dwagner@xxxxxxx>
- [PATCH v5.10] block: add check that partition length needs to be aligned with block size
- From: Ashwin Dayanand Kamat <ashwin.kamat@xxxxxxxxxxxx>
- Re: [PATCH v3 20/30] nvmet: zns: Do not reference the gendisk conv_zones_bitmap
- From: Chaitanya Kulkarni <ckulkarnilinux@xxxxxxxxx>
- Re: [PATCH v3 18/30] null_blk: Introduce zone_append_max_sectors attribute
- From: Chaitanya Kulkarni <ckulkarnilinux@xxxxxxxxx>
- Re: [PATCH v3 17/30] null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
- From: Chaitanya Kulkarni <ckulkarnilinux@xxxxxxxxx>
- Re: [PATCH v3 19/30] null_blk: Introduce fua attribute
- From: Chaitanya Kulkarni <ckulkarnilinux@xxxxxxxxx>
- Re: [PATCH v2 25/25] sound: virtio: drop owner assignment
- From: Anton Yakovlev <anton.yakovlev@xxxxxxxxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Fix WARN when set async_depth by sysfs
- From: Zhiguo Niu <niuzhiguo84@xxxxxxxxx>
- Re: [PATCH v16 15/20] security: add security_inode_setintegrity() hook
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH v16 14/20] ipe: add support for dm-verity as a trust provider
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH v16 13/20] dm verity: consume root hash digest and signature data via LSM hook
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH v16 11/20] block|security: add LSM blob to block_device
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Fix WARN when set async_depth by sysfs
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCHv2] zram: add max_pages param to recompression
- From: Brian Geffon <bgeffon@xxxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Fix WARN when set async_depth by sysfs
- From: Zhiguo Niu <niuzhiguo84@xxxxxxxxx>
- Re: [PATCH v2 11/25] firmware: arm_scmi: virtio: drop owner assignment
- From: Sudeep Holla <sudeep.holla@xxxxxxx>
- Re: [PATCH 01/22] virtio: store owner from modules with register_virtio_driver()
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- [PATCH v2 25/25] sound: virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH v2 24/25] fuse: virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH v2 23/25] scsi: virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH v2 22/25] rpmsg: virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH v2 21/25] nvdimm: virtio_pmem: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH v2 20/25] wifi: mac80211_hwsim: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH v2 19/25] vsock/virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH v2 18/25] net: 9p: virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH v2 17/25] net: virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH v2 16/25] net: caif: virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH v2 15/25] misc: nsm: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH v2 14/25] iommu: virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH v2 13/25] drm/virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH v2 12/25] gpio: virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH v2 11/25] firmware: arm_scmi: virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH v2 10/25] crypto: virtio - drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH v2 09/25] virtio_console: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH v2 08/25] hwrng: virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH v2 07/25] bluetooth: virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH v2 06/25] virtio_blk: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH v2 05/25] um: virt-pci: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH v2 04/25] virtio: mem: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH v2 03/25] virtio: input: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH v2 02/25] virtio: balloon: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH v2 01/25] virtio: store owner from modules with register_virtio_driver()
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH v2 00/25] virtio: store owner from modules with register_virtio_driver()
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- Re: [PATCH] nullblk: Fix cleanup order in null_add_dev() error path
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v16 11/20] block|security: add LSM blob to block_device
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v16 01/20] security: add ipe lsm
- From: "Jarkko Sakkinen" <jarkko@xxxxxxxxxx>
- Re: [PATCH] blk-wbt: Speed up integer square root in rwb_arm_timer
- From: I Hsin Cheng <richard120310@xxxxxxxxx>
- Re: [PATCH] nullblk: Fix cleanup order in null_add_dev() error path
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH] nullblk: Fix cleanup order in null_add_dev() error path
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH v3 18/30] null_blk: Introduce zone_append_max_sectors attribute
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH v3 25/30] block: Do not check zone type in blk_check_zone_append()
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v3 24/30] block: Remove elevator required features
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v3 23/30] block: mq-deadline: Remove support for zone write locking
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v3 22/30] block: Simplify blk_revalidate_disk_zones() interface
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v3 21/30] block: Remove BLK_STS_ZONE_RESOURCE
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v3 19/30] null_blk: Introduce fua attribute
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v3 18/30] null_blk: Introduce zone_append_max_sectors attribute
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v3 17/30] null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v3 16/30] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v3 15/30] scsi: sd: Use the block layer zone append emulation
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v3 12/30] block: Implement zone append emulation
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v3 12/30] block: Implement zone append emulation
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v3 11/30] block: Allow zero value of max_zone_append_sectors queue limit
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v3 10/30] block: Fake max open zones limit when there is no limit
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH 0/9] address remaining -Wtautological-constant-out-of-range-compare
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [GIT PULL] Block fixes for 6.9-rc2
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [git pull] device mapper fixes for 6.9-rc2
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH] blk-wbt: Speed up integer square root in rwb_arm_timer
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v3 26/30] block: Move zone related debugfs attribute to blk-zoned.c
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v3 30/30] block: Do not special-case plugging of zone write operations
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v3 28/30] block: Remove zone write locking
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v3 27/30] block: Replace zone_wlock debugfs entry with zone_wplugs entry
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: add a bio_list_merge_init helper
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v3 08/30] block: Introduce zone write plugging
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH] blk-wbt: Speed up integer square root in rwb_arm_timer
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH] block/mq-deadline: Fix WARN when set async_depth by sysfs
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH 1/2] block: handle BLK_OPEN_RESTRICT_WRITES correctly
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [GIT PULL] Block fixes for 6.9-rc2
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 1/2] block: handle BLK_OPEN_RESTRICT_WRITES correctly
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [git pull] device mapper fixes for 6.9-rc2
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 21/23] block: prevent division by zero in blk_rq_stat_sum()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH 3/4] dm: use bio_list_merge_init
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- Re: [PATCH 01/22] virtio: store owner from modules with register_virtio_driver()
- From: Stefano Garzarella <sgarzare@xxxxxxxxxx>
- Re: FAILED: Patch "block: Fix page refcounts for unaligned buffers in __bio_release_pages()" failed to apply to 6.1-stable tree
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] blk-mq: release scheduler resource when request completes
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC 2/9] loop: add llseek(SEEK_HOLE/SEEK_DATA) support
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 17/19] block: prevent division by zero in blk_rq_stat_sum()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.1 43/52] block: prevent division by zero in blk_rq_stat_sum()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.10 26/31] block: prevent division by zero in blk_rq_stat_sum()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.15 28/34] block: prevent division by zero in blk_rq_stat_sum()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.6 64/75] block: prevent division by zero in blk_rq_stat_sum()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.8 84/98] block: prevent division by zero in blk_rq_stat_sum()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: Re: [PATCH 4.19.y 0/9] Fix the UAF issue caused by the loop driver
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC 3/9] selftests: block_seek_hole: add loop block driver tests
- From: Eric Blake <eblake@xxxxxxxxxx>
- Re: [PATCH 09/22] gpio: virtio: drop owner assignment
- From: Bartosz Golaszewski <brgl@xxxxxxxx>
- Re: [PATCH 1/2] block: handle BLK_OPEN_RESTRICT_WRITES correctly
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 01/22] virtio: store owner from modules with register_virtio_driver()
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- Re: [PATCH 16/22] net: vmw_vsock: virtio: drop owner assignment
- From: Stefano Garzarella <sgarzare@xxxxxxxxxx>
- Re: [PATCH 01/22] virtio: store owner from modules with register_virtio_driver()
- From: Stefano Garzarella <sgarzare@xxxxxxxxxx>
- Re: [Lsf-pc] [LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] Meta/Integrity/PI improvements
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- Re: [PATCH 09/22] gpio: virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- Re: [PATCH 09/22] gpio: virtio: drop owner assignment
- From: Stefano Garzarella <sgarzare@xxxxxxxxxx>
- Re: [PATCH 09/22] gpio: virtio: drop owner assignment
- From: Bartosz Golaszewski <brgl@xxxxxxxx>
- Re: [PATCH] block/mq-deadline: Fix WARN when set async_depth by sysfs
- From: Zhiguo Niu <niuzhiguo84@xxxxxxxxx>
- [PATCHv2] zram: add max_pages param to recompression
- From: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx>
- Re: [PATCH] zram: add limit to recompression
- From: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx>
- [PATCH] blk-wbt: Speed up integer square root in rwb_arm_timer
- From: I Hsin Cheng <richard120310@xxxxxxxxx>
- [PATCH] zram: add limit to recompression
- From: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx>
- Re: [PATCH blktests v3 16/20] nvme: drop default subsysnqn argument from _nvme_passthru_target_{setup|cleanup}
- From: Shinichiro Kawasaki <shinichiro.kawasaki@xxxxxxx>
- Re: [PATCH blktests v3 00/20] refactoring and various cleanups/fixes
- From: Shinichiro Kawasaki <shinichiro.kawasaki@xxxxxxx>
- blktests failures with v6.9-rc1 kernel
- From: Shinichiro Kawasaki <shinichiro.kawasaki@xxxxxxx>
- Re: [PATCH 1/2] block: handle BLK_OPEN_RESTRICT_WRITES correctly
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Fix WARN when set async_depth by sysfs
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH] block/mq-deadline: Fix WARN when set async_depth by sysfs
- From: Zhiguo Niu <zhiguo.niu@xxxxxxxxxx>
- Re: [RFC 8/9] dm thin: add llseek(SEEK_HOLE/SEEK_DATA) support
- From: Eric Blake <eblake@xxxxxxxxxx>
- [PATCH] block: fix overflow in blk_ioctl_discard()
- From: linan666@xxxxxxxxxxxxxxx
- Re: [RFC 7/9] selftests: block_seek_hole: add dm-linear test
- From: Eric Blake <eblake@xxxxxxxxxx>
- Re: [RFC 6/9] dm-linear: add llseek(SEEK_HOLE/SEEK_DATA) support
- From: Eric Blake <eblake@xxxxxxxxxx>
- Re: [RFC 4/9] dm: add llseek(SEEK_HOLE/SEEK_DATA) support
- From: Eric Blake <eblake@xxxxxxxxxx>
- Re: [RFC 3/9] selftests: block_seek_hole: add loop block driver tests
- From: Eric Blake <eblake@xxxxxxxxxx>
- Re: [PATCH 3/9] rbd: avoid out-of-range warning
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [RFC 2/9] loop: add llseek(SEEK_HOLE/SEEK_DATA) support
- From: Eric Blake <eblake@xxxxxxxxxx>
- Re: [RFC 1/9] block: add llseek(SEEK_HOLE/SEEK_DATA) support
- From: Eric Blake <eblake@xxxxxxxxxx>
- Re: (subset) [PATCH v3 00/30] Zone write plugging
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: (subset) [PATCH v3 00/30] Zone write plugging
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 07/11] block/partitions/ldm: convert strncpy() to strscpy()
- From: Justin Stitt <justinstitt@xxxxxxxxxx>
- Re: (subset) [PATCH v3 00/30] Zone write plugging
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [RFC 0/9] block: add llseek(SEEK_HOLE/SEEK_DATA) support
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- Re: (subset) [PATCH v3 00/30] Zone write plugging
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v3 01/30] block: Do not force full zone append completion in req_bio_endio()
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v3 01/30] block: Do not force full zone append completion in req_bio_endio()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH v3 03/30] block: Remove req_bio_endio()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH v3 07/30] block: Remember zone capacity when revalidating zones
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH v3 08/30] block: Introduce zone write plugging
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH v3 09/30] block: Pre-allocate zone write plugs
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [RFC 5/9] selftests: block_seek_hole: add dm-zero test
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- Re: [RFC 0/9] block: add llseek(SEEK_HOLE/SEEK_DATA) support
- From: Eric Blake <eblake@xxxxxxxxxx>
- Re: [PATCH v3 09/30] block: Pre-allocate zone write plugs
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v3 09/30] block: Pre-allocate zone write plugs
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v3 08/30] block: Introduce zone write plugging
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [RFC 5/9] selftests: block_seek_hole: add dm-zero test
- From: Eric Blake <eblake@xxxxxxxxxx>
- Re: [RFC 0/9] block: add llseek(SEEK_HOLE/SEEK_DATA) support
- From: Eric Blake <eblake@xxxxxxxxxx>
- Re: [PATCH v16 01/20] security: add ipe lsm
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH v3 07/30] block: Remember zone capacity when revalidating zones
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v3 05/30] block: Introduce bio_straddles_zones() and bio_offset_from_zone_start()
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v3 04/30] block: Introduce blk_zone_update_request_bio()
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v3 03/30] block: Remove req_bio_endio()
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v16 03/20] ipe: add evaluation loop
- From: "Jarkko Sakkinen" <jarkko@xxxxxxxxxx>
- Re: [PATCH v16 02/20] ipe: add policy parser
- From: "Jarkko Sakkinen" <jarkko@xxxxxxxxxx>
- Re: [PATCH v16 02/20] ipe: add policy parser
- From: "Jarkko Sakkinen" <jarkko@xxxxxxxxxx>
- Re: [PATCH v16 01/20] security: add ipe lsm
- From: "Jarkko Sakkinen" <jarkko@xxxxxxxxxx>
- [RFC 9/9] selftests: block_seek_hole: add dm-thin test
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- [RFC 8/9] dm thin: add llseek(SEEK_HOLE/SEEK_DATA) support
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- [RFC 7/9] selftests: block_seek_hole: add dm-linear test
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- [RFC 6/9] dm-linear: add llseek(SEEK_HOLE/SEEK_DATA) support
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- [RFC 5/9] selftests: block_seek_hole: add dm-zero test
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- [RFC 4/9] dm: add llseek(SEEK_HOLE/SEEK_DATA) support
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- [RFC 3/9] selftests: block_seek_hole: add loop block driver tests
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- [RFC 2/9] loop: add llseek(SEEK_HOLE/SEEK_DATA) support
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- [RFC 1/9] block: add llseek(SEEK_HOLE/SEEK_DATA) support
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- [RFC 0/9] block: add llseek(SEEK_HOLE/SEEK_DATA) support
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- Re: [PATCH v16 00/20] Integrity Policy Enforcement LSM (IPE)
- From: "Jarkko Sakkinen" <jarkko@xxxxxxxxxx>
- Re: [PATCH v16 00/20] Integrity Policy Enforcement LSM (IPE)
- From: "Jarkko Sakkinen" <jarkko@xxxxxxxxxx>
- [PATCH v16 20/20] documentation: add ipe documentation
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [PATCH v16 09/20] uapi|audit|ipe: add ipe auditing support
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [PATCH v16 18/20] scripts: add boot policy generation program
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [PATCH v16 16/20] fsverity: consume fsverity built-in signatures via LSM hook
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [PATCH v16 19/20] ipe: kunit test for parser
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [PATCH v16 17/20] ipe: enable support for fs-verity as a trust provider
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [PATCH v16 07/20] security: add new securityfs delete function
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [PATCH v16 14/20] ipe: add support for dm-verity as a trust provider
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [PATCH v16 11/20] block|security: add LSM blob to block_device
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [PATCH v16 15/20] security: add security_inode_setintegrity() hook
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [PATCH v16 10/20] ipe: add permissive toggle
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [PATCH v16 12/20] dm: add finalize hook to target_type
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [PATCH v16 08/20] ipe: add userspace interface
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [PATCH v16 13/20] dm verity: consume root hash digest and signature data via LSM hook
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [PATCH v16 06/20] ipe: introduce 'boot_verified' as a trust provider
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [PATCH v16 05/20] initramfs|security: Add a security hook to do_populate_rootfs()
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [PATCH v16 00/20] Integrity Policy Enforcement LSM (IPE)
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [PATCH v16 02/20] ipe: add policy parser
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [PATCH v16 04/20] ipe: add LSM hooks on execution and kernel read
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [PATCH v16 01/20] security: add ipe lsm
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [PATCH v16 03/20] ipe: add evaluation loop
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 4/4] btrfs use bio_list_merge_init
- From: David Sterba <dsterba@xxxxxxx>
- Re: [PATCH 1/4] block: add a bio_list_merge_init helper
- From: Matthew Sakai <msakai@xxxxxxxxxx>
- Re: [PATCH v3 01/30] block: Do not force full zone append completion in req_bio_endio()
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH 19/22] rpmsg: virtio: drop owner assignment
- From: Mathieu Poirier <mathieu.poirier@xxxxxxxxxx>
- Re: [PATCH 3/9] rbd: avoid out-of-range warning
- From: Alex Elder <elder@xxxxxxxx>
- [PATCH 3/9] rbd: avoid out-of-range warning
- From: Arnd Bergmann <arnd@xxxxxxxxxx>
- [PATCH 0/9] address remaining -Wtautological-constant-out-of-range-compare
- From: Arnd Bergmann <arnd@xxxxxxxxxx>
- Re: [PATCH 08/11] blktrace: convert strncpy() to strscpy_pad()
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 08/11] blktrace: convert strncpy() to strscpy_pad()
- From: Arnd Bergmann <arnd@xxxxxxxxxx>
- [PATCH 07/11] block/partitions/ldm: convert strncpy() to strscpy()
- From: Arnd Bergmann <arnd@xxxxxxxxxx>
- [PATCH 00/11] address remaining stringop-truncation warnings
- From: Arnd Bergmann <arnd@xxxxxxxxxx>
- Re: add a bio_list_merge_init helper
- From: Johannes Thumshirn <Johannes.Thumshirn@xxxxxxx>
- Re: [RFC PATCH 0/4] Read/Write with meta buffer
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- Re: [PATCH RFC 0/2] block,nvme: latency-based I/O scheduler
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v3 15/30] scsi: sd: Use the block layer zone append emulation
- From: Johannes Thumshirn <Johannes.Thumshirn@xxxxxxx>
- Re: [PATCH RFC 0/2] block,nvme: latency-based I/O scheduler
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [Bug Report] nvme-cli commands fails to open head disk node and print error
- From: Nilay Shroff <nilay@xxxxxxxxxxxxx>
- Re : [PATCH 23/23] block: remove now unused queue limits helpers
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [RFC PATCH 0/2] Introduce per-task io utilization boost
- From: Vincent Guittot <vincent.guittot@xxxxxxxxxx>
- Re: [Bug Report] nvme-cli commands fails to open head disk node and print error
- From: Nilay Shroff <nilay@xxxxxxxxxxxxx>
- Re : [PATCH 20/23] libata: switch to using ->device_configure
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: add a bio_list_merge_init helper
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [Bug Report] nvme-cli commands fails to open head disk node and print error
- From: Daniel Wagner <dwagner@xxxxxxx>
- [PATCH 4/4] btrfs use bio_list_merge_init
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 3/4] dm: use bio_list_merge_init
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 2/4] blk-cgroup: use bio_list_merge_init
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 1/4] block: add a bio_list_merge_init helper
- From: Christoph Hellwig <hch@xxxxxx>
- add a bio_list_merge_init helper
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [Bug Report] nvme-cli commands fails to open head disk node and print error
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 30/30] block: Do not special-case plugging of zone write operations
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH v3 09/30] block: Pre-allocate zone write plugs
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH v3 09/30] block: Pre-allocate zone write plugs
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 30/30] block: Do not special-case plugging of zone write operations
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 09/30] block: Pre-allocate zone write plugs
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH v3 30/30] block: Do not special-case plugging of zone write operations
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH v3 09/30] block: Pre-allocate zone write plugs
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 09/30] block: Pre-allocate zone write plugs
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [Bug Report] nvme-cli commands fails to open head disk node and print error
- From: Nilay Shroff <nilay@xxxxxxxxxxxxx>
- Re: [PATCH v3 09/30] block: Pre-allocate zone write plugs
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 09/30] block: Pre-allocate zone write plugs
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH v3 09/30] block: Pre-allocate zone write plugs
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 09/30] block: Pre-allocate zone write plugs
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH v3 04/30] block: Introduce blk_zone_update_request_bio()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH v3 09/30] block: Pre-allocate zone write plugs
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 04/30] block: Introduce blk_zone_update_request_bio()
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH] block: propagate partition scanning errors to the BLKRRPART ioctl
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 09/30] block: Pre-allocate zone write plugs
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH v3 04/30] block: Introduce blk_zone_update_request_bio()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH 09/22] gpio: virtio: drop owner assignment
- From: Viresh Kumar <viresh.kumar@xxxxxxxxxx>
- Re: [PATCH 09/23] scsi: use the atomic queue limits API in scsi_add_lun
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 07/23] scsi: add a dma_alignment field to the host and host template
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v2] block: Improve IOPS by removing the fairness code
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 30/30] block: Do not special-case plugging of zone write operations
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 29/30] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 27/30] block: Replace zone_wlock debugfs entry with zone_wplugs entry
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 26/30] block: Move zone related debugfs attribute to blk-zoned.c
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 23/30] block: mq-deadline: Remove support for zone write locking
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 19/30] null_blk: Introduce fua attribute
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 18/30] null_blk: Introduce zone_append_max_sectors attribute
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 17/30] null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 16/30] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 15/30] scsi: sd: Use the block layer zone append emulation
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 12/30] block: Implement zone append emulation
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 11/30] block: Allow zero value of max_zone_append_sectors queue limit
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 10/30] block: Fake max open zones limit when there is no limit
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 08/30] block: Introduce zone write plugging
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 09/30] block: Pre-allocate zone write plugs
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 04/30] block: Introduce blk_zone_update_request_bio()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 03/30] block: Remove req_bio_endio()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 01/30] block: Do not force full zone append completion in req_bio_endio()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 1/2] block: add a helper to cancel atomic queue limit updates
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- [PATCH v3 30/30] block: Do not special-case plugging of zone write operations
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 29/30] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 28/30] block: Remove zone write locking
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 27/30] block: Replace zone_wlock debugfs entry with zone_wplugs entry
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 26/30] block: Move zone related debugfs attribute to blk-zoned.c
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 25/30] block: Do not check zone type in blk_check_zone_append()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 24/30] block: Remove elevator required features
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 23/30] block: mq-deadline: Remove support for zone write locking
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 22/30] block: Simplify blk_revalidate_disk_zones() interface
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 21/30] block: Remove BLK_STS_ZONE_RESOURCE
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 20/30] nvmet: zns: Do not reference the gendisk conv_zones_bitmap
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 19/30] null_blk: Introduce fua attribute
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 18/30] null_blk: Introduce zone_append_max_sectors attribute
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 17/30] null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 16/30] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 15/30] scsi: sd: Use the block layer zone append emulation
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 14/30] dm: Use the block layer zone append emulation
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 13/30] block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 12/30] block: Implement zone append emulation
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 11/30] block: Allow zero value of max_zone_append_sectors queue limit
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 10/30] block: Fake max open zones limit when there is no limit
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 09/30] block: Pre-allocate zone write plugs
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 08/30] block: Introduce zone write plugging
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 07/30] block: Remember zone capacity when revalidating zones
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 06/30] block: Allow using bio_attempt_back_merge() internally
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 05/30] block: Introduce bio_straddles_zones() and bio_offset_from_zone_start()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 04/30] block: Introduce blk_zone_update_request_bio()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 03/30] block: Remove req_bio_endio()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 02/30] block: Restore sector of flush requests
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 01/30] block: Do not force full zone append completion in req_bio_endio()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v3 00/30] Zone write plugging
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [Lsf-pc] [LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] Meta/Integrity/PI improvements
- From: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx>
- Re: [RFC PATCH 0/4] Read/Write with meta buffer
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC PATCH 1/4] io_uring/rw: Get rid of flags field in struct io_rw
- From: David Wei <dw@xxxxxxxxxxx>
- Re: [RFC PATCH 1/4] io_uring/rw: Get rid of flags field in struct io_rw
- From: David Wei <dw@xxxxxxxxxxx>
- Re: [PATCH RFC 0/2] mTHP-friendly compression in zsmalloc and zram based on multi-pages
- From: Barry Song <21cnbao@xxxxxxxxx>
- [PATCH RFC 2/2] zram: support compression at the granularity of multi-pages
- From: Barry Song <21cnbao@xxxxxxxxx>
- [PATCH RFC 1/2] mm: zsmalloc: support objects compressed based on multiple pages
- From: Barry Song <21cnbao@xxxxxxxxx>
- [PATCH RFC 0/2] mTHP-friendly compression in zsmalloc and zram based on multi-pages
- From: Barry Song <21cnbao@xxxxxxxxx>
- Re: [PATCH 1/2] block: track per-node I/O latency
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v6 00/10] block atomic writes
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH 1/2] block: track per-node I/O latency
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH 2/2] nvme: cancel the queue limit update when nvme_update_zone_info fails
- From: Keith Busch <kbusch@xxxxxxxxxx>
- [PATCH 2/2] nvme: cancel the queue limit update when nvme_update_zone_info fails
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 1/2] block: add a helper to cancel atomic queue limit updates
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH] blk-throttle: Only use seq_printf() in tg_prfill_limit()
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH V5] blk-mq: don't schedule block kworker on isolated CPUs
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 09/23] scsi: use the atomic queue limits API in scsi_add_lun
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [PATCH 02/23] bsg: pass queue_limits to bsg_setup_queue
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [PATCH 18/22] nvdimm: virtio_pmem: drop owner assignment
- From: Dave Jiang <dave.jiang@xxxxxxxxx>
- Re: [PATCH 07/23] scsi: add a dma_alignment field to the host and host template
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [PATCH 06/23] scsi: add a no_highmem flag to struct Scsi_Host
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [PATCH 04/23] scsi: initialize scsi midlayer limits before allocating the queue
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [PATCH 03/23] mpi3mr: pass queue_limits to bsg_setup_queue
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: FAILED: Patch "block: Fix page refcounts for unaligned buffers in __bio_release_pages()" failed to apply to 6.1-stable tree
- From: Tony Battersby <tonyb@xxxxxxxxxxxxxxx>
- [PATCH 20/22] scsi: virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- Re: [Lsf-pc] [LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] Meta/Integrity/PI improvements
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- Re: [PATCH v6 00/10] block atomic writes
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [PATCH 02/22] um: virt-pci: drop owner assignment
- From: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
- Re: [PATCH 02/22] um: virt-pci: drop owner assignment
- From: Johannes Berg <johannes@xxxxxxxxxxxxxxxx>
- Re: [PATCH 17/22] wireless: mac80211_hwsim: drop owner assignment
- From: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
- [PATCH 22/22] sound: virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH 21/22] fuse: virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- Re: [PATCH 17/22] wireless: mac80211_hwsim: drop owner assignment
- From: Kalle Valo <kvalo@xxxxxxxxxx>
- [PATCH 19/22] rpmsg: virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH 18/22] nvdimm: virtio_pmem: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH 17/22] wireless: mac80211_hwsim: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH 16/22] net: vmw_vsock: virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH 15/22] net: 9p: virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH 14/22] net: virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH 13/22] net: caif: virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH 12/22] misc: nsm: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH 11/22] iommu: virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH 10/22] drm/virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH 09/22] gpio: virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH 08/22] firmware: arm_scmi: virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH 07/22] crypto: virtio - drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH 06/22] virtio_console: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH 05/22] hwrng: virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH 04/22] bluetooth: virtio: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH 03/22] virtio_blk: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH 02/22] um: virt-pci: drop owner assignment
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH 01/22] virtio: store owner from modules with register_virtio_driver()
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH 00/22] virtio: store owner from modules with register_virtio_driver()
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- Re: [PATCH 0/8] block: implement NVMEM provider
- From: Rob Herring <robh@xxxxxxxxxx>
- FAILED: Patch "block: Fix page refcounts for unaligned buffers in __bio_release_pages()" failed to apply to 5.4-stable tree
- From: Sasha Levin <sashal@xxxxxxxxxx>
- FAILED: Patch "block: Fix page refcounts for unaligned buffers in __bio_release_pages()" failed to apply to 4.19-stable tree
- From: Sasha Levin <sashal@xxxxxxxxxx>
- FAILED: Patch "block: Fix page refcounts for unaligned buffers in __bio_release_pages()" failed to apply to 5.10-stable tree
- From: Sasha Levin <sashal@xxxxxxxxxx>
- FAILED: Patch "block: Fix page refcounts for unaligned buffers in __bio_release_pages()" failed to apply to 5.15-stable tree
- From: Sasha Levin <sashal@xxxxxxxxxx>
- FAILED: Patch "block: Fix page refcounts for unaligned buffers in __bio_release_pages()" failed to apply to 6.1-stable tree
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH 1/2] block: handle BLK_OPEN_RESTRICT_WRITES correctly
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] fs,block: yield devices early
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] fs,block: yield devices early
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH] blk-throttle: Only use seq_printf() in tg_prfill_limit()
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH] blk-throttle: Only use seq_printf() in tg_prfill_limit()
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [PATCH] fs,block: yield devices early
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v2 27/28] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v2 26/28] block: Remove zone write locking
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v2 17/28] null_blk: Introduce zone_append_max_sectors attribute
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v2 12/28] block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v2 11/28] block: Implement zone append emulation
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v2 08/28] block: Use a mempool to allocate zone write plugs
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v2 08/28] block: Use a mempool to allocate zone write plugs
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH v2 09/28] block: Fake max open zones limit when there is no limit
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v2 07/28] block: Introduce zone write plugging
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v2 06/28] block: Remember zone capacity when revalidating zones
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v2 03/28] block: Introduce blk_zone_update_request_bio()
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v6 00/10] block atomic writes
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v2] block: handle BLK_OPEN_RESTRICT_WRITES correctly
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH] fs,block: yield devices early
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 0/8] block: implement NVMEM provider
- From: Daniel Golle <daniel@xxxxxxxxxxxxxx>
- Re: [PATCH 0/8] block: implement NVMEM provider
- From: Rob Herring <robh@xxxxxxxxxx>
- Re: [PATCH v2] block: Improve IOPS by removing the fairness code
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH] block: don't reject too large max_user_sectors in blk_validate_limits
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] block: Make blk_rq_set_mixed_merge() static
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2] block: handle BLK_OPEN_RESTRICT_WRITES correctly
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] fs,block: yield devices early
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v2 07/28] block: Introduce zone write plugging
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v6 05/10] block: Add core atomic write support
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH 1/2] block: handle BLK_OPEN_RESTRICT_WRITES correctly
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2] block: handle BLK_OPEN_RESTRICT_WRITES correctly
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH 2/2] nvme: add 'latency' iopolicy
- From: Hannes Reinecke <hare@xxxxxxxxxx>
- [PATCH 1/2] block: track per-node I/O latency
- From: Hannes Reinecke <hare@xxxxxxxxxx>
- [PATCH RFC 0/2] block,nvme: latency-based I/O scheduler
- From: Hannes Reinecke <hare@xxxxxxxxxx>
- Re: pktcdvd ->open_mutex lockdep splat
- From: Brian Foster <bfoster@xxxxxxxxxx>
[Index of Archives]
[Linux Wireless]
[Linux Bluetooth]
[Kernel Announce]
[IETF Annouce]
[Security]
[Netfilter]
[Linux ATA RAID]
[Bugtraq]