Linux Block Development
[Prev Page][Next Page]
- [PATCH 0/3] bfq: Two fixes and a cleanup for sequential readers,
Jan Kara
- [PATCH 0/2] blk-mq: fix handling cpu hotplug,
Ming Lei
- [PATCH v3] block: Fix use-after-free in blkdev_get(),
Jason Yan
- [PATCH v2] block: Fix use-after-free in blkdev_get(),
Jason Yan
- [PATCH] loop: Fix wrong masking of status flags,
Martijn Coenen
- [PATCH] dm crypt: avoid truncating the logical block size,
Eric Biggers
- Re: LTP: syscalls: regression on mainline - ioctl_loop01 mknod07 setns01,
Naresh Kamboju
- [PATCH V2 0/4] blktrace: fix sparse warnings,
Chaitanya Kulkarni
- [PATCH] blktrace: put bounds on BLKTRACESETUP buf_size and buf_nr,
Harshad Shirwadkar
- [PATCH 00/10] Remove uninitialized_var() macro,
Kees Cook
- [PATCH 04/10] rtlwifi: rtl8192cu: Remove uninitialized_var() usage, Kees Cook
- [PATCH 02/10] drbd: Remove uninitialized_var() usage, Kees Cook
- [PATCH 07/10] spi: davinci: Remove uninitialized_var() usage, Kees Cook
- [PATCH 10/10] compiler: Remove uninitialized_var() macro, Kees Cook
- [PATCH 08/10] checkpatch: Remove awareness of uninitialized_var() macro, Kees Cook
- [PATCH 05/10] ide: Remove uninitialized_var() usage, Kees Cook
- [PATCH 06/10] clk: st: Remove uninitialized_var() usage, Kees Cook
- [PATCH 03/10] b43: Remove uninitialized_var() usage, Kees Cook
- [PATCH 01/10] x86/mm/numa: Remove uninitialized_var() usage, Kees Cook
- Re: [PATCH 00/10] Remove uninitialized_var() macro, Sedat Dilek
- Message not available
- Re: [PATCH 00/10] Remove uninitialized_var() macro, Nathan Chancellor
- Message not available
- Message not available
- Message not available
[PATCH v2 0/6] seqlock: seqcount_t call sites bugfixes,
Ahmed S. Darwish
[PATCH] blk-mq: don't fail driver tag allocation because of inactive hctx,
Ming Lei
[PATCH V5 0/6] blk-mq: support batching dispatch from scheduler,
Ming Lei
[RFC PATCH] blk-mq: provide more tags for woken-up process when tag allocation is busy,
Hou Tao
[PATCH] block: remove the error argument to the block_bio_complete tracepoint,
Christoph Hellwig
[PATCH V4 0/6] blk-mq: support batching dispatch from scheduler,
Ming Lei
[PATCH] lightnvm: pblk: Fix kobject memleak, Wang Hai
[PATCH 1/1] blk-mq: get ctx in order to handle BLK_MQ_S_INACTIVE in blk_mq_get_tag(),
Dongli Zhang
[PATCH 0/4] blktrace: fix sparse warnings,
Chaitanya Kulkarni
[PATCH] blk-cgroup: don't account iostat for root cgroup,
Boris Burkov
[GIT PULL] Block driver changes for 5.8-rc1,
Jens Axboe
[GIT PULL] Core block changes for 5.8-rc1,
Jens Axboe
[PATCH] block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failed,
yu kuai
[PATCH RFC 0/3] block: allow REQ_NOWAIT to some bio-based/stacked devices,
Konstantin Khlebnikov
[PATCH 0/2] nbd: two cleanup,
Dongli Zhang
[PATCH] block: check for page size in queue_logical_block_size(),
Mauricio Faria de Oliveira
[PATCH] block: really remove REQ_NOWAIT_INLINE,
Konstantin Khlebnikov
[PATCH v2] block: change REQ_OP_ZONE_RESET and REQ_OP_ZONE_RESET_ALL to be odd numbers, Coly Li
[PATCH v3] block: improve discard bio alignment in __blkdev_issue_discard(),
Coly Li
[PATCH V2 0/3] blk-mq/nvme: improve nvme-pci reset handler,
Ming Lei
[PATCH v2 0/2] loop: replace kill_bdev with invalidate_bdev,
Zheng Bin
[PATCH] loop: replace kill_bdev with invalidate_bdev,
Zheng Bin
[PATCH blk-cgroup/for-5.8] blk-cgroup: show global disk stats in root cgroup io.stat,
Boris Burkov
[GIT PULL] Block fixes for 5.7 final,
Jens Axboe
[PATCH for-next 1/1] null_blk: force complete for timeout request,
Dongli Zhang
[PATCH v2] block: improve discard bio alignment in __blkdev_issue_discard(),
Coly Li
[PATCH] block: improve discard bio alignment in __blkdev_issue_discard(),
Coly Li
[PATCHv4 1/2] blk-mq: blk-mq: provide forced completion method,
Keith Busch
[PATCHv3 0/2] blk-mq: force completion,
Keith Busch
[PATCH -next] block: add another struct gendisk to <linux/blkdev.h>,
Randy Dunlap
[PATCHv3 1/2] blk-mq: export __blk_mq_complete_request,
Keith Busch
[PATCHv2 1/2] blk-mq: export __blk_mq_complete_request,
Keith Busch
[PATCH v6 0/4] Charge loop device i/o to issuing cgroup,
Dan Schatzberg
[PATCH] block: fix a warning when blkdev.h is included for !CONFIG_BLOCK builds,
Christoph Hellwig
[PATCH] blktrace: Avoid sparse warnings when assigning q->blk_trace,
Jan Kara
[PATCH] block: Flag elevators suitable for single queue,
Linus Walleij
[PATCH V3 0/6] blk-mq: support batching dispatch from scheduler,
Ming Lei
[PATCH] lightnvm: pblk: Fix reference count leak in pblk_sysfs_init.,
wu000273
[PATCH] docs: block: Create blk-mq documentation,
André Almeida
blk-mq: improvement CPU hotplug (simplified version) v4,
Christoph Hellwig
- [PATCH 1/8] blk-mq: remove the bio argument to ->prepare_request, Christoph Hellwig
- [PATCH 2/8] blk-mq: simplify the blk_mq_get_request calling convention, Christoph Hellwig
- [PATCH 3/8] blk-mq: move more request initialization to blk_mq_rq_ctx_init, Christoph Hellwig
- [PATCH 4/8] blk-mq: rename BLK_MQ_TAG_FAIL to BLK_MQ_NO_TAG, Christoph Hellwig
- [PATCH 5/8] blk-mq: use BLK_MQ_NO_TAG in more places, Christoph Hellwig
- [PATCH 6/8] blk-mq: open code __blk_mq_alloc_request in blk_mq_alloc_request_hctx, Christoph Hellwig
- [PATCH 7/8] blk-mq: add blk_mq_all_tag_iter, Christoph Hellwig
- [PATCH 8/8] blk-mq: drain I/O when all CPUs in a hctx are offline, Christoph Hellwig
- Re: blk-mq: improvement CPU hotplug (simplified version) v4, Bart Van Assche
- Re: blk-mq: improvement CPU hotplug (simplified version) v4, John Garry
- <Possible follow-ups>
- blk-mq: improvement CPU hotplug (simplified version) v4, Christoph Hellwig
block I/O accounting improvements v2,
Christoph Hellwig
- [PATCH 01/16] block: add disk/bio-based accounting helpers, Christoph Hellwig
- [PATCH 04/16] lightnvm/pblk: use bio_{start,end}_io_acct, Christoph Hellwig
- [PATCH 06/16] dm: use bio_{start,end}_io_acct, Christoph Hellwig
- [PATCH 10/16] block: move update_io_ticks to blk-core.c, Christoph Hellwig
- [PATCH 13/16] block: add a blk_account_io_merge_bio helper, Christoph Hellwig
- [PATCH 15/16] block: use __this_cpu_add() instead of access by smp_processor_id(), Christoph Hellwig
- [PATCH 16/16] block: reduce part_stat_lock() scope, Christoph Hellwig
- [PATCH 14/16] block: remove rcu_read_lock() from part_stat_lock(), Christoph Hellwig
- [PATCH 08/16] zram: nvdimm: use bio_{start,end}_io_acct and disk_{start,end}_io_acct, Christoph Hellwig
- [PATCH 11/16] block: always use a percpu variable for disk stats, Christoph Hellwig
- [PATCH 12/16] block: account merge of two requests, Christoph Hellwig
- [PATCH 03/16] rsxx: use bio_{start,end}_io_acct, Christoph Hellwig
- [PATCH 09/16] block: remove generic_{start,end}_io_acct, Christoph Hellwig
- [PATCH 07/16] nvdimm: use bio_{start,end}_io_acct, Christoph Hellwig
- [PATCH 02/16] drbd: use bio_{start,end}_io_acct, Christoph Hellwig
- [PATCH 05/16] bcache: use bio_{start,end}_io_acct, Christoph Hellwig
- Re: block I/O accounting improvements v2, Jens Axboe
[GIT PULL] nvme updates for 5.8,
Christoph Hellwig
[PATCH v2 0/5] bcache patches for Linux-5.8,
Coly Li
[PATCH][next] block: blk-crypto-fallback: remove redundant initialization of variable err,
Colin King
[PATCH 0/5] bcache patches for Linux-5.8,
Coly Li
question about the usage of avg_lat in io latency controller,
xiaohui li
[PATCH] blk-mq: Explicitly zero-init blk_mq_tags.active_queues, John Garry
[PATCH] block/floppy: fix contended case in floppy_queue_rq(),
Jiri Kosina
[PATCH] block: account flush request in inflight sysfs files,
Hou Tao
block I/O accounting improvements,
Christoph Hellwig
- [PATCH 01/16] block: add disk/bio-based accounting helpers, Christoph Hellwig
- [PATCH 02/16] drbd: use bio_{start,end}_io_acct, Christoph Hellwig
- [PATCH 03/16] rsxx: use bio_{start,end}_io_acct, Christoph Hellwig
- [PATCH 05/16] bcache: use bio_{start,end}_io_acct, Christoph Hellwig
- [PATCH 07/16] nvdimm: use bio_{start,end}_io_acct, Christoph Hellwig
- [PATCH 10/16] block: move update_io_ticks to blk-core.c, Christoph Hellwig
- [PATCH 14/16] block: remove rcu_read_lock() from part_stat_lock(), Christoph Hellwig
- [PATCH 15/16] block: use __this_cpu_add() instead of access by smp_processor_id(), Christoph Hellwig
- [PATCH 16/16] block: reduce part_stat_lock() scope, Christoph Hellwig
- [PATCH 13/16] block: add a blk_account_io_merge_bio helper, Christoph Hellwig
- [PATCH 12/16] block: account merge of two requests, Christoph Hellwig
- [PATCH 11/16] block: always use a percpu variable for disk stats, Christoph Hellwig
- [PATCH 09/16] block: remove generic_{start,end}_io_acct, Christoph Hellwig
- [PATCH 06/16] dm: use bio_{start,end}_io_acct, Christoph Hellwig
- [PATCH 04/16] lightnvm/pblk: use bio_{start,end}_io_acct, Christoph Hellwig
- [PATCH 08/16] zram: nvdimm: use bio_{start,end}_io_acct and disk_{start,end}_io_acct, Christoph Hellwig
- Re: block I/O accounting improvements, Konstantin Khlebnikov
[PATCH V2 0/6] blk-mq: support batching dispatch from scheduler,
Ming Lei
[PATCH][next] loop: remove redundant assignment to variable error,
Colin King
[PATCH] block: change REQ_OP_ZONE_RESET and REQ_OP_ZONE_RESET_ALL to be odd numbers,
Coly Li
[RFC PATCH v4 0/3] bcache: support zoned device as bcache backing device,
Coly Li
[PATCH] RDMA/rtrs: server: use already dereferenced rtrs_sess structure,
haris . phnx
[PATCH] iov_iter: fix gap alignment check, Keith Busch
[PATCH 0/2]null_blk: small fixes for zoned mode,
Chaitanya Kulkarni
blk-mq: improvement CPU hotplug (simplified version) v3,
Christoph Hellwig
[PATCH blktests] Restore support for running tests without prior test results,
Bart Van Assche
[PATCH 0/3] blk-mq/nvme: improve nvme-pci reset handler,
Ming Lei
Fwd: [RFC 2/2] io_uring: mark REQ_NOWAIT for a non-mq queue as unspported,
Jens Axboe
[PATCH v1 00/25] seqlock: Extend seqcount API with associated locks,
Ahmed S. Darwish
[PATCH v1 21/25] iocost: Use sequence counter with associated spinlock, Ahmed S. Darwish
[PATCH v2 00/18] seqlock: Extend seqcount API with associated locks, Ahmed S. Darwish
[PATCH v3 00/20] seqlock: Extend seqcount API with associated locks, Ahmed S. Darwish
Re: linux-next: Tree for May 19 (block/rnbd/),
Randy Dunlap
[PATCH] block/rnbd: Fix an IS_ERR() vs NULL check in find_or_create_sess(),
Dan Carpenter
[PATCH v2] rtrs-clt: silence kbuild test inconsistent intenting smatch warning,
Danil Kipnis
[PATCH -next] block/rnbd: server: fix error return code in rnbd_srv_create_dev_sysfs(),
Wei Yongjun
[PATCH 0/1] Fix RTRS compilation with block layer disabled,
Danil Kipnis
blktests block/013 failed from commit "block: remove the bd_openers checks in blk_drop_partitions",
Yi Zhang
[PATCH v3 0/4] Block layer patches for kernel v5.8,
Bart Van Assche
[PATCH 4.4 64/86] blk-mq: Allow timeouts to run while queue is freezing, Greg Kroah-Hartman
Re: mm: mkfs.ext4 invoked oom-killer on i386 - pagecache_get_page,
Naresh Kamboju
[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]