public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-21 05:24:19 to 2025-04-22 21:42:47 UTC [more...]

[PATCH 0/2] dm: pass through operations on wrapped inline crypto keys
 2025-04-22 21:42 UTC  (3+ messages)
` [PATCH 1/2] blk-crypto: export wrapped key functions
` [PATCH 2/2] dm: pass through operations on wrapped inline crypto keys

[PATCH] fs: move the bdex_statx call to vfs_getattr_nosec
 2025-04-22 15:35 UTC  (12+ messages)

[PATCH v9 0/6] rust: reduce `as` casts, enable related lints
 2025-04-22 15:15 UTC  (8+ messages)
` [PATCH v9 4/6] rust: enable `clippy::as_underscore` lint

add more bio helper
 2025-04-22 14:47 UTC  (19+ messages)
` [PATCH 01/17] block: add a bio_add_virt_nofail helper
` [PATCH 02/17] block: add a bdev_rw_virt helper
` [PATCH 03/17] block: add a bio_add_vmalloc helper
` [PATCH 04/17] block: remove the q argument from blk_rq_map_kern
` [PATCH 05/17] block: pass the operation to bio_{map,copy}_kern
` [PATCH 06/17] block: simplify bio_map_kern
` [PATCH 07/17] bcache: use bio_add_virt_nofail
` [PATCH 08/17] dm-bufio: "
` [PATCH 09/17] dm-integrity: "
` [PATCH 10/17] rnbd-srv: "
` [PATCH 11/17] xfs: simplify xfs_buf_submit_bio
` [PATCH 12/17] xfs: simplify xfs_rw_bdev
` [PATCH 13/17] btrfs: use bdev_rw_virt in scrub_one_super
` [PATCH 14/17] hfsplus: use bdev_rw_virt in hfsplus_submit_bio
` [PATCH 15/17] gfs2: use bdev_rw_virt in gfs2_read_super
` [PATCH 16/17] zonefs: use bdev_rw_virt in zonefs_read_super
` [PATCH 17/17] PM: hibernate: split and simplify hib_submit_io

brd cleanups
 2025-04-22 13:50 UTC  (17+ messages)
` [PATCH 1/5] brd; pass a bvec pointer to brd_do_bvec
` [PATCH 2/5] brd: remove the sector variable in brd_submit_bio
` [PATCH 3/5] brd: use bvec_kmap_local in brd_do_bvec
` [PATCH 4/5] brd: split I/O at page boundaries
` [PATCH 5/5] brd: use memcpy_{to,from]_page in brd_rw_bvec

ublk: kernel crash when killing SPDK application
 2025-04-22 13:47 UTC  (5+ messages)

[RFC PATCH 00/11] pcache: Persistent Memory Cache for Block Devices
 2025-04-22 13:23 UTC  (8+ messages)

[PATCH v8 00/15] large atomic writes for xfs
 2025-04-22 12:27 UTC  (16+ messages)
` [PATCH v8 01/15] fs: add atomic write unit max opt to statx
` [PATCH v8 02/15] xfs: add helpers to compute log item overhead
` [PATCH v8 03/15] xfs: add helpers to compute transaction reservation for finishing intent items
` [PATCH v8 04/15] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomicwrite()
` [PATCH v8 05/15] xfs: ignore HW which cannot atomic write a single block
` [PATCH v8 06/15] xfs: allow block allocator to take an alignment hint
` [PATCH v8 07/15] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v8 08/15] xfs: refine atomic write size check in xfs_file_write_iter()
` [PATCH v8 09/15] xfs: add xfs_atomic_write_cow_iomap_begin()
` [PATCH v8 10/15] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()
` [PATCH v8 11/15] xfs: commit CoW-based atomic writes atomically
` [PATCH v8 12/15] xfs: add xfs_file_dio_write_atomic()
` [PATCH v8 13/15] xfs: add xfs_compute_atomic_write_unit_max()
` [PATCH v8 14/15] xfs: update atomic write limits
` [PATCH v8 15/15] xfs: allow sysadmins to specify a maximum atomic write limit at mount time

[PATCH v8 00/24] Provide a new two step DMA mapping API
 2025-04-22 11:36 UTC  (17+ messages)
` [PATCH v8 04/24] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast
` [PATCH v8 10/24] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v8 20/24] blk-mq: add scatterlist-less DMA mapping helpers
` [PATCH v8 23/24] nvme-pci: convert to blk_rq_dma_map
` [PATCH v8 24/24] nvme-pci: optimize single-segment handling

[PATCH V2 00/20] block: unify elevator changing and fix lockdep warning
 2025-04-22 11:14 UTC  (42+ messages)
` [PATCH V2 01/20] block: move blk_mq_add_queue_tag_set() after blk_mq_map_swqueue()
` [PATCH V2 02/20] block: move ELEVATOR_FLAG_DISABLE_WBT as request queue flag
` [PATCH V2 03/20] block: don't call freeze queue in elevator_switch() and elevator_disable()
` [PATCH V2 04/20] block: add two helpers for registering/un-registering sched debugfs
` [PATCH V2 05/20] block: move sched debugfs register into elvevator_register_queue
` [PATCH V2 07/20] block: prevent adding/deleting disk during updating nr_hw_queues
` [PATCH V2 11/20] block: move blk_unregister_queue() & device_del() after freeze wait
` [PATCH V2 12/20] block: add `struct elv_change_ctx` for unifying elevator_change
` [PATCH V2 16/20] block: move elv_register[unregister]_queue out of elevator_lock
` [PATCH V2 20/20] block: move wbt_enable_default() out of queue freezing from sched ->exit()

10x I/O await times in 6.12
 2025-04-22 10:45 UTC  (11+ messages)

[RFC PATCH 0/2] improve NVMe multipath handling
 2025-04-22  9:52 UTC  (14+ messages)
` [RFC PATCH 1/2] nvme-multipath: introduce delayed removal of the multipath head node
` [RFC PATCH 2/2] nvme-multipath: remove multipath module param

[linus:master] [block] 30f1e72414: blktests.nvme/019.device.fail
 2025-04-22  8:48 UTC 

[PATCHSET V3] block/xfs: bdev page cache bug fixes for 6.15
 2025-04-22  7:21 UTC  (7+ messages)
` [PATCH 1/3] block: fix race between set_blocksize and read paths
` [PATCH 2/3] block: hoist block size validation code to a separate function
` [PATCH 3/3] xfs: stop using set_blocksize

