Linux Block Development
[Prev Page][Next Page]
- Re: [PATCH 15/45] block: use put_device in put_disk, (continued)
- [PATCH 20/45] block: refactor __blkdev_put, Christoph Hellwig
- [PATCH 12/45] block: remove a superflous check in blkpg_do_ioctl, Christoph Hellwig
- [PATCH 13/45] block: add a bdev_kobj helper, Christoph Hellwig
- [PATCH 22/45] block: opencode devcgroup_inode_permission, Christoph Hellwig
- [PATCH 21/45] block: refactor blkdev_get, Christoph Hellwig
- [PATCH 14/45] block: use disk_part_iter_exit in disk_part_iter_next, Christoph Hellwig
- [PATCH 19/45] init: cleanup match_dev_by_uuid and match_dev_by_label, Christoph Hellwig
- [PATCH 23/45] block: remove i_bdev, Christoph Hellwig
- [PATCH 17/45] init: refactor name_to_dev_t, Christoph Hellwig
- [PATCH 24/45] blk-cgroup: stop abusing get_gendisk, Christoph Hellwig
- [PATCH 26/45] block: remove ->bd_contains, Christoph Hellwig
- [PATCH 27/45] block: simplify the block device claiming interface, Christoph Hellwig
- [PATCH 29/45] block: initialize struct block_device in bdev_alloc, Christoph Hellwig
- [PATCH 25/45] block: reference struct block_device from struct hd_struct, Christoph Hellwig
- [PATCH 30/45] block: remove the nr_sects field in struct hd_struct, Christoph Hellwig
- [PATCH 28/45] block: simplify part_to_disk, Christoph Hellwig
- [PATCH 34/45] block: move holder_dir to struct block_device, Christoph Hellwig
- [PATCH 31/45] block: move disk stat accounting to struct block_device, Christoph Hellwig
- [PATCH 32/45] block: move the start_sect field to struct block_device, Christoph Hellwig
- [PATCH 40/45] block: pass a block_device to blk_alloc_devt, Christoph Hellwig
- [PATCH 41/45] block: pass a block_device to invalidate_partition, Christoph Hellwig
- [PATCH 33/45] block: move the partition_meta_info to struct block_device, Christoph Hellwig
- [PATCH 38/45] block: switch partition lookup to use struct block_device, Christoph Hellwig
- [PATCH 35/45] block: move make_it_fail to struct block_device, Christoph Hellwig
- [PATCH 39/45] block: remove the partno field from struct hd_struct, Christoph Hellwig
- [PATCH 37/45] block: allocate struct hd_struct as part of struct bdev_inode, Christoph Hellwig
- [PATCH 36/45] block: move the policy field to struct block_device, Christoph Hellwig
- [PATCH 45/45] block: stop using bdget_disk for partition 0, Christoph Hellwig
- [PATCH 42/45] block: switch disk_part_iter_* to use a struct block_device, Christoph Hellwig
- [PATCH 43/45] f2fs: remove a few bd_part checks, Christoph Hellwig
- [PATCH 44/45] block: merge struct block_device and struct hd_struct, Christoph Hellwig
- [PATCH 5.11] block: optimise for_each_bvec() advance,
Pavel Begunkov
- [REF PATCH] block/loop: remove unused range, Alex Shi
- [PATCH 0/7] Some cleanups and improvements for blk-iocost,
Baolin Wang
- [PATCH blktests 0/5] nvmeof-mp/srp/nvme-rdma misc fix and enhancement,
Yi Zhang
- [PATCH 0/9] relay: cleanup and const callbacks, take 2,
Jani Nikula
- WARNING in nbd_config_put, syzbot
- [PATCH 1/2] block: update documentation for blk_rq_timeout(),
Julian Wiedmann
- [PATCH v5] block: disable iopoll for split bio,
Jeffle Xu
- [PATCH v3 0/9] Rework runtime suspend and SCSI domain validation,
Bart Van Assche
- [PATCH v3 1/9] block: Fix a race in the runtime power management code, Bart Van Assche
- [PATCH v3 2/9] ide: Do not set the RQF_PREEMPT flag for sense requests, Bart Van Assche
- [PATCH v3 3/9] scsi: Pass a request queue pointer to __scsi_execute(), Bart Van Assche
- [PATCH v3 5/9] scsi: Do not wait for a request in scsi_eh_lock_door(), Bart Van Assche
- [PATCH v3 6/9] scsi_transport_spi: Make spi_execute() accept a request queue pointer, Bart Van Assche
- [PATCH v3 4/9] scsi: Inline scsi_mq_alloc_queue(), Bart Van Assche
- [PATCH v3 7/9] scsi_transport_spi: Freeze request queues instead of quiescing, Bart Van Assche
- [PATCH v3 8/9] block, scsi, ide: Only process PM requests if rpm_status != RPM_ACTIVE, Bart Van Assche
- [PATCH v3 9/9] block: Do not accept any requests while suspended, Bart Van Assche
- [PATCH v2 for-next 0/4] optimise sbitmap deferred clear,
Pavel Begunkov
- [PATCH] block: cleanup kstrto*() usage, Alexey Dobriyan
- [PATCH v6] zram: break the strict dependency from lzo,
Rui Salvaterra
- [PATCH 00/29] RFC: iov_iter: Switch to using an ops table,
David Howells
[PATCH 02/29] iov_iter: Split copy_page_to_iter(), David Howells
[PATCH 03/29] iov_iter: Split iov_iter_fault_in_readable, David Howells
[PATCH 04/29] iov_iter: Split the iterate_and_advance() macro, David Howells
[PATCH 05/29] iov_iter: Split copy_to_iter(), David Howells
[PATCH 06/29] iov_iter: Split copy_mc_to_iter(), David Howells
[PATCH 07/29] iov_iter: Split copy_from_iter(), David Howells
[PATCH 08/29] iov_iter: Split the iterate_all_kinds() macro, David Howells
[PATCH 09/29] iov_iter: Split copy_from_iter_full(), David Howells
[PATCH 10/29] iov_iter: Split copy_from_iter_nocache(), David Howells
[PATCH 11/29] iov_iter: Split copy_from_iter_flushcache(), David Howells
[PATCH 12/29] iov_iter: Split copy_from_iter_full_nocache(), David Howells
[PATCH 13/29] iov_iter: Split copy_page_from_iter(), David Howells
[PATCH 14/29] iov_iter: Split iov_iter_zero(), David Howells
[PATCH 15/29] iov_iter: Split copy_from_user_atomic(), David Howells
[PATCH 16/29] iov_iter: Split iov_iter_advance(), David Howells
[PATCH 17/29] iov_iter: Split iov_iter_revert(), David Howells
[PATCH 18/29] iov_iter: Split iov_iter_single_seg_count(), David Howells
[PATCH 19/29] iov_iter: Split iov_iter_alignment(), David Howells
[PATCH 20/29] iov_iter: Split iov_iter_gap_alignment(), David Howells
[PATCH 21/29] iov_iter: Split iov_iter_get_pages(), David Howells
[PATCH 22/29] iov_iter: Split iov_iter_get_pages_alloc(), David Howells
[PATCH 23/29] iov_iter: Split csum_and_copy_from_iter(), David Howells
[PATCH 24/29] iov_iter: Split csum_and_copy_from_iter_full(), David Howells
[PATCH 25/29] iov_iter: Split csum_and_copy_to_iter(), David Howells
[PATCH 26/29] iov_iter: Split iov_iter_npages(), David Howells
[PATCH 27/29] iov_iter: Split dup_iter(), David Howells
[PATCH 28/29] iov_iter: Split iov_iter_for_each_range(), David Howells
[PATCH 29/29] iov_iter: Remove iterate_all_kinds() and iterate_and_advance(), David Howells
Re: [PATCH 00/29] RFC: iov_iter: Switch to using an ops table, Pavel Begunkov
Re: [PATCH 00/29] RFC: iov_iter: Switch to using an ops table, Linus Torvalds
Re: [PATCH 00/29] RFC: iov_iter: Switch to using an ops table, Matthew Wilcox
[RFC PATCH] blk-cgroup: prevent rcu_sched detected stalls warnings in blkg_destroy_all(),
Yu Kuai
[PATCH for-next 0/2] optimise sbitmap deferred clear,
Pavel Begunkov
[PATCH 000/141] Fix fall-through warnings for Clang,
Gustavo A. R. Silva
Re: [PATCH 000/141] Fix fall-through warnings for Clang, Miguel Ojeda
Re: [PATCH 000/141] Fix fall-through warnings for Clang, Jason Gunthorpe
Message not available
Re: [PATCH 000/141] Fix fall-through warnings for Clang, Martin K. Petersen
Re: (subset) [PATCH 000/141] Fix fall-through warnings for Clang, Martin K. Petersen
[PATCH] block: don't ignore REQ_NOWAIT for direct IO,
Pavel Begunkov
[PATCH] dm-settings: fix a possible integer overflow in blk_queue_max_hw_sectors, Mikulas Patocka
[PATCH v4 0/9] null_blk fixes, improvements and cleanup,
Damien Le Moal
- [PATCH v4 2/9] null_blk: Fail zone append to conventional zones, Damien Le Moal
- [PATCH v4 3/9] block: Align max_hw_sectors to logical blocksize, Damien Le Moal
- [PATCH v4 1/9] null_blk: Fix zone size initialization, Damien Le Moal
- [PATCH v4 5/9] null_blk: Improve implicit zone close, Damien Le Moal
- [PATCH v4 4/9] null_blk: improve zone locking, Damien Le Moal
- [PATCH v4 6/9] null_blk: cleanup discard handling, Damien Le Moal
- [PATCH v4 7/9] null_blk: discard zones on reset, Damien Le Moal
- [PATCH v4 8/9] null_blk: Allow controlling max_hw_sectors limit, Damien Le Moal
- [PATCH v4 9/9] null_blk: Move driver into its own directory, Damien Le Moal
- Re: [PATCH v4 0/9] null_blk fixes, improvements and cleanup, Damien Le Moal
- Re: [PATCH v4 0/9] null_blk fixes, improvements and cleanup, Damien Le Moal
- Re: [PATCH v4 0/9] null_blk fixes, improvements and cleanup, Jens Axboe
[PATCH v2 0/2] optimise iov_iter,
Pavel Begunkov
[PATCH] blk-settings: make sure that max_sectors is aligned on "logical_block_size" boundary.,
Mikulas Patocka
[RFC PATCHv2 0/2] block-layer interposer,
Hannes Reinecke
[PATCH 0/2] optimise iov_iter,
Pavel Begunkov
[PATCH] blk-mq: skip hybrid polling if iopoll doesn't spin,
Pavel Begunkov
[PATCH V5 00/13] blk-mq/scsi: tracking device queue depth via sbitmap,
Ming Lei
- [PATCH V5 01/13] sbitmap: remove sbitmap_clear_bit_unlock, Ming Lei
- [PATCH V5 02/13] sbitmap: maintain allocation round_robin in sbitmap, Ming Lei
- [PATCH V5 03/13] sbitmap: add helpers for updating allocation hint, Ming Lei
- [PATCH V5 04/13] sbitmap: move allocation hint into sbitmap, Ming Lei
- [PATCH V5 05/13] sbitmap: export sbitmap_weight, Ming Lei
- [PATCH V5 06/13] sbitmap: add helper of sbitmap_calculate_shift, Ming Lei
- [PATCH V5 07/13] blk-mq: add callbacks for storing & retrieving budget token, Ming Lei
- [PATCH V5 08/13] blk-mq: return budget token from .get_budget callback, Ming Lei
- [PATCH V5 09/13] scsi: put hot fields of scsi_host_template into one cacheline, Ming Lei
- Re: [PATCH V5 00/13] blk-mq/scsi: tracking device queue depth via sbitmap, Ming Lei
- <Possible follow-ups>
- [PATCH V5 00/13] blk-mq/scsi: tracking device queue depth via sbitmap, Ming Lei
- [PATCH V5 02/13] sbitmap: maintain allocation round_robin in sbitmap, Ming Lei
- [PATCH V5 03/13] sbitmap: add helpers for updating allocation hint, Ming Lei
- [PATCH V5 01/13] sbitmap: remove sbitmap_clear_bit_unlock, Ming Lei
- [PATCH V5 04/13] sbitmap: move allocation hint into sbitmap, Ming Lei
- [PATCH V5 05/13] sbitmap: export sbitmap_weight, Ming Lei
- [PATCH V5 06/13] sbitmap: add helper of sbitmap_calculate_shift, Ming Lei
- [PATCH V5 07/13] blk-mq: add callbacks for storing & retrieving budget token, Ming Lei
- [PATCH V5 08/13] blk-mq: return budget token from .get_budget callback, Ming Lei
- [PATCH V5 09/13] scsi: put hot fields of scsi_host_template into one cacheline, Ming Lei
- [PATCH V5 10/13] megaraid_sas: v2 replace sdev_busy with local, Ming Lei
- [PATCH V5 11/13] scsi: add scsi_device_busy() to read sdev->device_busy, Ming Lei
- [PATCH V5 12/13] scsi: make sure sdev->queue_depth is <= max(shost->can_queue, 1024), Ming Lei
- [PATCH V5 13/13] scsi: replace sdev->device_busy with sbitmap, Ming Lei
[PATCH 1/6] relay: allow the use of const callback structs,
Jani Nikula
[PATCH] dm verity: correcting logic used with corrupted_errs counter,
Ravi Kumar Siddojigari
merge struct block_device and struct hd_struct,
Christoph Hellwig
- [PATCH 04/20] block: use disk_part_iter_exit in disk_part_iter_next, Christoph Hellwig
- [PATCH 01/20] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats, Christoph Hellwig
- [PATCH 05/20] block: use put_device in put_disk, Christoph Hellwig
- [PATCH 02/20] block: remove a duplicate __disk_get_part prototype, Christoph Hellwig
- [PATCH 03/20] block: add a bdev_kobj helper, Christoph Hellwig
- [PATCH 06/20] block: change the hash used for looking up block devices, Christoph Hellwig
- [PATCH 07/20] init: refactor name_to_dev_t, Christoph Hellwig
- [PATCH 08/20] init: refactor devt_from_partuuid, Christoph Hellwig
- [PATCH 10/20] block: refactor __blkdev_put, Christoph Hellwig
- [PATCH 11/20] block: reference struct block_device from struct hd_struct, Christoph Hellwig
- [PATCH 09/20] init: cleanup match_dev_by_uuid and match_dev_by_label, Christoph Hellwig
- [PATCH 12/20] block: simplify the block device claiming interface, Christoph Hellwig
- [PATCH 13/20] block: remove ->bd_contains, Christoph Hellwig
- [PATCH 14/20] block: remove the nr_sects field in struct hd_struct, Christoph Hellwig
- [PATCH 15/20] block: merge struct block_device and struct hd_struct, Christoph Hellwig
- [PATCH 16/20] block: stop using bdget_disk for partition 0, Christoph Hellwig
- [PATCH 18/20] fs: remove get_super_thawed and get_super_exclusive_thawed, Christoph Hellwig
- [PATCH 17/20] filemap: consistently use ->f_mapping over ->i_mapping, Christoph Hellwig
- [PATCH 20/20] block: remove i_bdev, Christoph Hellwig
- [PATCH 19/20] bcache: remove a superflous lookup_bdev all, Christoph Hellwig
- Re: merge struct block_device and struct hd_struct, Jan Beulich
- Re: merge struct block_device and struct hd_struct, Greg KH
[PATCH] drivers: block: Kconfig: indention cleanup, Enrico Weigelt, metux IT consult
Re: [block, scsi, ide] 3e3b42fee6: kmsg.sd#:#:#:#:[sdf]Asking_for_cache_data_failed,
Bart Van Assche
[PATCH v7 0/8] add support for direct I/O with fscrypt using blk-crypto,
Satya Tangirala
- [PATCH v7 5/8] iomap: support direct I/O with fscrypt using blk-crypto, Satya Tangirala
- [PATCH v7 6/8] ext4: support direct I/O with fscrypt using blk-crypto, Satya Tangirala
- [PATCH v7 4/8] direct-io: add support for fscrypt using blk-crypto, Satya Tangirala
- [PATCH v7 7/8] f2fs: support direct I/O with fscrypt using blk-crypto, Satya Tangirala
- [PATCH v7 8/8] fscrypt: update documentation for direct I/O support, Satya Tangirala
- [PATCH v7 3/8] fscrypt: add functions for direct I/O support, Satya Tangirala
- [PATCH v7 1/8] block: ensure bios are not split in middle of crypto data unit, Satya Tangirala
- [PATCH v7 2/8] blk-crypto: don't require user buffer alignment, Satya Tangirala
- Re: [PATCH v7 0/8] add support for direct I/O with fscrypt using blk-crypto, Theodore Y. Ts'o
- Re: [PATCH v7 0/8] add support for direct I/O with fscrypt using blk-crypto, Eric Biggers
[PATCH] block: fix userspace documentation reference for del_gendisk(),
Luis Chamberlain
possible deadlock in brd_probe,
syzbot
[PATCH v4 0/2] block, iomap: disable iopoll for split bio,
Jeffle Xu
misc struct block_device related driver cleanups,
Christoph Hellwig
[PATCH] blk-mq: modify hybrid sleep time to aggressive,
Dongjoo Seo
[PATCH 0/1] fix null pointer dereference for ERP requests,
Stefan Haberland
cleanup updating the size of block devices v3,
Christoph Hellwig
- [PATCH 03/78] nvme: let set_capacity_revalidate_and_notify update the bdev size, Christoph Hellwig
- [PATCH 13/78] pktcdvd: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 18/78] zram: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 19/78] dm-raid: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 21/78] md: remove a spurious call to revalidate_disk_size in update_size, Christoph Hellwig
- [PATCH 20/78] md: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 28/78] md: implement ->set_read_only to hook into BLKROSET processing, Christoph Hellwig
- [PATCH 25/78] block: don't call into the driver for BLKFLSBUF, Christoph Hellwig
- [PATCH 30/78] block: don't call into the driver for BLKROSET, Christoph Hellwig
- [PATCH 34/78] block: propagate BLKROSET to all partitions, Christoph Hellwig
- [PATCH 33/78] block: remove __blkdev_driver_ioctl, Christoph Hellwig
- [PATCH 38/78] block: rework requesting modules for unclaimed devices, Christoph Hellwig
- [PATCH 40/78] ide: remove ide_{,un}register_region, Christoph Hellwig
- [PATCH 42/78] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t, Christoph Hellwig
- [PATCH 48/78] amiflop: use separate gendisks for Amiga vs MS-DOS mode, Christoph Hellwig
- [PATCH 47/78] floppy: use a separate gendisk for each media format, Christoph Hellwig
- [PATCH 41/78] swim: don't call blk_register_region, Christoph Hellwig
- [PATCH 55/78] block: change the hash used for looking up block devices, Christoph Hellwig
- [PATCH 56/78] init: refactor name_to_dev_t, Christoph Hellwig
- [PATCH 57/78] init: refactor devt_from_partuuid, Christoph Hellwig
- [PATCH 58/78] init: cleanup match_dev_by_uuid and match_dev_by_label, Christoph Hellwig
- [PATCH 61/78] zram: do not call set_blocksize, Christoph Hellwig
- [PATCH 59/78] mtip32xx: remove the call to fsync_bdev on removal, Christoph Hellwig
- [PATCH 64/78] dm: simplify flush_bio initialization in __send_empty_flush, Christoph Hellwig
- [PATCH 71/78] block: add a bdev_kobj helper, Christoph Hellwig
- [PATCH 74/78] block: merge struct block_device and struct hd_struct, Christoph Hellwig
- [PATCH 75/78] block: stop using bdget_disk for partition 0, Christoph Hellwig
- [PATCH 77/78] fs: simplify the get_super_thawed interface, Christoph Hellwig
- [PATCH 78/78] block: remove i_bdev, Christoph Hellwig
- [PATCH 72/78] block: use disk_part_iter_exit in disk_part_iter_next, Christoph Hellwig
- [PATCH 73/78] block: use put_device in put_disk, Christoph Hellwig
- [PATCH 76/78] filemap: use ->f_mapping over ->i_mapping consistently, Christoph Hellwig
- [PATCH 70/78] block: replace bd_mutex with a per-gendisk mutex, Christoph Hellwig
- [PATCH 68/78] block: remove ->bd_contains, Christoph Hellwig
- [PATCH 69/78] block: remove the nr_sects field in struct hd_struct, Christoph Hellwig
- [PATCH 67/78] block: simplify the block device claiming interface, Christoph Hellwig
- [PATCH 66/78] block: keep a block_device reference for each hd_struct, Christoph Hellwig
- [PATCH 65/78] dm: remove the block_device reference in struct mapped_device, Christoph Hellwig
- [PATCH 60/78] zram: remove the claim mechanism, Christoph Hellwig
- [PATCH 50/78] z2ram: reindent, Christoph Hellwig
- [PATCH 51/78] z2ram: use separate gendisk for the different modes, Christoph Hellwig
- [PATCH 53/78] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats, Christoph Hellwig
- [PATCH 63/78] bcache: remove a superflous lookup_bdev all, Christoph Hellwig
- [PATCH 62/78] loop: do not call set_blocksize, Christoph Hellwig
- [PATCH 54/78] block: remove a duplicate __disk_get_part prototype, Christoph Hellwig
- [PATCH 52/78] block: switch gendisk lookup to a simple xarray, Christoph Hellwig
- [PATCH 49/78] ataflop: use a separate gendisk for each media format, Christoph Hellwig
- [PATCH 46/78] ide: switch to __register_blkdev for command set probing, Christoph Hellwig
- [PATCH 44/78] loop: use __register_blkdev to allocate devices on demand, Christoph Hellwig
- [PATCH 45/78] md: use __register_blkdev to allocate devices on demand, Christoph Hellwig
- [PATCH 43/78] brd: use __register_blkdev to allocate devices on demand, Christoph Hellwig
- [PATCH 39/78] block: add an optional probe callback to major_names, Christoph Hellwig
- [PATCH 37/78] block: split block_class_lock, Christoph Hellwig
- [PATCH 35/78] block: cleanup del_gendisk a bit, Christoph Hellwig
- [PATCH 15/78] drbd: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 14/78] nvme: use set_capacity_and_notify in nvme_set_queue_dying, Christoph Hellwig
- [PATCH 16/78] rbd: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 17/78] rnbd: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 23/78] block: unexport revalidate_disk_size, Christoph Hellwig
- [PATCH 27/78] rbd: implement ->set_read_only to hook into BLKROSET processing, Christoph Hellwig
- [PATCH 26/78] block: add a new set_read_only method, Christoph Hellwig
- [PATCH 29/78] dasd: implement ->set_read_only to hook into BLKROSET processing, Christoph Hellwig
- [PATCH 32/78] block: remove set_device_ro, Christoph Hellwig
- [PATCH 31/78] loop: use set_disk_ro, Christoph Hellwig
- [PATCH 36/78] block: open code kobj_map into in block/genhd.c, Christoph Hellwig
- [PATCH 24/78] mtd_blkdevs: don't override BLKFLSBUF, Christoph Hellwig
- [PATCH 22/78] virtio-blk: remove a spurious call to revalidate_disk_size, Christoph Hellwig
- [PATCH 12/78] dm: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 07/78] nbd: move the task_recv check into nbd_size_update, Christoph Hellwig
- [PATCH 10/78] nbd: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 11/78] aoe: don't call set_capacity from irq context, Christoph Hellwig
- [PATCH 08/78] nbd: refactor size updates, Christoph Hellwig
- [PATCH 09/78] nbd: validate the block size in nbd_set_size, Christoph Hellwig
- [PATCH 06/78] nbd: remove the call to set_blocksize, Christoph Hellwig
- [PATCH 01/78] block: remove the call to __invalidate_device in check_disk_size_change, Christoph Hellwig
- [PATCH 02/78] loop: let set_capacity_revalidate_and_notify update the bdev size, Christoph Hellwig
- [PATCH 05/78] block: remove the update_bdev parameter to set_capacity_revalidate_and_notify, Christoph Hellwig
- [PATCH 04/78] sd: update the bdev size in sd_revalidate_disk, Christoph Hellwig
- Re: cleanup updating the size of block devices v3, Christoph Hellwig
- Re: cleanup updating the size of block devices v3, Jens Axboe
[PATCH V4 00/12] blk-mq/scsi: tracking device queue depth via sbitmap,
Ming Lei
[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]