Linux Block Development
[Prev Page][Next Page]
- [PATCH v3 09/16] block/mq-deadline: Improve compile-time argument checking, (continued)
- [PATCH] loop: Fix missing discard support when using LOOP_CONFIGURE,
Kristian Klausen
- [RFC PATCH V2 0/3] block/dm: support bio polling,
Ming Lei
- [PATCH] block: break circular locks in blk_request_module,
Desmond Cheong Zhi Xi
- [PATCH v3] virtio-blk: Add validation for block size in config space,
Xie Yongji
- [syzbot] possible deadlock in loop_probe, syzbot
- blk-wbt / wbt_rqw_done logic?, Omar Kilani
- [PATCH v3 0/5] Use the normal block device I/O path,
Kees Cook
- [REMINDER] LSF/MM/BPF: 2021: Call for Proposals, Josef Bacik
- [RFC PATCH 0/4] block/dm: support bio polling,
Ming Lei
- kernel panic when scanning MTD partitions,
Corentin Labbe
- [PATCH 1/2] mtd_blkdevs: initialze new->rq in add_mtd_blktrans_dev,
Christoph Hellwig
- convert the mmc driver to use blk_mq_alloc_disk,
Christoph Hellwig
- Re: convert the mmc driver to use blk_mq_alloc_disk, Ulf Hansson
- Re: convert the mmc driver to use blk_mq_alloc_disk, Jens Axboe
Observability of filesystem syncing and device flushing, Gregory Szorc
[PATCH v3] block: fix trace completion for chained bio,
edwardh
[PATCH v2 0/4] Include zone in pstore_device_info,
Kees Cook
switch the block layer to use kmap_local_page v2,
Christoph Hellwig
- [PATCH 01/18] mm: add a kunmap_local_dirty helper, Christoph Hellwig
- [PATCH 02/18] mm: use kunmap_local_dirty in memcpy_to_page, Christoph Hellwig
- [PATCH 03/18] mm: use kmap_local_page in memzero_page, Christoph Hellwig
- [PATCH 04/18] MIPS: don't include <linux/genhd.h> in <asm/mach-rc32434/rb.h>, Christoph Hellwig
- [PATCH 05/18] bvec: fix the include guards for bvec.h, Christoph Hellwig
- [PATCH 06/18] bvec: add a bvec_kmap_local helper, Christoph Hellwig
- [PATCH 07/18] bvec: add memcpy_{from,to}_bvec and memzero_bvec helper, Christoph Hellwig
- [PATCH 08/18] block: use memzero_page in zero_fill_bio, Christoph Hellwig
- [PATCH 09/18] rbd: use memzero_bvec, Christoph Hellwig
- [PATCH 10/18] dm-writecache: use bvec_kmap_local instead of bvec_kmap_irq, Christoph Hellwig
- [PATCH 11/18] ps3disk: use memcpy_{from,to}_bvec, Christoph Hellwig
- [PATCH 12/18] block: remove bvec_kmap_irq and bvec_kunmap_irq, Christoph Hellwig
- [PATCH 13/18] block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvec, Christoph Hellwig
- [PATCH 14/18] block: use memcpy_to_bvec in copy_to_high_bio_irq, Christoph Hellwig
- [PATCH 15/18] block: use memcpy_from_bvec in bio_copy_kern_endio_read, Christoph Hellwig
- [PATCH 16/18] block: use memcpy_from_bvec in __blk_queue_bounce, Christoph Hellwig
- [PATCH 17/18] block: use bvec_kmap_local in t10_pi_type1_{prepare,complete}, Christoph Hellwig
- [PATCH 18/18] block: use bvec_kmap_local in bio_integrity_process, Christoph Hellwig
- Re: switch the block layer to use kmap_local_page v2, Martin K. Petersen
switch block layer polling to a bio based model v4,
Christoph Hellwig
- [PATCH 01/16] direct-io: remove blk_poll support, Christoph Hellwig
- [PATCH 02/16] block: don't try to poll multi-bio I/Os in __blkdev_direct_IO, Christoph Hellwig
- [PATCH 03/16] iomap: don't try to poll multi-bio I/Os in __iomap_dio_rw, Christoph Hellwig
- [PATCH 04/16] blk-mq: factor out a blk_qc_to_hctx helper, Christoph Hellwig
- [PATCH 05/16] blk-mq: factor out a "classic" poll helper, Christoph Hellwig
- [PATCH 06/16] blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internal, Christoph Hellwig
- [PATCH 07/16] blk-mq: remove blk_qc_t_valid, Christoph Hellwig
- [PATCH 08/16] block: replace the spin argument to blk_iopoll with a flags argument, Christoph Hellwig
- [PATCH 10/16] block: rename REQ_HIPRI to REQ_POLLED, Christoph Hellwig
- [PATCH 09/16] io_uring: don't sleep when polling for I/O, Christoph Hellwig
- [PATCH 11/16] block: use SLAB_TYPESAFE_BY_RCU for the bio slab, Christoph Hellwig
- [PATCH 12/16] block: define 'struct bvec_iter' as packed, Christoph Hellwig
- [PATCH 13/16] block: switch polling to be bio based, Christoph Hellwig
- [PATCH 14/16] block: don't allow writing to the poll queue attribute, Christoph Hellwig
- [PATCH 15/16] nvme-multipath: set QUEUE_FLAG_NOWAIT, Christoph Hellwig
- [PATCH 16/16] nvme-multipath: enable polled I/O, Christoph Hellwig
- Re: switch block layer polling to a bio based model v4, Keith Busch
- <Possible follow-ups>
- switch block layer polling to a bio based model v4, Christoph Hellwig
- [PATCH 01/16] direct-io: remove blk_poll support, Christoph Hellwig
- [PATCH 02/16] block: don't try to poll multi-bio I/Os in __blkdev_direct_IO, Christoph Hellwig
- [PATCH 03/16] iomap: don't try to poll multi-bio I/Os in __iomap_dio_rw, Christoph Hellwig
- [PATCH 04/16] io_uring: fix a layering violation in io_iopoll_req_issued, Christoph Hellwig
- [PATCH 05/16] blk-mq: factor out a blk_qc_to_hctx helper, Christoph Hellwig
- [PATCH 06/16] blk-mq: factor out a "classic" poll helper, Christoph Hellwig
- [PATCH 07/16] blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internal, Christoph Hellwig
- [PATCH 08/16] blk-mq: remove blk_qc_t_valid, Christoph Hellwig
- [PATCH 09/16] block: replace the spin argument to blk_iopoll with a flags argument, Christoph Hellwig
- [PATCH 10/16] io_uring: don't sleep when polling for I/O, Christoph Hellwig
- [PATCH 11/16] block: rename REQ_HIPRI to REQ_POLLED, Christoph Hellwig
- [PATCH 12/16] block: use SLAB_TYPESAFE_BY_RCU for the bio slab, Christoph Hellwig
- [PATCH 13/16] block: define 'struct bvec_iter' as packed, Christoph Hellwig
- [PATCH 14/16] block: switch polling to be bio based, Christoph Hellwig
- [PATCH 15/16] block: don't allow writing to the poll queue attribute, Christoph Hellwig
- [PATCH 16/16] nvme-multipath: enable polled I/O, Christoph Hellwig
- Re: switch block layer polling to a bio based model v4, Jens Axboe
[PATCH v2] virtio-blk: Add validation for block size in config space,
Xie Yongji
About `bio->bi_iter.bi_size` at write endio time,
Qu Wenruo
[GIT PULL] Floppy changes for 5.14,
Denis Efremov
[PATCH 00/14] bcache patches for Linux v5.14,
Coly Li
- [PATCH 01/14] bcache: fix error info in register_bcache(), Coly Li
- [PATCH 02/14] md: bcache: Fix spelling of 'acquire', Coly Li
- [PATCH 03/14] bcache: add initial data structures for nvm pages, Coly Li
- [PATCH 04/14] bcache: initialize the nvm pages allocator, Coly Li
- [PATCH 05/14] bcache: initialization of the buddy, Coly Li
- [PATCH 06/14] bcache: bch_nvm_alloc_pages() of the buddy, Coly Li
- [PATCH 07/14] bcache: bch_nvm_free_pages() of the buddy, Coly Li
- [PATCH 08/14] bcache: get allocated pages from specific owner, Coly Li
- [PATCH 09/14] bcache: use bucket index to set GC_MARK_METADATA for journal buckets in bch_btree_gc_finish(), Coly Li
- [PATCH 10/14] bcache: add BCH_FEATURE_INCOMPAT_NVDIMM_META into incompat feature set, Coly Li
- [PATCH 11/14] bcache: initialize bcache journal for NVDIMM meta device, Coly Li
- [PATCH 12/14] bcache: support storing bcache journal into NVDIMM meta device, Coly Li
- [PATCH 13/14] bcache: read jset from NVDIMM pages for journal replay, Coly Li
- [PATCH 14/14] bcache: add sysfs interface register_nvdimm_meta to register NVDIMM meta device, Coly Li
- Re: [PATCH 00/14] bcache patches for Linux v5.14, Jens Axboe
[PATCH] pstore/blk: Use the normal block device I/O path,
Kees Cook
💥 PANICKED: Test report for kernel 5.13.0-rc3 (block, 30ec225a),
CKI Project
[PATCH v3 0/2] allow blk-zoned ioctls without CAP_SYS_ADMIN,
Niklas Cassel
cleanup ubd gendisk registration,
Christoph Hellwig
mtip32xx cleanups,
Christoph Hellwig
Deadlock in wbt / rq-qos,
Omar Kilani
[GIT PULL] Block fixes for 5.13-rc6,
Jens Axboe
[PATCH v3 0/2] dm: dm_blk_ioctl(): implement failover for SG_IO on dm-multipath,
mwilck
💥 PANICKED: Test report for kernel 5.13.0-rc3 (block, 314e07c7),
CKI Project
[PATCHv4 0/4] block and nvme passthrough error handling,
Keith Busch
[PATCH V14 0/3] Charge loop device i/o to issuing cgroup,
Dan Schatzberg
[PATCH -next] partitions/aix: fix doc warnings, ChenXiaoSong
[PATCH v2] block: check disk exist before trying to add partition,
Yufen Yu
[PATCH V15 0/5] nvmet: add ZBD backened support,
Chaitanya Kulkarni
[PATCH 1/1] z2ram: remove unnecessary oom message,
Zhen Lei
[PATCH 1/1] sx8: remove unnecessary oom message,
Zhen Lei
[PATCH 1/1] sunvdc: remove unnecessary oom message,
Zhen Lei
[PATCH 1/1] mtip32xx: remove unnecessary oom message,
Zhen Lei
[PATCH 1/1] drbd: remove unnecessary oom message,
Zhen Lei
[PATCH 1/1] aoe: remove unnecessary oom message,
Zhen Lei
[LSF/MM/BPF Topic] Towards more useful nvme-passthrough,
Kanchan Joshi
[LSF/MM/BPF TOPIC] durability vs performance for flash devices (especially embedded!),
Ric Wheeler
[LSF/MM/BPF TOPIC] SSDFS: LFS file system without GC operations + NAND flash devices lifetime prolongation, Viacheslav Dubeyko
WARNING at blktests block/008 in ttwu_queue_wakelist(),
Shinichiro Kawasaki
[PATCH] blk-mq: fix use-after-free in blk_mq_exit_sched,
Ming Lei
[syzbot] KASAN: use-after-free Read in blk_mq_exit_sched,
syzbot
[PATCH] libnvdimm/pmem: Fix pmem_pagemap_cleanup compile warning,
Dan Williams
[PATCH V3 0/2] block: fix race between adding wbt and normal IO,
Ming Lei
[PATCH 0/2] block: discard merge fix & improvement,
Ming Lei
[PATCH 00/14] Improve I/O priority support,
Bart Van Assche
- [PATCH 04/14] block: Introduce the ioprio rq-qos policy, Bart Van Assche
- [PATCH 06/14] block/mq-deadline: Add two lockdep_assert_held() statements, Bart Van Assche
- [PATCH 01/14] block/Kconfig: Make the BLK_WBT and BLK_WBT_MQ entries consecutive, Bart Van Assche
- [PATCH 02/14] block/blk-cgroup: Swap the blk_throtl_init() and blk_iolatency_init() calls, Bart Van Assche
- [PATCH 05/14] block/mq-deadline: Add several comments, Bart Van Assche
- [PATCH 03/14] block/blk-rq-qos: Move a function from a header file into a C file, Bart Van Assche
- [PATCH 07/14] block/mq-deadline: Remove two local variables, Bart Van Assche
- [PATCH 08/14] block/mq-deadline: Rename dd_init_queue() and dd_exit_queue(), Bart Van Assche
- [PATCH 09/14] block/mq-deadline: Improve compile-time argument checking, Bart Van Assche
- [PATCH 10/14] block/mq-deadline: Improve the sysfs show and store macros, Bart Van Assche
- [PATCH 14/14] block/mq-deadline: Prioritize high-priority requests, Bart Van Assche
- [PATCH 13/14] block/mq-deadline: Add cgroup support, Bart Van Assche
- [PATCH 12/14] block/mq-deadline: Add I/O priority support, Bart Van Assche
- [PATCH 11/14] block/mq-deadline: Reserve 25% of scheduler tags for synchronous requests, Bart Van Assche
[PATCH] blk-mq: Do not lookup ctx with invalid index,
Daniel Wagner
[PATCH] mark pstore-blk as broken,
Christoph Hellwig
switch the block layer to use kmap_local_page,
Christoph Hellwig
- [PATCH 02/16] MIPS: don't include <linux/genhd.h> in <asm/mach-rc32434/rb.h>, Christoph Hellwig
- [PATCH 01/16] mm: use kmap_local_page in memzero_page, Christoph Hellwig
- [PATCH 03/16] bvec: fix the include guards for bvec.h, Christoph Hellwig
- [PATCH 04/16] bvec: add a bvec_kmap_local helper, Christoph Hellwig
- [PATCH 05/16] bvec: add memcpy_{from,to}_bvec and memzero_bvec helper, Christoph Hellwig
- [PATCH 06/16] block: use memzero_page in zero_fill_bio, Christoph Hellwig
- [PATCH 07/16] rbd: use memzero_bvec, Christoph Hellwig
- [PATCH 08/16] dm-writecache: use bvec_kmap_local instead of bvec_kmap_irq, Christoph Hellwig
- [PATCH 09/16] ps3disk: use memcpy_{from,to}_bvec, Christoph Hellwig
- [PATCH 11/16] block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvec, Christoph Hellwig
- [PATCH 10/16] block: remove bvec_kmap_irq and bvec_kunmap_irq, Christoph Hellwig
- [PATCH 12/16] block: use memcpy_to_bvec in copy_to_high_bio_irq, Christoph Hellwig
- [PATCH 13/16] block: use memcpy_from_bvec in bio_copy_kern_endio_read, Christoph Hellwig
- [PATCH 14/16] block: use memcpy_from_bvec in __blk_queue_bounce, Christoph Hellwig
- [PATCH 16/16] block: use bvec_kmap_local in bio_integrity_process, Christoph Hellwig
- [PATCH 15/16] block: use bvec_kmap_local in t10_pi_type1_{prepare,complete}, Christoph Hellwig
- Re: switch the block layer to use kmap_local_page, Ira Weiny
[GIT PULL] first round of nvme updates for Linux 5.14,
Christoph Hellwig
loop_set_block_size: loop0 () has still dirty pages (nrpages=2),
Ingo Franzki
[PATCH v11 00/13] blkcg:Support to track FC storage blk io traffic,
Muneendra Kumar
- [PATCH v11 01/13] cgroup: Added cgroup_get_from_id, Muneendra Kumar
- [PATCH v11 04/13] lpfc: vmid: Add the datastructure for supporting VMID in lpfc, Muneendra Kumar
- [PATCH v11 09/13] lpfc: vmid: Implements CT commands for appid., Muneendra Kumar
- [PATCH v11 13/13] lpfc: vmid: Introducing vmid in io path., Muneendra Kumar
- [PATCH v11 10/13] lpfc: vmid: Appends the vmid in the wqe before sending, Muneendra Kumar
- [PATCH v11 05/13] lpfc: vmid: VMID params initialization, Muneendra Kumar
- [PATCH v11 06/13] lpfc: vmid: Add support for vmid in mailbox command, does vmid resource allocation and vmid cleanup, Muneendra Kumar
- [PATCH v11 07/13] lpfc: vmid: Implements ELS commands for appid patch, Muneendra Kumar
- [PATCH v11 08/13] lpfc: vmid: Functions to manage vmids, Muneendra Kumar
- [PATCH v11 12/13] lpfc: vmid: Adding qfpa and vmid timeout check in worker thread, Muneendra Kumar
- [PATCH v11 02/13] blkcg: Added a app identifier support for blkcg, Muneendra Kumar
- [PATCH v11 11/13] lpfc: vmid: Timeout implementation for vmid, Muneendra Kumar
- [PATCH v11 03/13] nvme: Added a newsysfs attribute appid_store, Muneendra Kumar
[PATCH] block: check disk exist before trying to add partition,
Yufen Yu
[PATCH V2 0/2] block: fix race between adding wbt and normal IO,
Ming Lei
[PATCH] libnvdimm/pmem: Fix blk_cleanup_disk() usage,
Dan Williams
[Patch v3] block: return the correct bvec when checking for gaps,
longli
[PATCH] zram: zcomp_strm remove ambiguous description, yongw . pur
[RFC PATCH V3] zram:calculate available memory when zram is used,
yongw . pur
[PATCH v2 0/1] lib: Fix spelling mistakes,
Zhen Lei
[PATCH v2 0/2] bcache fixes for Linux v5.13-rc6,
Coly Li
[PATCH] rq-qos: fix missed wake-ups in rq_qos_throttle try two,
Jan Kara
[PATCH 0/2] bcache fixes for Linux v5.13-rc6,
Coly Li
[PATCH 1/1] lib: Fix spelling mistakes,
Zhen Lei
[PATCH] fs: block_dev: Fix a typo, lijian_8010a29
[Bug Report] Discard bios cannot be correctly merged in blk-mq,
Wang Shanker
[RFC PATCH V2] zram:calculate available memory when zram is used,
yongw . pur
io_uring: BPF controlled I/O,
Pavel Begunkov
[Patch v2] block: return the correct bvec when checking for gaps,
longli
[PATCH v9 0/9] add support for direct I/O with fscrypt using blk-crypto,
Satya Tangirala
[PATCH v3 00/10] ensure bios aren't split in middle of crypto data unit,
Satya Tangirala
- [PATCH v3 02/10] block: blk-crypto: introduce blk_crypto_bio_sectors_alignment(), Satya Tangirala
- [PATCH v3 06/10] ufshcd: handle error from blk_ksm_register(), Satya Tangirala
- [PATCH v3 03/10] block: introduce bio_required_sector_alignment(), Satya Tangirala
- [PATCH v3 09/10] blk-merge: Ensure bios aren't split in middle of a crypto data unit, Satya Tangirala
- [PATCH v3 04/10] block: respect bio_required_sector_alignment() in blk-crypto-fallback, Satya Tangirala
- [PATCH v3 05/10] block: keyslot-manager: introduce blk_ksm_restrict_dus_to_queue_limits(), Satya Tangirala
- [PATCH v3 01/10] block: introduce blk_ksm_is_empty(), Satya Tangirala
- [PATCH v3 07/10] mmc: handle error from blk_ksm_register(), Satya Tangirala
- [PATCH v3 08/10] dm: handle error from blk_ksm_register(), Satya Tangirala
- [PATCH v3 10/10] block: add WARN_ON_ONCE() to bio_split() for sector alignment, Satya Tangirala
- Re: [PATCH v3 00/10] ensure bios aren't split in middle of crypto data unit, Eric Biggers
[PATCH v12 0/3] bio: control bio max size,
Changheun Lee
Message not available
Message not available
Re: [PATCH v12 0/3] bio: control bio max size, Can Guo
Re: [PATCH v12 0/3] bio: control bio max size, Bart Van Assche
[PATCH V2] blk-mq: update hctx->dispatch_busy in case of real scheduler,
Ming Lei
[PATCH] block: loop: fix deadlock between open and remove,
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]