Linux Block Development
[Prev Page][Next Page]
- Re: [PATCH 08/23] ufs-exynos: move setting the the dma alignment to the init method, (continued)
- [PATCH 09/23] scsi: use the atomic queue limits API in scsi_add_lun, Christoph Hellwig
- [PATCH 10/23] scsi: add a device_configure method to the host template, Christoph Hellwig
- [PATCH 11/23] megaraid_sas: switch to using ->device_configure, Christoph Hellwig
- [PATCH 12/23] mpt3sas: switch to using ->device_configure, Christoph Hellwig
- [PATCH 13/23] sbp2: switch to using ->device_configure, Christoph Hellwig
- [PATCH 14/23] hptiop: switch to using ->device_configure, Christoph Hellwig
- [PATCH 15/23] ipr: switch to using ->device_configure, Christoph Hellwig
- [PATCH 16/23] pmcraid: switch to using ->device_configure, Christoph Hellwig
- [PATCH 17/23] usb-storage: switch to using ->device_configure, Christoph Hellwig
- [PATCH 18/23] sata_nv: switch to using ->device_configure, Christoph Hellwig
- [PATCH 19/23] pata_macio: switch to using ->device_configure, Christoph Hellwig
- [PATCH 20/23] libata: switch to using ->device_configure, Christoph Hellwig
- [PATCH 21/23] mpi3mr: switch to using ->device_configure, Christoph Hellwig
- [PATCH 22/23] uas: switch to using ->device_configure to configure queue limits, Christoph Hellwig
- [PATCH 23/23] block: remove now unused queue limits helpers, Christoph Hellwig
- Re: convert SCSI to atomic queue limits, part 1 (v3), Martin K. Petersen
- Re: convert SCSI to atomic queue limits, part 1 (v3), Martin K. Petersen
- [PATCH 0/5 v2] address remaining stringop-truncation warnings,
Arnd Bergmann
- [PATCH] block: support changing scheduler & nr_requests together, Yang Yang
- API break, sysfs "capability" file,
Lennart Poettering
- [PATCHv2] nvme-pci: Fix EEH failure on ppc after subsystem reset,
Nilay Shroff
- [PATCH] nvme-pci: Fix EEH failure on ppc after subsystem reset,
Nilay Shroff
- [PATCH v7 00/28] Zone write plugging,
Damien Le Moal
- [PATCH v7 01/28] block: Restore sector of flush requests, Damien Le Moal
- [PATCH v7 02/28] block: Remove req_bio_endio(), Damien Le Moal
- [PATCH v7 03/28] block: Introduce blk_zone_update_request_bio(), Damien Le Moal
- [PATCH v7 04/28] block: Introduce bio_straddles_zones() and bio_offset_from_zone_start(), Damien Le Moal
- [PATCH v7 05/28] block: Allow using bio_attempt_back_merge() internally, Damien Le Moal
- [PATCH v7 06/28] block: Remember zone capacity when revalidating zones, Damien Le Moal
- [PATCH v7 07/28] block: Introduce zone write plugging, Damien Le Moal
- [PATCH v7 08/28] block: Fake max open zones limit when there is no limit, Damien Le Moal
- [PATCH v7 09/28] block: Allow zero value of max_zone_append_sectors queue limit, Damien Le Moal
- [PATCH v7 10/28] block: Implement zone append emulation, Damien Le Moal
- [PATCH v7 11/28] block: Allow BIO-based drivers to use blk_revalidate_disk_zones(), Damien Le Moal
- [PATCH v7 12/28] dm: Use the block layer zone append emulation, Damien Le Moal
- [PATCH v7 13/28] scsi: sd: Use the block layer zone append emulation, Damien Le Moal
- [PATCH v7 14/28] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature, Damien Le Moal
- [PATCH v7 15/28] null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature, Damien Le Moal
- [PATCH v7 16/28] null_blk: Introduce zone_append_max_sectors attribute, Damien Le Moal
- [PATCH v7 17/28] null_blk: Introduce fua attribute, Damien Le Moal
- [PATCH v7 18/28] nvmet: zns: Do not reference the gendisk conv_zones_bitmap, Damien Le Moal
- [PATCH v7 19/28] block: Remove BLK_STS_ZONE_RESOURCE, Damien Le Moal
- [PATCH v7 20/28] block: Simplify blk_revalidate_disk_zones() interface, Damien Le Moal
- [PATCH v7 21/28] block: mq-deadline: Remove support for zone write locking, Damien Le Moal
- [PATCH v7 22/28] block: Remove elevator required features, Damien Le Moal
- [PATCH v7 23/28] block: Do not check zone type in blk_check_zone_append(), Damien Le Moal
- [PATCH v7 24/28] block: Move zone related debugfs attribute to blk-zoned.c, Damien Le Moal
- [PATCH v7 25/28] block: Replace zone_wlock debugfs entry with zone_wplugs entry, Damien Le Moal
- [PATCH v7 26/28] block: Remove zone write locking, Damien Le Moal
- [PATCH v7 27/28] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED, Damien Le Moal
- [PATCH v7 28/28] block: Do not special-case plugging of zone write operations, Damien Le Moal
- Re: [PATCH v7 00/28] Zone write plugging, Christoph Hellwig
- Re: [PATCH v7 00/28] Zone write plugging, Damien Le Moal
- Re: [PATCH v7 00/28] Zone write plugging, Jens Axboe
- [RFC PATCH 0/9] io_uring: support sqe group and provide group kbuf,
Ming Lei
- [PATCH 1/9] io_uring: net: don't check sqe->__pad2[0] for send zc, Ming Lei
- [PATCH 2/9] io_uring: support user sqe ext flags, Ming Lei
- [PATCH 3/9] io_uring: add helper for filling cqes in __io_submit_flush_completions(), Ming Lei
- [PATCH 4/9] io_uring: add one output argument to io_submit_sqe, Ming Lei
- [PATCH 5/9] io_uring: support SQE group, Ming Lei
- [PATCH 6/9] io_uring: support providing sqe group buffer, Ming Lei
- [PATCH 7/9] io_uring/uring_cmd: support provide group kernel buffer, Ming Lei
- [PATCH 8/9] ublk: support provide io buffer, Ming Lei
- [RFC PATCH 9/9] liburing: support sqe ext_flags & sqe group, Ming Lei
- Re: [RFC PATCH 0/9] io_uring: support sqe group and provide group kbuf, Ming Lei
- [PATCH] block: allow device to have both virt_boundary_mask and max segment size,
Ming Lei
- [PATCH] block: fix q->blkg_list corruption during disk rebind,
Ming Lei
- [PATCH] block/035: add test to cover blk-cgroup vs. disk rebind,
Ming Lei
- [PATCH blktests 2/2] nvme/rc: fix shellcheck warning SC2086,
Yi Zhang
- [PATCH blktests 1/2] nvme/011: fix filename path,
Yi Zhang
- [bug report] kmemleak observed with blktests nvme/tcp,
Yi Zhang
- [PATCH vfs.all 00/26] fs & block: remove bdev->bd_inode,
Yu Kuai
- [PATCH vfs.all 03/26] block: remove sync_blockdev_range(), Yu Kuai
- [PATCH vfs.all 02/26] block: remove sync_blockdev_nowait(), Yu Kuai
- [PATCH vfs.all 01/26] block: move two helpers into bdev.c, Yu Kuai
- [PATCH vfs.all 06/26] bcachefs: remove dead function bdev_sectors(), Yu Kuai
- [PATCH vfs.all 05/26] block: add a helper bdev_read_folio(), Yu Kuai
- [PATCH vfs.all 04/26] block: prevent direct access of bd_inode, Yu Kuai
- [PATCH vfs.all 07/26] cramfs: prevent direct access of bd_inode, Yu Kuai
- [PATCH vfs.all 08/26] erofs: prevent direct access of bd_inode, Yu Kuai
- [PATCH vfs.all 09/26] nilfs2: prevent direct access of bd_inode, Yu Kuai
- [PATCH vfs.all 10/26] gfs2: prevent direct access of bd_inode, Yu Kuai
- [PATCH vfs.all 13/26] ext4: prevent direct access of bd_inode, Yu Kuai
- [PATCH vfs.all 14/26] jbd2: prevent direct access of bd_inode, Yu Kuai
- [PATCH vfs.all 12/26] ext4: remove block_device_ejected(), Yu Kuai
- [PATCH vfs.all 16/26] bcache: prevent direct access of bd_inode, Yu Kuai
- [PATCH vfs.all 11/26] btrfs: prevent direct access of bd_inode, Yu Kuai
- [PATCH vfs.all 18/26] scsi: use bdev helper in scsi_bios_ptable(), Yu Kuai
- [PATCH vfs.all 17/26] block2mtd: prevent direct access of bd_inode, Yu Kuai
- [PATCH vfs.all 15/26] s390/dasd: use bdev api in dasd_format(), Yu Kuai
- [PATCH vfs.all 20/26] block: factor out a helper init_bdev_file(), Yu Kuai
- [PATCH vfs.all 21/26] block: fix module reference leakage from bdev_open_by_dev error path, Yu Kuai
- [PATCH vfs.all 19/26] dm-vdo: convert to use bdev_file, Yu Kuai
- [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Yu Kuai
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Al Viro
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Al Viro
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Yu Kuai
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Al Viro
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Yu Kuai
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Al Viro
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Yu Kuai
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Al Viro
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Al Viro
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Al Viro
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Yu Kuai
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Jan Kara
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Al Viro
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Christian Brauner
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Al Viro
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Al Viro
- [PATCH 01/11] block_device: add a pointer to struct address_space (page cache of bdev), Al Viro
- [PATCH 03/11] grow_dev_folio(): we only want ->bd_inode->i_mapping there, Al Viro
- [PATCH 05/11] blkdev_write_iter(): saner way to get inode and bdev, Al Viro
- [PATCH 06/11] blk_ioctl_{discard,zeroout}(): we only want ->bd_inode->i_mapping here..., Al Viro
- [PATCH 10/11] bcachefs: remove dead function bdev_sectors(), Al Viro
- [PATCH 11/11] block2mtd: prevent direct access of bd_inode, Al Viro
- [PATCH 04/11] gfs2: more obvious initializations of mapping->host, Al Viro
- [PATCH 02/11] use ->bd_mapping instead of ->bd_inode->i_mapping, Al Viro
- [PATCH 07/11] ext4: remove block_device_ejected(), Al Viro
- [PATCH 09/11] dm-vdo: use bdev_nr_bytes(bdev) instead of i_size_read(bdev->bd_inode), Al Viro
- [PATCH 08/11] block: move two helpers into bdev.c, Al Viro
- Re: [PATCH 01/11] block_device: add a pointer to struct address_space (page cache of bdev), Christian Brauner
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Yu Kuai
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Christian Brauner
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Christian Brauner
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Christian Brauner
- [PATCH vfs.all 24/26] iomap: convert to use bdev_file, Yu Kuai
- [PATCH vfs.all 23/26] iomap: add helpers helpers to get and set bdev, Yu Kuai
- [PATCH vfs.all 25/26] buffer: add helpers to get and set bdev, Yu Kuai
- [PATCH vfs.all 26/26] buffer: convert to use bdev_file, Yu Kuai
- Re: [PATCH vfs.all 00/26] fs & block: remove bdev->bd_inode, Yu Kuai
- [PATCH RFC v2 0/6] blk-throttle: support enable and disable during runtime,
Yu Kuai
- [PATCH v2] docs: sysfs-block: document size sysfs entry, Tokunori Ikegami
- [GIT PULL] Block fixes for 6.9-rc3,
Jens Axboe
- [PATCH] docs: sysfs-block: document size sysfs entry,
Tokunori Ikegami
- [PATCH] docs: sysfs-block: change hidden sysfs entry listing order,
Tokunori Ikegami
- [PATCH] block: work around sparse in queue_limits_commit_update,
Christoph Hellwig
- [PATCH v6 00/28] Zone write plugging,
Damien Le Moal
- [PATCH v6 01/28] block: Restore sector of flush requests, Damien Le Moal
- [PATCH v6 02/28] block: Remove req_bio_endio(), Damien Le Moal
- [PATCH v6 03/28] block: Introduce blk_zone_update_request_bio(), Damien Le Moal
- [PATCH v6 04/28] block: Introduce bio_straddles_zones() and bio_offset_from_zone_start(), Damien Le Moal
- [PATCH v6 05/28] block: Allow using bio_attempt_back_merge() internally, Damien Le Moal
- [PATCH v6 06/28] block: Remember zone capacity when revalidating zones, Damien Le Moal
- [PATCH v6 07/28] block: Introduce zone write plugging, Damien Le Moal
- [PATCH v6 08/28] block: Fake max open zones limit when there is no limit, Damien Le Moal
- [PATCH v6 09/28] block: Allow zero value of max_zone_append_sectors queue limit, Damien Le Moal
- [PATCH v6 10/28] block: Implement zone append emulation, Damien Le Moal
- [PATCH v6 11/28] block: Allow BIO-based drivers to use blk_revalidate_disk_zones(), Damien Le Moal
- [PATCH v6 12/28] dm: Use the block layer zone append emulation, Damien Le Moal
- [PATCH v6 13/28] scsi: sd: Use the block layer zone append emulation, Damien Le Moal
- [PATCH v6 14/28] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature, Damien Le Moal
- [PATCH v6 15/28] null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature, Damien Le Moal
- [PATCH v6 16/28] null_blk: Introduce zone_append_max_sectors attribute, Damien Le Moal
- [PATCH v6 17/28] null_blk: Introduce fua attribute, Damien Le Moal
- [PATCH v6 18/28] nvmet: zns: Do not reference the gendisk conv_zones_bitmap, Damien Le Moal
- [PATCH v6 19/28] block: Remove BLK_STS_ZONE_RESOURCE, Damien Le Moal
- [PATCH v6 20/28] block: Simplify blk_revalidate_disk_zones() interface, Damien Le Moal
- [PATCH v6 21/28] block: mq-deadline: Remove support for zone write locking, Damien Le Moal
- [PATCH v6 22/28] block: Remove elevator required features, Damien Le Moal
- [PATCH v6 23/28] block: Do not check zone type in blk_check_zone_append(), Damien Le Moal
- [PATCH v6 24/28] block: Move zone related debugfs attribute to blk-zoned.c, Damien Le Moal
- [PATCH v6 25/28] block: Replace zone_wlock debugfs entry with zone_wplugs entry, Damien Le Moal
- [PATCH v6 26/28] block: Remove zone write locking, Damien Le Moal
- [PATCH v6 27/28] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED, Damien Le Moal
- [PATCH v6 28/28] block: Do not special-case plugging of zone write operations, Damien Le Moal
- Re: [PATCH v6 00/28] Zone write plugging, Dennis Maisenbacher
- Re: [PATCH v6 00/28] Zone write plugging, Martin K. Petersen
- [PATCH blktests] block/035: test return EIO from BLKRRPART,
Saranya Muruganandam
- [PATCH] block: Fix BLKRRPART regression,
Saranya Muruganandam
- [PATCH] blk-iocost: avoid out of bounds shift,
Rik van Riel
- [PATCH v4] block: Improve IOPS by removing the fairness code,
Bart Van Assche
- [PATCH 0/2] Fix the mq-deadline async_depth implementation,
Bart Van Assche
- [PATCH v3] block: Improve IOPS by removing the fairness code, Bart Van Assche
- [v5.15 Regression] block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART,
Joseph Salisbury
- [PATCHv2 0/2] block,nvme: latency-based I/O scheduler,
Hannes Reinecke
- [PATCH v5 00/28] Zone write plugging,
Damien Le Moal
- [PATCH v5 01/28] block: Restore sector of flush requests, Damien Le Moal
- [PATCH v5 02/28] block: Remove req_bio_endio(), Damien Le Moal
- [PATCH v5 03/28] block: Introduce blk_zone_update_request_bio(), Damien Le Moal
- [PATCH v5 04/28] block: Introduce bio_straddles_zones() and bio_offset_from_zone_start(), Damien Le Moal
- [PATCH v5 05/28] block: Allow using bio_attempt_back_merge() internally, Damien Le Moal
- [PATCH v5 07/28] block: Introduce zone write plugging, Damien Le Moal
- [PATCH v5 09/28] block: Allow zero value of max_zone_append_sectors queue limit, Damien Le Moal
- [PATCH v5 10/28] block: Implement zone append emulation, Damien Le Moal
- [PATCH v5 11/28] block: Allow BIO-based drivers to use blk_revalidate_disk_zones(), Damien Le Moal
- [PATCH v5 12/28] dm: Use the block layer zone append emulation, Damien Le Moal
- [PATCH v5 13/28] scsi: sd: Use the block layer zone append emulation, Damien Le Moal
- [PATCH v5 15/28] null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature, Damien Le Moal
- [PATCH v5 16/28] null_blk: Introduce zone_append_max_sectors attribute, Damien Le Moal
- [PATCH v5 17/28] null_blk: Introduce fua attribute, Damien Le Moal
- [PATCH v5 18/28] nvmet: zns: Do not reference the gendisk conv_zones_bitmap, Damien Le Moal
- [PATCH v5 19/28] block: Remove BLK_STS_ZONE_RESOURCE, Damien Le Moal
- [PATCH v5 20/28] block: Simplify blk_revalidate_disk_zones() interface, Damien Le Moal
- [PATCH v5 22/28] block: Remove elevator required features, Damien Le Moal
- [PATCH v5 23/28] block: Do not check zone type in blk_check_zone_append(), Damien Le Moal
- [PATCH v5 24/28] block: Move zone related debugfs attribute to blk-zoned.c, Damien Le Moal
- [PATCH v5 25/28] block: Replace zone_wlock debugfs entry with zone_wplugs entry, Damien Le Moal
- [PATCH v5 26/28] block: Remove zone write locking, Damien Le Moal
- [PATCH v5 27/28] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED, Damien Le Moal
- [PATCH v5 28/28] block: Do not special-case plugging of zone write operations, Damien Le Moal
- [PATCH v5 08/28] block: Fake max open zones limit when there is no limit, Damien Le Moal
- [PATCH v5 06/28] block: Remember zone capacity when revalidating zones, Damien Le Moal
- [PATCH v5 21/28] block: mq-deadline: Remove support for zone write locking, Damien Le Moal
- [PATCH v5 14/28] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature, Damien Le Moal
- Re: [PATCH v5 00/28] Zone write plugging, Hans Holmberg
- Oddities in brd queue limits,
Hannes Reinecke
- convert SCSI to atomic queue limits, part 1 (v2),
Christoph Hellwig
- [PATCH 02/23] bsg: pass queue_limits to bsg_setup_queue, Christoph Hellwig
- [PATCH 01/23] block: add a helper to cancel atomic queue limit updates, Christoph Hellwig
- [PATCH 03/23] mpi3mr: pass queue_limits to bsg_setup_queue, Christoph Hellwig
- [PATCH 04/23] scsi: initialize scsi midlayer limits before allocating the queue, Christoph Hellwig
- [PATCH 05/23] scsi_transport_fc: add a max_bsg_segments field to struct fc_function_template, Christoph Hellwig
- [PATCH 06/23] scsi: add a no_highmem flag to struct Scsi_Host, Christoph Hellwig
- [PATCH 07/23] scsi: add a dma_alignment field to the host and host template, Christoph Hellwig
- [PATCH 08/23] ufs-exynos: move setting the the dma alignment to the init method, Christoph Hellwig
- [PATCH 09/23] scsi: use the atomic queue limits API in scsi_add_lun, Christoph Hellwig
- [PATCH 10/23] scsi: add a device_configure method to the host template, Christoph Hellwig
- [PATCH 11/23] megaraid_sas: switch to using ->device_configure, Christoph Hellwig
- [PATCH 12/23] mpt3sas: switch to using ->device_configure, Christoph Hellwig
- [PATCH 13/23] sbp2: switch to using ->device_configure, Christoph Hellwig
- [PATCH 14/23] hptiop: switch to using ->device_configure, Christoph Hellwig
- [PATCH 15/23] ipr: switch to using ->device_configure, Christoph Hellwig
- [PATCH 16/23] pmcraid: switch to using ->device_configure, Christoph Hellwig
- [PATCH 17/23] usb-storage: switch to using ->device_configure, Christoph Hellwig
- [PATCH 18/23] sata_nv: switch to using ->device_configure, Christoph Hellwig
- [PATCH 19/23] pata_macio: switch to using ->device_configure, Christoph Hellwig
- [PATCH 20/23] libata: switch to using ->device_configure, Christoph Hellwig
- [PATCH 21/23] mpi3mr: switch to using ->device_configure, Christoph Hellwig
- [PATCH 22/23] uas: switch to using ->device_configure to configure queue limits, Christoph Hellwig
- [PATCH 23/23] block: remove now unused queue limits helpers, Christoph Hellwig
- Re: convert SCSI to atomic queue limits, part 1 (v2), Martin K. Petersen
- [PATCH v4 00/28] Zone write plugging,
Damien Le Moal
- [PATCH v4 01/28] block: Restore sector of flush requests, Damien Le Moal
- [PATCH v4 02/28] block: Remove req_bio_endio(), Damien Le Moal
- [PATCH v4 03/28] block: Introduce blk_zone_update_request_bio(), Damien Le Moal
- [PATCH v4 04/28] block: Introduce bio_straddles_zones() and bio_offset_from_zone_start(), Damien Le Moal
- [PATCH v4 05/28] block: Allow using bio_attempt_back_merge() internally, Damien Le Moal
- [PATCH v4 06/28] block: Remember zone capacity when revalidating zones, Damien Le Moal
- [PATCH v4 07/28] block: Introduce zone write plugging, Damien Le Moal
- [PATCH v4 08/28] block: Fake max open zones limit when there is no limit, Damien Le Moal
- [PATCH v4 09/28] block: Allow zero value of max_zone_append_sectors queue limit, Damien Le Moal
- [PATCH v4 10/28] block: Implement zone append emulation, Damien Le Moal
- [PATCH v4 11/28] block: Allow BIO-based drivers to use blk_revalidate_disk_zones(), Damien Le Moal
- [PATCH v4 12/28] dm: Use the block layer zone append emulation, Damien Le Moal
- [PATCH v4 13/28] scsi: sd: Use the block layer zone append emulation, Damien Le Moal
- [PATCH v4 14/28] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature, Damien Le Moal
- [PATCH v4 15/28] null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature, Damien Le Moal
- [PATCH v4 16/28] null_blk: Introduce zone_append_max_sectors attribute, Damien Le Moal
- [PATCH v4 17/28] null_blk: Introduce fua attribute, Damien Le Moal
- [PATCH v4 18/28] nvmet: zns: Do not reference the gendisk conv_zones_bitmap, Damien Le Moal
- [PATCH v4 19/28] block: Remove BLK_STS_ZONE_RESOURCE, Damien Le Moal
- [PATCH v4 20/28] block: Simplify blk_revalidate_disk_zones() interface, Damien Le Moal
- [PATCH v4 21/28] block: mq-deadline: Remove support for zone write locking, Damien Le Moal
- [PATCH v4 22/28] block: Remove elevator required features, Damien Le Moal
- [PATCH v4 23/28] block: Do not check zone type in blk_check_zone_append(), Damien Le Moal
- [PATCH v4 24/28] block: Move zone related debugfs attribute to blk-zoned.c, Damien Le Moal
- [PATCH v4 25/28] block: Replace zone_wlock debugfs entry with zone_wplugs entry, Damien Le Moal
- [PATCH v4 26/28] block: Remove zone write locking, Damien Le Moal
- [PATCH v4 27/28] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED, Damien Le Moal
- [PATCH v4 28/28] block: Do not special-case plugging of zone write operations, Damien Le Moal
- Re: [PATCH v4 00/28] Zone write plugging, Hans Holmberg
- [PATCH blktests v1 0/3] add blkdev type environment variable,
Daniel Wagner
- [PATCH blktests v1 1/3] nvme/rc: add blkdev type environment variable, Daniel Wagner
- [PATCH blktests v1 3/3] nvme/{021,022,025,026,027,028}: do not hard code target blkdev type, Daniel Wagner
- [PATCH blktests v1 2/3] nvme/{007,009,011,013,015,020,024}: drop duplicate nvmet blkdev type tests, Daniel Wagner
- Re: [PATCH blktests v1 0/3] add blkdev type environment variable, Daniel Wagner
- Re: [PATCH blktests v1 0/3] add blkdev type environment variable, Shinichiro Kawasaki
- [PATCH v5.10] block: add check that partition length needs to be aligned with block size,
Ashwin Dayanand Kamat
- [PATCH v2 00/25] virtio: store owner from modules with register_virtio_driver(),
Krzysztof Kozlowski
- [PATCH v2 01/25] virtio: store owner from modules with register_virtio_driver(), Krzysztof Kozlowski
- [PATCH v2 02/25] virtio: balloon: drop owner assignment, Krzysztof Kozlowski
- [PATCH v2 03/25] virtio: input: drop owner assignment, Krzysztof Kozlowski
- [PATCH v2 04/25] virtio: mem: drop owner assignment, Krzysztof Kozlowski
- [PATCH v2 05/25] um: virt-pci: drop owner assignment, Krzysztof Kozlowski
- [PATCH v2 06/25] virtio_blk: drop owner assignment, Krzysztof Kozlowski
- [PATCH v2 07/25] bluetooth: virtio: drop owner assignment, Krzysztof Kozlowski
- [PATCH v2 08/25] hwrng: virtio: drop owner assignment, Krzysztof Kozlowski
- [PATCH v2 09/25] virtio_console: drop owner assignment, Krzysztof Kozlowski
- [PATCH v2 10/25] crypto: virtio - drop owner assignment, Krzysztof Kozlowski
- [PATCH v2 11/25] firmware: arm_scmi: virtio: drop owner assignment, Krzysztof Kozlowski
- [PATCH v2 12/25] gpio: virtio: drop owner assignment, Krzysztof Kozlowski
- [PATCH v2 13/25] drm/virtio: drop owner assignment, Krzysztof Kozlowski
- [PATCH v2 14/25] iommu: virtio: drop owner assignment, Krzysztof Kozlowski
- [PATCH v2 15/25] misc: nsm: drop owner assignment, Krzysztof Kozlowski
- [PATCH v2 16/25] net: caif: virtio: drop owner assignment, Krzysztof Kozlowski
- [PATCH v2 17/25] net: virtio: drop owner assignment, Krzysztof Kozlowski
- [PATCH v2 18/25] net: 9p: virtio: drop owner assignment, Krzysztof Kozlowski
- [PATCH v2 19/25] vsock/virtio: drop owner assignment, Krzysztof Kozlowski
- [PATCH v2 20/25] wifi: mac80211_hwsim: drop owner assignment, Krzysztof Kozlowski
- [PATCH v2 21/25] nvdimm: virtio_pmem: drop owner assignment, Krzysztof Kozlowski
- [PATCH v2 22/25] rpmsg: virtio: drop owner assignment, Krzysztof Kozlowski
- [PATCH v2 23/25] scsi: virtio: drop owner assignment, Krzysztof Kozlowski
- [PATCH v2 24/25] fuse: virtio: drop owner assignment, Krzysztof Kozlowski
- [PATCH v2 25/25] sound: virtio: drop owner assignment, Krzysztof Kozlowski
[Index of Archives]
[Linux RAID]
[Linux SCSI]
[Linux ATA RAID]
[Linux Wireless]
[Linux Bluetooth]
[Kernel Announce]
[Kernel Newbies]
[IETF Annouce]
[Git]
[Security]
[Linux Netdev]
[Netfilter]
[Bugtraq]