[PATCH v2 0/5] md: fix is_mddev_idle()
 2025-04-22  6:36 UTC  (13+ messages)
` [PATCH v2 1/5] block: cleanup and export bdev IO inflight APIs
` [PATCH v2 2/5] md: record dm-raid gendisk in mddev
` [PATCH v2 3/5] md: add a new api sync_io_depth
` [PATCH v2 4/5] md: fix is_mddev_idle()
` [PATCH v2 5/5] md: cleanup accounting for issued sync IO

[PATCH V3 0/7] blk-throttle: Split the blkthrotl queue to solve the IO delay issue
 2025-04-22  6:35 UTC  (8+ messages)
` [PATCH V3 4/7] blk-throttle: Introduce flag "BIO_TG_BPS_THROTTLED"

[PATCH] block: integrity: Do not call set_page_dirty_lock()
 2025-04-22  6:13 UTC  (8+ messages)

[PATCH v7 00/14] large atomic writes for xfs
 2025-04-22  6:08 UTC  (7+ messages)
` [PATCH v7 11/14] xfs: add xfs_file_dio_write_atomic()

Call for Proposals for fossy.us 2025
 2025-04-22  3:33 UTC 

[PATCH AUTOSEL 5.15 3/6] loop: aio inherit the ioprio of original request
 2025-04-22  2:18 UTC 

[PATCH AUTOSEL 6.1 05/12] loop: aio inherit the ioprio of original request
 2025-04-22  2:18 UTC 

[PATCH 0/4] ublk: refactor __ublk_ch_uring_cmd
 2025-04-22  2:17 UTC  (8+ messages)
` [PATCH 1/4] ublk: factor out ublk_commit_and_fetch
` [PATCH 2/4] ublk: mark ublk_queue as const for ublk_register_io_buf
` [PATCH 3/4] ublk: factor out ublk_get_data
` [PATCH 4/4] ublk: factor out error handling in __ublk_ch_uring_cmd

[PATCH AUTOSEL 6.6 07/15] loop: aio inherit the ioprio of original request
 2025-04-22  2:17 UTC 

[PATCH AUTOSEL 6.12 13/23] loop: aio inherit the ioprio of original request
 2025-04-22  2:16 UTC 

[PATCH AUTOSEL 6.14 16/30] loop: aio inherit the ioprio of original request
 2025-04-22  2:15 UTC  (3+ messages)
` [PATCH AUTOSEL 6.14 28/30] ublk: add ublk_force_abort_dev()
` [PATCH AUTOSEL 6.14 29/30] ublk: rely on ->canceling for dealing with ublk_nosrv_dev_should_queue_io

[PATCHSET V2] block/xfs: bdev page cache bug fixes for 6.15
 2025-04-22  1:19 UTC  (10+ messages)
` [PATCH 1/3] block: fix race between set_blocksize and read paths
` [PATCH 2/3] block: hoist block size validation code to a separate function
` [PATCH 3/3] xfs: stop using set_blocksize

[PATCH 6.15 0/2] selftests: ublk: two fixes
 2025-04-22  0:07 UTC  (5+ messages)
` [PATCH 6.15 1/2] selftests: ublk: fix recover test
` [PATCH 6.15 2/2] selftests: ublk: remove useless 'delay_us' from 'struct dev_ctx'

for-6.16/block rebased
 2025-04-21 18:29 UTC 

[PATCH v6] ublk: Add UBLK_U_CMD_UPDATE_SIZE
 2025-04-21 15:26 UTC  (4+ messages)

[PATCH v2 1/1] block: prevent calls to should_fail_bio() optimized by gcc
 2025-04-21 11:52 UTC  (2+ messages)

[PATCH 1/1] block: prevent calls to should_fail_bio() optimized by gcc
 2025-04-21 11:51 UTC  (2+ messages)

Block device's sysfs setting getting lost after suspend-resume cycle
 2025-04-21 11:49 UTC  (2+ messages)

[PATCH v4]: ublk: Add UBLK_U_CMD_UPDATE_SIZE
 2025-04-21 11:03 UTC  (5+ messages)

[PATCH v5] ublk: Add UBLK_U_CMD_UPDATE_SIZE
 2025-04-21 10:51 UTC  (2+ messages)

[PATCH 1/2] block: fix race between set_blocksize and read paths
 2025-04-21  7:59 UTC  (4+ messages)
` [PATCH 2/2] xfs: stop using set_blocksize

[PATCH RFC v2 00/14] md: introduce a new lockless bitmap
 2025-04-21  7:39 UTC  (9+ messages)

[PATCH 0/5] brd: discard bugfix
 2025-04-21  7:08 UTC  (10+ messages)
` [PATCH 2/5] brd: synchronize using page and free page with rcu
` [PATCH 3/5] brd: fix aligned_sector from brd_do_discard()
` [PATCH 4/5] brd: fix discard end sector
` [PATCH 5/5] brd: zero data for discard that is not aligned to page


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox