linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-15 12:31:06 to 2025-04-17 17:29:12 UTC [more...]

[PATCH v9 0/6] rust: reduce `as` casts, enable related lints
 2025-04-17 17:29 UTC  (16+ messages)
` [PATCH v9 1/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v9 2/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v9 3/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v9 4/6] rust: enable `clippy::as_underscore` lint
` [PATCH v9 5/6] rust: enable `clippy::cast_lossless` lint
` [PATCH v9 6/6] rust: enable `clippy::ref_as_ptr` lint

[PATCH 1/1] block: prevent calls to should_fail_bio() optimized by gcc
 2025-04-17 16:34 UTC 

[PATCH] fs: move the bdex_statx call to vfs_getattr_nosec
 2025-04-17 16:20 UTC  (4+ messages)

[PATCH] block: integrity: Do not call set_page_dirty_lock()
 2025-04-17 14:36 UTC  (7+ messages)

ublk: slow recovery process when io queue depth is low
 2025-04-17 14:22 UTC  (2+ messages)

[PATCH V2 0/3] blk-throttle: Some bugfixes and modifications
 2025-04-17 13:49 UTC  (5+ messages)
` [PATCH V2 1/3] blk-throttle: Fix wrong tg->[bytes/io]_disp update in __tg_update_carryover()
` [PATCH V2 2/3] blk-throttle: Delete unnecessary carryover-related fields from throtl_grp
` [PATCH V2 3/3] blk-throttle: Add an additional overflow check to the call calculate_bytes/io_allowed

[PATCH] block: blk-rq-qos: guard rq-qos helpers by static key
 2025-04-17 12:33 UTC  (4+ messages)

[GIT PULL] nvme fixes for Linux 6.15
 2025-04-17 12:19 UTC  (2+ messages)

[PATCH V2 0/7] blk-throttle: Split the blkthrotl queue to solve the IO delay issue
 2025-04-17 10:58 UTC  (8+ messages)
` [PATCH V2 1/7] blk-throttle: Rename tg_may_dispatch() to tg_dispatch_time()
` [PATCH V2 2/7] blk-throttle: Refactor tg_dispatch_time by extracting tg_dispatch_bps/iops_time
` [PATCH V2 3/7] blk-throttle: Split throtl_charge_bio() into bps and iops functions
` [PATCH V2 4/7] blk-throttle: Introduce flag "BIO_TG_BPS_THROTTLED"
` [PATCH V2 5/7] blk-throttle: Split the blkthrotl queue
` [PATCH V2 6/7] blk-throttle: Split the service queue
` [PATCH V2 7/7] blk-throttle: Prevents the bps restricted io from entering the bps queue again

[PATCH] loop: fix min directio size detection for nested loop devices
 2025-04-17  6:25 UTC  (2+ messages)

[regression 6.1.y] Regression from 476c1dfefab8 ("mm: Don't pin ZERO_PAGE in pin_user_pages()") with pci-passthrough for both KVM VMs and booting in xen DomU
 2025-04-17  5:14 UTC  (6+ messages)

[PATCH 0/3] blk-throttle: Some bugfixes and modifications
 2025-04-17  3:27 UTC  (11+ messages)
` [PATCH 1/3] blk-throttle: Fix wrong tg->[bytes/io]_disp update in __tg_update_carryover()
` [PATCH 2/3] blk-throttle: Delete unnecessary carryover-related fields from throtl_grp
` [PATCH 3/3] blk-throttle: Add an additional overflow check to the call calculate_bytes/io_allowed

[PATCH 0/4] md: fix is_mddev_idle()
 2025-04-17  1:47 UTC  (12+ messages)
` [PATCH 2/4] md: add a new api sync_io_depth
` [PATCH 3/4] md: fix is_mddev_idle()
` [PATCH 4/4] md: cleanup accounting for issued sync IO

[PATCH V2 0/8] ublk: simplify & improve IO canceling
 2025-04-17  1:33 UTC  (16+ messages)
` [PATCH V2 1/8] ublk: properly serialize all FETCH_REQs
` [PATCH V2 2/8] ublk: add ublk_force_abort_dev()
` [PATCH V2 3/8] ublk: rely on ->canceling for dealing with ublk_nosrv_dev_should_queue_io
` [PATCH V2 4/8] ublk: move device reset into ublk_ch_release()
` [PATCH V2 5/8] ublk: improve detection and handling of ublk server exit
` [PATCH V2 6/8] ublk: remove __ublk_quiesce_dev()
` [PATCH V2 7/8] ublk: simplify aborting ublk request
` [PATCH V2 8/8] selftests: ublk: add generic_06 for covering fault inject

[PATCH V2 00/13] selftests: ublk: test cleanup & add more tests
 2025-04-17  1:32 UTC  (3+ messages)

[PATCH v3 0/2] ublk: decouple server threads from hctxs
 2025-04-17  1:29 UTC  (5+ messages)
` [PATCH v3 2/2] ublk: require unique task per io instead of unique task per hctx

