Linux Block Development
[Prev Page][Next Page]
- Re: [PATCH 1/4] blk-mq: add API of blk_mq_unfreeze_queue_force, (continued)
- [PATCH 0/6] bcache-next 20230615,
Coly Li
- [PATCH v1 0/2] nvme-fc: Fix blktests hangers,
Daniel Wagner
- [PATCH] block: add capacity validation in bdev_add_partition(),
min15.li
- Re: [PATCH v2 1/1] cdrom: Fix spectre-v1 gadget,
Phillip Potter
- deprecate md bitmap file support,
Christoph Hellwig
- [PATCH 05/11] md-bitmap: rename read_page to read_file_page, Christoph Hellwig
- [PATCH 08/11] md-bitmap: account for mddev->bitmap_info.offset in read_sb_page, Christoph Hellwig
- [PATCH 03/11] md-bitmap: use %pD to print the file name in md_bitmap_file_kick, Christoph Hellwig
- [PATCH 07/11] md-bitmap: cleanup read_sb_page, Christoph Hellwig
- [PATCH 04/11] md-bitmap: split file writes into a separate helper, Christoph Hellwig
- [PATCH 06/11] md-bitmap: refactor md_bitmap_init_from_disk, Christoph Hellwig
- [PATCH 01/11] md-bitmap: set BITMAP_WRITE_ERROR in write_sb_page, Christoph Hellwig
- [PATCH 09/11] md-bitmap: don't use ->index for pages backing the bitmap file, Christoph Hellwig
- [PATCH 02/11] md-bitmap: initialize variables at declaration time in md_bitmap_file_unmap, Christoph Hellwig
- [PATCH 10/11] md: make bitmap file support optional, Christoph Hellwig
- [PATCH 11/11] md: deprecate bitmap file support, Christoph Hellwig
- Re: deprecate md bitmap file support, Mariusz Tkaczyk
- [PATCH v10 0/3] Amiga RDB partition support fixes,
Michael Schmitz
- [PATCHv2] zram: further limit recompression threshold, Sergey Senozhatsky
- [PATCH v2 blktests] block/034: Test memory is released by null-blk driver with memory_backed=1,
Nitesh Shetty
- [PATCH] zram: further limit recompression threshold,
Sergey Senozhatsky
- dio / splice fixups,
Christoph Hellwig
- [PATCH for-next] brd: use cond_resched instead of cond_resched_rcu,
Pankaj Raghav
- [PATCH 0/7] RFC: high-order folio support for I/O,
Hannes Reinecke
- [PATCH 3/7] brd: abstract page_size conventions, Hannes Reinecke
- [PATCH 4/7] brd: make sector size configurable, Hannes Reinecke
- [PATCH 7/7] mm/readahead: align readahead down to mapping blocksize, Hannes Reinecke
- [PATCH 5/7] brd: make logical sector size configurable, Hannes Reinecke
- [PATCH 2/7] brd: convert to folios, Hannes Reinecke
- [PATCH 1/7] brd: use XArray instead of radix-tree to index backing pages, Hannes Reinecke
- Re: [PATCH 0/7] RFC: high-order folio support for I/O, Hannes Reinecke
- [PATCH 2/2] highmem: Add memcpy_from_folio(), Matthew Wilcox (Oracle)
- [PATCH 1/2] highmem: Add memcpy_to_folio(), Matthew Wilcox (Oracle)
[PATCH v7 0/7] scsi: fixes for targets with many LUNs, and scsi_target_block rework,
mwilck
- [PATCH v7 1/7] bsg: increase number of devices, mwilck
- [PATCH v7 3/7] scsi: merge scsi_internal_device_block() and device_block(), mwilck
- [PATCH v7 2/7] scsi: sg: increase number of devices, mwilck
- [PATCH v7 4/7] scsi: don't wait for quiesce in scsi_stop_queue(), mwilck
- [PATCH v7 5/7] scsi: don't wait for quiesce in scsi_device_block(), mwilck
- [PATCH v7 6/7] scsi: replace scsi_target_block() by scsi_block_targets(), mwilck
- [PATCH v7 7/7] scsi: improve warning message in scsi_device_block(), mwilck
- Re: [PATCH v7 0/7] scsi: fixes for targets with many LUNs, and scsi_target_block rework, Martin K. Petersen
- Re: [PATCH v7 0/7] scsi: fixes for targets with many LUNs, and scsi_target_block rework, Martin K. Petersen
Re: Kernel null pointer dereference on stopping raid device,
Ayush Jain
[PATCH v3] blk-mq: check on cpu id when there is only one ctx mapping,
Ed Tsai
[PATCH] block: Fix dio_cleanup() to advance the head index,
David Howells
[PATCH v6 0/7] scsi: fixes for targets with many LUNs, and scsi_target_block rework,
mwilck
[PATCH] swim3: fix the floppy_locked_ioctl prototype,
Christoph Hellwig
Re: linux-next: Tree for Jun 13 (drivers/block/swim3.c), Randy Dunlap
[PATCH v3 0/2] block: fine-granular CAP_SYS_ADMIN for Persistent Reservation ioctl,
Jingbo Xu
[PATCH 0/2] nvme: fix two kinds of IO hang from removing NSs,
Ming Lei
[PATCH v6 0/8] Support limits below the page size,
Bart Van Assche
- [PATCH v6 1/8] block: Use pr_info() instead of printk(KERN_INFO ...), Bart Van Assche
- [PATCH v6 2/8] block: Prepare for supporting sub-page limits, Bart Van Assche
- [PATCH v6 3/8] block: Support configuring limits below the page size, Bart Van Assche
- [PATCH v6 4/8] block: Make sub_page_limit_queues available in debugfs, Bart Van Assche
- [PATCH v6 5/8] block: Support submitting passthrough requests with small segments, Bart Van Assche
- [PATCH v6 6/8] block: Add support for filesystem requests and small segments, Bart Van Assche
- [PATCH v6 7/8] scsi_debug: Support configuring the maximum segment size, Bart Van Assche
- [PATCH v6 8/8] null_blk: Support configuring the maximum segment size, Bart Van Assche
- Re: [PATCH v6 0/8] Support limits below the page size, Bart Van Assche
- Re: [PATCH v6 0/8] Support limits below the page size, Jens Axboe
[PATCH v2] block: Fix dio_bio_alloc() to set BIO_PAGE_PINNED,
David Howells
[PATCHv3 0/2] enhanced nvme uring command polling,
Keith Busch
[PATCH] block: Fix dio_bio_alloc() to set BIO_PAGE_PINNED,
David Howells
[PATCH v5 0/7] scsi: fixes for targets with many LUNs, and scsi_target_block rework,
mwilck
[PATCH] block: Add config option to not allow writing to mounted devices,
Jan Kara
Re: [PATCH v4 6/6] scsi: replace scsi_target_block() by scsi_block_targets(), Hannes Reinecke
Re: [PATCH v4 5/6] scsi: don't wait for quiesce in scsi_device_block(), Hannes Reinecke
Re: [PATCH v4 4/6] scsi: don't wait for quiesce in scsi_stop_queue(), Hannes Reinecke
Re: [PATCH v4 3/6] scsi: merge scsi_internal_device_block() and device_block(), Hannes Reinecke
[PATCH v4 0/6] scsi: fixes for targets with many LUNs, and scsi_target_block rework,
mwilck
[PATCH blktests v1] nvme/040: Free loop back resources,
Daniel Wagner
[PATCH v5 00/11] blksnap - block devices snapshots module,
Sergei Shtepa
- [PATCH v5 01/11] documentation: Block Device Filtering Mechanism, Sergei Shtepa
- [PATCH v5 02/11] block: Block Device Filtering Mechanism, Sergei Shtepa
- [PATCH v5 03/11] documentation: Block Devices Snapshots Module, Sergei Shtepa
- [PATCH v5 04/11] blksnap: header file of the module interface, Sergei Shtepa
- [PATCH v5 05/11] blksnap: module management interface functions, Sergei Shtepa
- [PATCH v5 06/11] blksnap: handling and tracking I/O units, Sergei Shtepa
- [PATCH v5 07/11] blksnap: minimum data storage unit of the original block device, Sergei Shtepa
- [PATCH v5 08/11] blksnap: difference storage, Sergei Shtepa
- <Possible follow-ups>
- [PATCH v5 00/11] blksnap - block devices snapshots module, Sergei Shtepa
- [PATCH v5 01/11] documentation: Block Device Filtering Mechanism, Sergei Shtepa
- [PATCH v5 02/11] block: Block Device Filtering Mechanism, Sergei Shtepa
- [PATCH v5 03/11] documentation: Block Devices Snapshots Module, Sergei Shtepa
- [PATCH v5 04/11] blksnap: header file of the module interface, Sergei Shtepa
- [PATCH v5 06/11] blksnap: handling and tracking I/O units, Sergei Shtepa
- [PATCH v5 07/11] blksnap: minimum data storage unit of the original block device, Sergei Shtepa
- [PATCH v5 08/11] blksnap: difference storage, Sergei Shtepa
- [PATCH v5 09/11] blksnap: event queue from the difference storage, Sergei Shtepa
- [PATCH v5 10/11] blksnap: snapshot and snapshot image block device, Sergei Shtepa
- [PATCH v5 11/11] blksnap: Kconfig and Makefile, Sergei Shtepa
- [PATCH v5 05/11] blksnap: module management interface functions, Sergei Shtepa
- Re: [PATCH v5 00/11] blksnap - block devices snapshots module, Christoph Hellwig
- Re: [PATCH v5 00/11] blksnap - block devices snapshots module, Eric Biggers
Re: [linux-next:master] [splice] 2cb1e08985: stress-ng.sendfile.ops_per_sec 11.6% improvement, David Howells
[PATCH 5.10 08/68] block/blk-iocost (gcc13): keep large values in a new enum, Greg Kroah-Hartman
[PATCH 5.4 02/45] block/blk-iocost (gcc13): keep large values in a new enum, Greg Kroah-Hartman
[PATCH blktests] block/034: Test memory is released by null-blk driver with memory_backed=1,
Nitesh Shetty
[PATCH v2] block: fine-granular CAP_SYS_ADMIN for Persistent Reservation ioctl,
Jingbo Xu
[PATCH 1/2] block: fix random typos, Yang Hau
Re: [syzbot] [nilfs?] general protection fault in nilfs_clear_dirty_page,
syzbot
Re: [PATCH 1/1] cdrom: Fix spectre-v1 gadget,
Phillip Potter
[PATCH -next v3] null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues', Yu Kuai
[PATCH] blk-crypto: use dynamic lock class for blk_crypto_profile::lock,
Eric Biggers
[PATCH -next v2] null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues', Yu Kuai
[PATCH -next] null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues', Yu Kuai
[PATCH -next v2] blk-mq: fix potential io hang by wrong 'wake_batch',
Yu Kuai
[PATCH v5 0/3] fix blktrace debugfs entries leakage,
Yu Kuai
[PATCH V4] blk-cgroup: Flush stats before releasing blkcg_gq,
Ming Lei
[PATCHv2 0/2] enhanced nvme uring command polling,
Keith Busch
[GIT PULL] Block fixes for 6.4-rc6,
Jens Axboe
[PATCH] block: set reasonable default for discard max,
John Pittman
[PATCH 0/1] s390/dasd: fix locking error,
Stefan Haberland
[PATCH v4 00/11] blksnap - block devices snapshots module,
Sergei Shtepa
[PATCH v4 01/11] documentation: Block Device Filtering Mechanism,
Sergei Shtepa
- [PATCH v4 11/11] blksnap: Kconfig and Makefile, Sergei Shtepa
- [PATCH v4 03/11] documentation: Block Devices Snapshots Module, Sergei Shtepa
- [PATCH v4 07/11] blksnap: minimum data storage unit of the original block device, Sergei Shtepa
- [PATCH v4 05/11] blksnap: module management interface functions, Sergei Shtepa
- [PATCH v4 08/11] blksnap: difference storage, Sergei Shtepa
- [PATCH v4 06/11] blksnap: handling and tracking I/O units, Sergei Shtepa
- [PATCH v4 04/11] blksnap: header file of the module interface, Sergei Shtepa
- [PATCH v4 10/11] blksnap: snapshot and snapshot image block device, Sergei Shtepa
- [PATCH v4 02/11] block: Block Device Filtering Mechanism, Sergei Shtepa
- [PATCH v4 09/11] blksnap: event queue from the difference storage, Sergei Shtepa
- Re: [PATCH v4 01/11] documentation: Block Device Filtering Mechanism, Randy Dunlap
[PATCH -next] blk-mq: fix potential io hang by wrong 'wake_batch',
Yu Kuai
[RFC] block: relax permission for Persistent Reservations ioctl,
Jingbo Xu
[ANNOUNCE] Alpine Linux Persistence and Storage Summit 2023, Johannes Thumshirn
[PATCH v4 0/2] fix blktrace debugfs entries leakage,
Yu Kuai
LVM kernel lockup scenario during lvcreate,
Jaco Kroon
[PATCH v2] Revert "virtio-blk: support completion batching for the IRQ path",
Michael S. Tsirkin
[PATCH] Revert "virtio-blk: support completion batching for the IRQ path",
Michael S. Tsirkin
[PATCH v5 0/3] sed-opal: keyrings, discovery, revert, key store,
gjoyce
[PATCH v7 0/3] generic and PowerPC SED Opal keystore,
gjoyce
decouple block open flags from fmode_t v2,
Christoph Hellwig
- [PATCH 01/30] block: also call ->open for incremental partition opens, Christoph Hellwig
- [PATCH 08/30] block: pass a gendisk to ->open, Christoph Hellwig
- [PATCH 05/30] cdrom: track if a cdrom_device_info was opened for data, Christoph Hellwig
- [PATCH 03/30] cdrom: remove the unused mode argument to cdrom_ioctl, Christoph Hellwig
- [PATCH 07/30] block: pass a gendisk on bdev_check_media_change, Christoph Hellwig
- [PATCH 06/30] cdrom: remove the unused mode argument to cdrom_release, Christoph Hellwig
- [PATCH 04/30] cdrom: remove the unused cdrom_close_write release code, Christoph Hellwig
- [PATCH 09/30] block: remove the unused mode argument to ->release, Christoph Hellwig
- [PATCH 02/30] cdrom: remove the unused bdev argument to cdrom_open, Christoph Hellwig
- [PATCH 12/30] bcache: don't pass a stack address to blkdev_get_by_path, Christoph Hellwig
- [PATCH 10/30] block: rename blkdev_close to blkdev_release, Christoph Hellwig
- [PATCH 15/30] block: use the holder as indication for exclusive opens, Christoph Hellwig
- [PATCH 13/30] rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path, Christoph Hellwig
- [PATCH 14/30] btrfs: don't pass a holder for non-exclusive blkdev_get_by_path, Christoph Hellwig
- [PATCH 17/30] fs: remove sb->s_mode, Christoph Hellwig
- [PATCH 11/30] swsusp: don't pass a stack address to blkdev_get_by_path, Christoph Hellwig
- [PATCH 16/30] block: add a sb_open_mode helper, Christoph Hellwig
- [PATCH 21/30] nvme: replace the fmode_t argument to the nvme ioctl handlers with a simple bool, Christoph Hellwig
- [PATCH 18/30] scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool, Christoph Hellwig
- [PATCH 19/30] scsi: replace the fmode_t argument to scsi_ioctl with a simple bool, Christoph Hellwig
- [PATCH 20/30] scsi: replace the fmode_t argument to ->sg_io_fn with a simple bool, Christoph Hellwig
- [PATCH 23/30] rnbd-srv: replace sess->open_flags with a "bool readonly", Christoph Hellwig
- [PATCH 22/30] mtd: block: use a simple bool to track open for write, Christoph Hellwig
- [PATCH 24/30] ubd: remove commented out code in ubd_open, Christoph Hellwig
- [PATCH 25/30] block: move a few internal definitions out of blkdev.h, Christoph Hellwig
- [PATCH 26/30] block: remove unused fmode_t arguments from ioctl handlers, Christoph Hellwig
- [PATCH 28/30] block: always use I_BDEV on file->f_mapping->host to find the bdev, Christoph Hellwig
- [PATCH 29/30] block: store the holder in file->private_data, Christoph Hellwig
- [PATCH 30/30] fs: remove the now unused FMODE_* flags, Christoph Hellwig
- Message not available
Message not available
Re: decouple block open flags from fmode_t v2, Jens Axboe
[PATCH RESEND] block: improve ioprio value validity checks,
Damien Le Moal
[RFC 0/4] bdev: allow buffer-head & iomap aops to co-exist,
Luis Chamberlain
[PATCH v3 0/2] fix blktrace debugfs entries leakage,
Yu Kuai
[PATCH 5.15 121/159] block/blk-iocost (gcc13): keep large values in a new enum, Greg Kroah-Hartman
[PATCH v3 0/8] scsi: fixes for targets with many LUNs, and scsi_target_block rework,
mwilck
[PATCH net-next v6 10/14] splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor(), David Howells
[PATCH net-next v6 04/14] splice, net: Add a splice_eof op to file-ops and socket-ops, David Howells
[PATCH] block: increment diskseq on all media change events,
Demi Marie Obenour
[PATCH net-next v5 04/14] splice, net: Add a splice_eof op to file-ops and socket-ops,
David Howells
[PATCH net-next v5 10/14] splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor(), David Howells
Re: virtio-blk: support completion batching for the IRQ path - failure,
Suwan Kim
Message not available
[syzbot] Monthly block report (Jun 2023), syzbot
[PATCH] block: ratelimit warning in bio_check_ro,
Ladislav Michl
[PATCH v2 0/3] scsi: fixes for targets with many LUNs,
mwilck
[PATCH] blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats(),
Waiman Long
[PATCH v4 0/1] nvmet-fcloop: unblock module removal,
Daniel Wagner
Slow random write access,
Andrew Murray
[PATCH blktests v1] nvmeof-mp: Remove nvmeof-mp tests,
Daniel Wagner
decouple block open flags from fmode_t,
Christoph Hellwig
[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]