Linux Block Development
[Prev Page][Next Page]
- Re: [PATCH v1 02/11] dm-pcache: add backing device management, (continued)
- [PATCH v1 03/11] dm-pcache: add cache device, Dongsheng Yang
- [PATCH v1 04/11] dm-pcache: add segment layer, Dongsheng Yang
- [PATCH v1 05/11] dm-pcache: add cache_segment, Dongsheng Yang
- [PATCH v1 06/11] dm-pcache: add cache_writeback, Dongsheng Yang
- [PATCH v1 09/11] dm-pcache: add cache_req, Dongsheng Yang
- [PATCH v1 08/11] dm-pcache: add cache_key, Dongsheng Yang
- [PATCH v1 11/11] dm-pcache: initial dm-pcache target, Dongsheng Yang
- [PATCH v1 10/11] dm-pcache: add cache core, Dongsheng Yang
- [PATCH v1 07/11] dm-pcache: add cache_gc, Dongsheng Yang
- Re: [PATCH v1 00/11] dm-pcache – persistent-memory cache for block devices, Mikulas Patocka
- [bug report] WARNING: CPU: 3 PID: 175811 at io_uring/io_uring.c:2921 io_ring_exit_work+0x155/0x288,
Changhui Zhong
- [PATCH v3 00/16] fuse: use iomap for buffered writes + writeback,
Joanne Koong
- [PATCH v3 01/16] iomap: pass more arguments using struct iomap_writepage_ctx, Joanne Koong
- [PATCH v3 02/16] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks, Joanne Koong
- [PATCH v3 03/16] iomap: refactor the writeback interface, Joanne Koong
- [PATCH v3 04/16] iomap: hide ioends from the generic writeback code, Joanne Koong
- [PATCH v3 05/16] iomap: add public helpers for uptodate state manipulation, Joanne Koong
- [PATCH v3 06/16] iomap: move all ioend handling to ioend.c, Joanne Koong
- [PATCH v3 07/16] iomap: rename iomap_writepage_map to iomap_writeback_folio, Joanne Koong
- [PATCH v3 08/16] iomap: move folio_unlock out of iomap_writeback_folio, Joanne Koong
- [PATCH v3 10/16] iomap: replace iomap_folio_ops with iomap_write_ops, Joanne Koong
- [PATCH v3 09/16] iomap: export iomap_writeback_folio, Joanne Koong
- [PATCH v3 11/16] iomap: add read_folio_range() handler for buffered writes, Joanne Koong
- [PATCH v3 12/16] fuse: use iomap for buffered writes, Joanne Koong
- [PATCH v3 13/16] fuse: use iomap for writeback, Joanne Koong
- [PATCH v3 15/16] fuse: hook into iomap for invalidating and checking partial uptodateness, Joanne Koong
- [PATCH v3 14/16] fuse: use iomap for folio laundering, Joanne Koong
- [PATCH v3 16/16] fuse: refactor writeback to use iomap_writepage_ctx inode, Joanne Koong
- Re: [PATCH v3 00/16] fuse: use iomap for buffered writes + writeback, Christoph Hellwig
- [PATCH] ublk: setup ublk_io correctly in case of ublk_get_data() failure,
Ming Lei
- scsi optimal_io_size changed from 0 on kernel 6.6, to 16773120(32760*512, 4095*4096) on kernel 6.12/6.16,
Wang Yugui
- new DMA API conversion for nvme-pci v2,
Christoph Hellwig
- [RFC PATCH] block: Add a workaround for the miss wakeup problem,
Fengnan Chang
- fix virt_boundary_mask handling in SCSI,
Christoph Hellwig
- [bug report] BUG: kernel NULL pointer dereference, address: 0000000000000001,
Changhui Zhong
[PATCH 0/2] ublk: fix ublk_queue_rqs() and selftests test_stress_03,
Ming Lei
[PATCH v4 4/5] rust: block: convert `block::mq` to use `Refcount`, Gary Guo
[PATCH] ublk: update UBLK_F_SUPPORT_ZERO_COPY comment in UAPI header,
Caleb Sander Mateos
[PATCH] ublk: fix narrowing warnings in UAPI header,
Caleb Sander Mateos
[PATCH 11/27] block: Protect against concurrent isolated cpuset change,
Frederic Weisbecker
[PATCH v2 00/14] ublk: allow off-daemon zero-copy buffer registration,
Caleb Sander Mateos
- [PATCH v2 06/14] ublk: consolidate UBLK_IO_FLAG_{ACTIVE,OWNED_BY_SRV} checks, Caleb Sander Mateos
- [PATCH v2 04/14] ublk: handle UBLK_IO_FETCH_REQ earlier, Caleb Sander Mateos
- [PATCH v2 01/14] ublk: use vmalloc for ublk_device's __queues, Caleb Sander Mateos
- [PATCH v2 03/14] ublk: check cmd_op first, Caleb Sander Mateos
- [PATCH v2 08/14] ublk: don't take ublk_queue in ublk_unregister_io_buf(), Caleb Sander Mateos
- [PATCH v2 12/14] ublk: optimize UBLK_IO_UNREGISTER_IO_BUF on daemon task, Caleb Sander Mateos
- [PATCH v2 10/14] ublk: return early if blk_should_fake_timeout(), Caleb Sander Mateos
- [PATCH v2 09/14] ublk: allow UBLK_IO_(UN)REGISTER_IO_BUF on any task, Caleb Sander Mateos
- [PATCH v2 02/14] ublk: remove struct ublk_rq_data, Caleb Sander Mateos
- [PATCH v2 05/14] ublk: remove task variable from __ublk_ch_uring_cmd(), Caleb Sander Mateos
- [PATCH v2 07/14] ublk: move ublk_prep_cancel() to case UBLK_IO_COMMIT_AND_FETCH_REQ, Caleb Sander Mateos
- [PATCH v2 11/14] ublk: optimize UBLK_IO_REGISTER_IO_BUF on daemon task, Caleb Sander Mateos
- [PATCH v2 14/14] ublk: cache-align struct ublk_io, Caleb Sander Mateos
- [PATCH v2 13/14] ublk: remove ubq checks from ublk_{get,put}_req_ref(), Caleb Sander Mateos
- Re: [PATCH v2 00/14] ublk: allow off-daemon zero-copy buffer registration, Jens Axboe
[syzbot] [block?] possible deadlock in bdev_release,
syzbot
[GIT PULL] Block fixes for 6.16-rc3,
Jens Axboe
[PATCH] aoe: Use min() to simplify code in probe(), wangyufei
Re: Bug#1107479: util-linux: blkid hangs forever after inserting a DVD-RAM,
Uwe Kleine-König
[PATCH v12 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr,
Tamir Duberstein
[PATCH v2 0/9] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag,
Zhang Yi
- [PATCH v2 2/9] nvme: set max_hw_wzeroes_unmap_sectors if device supports DEAC bit, Zhang Yi
- [PATCH v2 3/9] nvmet: set WZDS and DRB if device enables unmap write zeroes operation, Zhang Yi
- [PATCH v2 7/9] block: factor out common part in blkdev_fallocate(), Zhang Yi
- [PATCH v2 1/9] block: introduce max_{hw|user}_wzeroes_unmap_sectors to queue limits, Zhang Yi
- [PATCH v2 9/9] ext4: add FALLOC_FL_WRITE_ZEROES support, Zhang Yi
- [PATCH v2 5/9] dm: clear unmap write zeroes limits when disabling write zeroes, Zhang Yi
- [PATCH v2 4/9] scsi: sd: set max_hw_wzeroes_unmap_sectors if device supports SD_ZERO_*_UNMAP, Zhang Yi
- [PATCH v2 8/9] block: add FALLOC_FL_WRITE_ZEROES support, Zhang Yi
- [PATCH v2 6/9] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate, Zhang Yi
- Re: [PATCH v2 0/9] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag, Christian Brauner
- Re: [PATCH v2 0/9] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag, Martin K. Petersen
[syzbot] [nbd?] possible deadlock in nbd_open, syzbot
[PATCH] ublk: santizize the arguments from userspace when adding a device,
Ronnie Sahlberg
[PATCH] zram: support asynchronous writeback,
Richard Chang
[PATCH v2 0/5] block/md/dm: set chunk_sectors from stacked dev stripe size,
John Garry
f2fs: possible circular locking dependency detected,
Ed Tsai (蔡宗軒)
[RFC] block: The Effectiveness of Plug Optimization?,
hexue
[PATCH v2] block: Increase BLK_DEF_MAX_SECTORS_CAP,
Damien Le Moal
[PATCH for-next v4 0/4] add ioctl to query metadata and protection info capabilities,
Anuj Gupta
Message not available
Message not available
Message not available
Re: [PATCH for-next v4 0/4] add ioctl to query metadata and protection info capabilities, Martin K. Petersen
[PATCH] block: mq-deadline: check if elevator is attached to queue in dd_finish_request,
Elijah Wright
[PATCH 0/5] blk: introduce block layer helpers to calculate num of queues,
Daniel Wagner
refactor the iomap writeback code v2,
Christoph Hellwig
- [PATCH 01/11] iomap: pass more arguments using struct iomap_writepage_ctx, Christoph Hellwig
- [PATCH 02/11] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks, Christoph Hellwig
- [PATCH 03/11] iomap: refactor the writeback interface, Christoph Hellwig
- [PATCH 04/11] iomap: hide ioends from the generic writeback code, Christoph Hellwig
- [PATCH 05/11] iomap: add public helpers for uptodate state manipulation, Christoph Hellwig
- [PATCH 06/11] iomap: move all ioend handling to ioend.c, Christoph Hellwig
- [PATCH 07/11] iomap: rename iomap_writepage_map to iomap_writeback_folio, Christoph Hellwig
- [PATCH 08/11] iomap: move folio_unlock out of iomap_writeback_folio, Christoph Hellwig
- [PATCH 11/11] iomap: add read_folio_range() handler for buffered writes, Christoph Hellwig
- [PATCH 09/11] iomap: export iomap_writeback_folio, Christoph Hellwig
- [PATCH 10/11] iomap: replace iomap_folio_ops with iomap_write_ops, Christoph Hellwig
[PATCH] block: Increase BLK_DEF_MAX_SECTORS_CAP,
Damien Le Moal
Recall: md raid0 Direct IO DMA alignment, Jason Rahman
md raid0 Direct IO DMA alignment,
Jason Rahman
[PATCH V2] tests/throtl: add a new test 007,
Zizhi Wo
[PATCH v18 00/12] Improve write performance for zoned UFS devices,
Bart Van Assche
- [PATCH v18 02/12] block: Rework request allocation in blk_mq_submit_bio(), Bart Van Assche
- [PATCH v18 01/12] block: Support block drivers that preserve the order of write requests, Bart Van Assche
- [PATCH v18 03/12] block: Support allocating from a specific software queue, Bart Van Assche
- [PATCH v18 04/12] blk-mq: Restore the zoned write order when requeuing, Bart Van Assche
- [PATCH v18 07/12] null_blk: Add the preserves_write_order attribute, Bart Van Assche
- [PATCH v18 05/12] blk-zoned: Add an argument to blk_zone_plug_bio(), Bart Van Assche
- [PATCH v18 08/12] scsi: core: Retry unaligned zoned writes, Bart Van Assche
- [PATCH v18 06/12] blk-zoned: Support pipelining of zoned writes, Bart Van Assche
- [PATCH v18 09/12] scsi: sd: Increase retry count for zoned writes, Bart Van Assche
- [PATCH v18 10/12] scsi: scsi_debug: Add the preserves_write_order module parameter, Bart Van Assche
- [PATCH v18 11/12] scsi: scsi_debug: Support injecting unaligned write errors, Bart Van Assche
- [PATCH v18 12/12] scsi: ufs: Inform the block layer about write ordering, Bart Van Assche
[PATCH 00/10] convert the majority of file systems to mmap_prepare,
Lorenzo Stoakes
- [PATCH 03/10] fs: consistently use file_has_valid_mmap_hooks() helper, Lorenzo Stoakes
- [PATCH 02/10] mm/nommu: use file_has_valid_mmap_hooks() helper, Lorenzo Stoakes
- [PATCH 01/10] mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare, Lorenzo Stoakes
- [PATCH 04/10] fs/dax: make it possible to check dev dax support without a VMA, Lorenzo Stoakes
- [PATCH 06/10] fs/xfs: transition from deprecated .mmap hook to .mmap_prepare, Lorenzo Stoakes
- [PATCH 08/10] fs: convert simple use of generic_file_*_mmap() to .mmap_prepare(), Lorenzo Stoakes
- [PATCH 05/10] fs/ext4: transition from deprecated .mmap hook to .mmap_prepare, Lorenzo Stoakes
- [PATCH 09/10] fs: convert most other generic_file_*mmap() users to .mmap_prepare(), Lorenzo Stoakes
- [PATCH 07/10] mm/filemap: introduce generic_file_*_mmap_prepare() helpers, Lorenzo Stoakes
- [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings, Lorenzo Stoakes
- Re: [PATCH 00/10] convert the majority of file systems to mmap_prepare, Kent Overstreet
- Re: [PATCH 00/10] convert the majority of file systems to mmap_prepare, Al Viro
- Re: [PATCH 00/10] convert the majority of file systems to mmap_prepare, Andrew Morton
- Re: [PATCH 00/10] convert the majority of file systems to mmap_prepare, Christian Brauner
- Re: [PATCH 00/10] convert the majority of file systems to mmap_prepare, David Howells
- Re: [PATCH 00/10] convert the majority of file systems to mmap_prepare, Jason Gunthorpe
[PATCHv3 0/2] block: move sched_tags allocation/de-allocation outside of locking context,
Nilay Shroff
[PATCH] scsi: storvsc: set max_segment_size as UINT_MAX explicitly,
Ming Lei
[PATCH 0/9] rnull: add configfs, remote completion to rnull,
Andreas Hindborg
- [PATCH 1/9] rust: block: remove trait bound from `mq::Request` definition, Andreas Hindborg
- [PATCH 2/9] rust: block: add block related constants, Andreas Hindborg
- [PATCH 6/9] rust: block: add `GenDisk` private data support, Andreas Hindborg
- [PATCH 9/9] rnull: add soft-irq completion support, Andreas Hindborg
- [PATCH 8/9] rust: block: add remote completion to `Request`, Andreas Hindborg
- [PATCH 3/9] rust: block,core: rename `RawWriter` to `BufferWriter`, Andreas Hindborg
- [PATCH 7/9] rust: block: mq: fix spelling in a safety comment, Andreas Hindborg
- [PATCH 4/9] rnull: move driver to separate directory, Andreas Hindborg
- [PATCH 5/9] rnull: enable configuration via `configfs`, Andreas Hindborg
refactor the iomap writeback code,
Christoph Hellwig
[bug report] kernel BUG at mm/hugetlb.c:5880! triggered by blktests nvme/029,
Yi Zhang
[PATCH] block: Improve read ahead size for rotational devices,
Damien Le Moal
[PATCH blktests 0/2] nvme: add nvme metadata passthrough test,
Shin'ichiro Kawasaki
[PATCH v12 0/6] rust: reduce `as` casts, enable related lints,
Tamir Duberstein
[syzbot] [block?] possible deadlock in pcpu_alloc_noprof (2), syzbot
[GIT PULL] Block fixes for 6.16-rc2,
Jens Axboe
[PATCH RFC v2 0/5] blk-mq-sched: support request batch dispatching for sq elevator,
Yu Kuai
[PATCH v1] aoe: Convert ternary operator to str_up_down() helper, Yu Jiaoliang
block: always use a list_head for requests, Christoph Hellwig
blktests failures with v6.16-rc1 kernel, Shinichiro Kawasaki
[PATCH] tests/throtl: add a new test 007,
Zizhi Wo
[PATCH] Documentation: ublk: Separate UBLK_F_AUTO_BUF_REG fallback behavior sublists,
Bagas Sanjaya
[PATCH] block: Fix bvec_set_folio() for very large folios,
Matthew Wilcox (Oracle)
[PATCH] bio: Fix bio_first_folio() for SPARSEMEM without VMEMMAP,
Matthew Wilcox (Oracle)
[PATCH 0/5] Remove zero_user(),
Matthew Wilcox (Oracle)
[PATCH] nbd: fix uaf in nbd_genl_connect() error path,
Zheng Qixing
[PATCH v1] rbd: convert to use secs_to_jiffies,
Yuesong Li
[PATCH 0/5] add STATIC_PMD_ZERO_PAGE config option,
Pankaj Raghav
[PATCH, RFC] block: always use a list_head for requests,
Christoph Hellwig
[PATCH v5 0/5] relayfs: misc changes,
Jason Xing
[PATCH] ublk: doc: fix "ERROR: Unexpected indentation. [docutils]", Ming Lei
[PATCH] block: use plug request list tail for one-shot backmerge attempt,
Jens Axboe
[PATCH] Revert "block: don't reorder requests in blk_add_rq_to_plug",
Hazem Mohamed Abuelfotoh
[PATCH v11 0/6] rust: reduce `as` casts, enable related lints,
Tamir Duberstein
[PATCH V2] ublk: document auto buffer registration(UBLK_F_AUTO_BUF_REG),
Ming Lei
[PATCH] loop: move lo_set_size() out of queue freeze,
Ming Lei
[PATCH] block: don't use submit_bio_noacct_nocheck in blk_zone_wplug_bio_work,
Christoph Hellwig
[PATCH] block: Clear BIO_EMULATES_ZONE_APPEND flag on BIO completion,
Damien Le Moal
[PATCH 1/2] aoe: clean device rq_list in aoedev_downdev(),
Justin Sanders
[PATCH for-next v3 0/2] add ioctl to query metadata and protection info capabilities,
Anuj Gupta
[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]