Linux Block Development
[Prev Page][Next Page]
- Re: [PATCH blktests 00/11] NVMe Target Passthru Block Tests, (continued)
- [PATCH 0/1] block io layer filters api,
Sergei Shtepa
- simlify the blk_rq_map* implementation and reclaim two bio flags,
Christoph Hellwig
- [PATCH v2] null_blk: add support for max open/active zone limit for zoned devices,
Niklas Cassel
- [PATCH] [v3] blk-mq: use BLK_MQ_NO_TAG for no tag,
Xianting Tian
- Re: [bio] 37abbdc72e: WARNING:at_block/bio.c:#bio_release_pages, John Hubbard
- [PATCH] brd: expose number of allocated pages in debugfs,
Kyle McMartin
- [PATCH] rnbd: Fix an error code in process_rdma(),
Dan Carpenter
- simplify gendisk lookup and remove struct block_device aliases,
Christoph Hellwig
- [PATCH 01/19] char_dev: replace cdev_map with an xarray, Christoph Hellwig
- [PATCH 02/19] block: merge drivers/base/map.c into block/genhd.c, Christoph Hellwig
- [PATCH 03/19] block: cleanup del_gendisk a bit, Christoph Hellwig
- [PATCH 04/19] block: split block_class_lock, Christoph Hellwig
- [PATCH 05/19] block: rework requesting modules for unclaimed devices, Christoph Hellwig
- [PATCH 06/19] block: add an optional probe callback to major_names, Christoph Hellwig
- [PATCH 07/19] ide: remove ide_{,un}register_region, Christoph Hellwig
- [PATCH 08/19] swim: don't call blk_register_region, Christoph Hellwig
- [PATCH 09/19] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t, Christoph Hellwig
- [PATCH 10/19] brd: use __register_blkdev to allocate devices on demand, Christoph Hellwig
- [PATCH 11/19] loop: use __register_blkdev to allocate devices on demand, Christoph Hellwig
- [PATCH 12/19] md: use __register_blkdev to allocate devices on demand, Christoph Hellwig
- [PATCH 13/19] ide: switch to __register_blkdev for command set probing, Christoph Hellwig
- [PATCH 14/19] floppy: use a separate gendisk for each media format, Christoph Hellwig
- [PATCH 18/19] z2ram: use separate gendisk for the different modes, Christoph Hellwig
- [PATCH 15/19] amiflop: use separate gendisks for Amiga vs MS-DOS mode, Christoph Hellwig
- [PATCH 19/19] block: switch gendisk lookup to a simple xarray, Christoph Hellwig
- [PATCH 17/19] z2ram: reindent, Christoph Hellwig
- [PATCH 16/19] ataflop: use a separate gendisk for each media format, Christoph Hellwig
- [PATCH] [v2] blk-mq: use BLK_MQ_NO_TAG for no tag,
Xianting Tian
- Re: [PATCH] block: drbd: add missing kref_get in handle_write_conflicts, Sarah Newman
- Re: [PATCH] block: drbd: defer calling kref_put until end of drbd_delete_device, Sarah Newman
- [PATCH V2 0/2] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING,
Ming Lei
- [PATCH] null_blk: add support for max open/active zone limit for zoned devices,
Niklas Cassel
- [PATCH RFC 0/2] Block and buffer invalidation under a filesystem,
Jan Kara
- [PATCH 0/2] percpu_ref & block: reduce memory footprint of percpu_ref in fast path,
Ming Lei
- [PATCH] loop: Set correct device size when using LOOP_CONFIGURE,
Martijn Coenen
- [PATCH 00/29] treewide: Convert comma separated statements,
Joe Perches
- [PATCH v2] block: grant IOPRIO_CLASS_RT to CAP_SYS_NICE,
Khazhismel Kumykov
- [PATCH] block: grant IOPRIO_CLASS_RT to CAP_SYS_NICE,
Khazhismel Kumykov
- [PATCH] rnbd: fix uninitialized variable,
Tong Zhang
- LOOP_CONFIGURE ioctl doesn't work if lo_offset/lo_sizelimit are set,
Lennart Poettering
- [PATCH v7 0/4] Charge loop device i/o to issuing cgroup,
Dan Schatzberg
- [PATCH 00/11] iomap/fs/block patches for 5.11,
Matthew Wilcox (Oracle)
- [PATCH 08/11] iomap: Change iomap_write_begin calling convention, Matthew Wilcox (Oracle)
- [PATCH 09/11] iomap: Support THPs in write paths, Matthew Wilcox (Oracle)
- [PATCH 02/11] mm: Support THPs in zero_user_segments, Matthew Wilcox (Oracle)
- [PATCH 10/11] iomap: Inline data shouldn't see THPs, Matthew Wilcox (Oracle)
- [PATCH 11/11] iomap: Handle tail pages in iomap_page_mkwrite, Matthew Wilcox (Oracle)
- [PATCH 01/11] fs: Make page_mkwrite_check_truncate thp-aware, Matthew Wilcox (Oracle)
- [PATCH 06/11] iomap: Support THPs in invalidatepage, Matthew Wilcox (Oracle)
- [PATCH 05/11] iomap: Support THPs in iomap_adjust_read_range, Matthew Wilcox (Oracle)
- [PATCH 07/11] iomap: Support THPs in read paths, Matthew Wilcox (Oracle)
- [PATCH 03/11] mm: Zero the head page, not the tail page, Matthew Wilcox (Oracle)
- [PATCH 04/11] block: Add bio_for_each_thp_segment_all, Matthew Wilcox (Oracle)
- Re: [PATCH 00/11] iomap/fs/block patches for 5.11, William Kucharski
- [PATCH] block: Fix a race in the runtime power management code,
Bart Van Assche
- [PATCH] blk-mq: use BLK_MQ_NO_TAG for no tag,
Xianting Tian
- [PATCH] block: Fix bug in runtime-resume handling,
Alan Stern
- fix block device size update serialization v2,
Christoph Hellwig
- [PATCH v2 00/12] bcache: remove multiple caches code framework,
Coly Li
- [PATCH v2 01/12] bcache: remove 'int n' from parameter list of bch_bucket_alloc_set(), Coly Li
- [PATCH v2 02/12] bcache: explicitly make cache_set only have single cache, Coly Li
- [PATCH v2 04/12] bcache: add set_uuid in struct cache_set, Coly Li
- [PATCH v2 03/12] bcache: remove for_each_cache(), Coly Li
- [PATCH v2 05/12] bcache: only use block_bytes() on struct cache, Coly Li
- [PATCH v2 06/12] bcache: remove useless alloc_bucket_pages(), Coly Li
- [PATCH v2 07/12] bcache: remove useless bucket_pages(), Coly Li
- [PATCH v2 08/12] bcache: only use bucket_bytes() on struct cache, Coly Li
- [PATCH v2 09/12] bcache: don't check seq numbers in register_cache_set(), Coly Li
- [PATCH v2 10/12] bcache: remove can_attach_cache(), Coly Li
- [PATCH v2 11/12] bcache: check and set sync status on cache's in-memory super block, Coly Li
- [PATCH v2 12/12] bcache: remove embedded struct cache_sb from struct cache_set, Coly Li
- [PATCH 0/5] bio: Direct IO: convert to pin_user_pages_fast(),
John Hubbard
- [GIT PULL] Block fixes for 5.9-rc2,
Jens Axboe
- [PATCH 1/1] block: Set same_page to false in __bio_try_merge_page if ret is false,
Ritesh Harjani
- [PATCH AUTOSEL 5.8 15/62] blktrace: ensure our debugfs dir exists, Sasha Levin
- [PATCH AUTOSEL 5.7 15/61] blktrace: ensure our debugfs dir exists, Sasha Levin
- [PATCH AUTOSEL 5.4 12/48] blktrace: ensure our debugfs dir exists, Sasha Levin
- [PATCH AUTOSEL 4.19 09/38] blktrace: ensure our debugfs dir exists, Sasha Levin
- [PATCH AUTOSEL 4.14 07/30] blktrace: ensure our debugfs dir exists, Sasha Levin
- io_uring and Optane2, Jens Axboe
- [PATCH] bcache: doc: update Documentation/admin-guide/bcache.rst,
Coly Li
- fix block device size update serialization,
Christoph Hellwig
[PATCH] null_blk: fix passing of REQ_FUA flag in null_handle_rq,
Hou Pu
Re: [PATCH] iomap: Fix the write_count in iomap_add_to_ioend().,
Christoph Hellwig
[PATCH 1/1] block: move the PAGE_SECTORS definition into <linux/blkdev.h>,
Zhen Lei
Re: [PATCH 2/2] writeback: use DEFINE_WAIT_BIT instead of DEFINE_WAIT for bit wait queue, Jacob Wen
Re: [PATCH 1/2] block: use DEFINE_WAIT_BIT instead of DEFINE_WAIT for bit wait queue, Jacob Wen
[PATCH] virtio-blk: Use kobj_to_dev() instead of container_of(),
Tian Tao
IOPRIO_CLASS_RT without CAP_SYS_ADMIN?,
Khazhismel Kumykov
[PATCH 0/5] blk-mq: fix use-after-free on stale request,
Ming Lei
[PATCH 3/3] nvme-core: fix crash when nvme_enable_aen timeout,
Chao Leng
[PATCH 2/3] nvme-core: fix deadlock when reconnect failed due to nvme_set_queue_count timeout,
Chao Leng
[PATCH 1/3] nvme-core: improve avoiding false remove namespace,
Chao Leng
[PATCH 0/3] fix crash and deadlock when connect timeout, Chao Leng
[PATCH] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING,
Ming Lei
[PATCH v8 00/18] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs,
John Garry
- [PATCH v8 15/18] scsi: scsi_debug: Support host tagset, John Garry
- [PATCH v8 08/18] blk-mq: Record nr_active_requests per queue for when using shared sbitmap, John Garry
- [PATCH v8 05/18] blk-mq: Use pointers for blk_mq_tags bitmap tags, John Garry
- [PATCH v8 01/18] blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHARED, John Garry
- [PATCH v8 12/18] scsi: Add host and host template flag 'host_tagset', John Garry
- [PATCH v8 09/18] blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared sbitmap, John Garry
- [PATCH v8 04/18] blk-mq: Pass flags for tag init/free, John Garry
- [PATCH v8 07/18] blk-mq: Relocate hctx_may_queue(), John Garry
- [PATCH v8 11/18] null_blk: Support shared tag bitmap, John Garry
- [PATCH v8 13/18] scsi: core: Show nr_hw_queues in sysfs, John Garry
- [PATCH v8 02/18] blk-mq: Rename blk_mq_update_tag_set_depth(), John Garry
- [PATCH v8 06/18] blk-mq: Facilitate a shared sbitmap per tagset, John Garry
- [PATCH v8 03/18] blk-mq: Free tags in blk_mq_init_tags() upon error, John Garry
- [PATCH v8 14/18] scsi: hisi_sas: Switch v3 hw to MQ, John Garry
- [PATCH v8 16/18] hpsa: enable host_tagset and switch to MQ, John Garry
- [PATCH v8 18/18] smartpqi: enable host tagset, John Garry
- [PATCH v8 17/18] scsi: megaraid_sas: Added support for shared host tagset for cpuhotplug, John Garry
- [PATCH v8 10/18] blk-mq, elevator: Count requests per hctx to improve performance, John Garry
- Re: [PATCH v8 00/18] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs, John Garry
- Re: [PATCH v8 00/18] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs, Douglas Gilbert
- Re: [PATCH v8 00/18] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs, Jens Axboe
- Re: [PATCH v8 00/18] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs, Hannes Reinecke
[PATCH blktests] common/multipath-over-rdma: fix warning ignored null byte in input,
Yi Zhang
Re: PROBLEM: Long Workqueue delays V2,
Jim Baxter
[PATCH v2] MAINTAINERS: Add missing header files to BLOCK LAYER section,
Geert Uytterhoeven
[PATCH v3] block: Make request_queue.rpm_status an enum,
Geert Uytterhoeven
[PATCH] rbd: Convert to use the preferred fallthrough macro,
Miaohe Lin
[PATCH] block: Convert to use the preferred fallthrough macro,
Miaohe Lin
[PATCH] raw: deprecate the raw driver,
Christoph Hellwig
[PATCH v2 0/3] block: improve iostat for md/bcache partitions,
Song Liu
[PATCH v4 2/2] block: better deal with the delayed not supported case in blk_cloned_rq_check_limits,
Ritika Srivastava
Support for I/O to a bitbucket,
Matthew Wilcox
[PATCH v7 0/6] Introduce sendpage_ok() to detect misused sendpage in network related drivers,
Coly Li
[PATCH v6 0/6] Introduce sendpage_ok() to detect misused sendpage in network related drivers,
Coly Li
[REPORT] BUG: KASAN: use-after-free in bt_iter+0x80/0xf8,
John Garry
[PATCH RESEND] blk-mq: insert request not through ->queue_rq into sw/scheduler queue,
Ming Lei
[PATCH 0/4] block: improve iostat for md/bcache partitions,
Song Liu
[PATCH v2 0/3] Some clean-ups for bio merge,
Baolin Wang
[PATCH] block: rnbd: rnbd-srv: silence uninitialized variable warning,
Brooke Basile
[PATCH v3 2/2] block: better deal with the delayed not supported case in blk_cloned_rq_check_limits,
Ritika Srivastava
[PATCH] block: Fix page_is_mergeable() for compound pages,
Matthew Wilcox (Oracle)
blktests block/001 triggered kernel BUG at lib/list_debug.c:23!, Yi Zhang
[PATCH V4] scsi: core: only re-run queue in scsi_end_request() if device queue is busy,
Ming Lei
[PATCH RESEND] block: loop: set discard granularity and alignment for block device backed loop,
Ming Lei
[PATCH RESEND] blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTART,
Ming Lei
[PATCH V2] block: allow for_each_bvec to support zero len bvec,
Ming Lei
[PATCH V3 0/3] block: fix discard merge for single max discard segment,
Ming Lei
[PATCH] arch: um: convert tasklets to use new tasklet_setup() API,
Allen Pais
- [PATCH] block: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH] char: ipmi: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH] driver: hv: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH] drivers: atm: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH] drivers: ntb: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH] drivers: rapidio: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH] drivers: s390: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH] drivers: vme: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH] drm: i915: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH] firewire: ohci: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH 1/2] hsi: nokia-modem: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH] input: serio: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH 1/2] mailbox: bcm: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH 1/2] memstick: jmb38x: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH 1/2] misc: ibmvmc: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH] net: atm: convert tasklets callbacks to use from_tasklet(), Allen Pais
- [PATCH] platform: goldfish: convert tasklets to use new tasklet_setup() API, Allen Pais
- Re: [PATCH] arch: um: convert tasklets to use new tasklet_setup() API, Richard Weinberger
- Re: [PATCH] arch: um: convert tasklets to use new tasklet_setup() API, Anton Ivanov
[PATCH RESEND 0/5] Some clean-ups for bio merge,
Baolin Wang
[PATCH] bsg-lib: convert comma to semicolon,
Xu Wang
[PATCH V2 0/6] ceph: Use more generic logging,
Joe Perches
[PATCH v2] block: blk-mq.c: fix @at_head kernel-doc warning,
Randy Dunlap
[PATCH] block: blk-mq.c: fix @at_head kernel-doc warning,
Randy Dunlap
[PATCH v5 1/3] net: introduce helper sendpage_ok() in include/linux/net.h,
Coly Li
[GIT PULL] Final block fixes for 5.9-rc1,
Jens Axboe
[PATCH 1/3] net: introduce helper sendpage_ok() in include/linux/net.h,
Coly Li
[PATCH v4 1/3] net: introduce helper sendpage_ok() in include/linux/net.h,
colyli
[PATCH] bcache: share register sysfs with async register, Coly Li
[PATCH 00/14] bcache: remove multiple caches code framework,
Coly Li
- [PATCH 10/14] bcache: don't check seq numbers in register_cache_set(), Coly Li
- [PATCH 12/14] bcache: check and set sync status on cache's in-memory super block, Coly Li
- [PATCH 08/14] bcache: only use bucket_bytes() on struct cache, Coly Li
- [PATCH 09/14] bcache: avoid data copy between cache_set->sb and cache->sb, Coly Li
- [PATCH 06/14] bcache: remove useless alloc_bucket_pages(), Coly Li
- [PATCH 14/14] bcache: move struct cache_sb out of uapi bcache.h, Coly Li
- [PATCH 04/14] bcache: add set_uuid in struct cache_set, Coly Li
- [PATCH 05/14] bcache: only use block_bytes() on struct cache, Coly Li
- [PATCH 01/14] bcache: remove 'int n' from parameter list of bch_bucket_alloc_set(), Coly Li
- [PATCH 13/14] bcache: remove embedded struct cache_sb from struct cache_set, Coly Li
- [PATCH 03/14] bcache: remove for_each_cache(), Coly Li
- [PATCH 02/14] bcache: explicitly make cache_set only have single cache, Coly Li
- [PATCH 11/14] bcache: remove can_attach_cache(), Coly Li
- [PATCH 07/14] bcache: remove useless bucket_pages(), Coly Li
- <Possible follow-ups>
- [PATCH 00/14] bcache: remove multiple caches code framework, colyli
- [PATCH v1 13/14] bcache: remove embedded struct cache_sb from struct cache_set, colyli
- [PATCH v1 14/14] bcache: move struct cache_sb out of uapi bcache.h, colyli
- [PATCH v1 05/14] bcache: only use block_bytes() on struct cache, colyli
- [PATCH v1 12/14] bcache: check and set sync status on cache's in-memory super block, colyli
- [PATCH v1 02/14] bcache: explicitly make cache_set only have single cache, colyli
- [PATCH v1 09/14] bcache: avoid data copy between cache_set->sb and cache->sb, colyli
- [PATCH v1 06/14] bcache: remove useless alloc_bucket_pages(), colyli
- [PATCH v1 01/14] bcache: remove 'int n' from parameter list of bch_bucket_alloc_set(), colyli
- [PATCH v1 04/14] bcache: add set_uuid in struct cache_set, colyli
- [PATCH v1 07/14] bcache: remove useless bucket_pages(), colyli
[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]