Linux Block Development
[Prev Page][Next Page]
- [PATCH v4 2/3] block: don't delete queue kobject before its children, (continued)
- "blk-mq: fix tag_get wait task can't be awakened" causes hangs,
Alex Xu (Hello71)
- [RFC 0/7] 64-bit data integrity field support,
Keith Busch
- [PATCH] block: loop: set discard_granularity as PAGE_SIZE if sb->s_blocksize is 0,
Ming Lei
- remove <linux/genhd.h>,
Christoph Hellwig
- improve the bio allocation interface v2,
Christoph Hellwig
- [PATCH 01/19] fs: remove mpage_alloc, Christoph Hellwig
- [PATCH 02/19] nilfs2: remove nilfs_alloc_seg_bio, Christoph Hellwig
- [PATCH 03/19] nfs/blocklayout: remove bl_alloc_init_bio, Christoph Hellwig
- [PATCH 04/19] ntfs3: remove ntfs_alloc_bio, Christoph Hellwig
- [PATCH 05/19] dm: bio_alloc can't fail if it is allowed to sleep, Christoph Hellwig
- [PATCH 06/19] dm-crypt: remove clone_init, Christoph Hellwig
- [PATCH 07/19] dm-snap: use blkdev_issue_flush instead of open coding it, Christoph Hellwig
- [PATCH 08/19] dm-thin: use blkdev_issue_flush instead of open coding it, Christoph Hellwig
- [PATCH 09/19] drbd: bio_alloc can't fail if it is allow to sleep, Christoph Hellwig
- [PATCH 10/19] rnbd-srv: simplify bio mapping in process_rdma, Christoph Hellwig
- [PATCH 11/19] rnbd-srv: remove struct rnbd_dev_blk_io, Christoph Hellwig
- [PATCH 12/19] xen-blkback: bio_alloc can't fail if it is allow to sleep, Christoph Hellwig
- [PATCH 13/19] block: move blk_next_bio to bio.c, Christoph Hellwig
- [PATCH 14/19] block: pass a block_device and opf to blk_next_bio, Christoph Hellwig
- [PATCH 16/19] block: pass a block_device and opf to bio_alloc_kiocb, Christoph Hellwig
- [PATCH 15/19] block: pass a block_device and opf to bio_alloc_bioset, Christoph Hellwig
- [PATCH 17/19] block: pass a block_device and opf to bio_alloc, Christoph Hellwig
- [PATCH 18/19] block: pass a block_device and opf to bio_init, Christoph Hellwig
- [PATCH 19/19] block: pass a block_device and opf to bio_reset, Christoph Hellwig
- RFA (Request for Advice): block/bio: get_user_pages() --> pin_user_pages(),
John Hubbard
- [PATCH AUTOSEL 5.4 8/8] block: Fix wrong offset in bio_truncate(), Sasha Levin
- [PATCH AUTOSEL 5.10 9/9] block: Fix wrong offset in bio_truncate(), Sasha Levin
- [PATCH AUTOSEL 5.15 16/16] block: Fix wrong offset in bio_truncate(), Sasha Levin
- [PATCH AUTOSEL 5.16 19/19] block: Fix wrong offset in bio_truncate(), Sasha Levin
- [PATCH V2 00/13] block: don't drain file system I/O on del_gendisk,
Ming Lei
- [PATCH V2 01/13] block: declare blkcg_[init|exit]_queue in private header, Ming Lei
- [PATCH V2 02/13] block: move initialization of q->blkg_list into blkcg_init_queue, Ming Lei
- [PATCH V2 03/13] block: move blkcg initialization/destroy into disk allocation/release handler, Ming Lei
- [PATCH V2 04/13] block/wbt: fix negative inflight counter when remove scsi device, Ming Lei
- [PATCH V2 05/13] block: only account passthrough IO from userspace, Ming Lei
- [PATCH V2 06/13] block: don't remove hctx debugfs dir from blk_mq_exit_queue, Ming Lei
- [PATCH V2 07/13] block: move q_usage_counter release into blk_queue_release, Ming Lei
- [PATCH V2 08/13] block: export __blk_mq_unfreeze_queue, Ming Lei
- [PATCH V2 09/13] scsi: force unfreezing queue into atomic mode, Ming Lei
- [PATCH V2 10/13] block: add helper of disk_release_queue for release queue data for disk, Ming Lei
- [PATCH V2 11/13] block: move blk_exit_queue into disk_release, Ming Lei
- [PATCH V2 12/13] block: move rq_qos_exit() into disk_release(), Ming Lei
- [PATCH V2 13/13] block: don't drain file system I/O on del_gendisk, Ming Lei
- [GIT PULL] Block fixes for 5.17-rc1,
Jens Axboe
- [PATCH v3 1/5] task_work: export task_work_add(),
Tetsuo Handa
- [PATCH 0/4 v5] bfq: Avoid use-after-free when moving processes between cgroups,
Jan Kara
- Message not available
[PATCH] block: fix boolreturn.cocci warning,
cgel . zte
[PATCH] block: fix async_depth sysfs interface for mq-deadline,
Jens Axboe
[PATCH 0/2] fix crash by reading /proc/diskstats,
Daniel Wagner
[PATCH] block: fix memory leak in disk_register_independent_access_ranges,
Miaoqian Lin
improve the bio allocation interface,
Christoph Hellwig
- [PATCH 01/19] fs: remove mpage_alloc, Christoph Hellwig
- [PATCH 02/19] nilfs2: remove nilfs_alloc_seg_bio, Christoph Hellwig
- [PATCH 03/19] nfs/blocklayout: remove bl_alloc_init_bio, Christoph Hellwig
- [PATCH 04/19] ntfs3: remove ntfs_alloc_bio, Christoph Hellwig
- [PATCH 05/19] dm: bio_alloc can't fail if it is allowed to sleep, Christoph Hellwig
- [PATCH 06/19] dm-crypt: remove clone_init, Christoph Hellwig
- [PATCH 07/19] dm-snap: use blkdev_issue_flush instead of open coding it, Christoph Hellwig
- [PATCH 09/19] drbd: bio_alloc can't fail if it is allow to sleep, Christoph Hellwig
- [PATCH 08/19] dm-thin: use blkdev_issue_flush instead of open coding it, Christoph Hellwig
- [PATCH 10/19] rnbd-srv: simplify bio mapping in process_rdma, Christoph Hellwig
- [PATCH 11/19] rnbd-src: remove struct rnbd_dev_blk_io, Christoph Hellwig
- [PATCH 12/19] xen-blkback: bio_alloc can't fail if it is allow to sleep, Christoph Hellwig
- [PATCH 14/19] block: pass a block_device and opf to blk_next_bio, Christoph Hellwig
- [PATCH 13/19] block: move blk_next_bio to bio.c, Christoph Hellwig
- [PATCH 15/19] block: pass a block_device and opf to bio_alloc_bioset, Christoph Hellwig
- [PATCH 16/19] block: pass a block_device and opf to bio_alloc_kiocb, Christoph Hellwig
- [PATCH 17/19] block: pass a block_device and opf to bio_alloc, Christoph Hellwig
- [PATCH 19/19] block: pass a block_device and opf to bio_reset, Christoph Hellwig
- [PATCH 18/19] block: pass a block_device and opf to bio_init, Christoph Hellwig
- Re: improve the bio allocation interface, Jens Axboe
[PATCH] block: assign bi_bdev for cloned bios in blk_rq_prep_clone,
Christoph Hellwig
[PATCH AUTOSEL 4.4 09/29] floppy: Add max size check for user space request, Sasha Levin
[PATCH AUTOSEL 4.9 11/33] floppy: Add max size check for user space request, Sasha Levin
[PATCH AUTOSEL 5.4 23/73] floppy: Add max size check for user space request, Sasha Levin
[PATCH AUTOSEL 4.14 23/56] floppy: Add max size check for user space request, Sasha Levin
[PATCH AUTOSEL 5.10 042/116] floppy: Add max size check for user space request, Sasha Levin
[PATCH AUTOSEL 4.19 16/59] floppy: Add max size check for user space request, Sasha Levin
[PATCH AUTOSEL 5.15 144/188] block: check minor range in device_add_disk(), Sasha Levin
[PATCH AUTOSEL 5.15 079/188] floppy: Add max size check for user space request, Sasha Levin
[PATCH AUTOSEL 5.16 170/217] block: check minor range in device_add_disk(), Sasha Levin
[PATCH AUTOSEL 5.16 093/217] floppy: Add max size check for user space request, Sasha Levin
[PATCH] block: Remove unnecessary variable assignment,
GuoYong Zheng
[PATCH RESEND 0/3] blk-mq: allow hardware queue to get more tag while sharing a tag set,
Yu Kuai
[PATCH 0/3] block: don't drain file system I/O on del_gendisk,
Ming Lei
[PATCH 0/4 v4] bfq: Avoid use-after-free when moving processes between cgroups,
Jan Kara
[PATCH -next] blk-throttle: enable io throttle for root in cgroup v2,
Yu Kuai
Racy loop device reuse logic,
Jan Kara
[PATCH -next V5] blk-mq: fix tag_get wait task can't be awakened,
Laibin Qiu
[PATCH] loop: remove redundant initialization of pointer node,
Colin Ian King
[PATCH] aoe: remove redundant assignment on variable n,
Colin Ian King
[git pull] device mapper changes for 5.17,
Mike Snitzer
[PATCH 0/4 v3] bfq: Avoid use-after-free when moving processes between cgroups,
Jan Kara
[PATCH blktests 0/3] tetss/nvme: fix nvme disc changes,
Chaitanya Kulkarni
[GIT PULL] Block drivers updates for 5.17-rc1,
Jens Axboe
[GIT PULL] Block updates for 5.17-rc,
Jens Axboe
[PATCH -next v4] blk-mq: fix tag_get wait task can't be awakened,
Laibin Qiu
[PATCH] block: cleanup q->srcu,
Ming Lei
[RFC PATCH 0/7] block: improve iops limit throttle,
Ming Lei
[syzbot] KASAN: use-after-free Read in srcu_invoke_callbacks,
syzbot
[PATCH v3] blk-cgroup: always terminate io.stat lines,
Wolfgang Bumiller
Phyr Starter,
Matthew Wilcox
[PATCH v2] blk-cgroup: always terminate io.stat lines,
Wolfgang Bumiller
KASAN: use-after-free Read in start_motor, cruise k
[PATCH v6 0/2] cancel all throttled bios in del_gendisk(),
Yu Kuai
[PATCH linux] blk-cgroup: always terminate io.stat lines, Wolfgang Bumiller
[PATCH 0/13] blk: make blk-rq-qos policies pluggable and modular,
Wang Jianchao
- [PATCH 01/13] blk: make blk-rq-qos support pluggable and modular policy, Wang Jianchao
- [PATCH 08/13] blk-iocost: make iocost pluggable and modular, Wang Jianchao
- [PATCH 10/13] blk-ioprio: make ioprio pluggable and modular, Wang Jianchao
- [PATCH 11/13] blk: remove unused interfaces of blk-rq-qos, Wang Jianchao
- [PATCH 12/13] blk: make request able to carry blkcg_gq, Wang Jianchao
- [PATCH 06/13] blk: remove unused BLK_RQ_IO_DATA_LEN, Wang Jianchao
- [PATCH 09/13] blk: rename ioprio.c to ioprio-common.c, Wang Jianchao
- [PATCH 07/13] blk: use standalone macro to control bio.bi_iocost_cost, Wang Jianchao
- [PATCH 13/13] blk: introduce iostat per cgroup module, Wang Jianchao
- [PATCH 05/13] blk-iolatency: make iolatency pluggable and modular, Wang Jianchao
- [PATCH 04/13] cgroup: export following two interfaces, Wang Jianchao
- [PATCH 03/13] blk: export following interfaces, Wang Jianchao
- [PATCH 02/13] blk-wbt: make wbt pluggable, Wang Jianchao
- Re: [PATCH 0/13] blk: make blk-rq-qos policies pluggable and modular, Christoph Hellwig
[PATCH] blk-throtl: avoid double charge of bio IOPS due to split,
brookxu
[PATCH 0/2] block/dm: add resubmit_bio_noacct for fixing iops throttling,
Ming Lei
[PATCH V2] lib/sbitmap: kill 'depth' from sbitmap_word,
Ming Lei
[PATCH -next v4] bfq: fix use-after-free in bfq_dispatch_request,
Zhang Wensheng
[PATCH] block/bfq-wf2q: Fix some typos in comments, gaoyahu19
[PATCH] lib/sbitmap: kill 'depth' from sbitmap_word,
Ming Lei
INFO: task hung in fd_watchdog, Sabri N. Ferreiro
[PATCH] block: Fix wrong offset in bio_truncate(),
OGAWA Hirofumi
[GIT PULL] Block fix for 5.16-final,
Jens Axboe
[PATCH v2 1/2] block: export task_work_add(),
Tetsuo Handa
[PATCH] block/bfq_wf2q: correct weight to ioprio,
gaoyahu19
Proper way to test RAID456?,
Qu Wenruo
[PATCH -next] block: fix old-style declaration,
Yang Li
On vacation up to Feb 9, Coly Li
[PATCH 0/5 v2] bfq: Avoid use-after-free when moving processes between cgroups,
Jan Kara
[PATCH -next v3] blk-mq: fix tag_get wait task can't be awakened,
Laibin Qiu
[PATCH] xen, blkback: fix persistent grants negotiation,
Maximilian Heyne
[PATCH v2] mm: fix race between MADV_FREE reclaim and blkdev direct IO read,
Mauricio Faria de Oliveira
[PATCHv3 0/4] queue_rqs error handling,
Keith Busch
[PATCH -next V2] blk-mq: fix tag_get wait task can't be awakened,
Laibin Qiu
[PATCH] block/rnbd-clt-sysfs: use default_groups in kobj_type,
Greg Kroah-Hartman
[PATCH] block: don't protect submit_bio_checks by q_usage_counter,
Ming Lei
[PATCH] block: remove dead queue_dma_alignment branch from bio_map_user_iov(),
Lukas Bulwahn
INFO: task hung in blk_trace_ioctl, kvartet
INFO: task hung in blk_mq_get_tag,
kvartet
[PATCH v2] block: deprecate autoloading based on dev_t,
Christoph Hellwig
[PATCH -next] bfq: Fix __bfq_lookup_next_entity() kernel-doc comment, Yang Li
[PATCH] block: deprecate autoloading based on dev_t,
Christoph Hellwig
[PATCH] pktcdvd: convert to use attribute groups,
Greg Kroah-Hartman
Potentially broken error path in bio_map_user_iov(),
Lukas Bulwahn
[syzbot] INFO: task hung in blkdev_fallocate,
syzbot
[PATCH v2 0/3] block, bfq: minor cleanup and fix,
Yu Kuai
- [PATCH v2 1/3] block, bfq: cleanup bfq_bfqq_to_bfqg(), Yu Kuai
- [PATCH v2 3/3] block, bfq: don't move oom_bfqq, Yu Kuai
- [PATCH v2 2/3] block, bfq: avoid moving bfqq to it's parent bfqg, Yu Kuai
- Re: [PATCH v2 0/3] block, bfq: minor cleanup and fix, yukuai (C)
- Re: [PATCH v2 0/3] block, bfq: minor cleanup and fix, Paolo Valente
- Re: [PATCH v2 0/3] block, bfq: minor cleanup and fix, yukuai (C)
- Re: [PATCH v2 0/3] block, bfq: minor cleanup and fix, Jens Axboe
[syzbot] possible deadlock in blkdev_get_by_dev,
syzbot
[PATCH RESEND] blk-iocost: drop selecting undefined BLK_RQ_IO_DATA_LEN, Lukas Bulwahn
[PATCH] block: throttle: charge io re-submission for iops limit,
Ming Lei
Re: [PATCH 0/1] t10-pi bio split fix,
Damien Le Moal
[GIT PULL] nvme updates for Linux 5.17,
Christoph Hellwig
[PATCHv2 1/3] block: introduce rq_list_for_each_safe macro,
Keith Busch
[PATCH v2] nbd: Don't use workqueue to handle recv work,
Xie Yongji
[BUG] fs: super: possible ABBA deadlocks in do_thaw_all_callback() and freeze_bdev(),
Jia-Ju Bai
[PATCH] make autoclear operation synchronous again,
Tetsuo Handa
[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]