Linux Block Development
[Prev Page][Next Page]
- [GIT PULL] nvme fixes for Linux 5.17, (continued)
- [PATCH 1/2] block: remove blk_needs_flush_plug,
Christoph Hellwig
- improve the bio cloning interface,
Christoph Hellwig
- [PATCH 01/14] drbd: set ->bi_bdev in drbd_req_new, Christoph Hellwig
- [PATCH 02/14] dm: add a clone_to_tio helper, Christoph Hellwig
- [PATCH 03/14] dm: fold clone_bio into __clone_and_map_data_bio, Christoph Hellwig
- [PATCH 04/14] dm: fold __send_duplicate_bios into __clone_and_map_simple_bio, Christoph Hellwig
- [PATCH 05/14] dm: move cloning the bio into alloc_tio, Christoph Hellwig
- [PATCH 06/14] dm: pass the bio instead of tio to __map_bio, Christoph Hellwig
- [PATCH 07/14] dm: retun the clone bio from alloc_tio, Christoph Hellwig
- [PATCH 08/14] dm: simplify the single bio fast path in __send_duplicate_bios, Christoph Hellwig
- [PATCH 09/14] dm: add a missing bio initialization to alloc_tio, Christoph Hellwig
- [PATCH 10/14] dm-cache: remove __remap_to_origin_clear_discard, Christoph Hellwig
- [PATCH 11/14] block: clone crypto and integrity data in __bio_clone_fast, Christoph Hellwig
- [PATCH 12/14] dm: use bio_clone_fast in alloc_tio, Christoph Hellwig
- [PATCH 13/14] block: initialize the target bio in __bio_clone_fast, Christoph Hellwig
- [PATCH 14/14] block: pass a block_device to bio_clone_fast, Christoph Hellwig
- Re: improve the bio cloning interface, Mike Snitzer
- [PATCH 0/9] Remove remaining parts of congestions tracking code.,
NeilBrown
- [PATCH 1/9] Remove inode_congested(), NeilBrown
- [PATCH 2/9] Remove bdi_congested() and wb_congested() and related functions, NeilBrown
- [PATCH 3/9] f2fs: change retry waiting for f2fs_write_single_data_page(), NeilBrown
- [PATCH 4/9] f2f2: replace some congestion_wait() calls with io_schedule_timeout(), NeilBrown
- [PATCH 5/9] cephfs: don't set/clear bdi_congestion, NeilBrown
- [PATCH 6/9] fuse: don't set/clear bdi_congested, NeilBrown
- [PATCH 7/9] NFS: remove congestion control., NeilBrown
- [PATCH 8/9] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC", NeilBrown
- [PATCH 9/9] Remove congestion tracking framework., NeilBrown
- Re: [PATCH 0/9] Remove remaining parts of congestions tracking code., Andrew Morton
- Re: [PATCH 0/9] Remove remaining parts of congestions tracking code., Jens Axboe
- Re: [RFC 00/14] DEPT(DEPendency Tracker), Byungchul Park
- Patches(Dept) for v5.17-rc1,
Byungchul Park
- [PATCH on v5.17-rc1 01/14] llist: Move llist_{head,node} definition to types.h, Byungchul Park
- [PATCH on v5.17-rc1 03/14] dept: Embed Dept data in Lockdep, Byungchul Park
- [PATCH on v5.17-rc1 06/14] dept: Apply Dept to rwlock, Byungchul Park
- [PATCH on v5.17-rc1 02/14] dept: Implement Dept(Dependency Tracker), Byungchul Park
- [PATCH on v5.17-rc1 05/14] dept: Apply Dept to mutex families, Byungchul Park
- [PATCH on v5.17-rc1 04/14] dept: Apply Dept to spinlock, Byungchul Park
- [PATCH on v5.17-rc1 07/14] dept: Apply Dept to wait_for_completion()/complete(), Byungchul Park
- [PATCH on v5.17-rc1 10/14] dept: Add proc knobs to show stats and dependency graph, Byungchul Park
- [PATCH on v5.17-rc1 09/14] dept: Apply Dept to rwsem, Byungchul Park
- [PATCH on v5.17-rc1 08/14] dept: Apply Dept to seqlock, Byungchul Park
- [PATCH on v5.17-rc1 11/14] dept: Introduce split map concept and new APIs for them, Byungchul Park
- [PATCH on v5.17-rc1 12/14] dept: Apply Dept to wait/event of PG_{locked,writeback}, Byungchul Park
- [PATCH on v5.17-rc1 13/14] dept: Separate out SDT(Single-event Dependency Tracker) header, Byungchul Park
- [PATCH on v5.17-rc1 14/14] dept: Apply SDT to swait, Byungchul Park
- LSF/MM/BPF: 2022: Call for Proposals, Josef Bacik
- [v5 PATCH] block: introduce block_rq_error tracepoint,
Yang Shi
- yet another approach to fix loop autoclear for xfstets xfs/049,
Christoph Hellwig
- [PATCH 1/8] loop: de-duplicate the idle worker freeing code, Christoph Hellwig
- [PATCH 2/8] loop: initialize the worker tracking fields once, Christoph Hellwig
- [PATCH 3/8] block: remove the racy bd_inode->i_mapping->nrpages asserts, Christoph Hellwig
- [PATCH 4/8] loop: only take lo_mutex for the last reference in lo_release, Christoph Hellwig
- [PATCH 5/8] loop: only take lo_mutex for the first reference in lo_open, Christoph Hellwig
- [PATCH 6/8] loop: don't freeze the queue in lo_release, Christoph Hellwig
- [PATCH 7/8] loop: only freeze the queue in __loop_clr_fd when needed, Christoph Hellwig
- [PATCH 8/8] loop: make autoclear operation synchronous again, Christoph Hellwig
- Re: yet another approach to fix loop autoclear for xfstets xfs/049, Darrick J. Wong
- Re: yet another approach to fix loop autoclear for xfstets xfs/049, Tetsuo Handa
- [PATCH V3] block: loop:use kstatfs.f_bsize of backing file to set discard granularity,
Ming Lei
- [PATCH v2] blk-mq: fix missing blk_account_io_done() in error path,
Yu Kuai
- [PATCH v3] block: sed-opal: Add ioctl to return device status,
luca . boccassi
- [v4 PATCH] block: introduce block_rq_error tracepoint,
Yang Shi
- [PATCH] dm mpath: fix missing blk_account_io_done() in error path,
Yu Kuai
- [PATCH -next] block: update io_ticks when io hang,
Zhang Wensheng
- Re: [PATCH -next] block: update io_ticks when io hang, Jens Axboe
[PATCH V2] block: loop:use kstatfs.f_bsize of backing file to set discard granularity,
Ming Lei
[PATCH v4 0/3] block: show crypto capabilities in sysfs,
Eric Biggers
"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
Re: [PATCH] bcache: make stripe_size configurable and persistent for hardware raid5/6,
Eric Wheeler
[PATCH v2] mm: fix race between MADV_FREE reclaim and blkdev direct IO read,
Mauricio Faria de Oliveira
[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]