[PATCH] ublk: remove unnecessary ubq checks
 2025-04-17  0:02 UTC  (3+ messages)

[PATCH] scatterlist: inline sg_next()
 2025-04-16 22:30 UTC  (4+ messages)

[RFC PATCH 00/11] pcache: Persistent Memory Cache for Block Devices
 2025-04-16 21:40 UTC  (6+ messages)

[PATCH v5 0/4] ublk: decouple server threads from hctxs
 2025-04-16 19:55 UTC  (6+ messages)
` [PATCH v5 1/4] ublk: require unique task per io instead of unique task per hctx
` [PATCH v5 2/4] ublk: mark ublk_queue as const for ublk_commit_and_fetch
` [PATCH v5 3/4] ublk: mark ublk_queue as const for ublk_register_io_buf
` [PATCH v5 4/4] ublk: mark ublk_queue as const for ublk_handle_need_get_data

[PATCH v4 0/4] ublk: decouple server threads from hctxs
 2025-04-16 19:27 UTC  (11+ messages)
` [PATCH v4 1/4] ublk: require unique task per io instead of unique task per hctx
` [PATCH v4 2/4] ublk: mark ublk_queue as const for ublk_commit_and_fetch
` [PATCH v4 3/4] ublk: mark ublk_queue as const for ublk_register_io_buf
` [PATCH v4 4/4] ublk: mark ublk_queue as const for ublk_handle_need_get_data

[PATCH] ublk: pass ubq, req, and io to ublk_commit_completion()
 2025-04-16 18:50 UTC  (3+ messages)

[PATCH v2 0/8] mm: enhance migration work around on noref buffer-heads
 2025-04-16 16:58 UTC  (16+ messages)
` [PATCH v2 1/8] migrate: fix skipping metadata buffer heads on migration

[PATCH v7 00/14] large atomic writes for xfs
 2025-04-16 16:26 UTC  (16+ messages)
` [PATCH v7 09/14] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()
` [PATCH v7 12/14] xfs: add xfs_compute_atomic_write_unit_max()
` [PATCH v7 13/14] xfs: update atomic write limits
` [PATCH v7 14/14] xfs: allow sysadmins to specify a maximum atomic write limit at mount time
  ` [PATCH v7.1 "

[PATCH V2] loop: aio inherit the ioprio of original request
 2025-04-16 14:58 UTC  (5+ messages)

[PATCH v4]: ublk: Add UBLK_U_CMD_UPDATE_SIZE
 2025-04-16 10:07 UTC 

ublk: Graceful Upgrade of ublk server application
 2025-04-16  9:12 UTC  (7+ messages)

[RFC[RAP] 1/2] block: fix race between set_blocksize and read paths
 2025-04-16  5:14 UTC  (7+ messages)
` [RF[CRAP] 2/2] xfs: stop using set_blocksize

[PATCH 00/15] block: unify elevator changing and fix lockdep warning
 2025-04-16  4:53 UTC  (19+ messages)
` [PATCH 09/15] block: unifying elevator change
` [PATCH 10/15] block: pass elevator_queue to elv_register_queue & unregister_queue
` [PATCH 12/15] block: move debugfs/sysfs register out of freezing queue

[PATCH 0/9] ublk: simplify & improve IO canceling
 2025-04-16  2:04 UTC  (8+ messages)
` [PATCH 2/9] ublk: properly serialize all FETCH_REQs

[PATCH] ublk: don't suggest CONFIG_BLK_DEV_UBLK=Y
 2025-04-16  1:09 UTC  (4+ messages)

[PATCH] block: Simplify blk_mq_dispatch_rq_list() and its callers
 2025-04-16  1:00 UTC  (2+ messages)

[PATCH] loop: stop using vfs_iter_{read,write} for buffered I/O
 2025-04-16  0:59 UTC  (4+ messages)

[PATCH v8 0/6] rust: reduce `as` casts, enable related lints
 2025-04-15 23:11 UTC  (13+ messages)
` [PATCH v8 1/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v8 6/6] rust: enable `clippy::ref_as_ptr` lint

[PATCH v3] loop: LOOP_SET_FD: send uevents for partitions
 2025-04-15 19:15 UTC  (3+ messages)

[PATCH v2] loop: properly send KOBJ_CHANGED uevent for disk device
 2025-04-15 16:33 UTC  (5+ messages)

[PATCH] block: ensure that struct blk_mq_alloc_data is fully initialized
 2025-04-15 16:15 UTC  (6+ messages)

[PATCH V3] loop: aio inherit the ioprio of original request
 2025-04-15 15:38 UTC  (4+ messages)

ublk: kernel crash when killing SPDK application
 2025-04-15 12:56 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).