messages from 2025-04-12 02:31:14 to 2025-04-15 16:25:02 UTC [more...]
[PATCH v7 00/14] large atomic writes for xfs
2025-04-15 16:25 UTC (17+ messages)
` [PATCH v7 01/14] fs: add atomic write unit max opt to statx
` [PATCH v7 02/14] xfs: add helpers to compute log item overhead
` [PATCH v7 03/14] xfs: add helpers to compute transaction reservation for finishing intent items
` [PATCH v7 04/14] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomicwrite()
` [PATCH v7 05/14] xfs: allow block allocator to take an alignment hint
` [PATCH v7 06/14] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v7 07/14] xfs: refine atomic write size check in xfs_file_write_iter()
` [PATCH v7 08/14] xfs: add xfs_atomic_write_cow_iomap_begin()
` [PATCH v7 09/14] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()
` [PATCH v7 10/14] xfs: commit CoW-based atomic writes atomically
` [PATCH v7 11/14] xfs: add xfs_file_dio_write_atomic()
` [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 v2 0/8] mm: enhance migration work around on noref buffer-heads
2025-04-15 16:23 UTC (17+ messages)
` [PATCH v2 1/8] migrate: fix skipping metadata buffer heads on migration
` [PATCH v2 7/8] mm/migrate: enable noref migration for jbd2
[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)
[PATCH] block: blk-rq-qos: guard rq-qos helpers by static key
2025-04-15 15:37 UTC (2+ messages)
[PATCH v3] loop: LOOP_SET_FD: send uevents for partitions
2025-04-15 14:55 UTC
[PATCH v2] loop: properly send KOBJ_CHANGED uevent for disk device
2025-04-15 13:48 UTC (5+ messages)
ublk: kernel crash when killing SPDK application
2025-04-15 12:56 UTC (2+ messages)
[PATCH 00/15] block: unify elevator changing and fix lockdep warning
2025-04-15 12:41 UTC (48+ messages)
` [PATCH 03/15] block: move sched debugfs register into elvevator_register_queue
` [PATCH 04/15] block: prevent elevator switch during updating nr_hw_queues
` [PATCH 05/15] block: simplify elevator reset for "
` [PATCH 07/15] block: move blk_unregister_queue() & device_del() after freeze wait
` [PATCH 08/15] block: add `struct elev_change_ctx` for unifying elevator change
` [PATCH 09/15] block: "
` [PATCH 10/15] block: pass elevator_queue to elv_register_queue & unregister_queue
` [PATCH 11/15] block: move elv_register[unregister]_queue out of elevator_lock
` [PATCH 12/15] block: move debugfs/sysfs register out of freezing queue
` [PATCH 13/15] block: remove several ->elevator_lock
` [PATCH 15/15] block: move wbt_enable_default() out of queue freezing from scheduler's ->exit()
ublk: Graceful Upgrade of ublk server application
2025-04-15 11:06 UTC (2+ messages)
[syzbot] [block?] general protection fault in bioset_exit (2)
2025-04-15 10:07 UTC (2+ messages)
` [syzbot] [bcachefs] "
[PATCH] scsi: fix potential USB flash loss after reboot
2025-04-15 9:47 UTC
[PATCH blktests v3 0/4] blktests: add target test cases
2025-04-15 8:16 UTC (7+ messages)
` [PATCH blktests v3 1/4] common/nvme: add debug nvmet path variable
` [PATCH blktests v3 2/4] common/nvme: move nvmf_wait_for_state to common code
` [PATCH blktests v3 3/4] nvme/060: add test nvme fabrics target resetting during I/O
` [PATCH blktests v3 4/4] nvme/061: add test teardown and setup fabrics target "
[PATCH blktests 00/10] nvme: test cases for TLS support
2025-04-15 8:00 UTC (4+ messages)
[PATCH 0/7] blk-throttle: Split the blkthrotl queue to solve the IO delay issue
2025-04-15 7:28 UTC (20+ messages)
` [PATCH 1/7] blk-throttle: Rename tg_may_dispatch() to tg_dispatch_time()
` [PATCH 2/7] blk-throttle: Refactor tg_dispatch_time by extracting tg_dispatch_bps/iops_time
` [PATCH 3/7] blk-throttle: Split throtl_charge_bio() into bps and iops functions
` [PATCH 4/7] blk-throttle: Introduce flag "BIO_TG_BPS_THROTTLED"
` [PATCH 5/7] blk-throttle: Split the blkthrotl queue
` [PATCH 6/7] blk-throttle: Split the service queue
` [PATCH 7/7] blk-throttle: Prevents the bps restricted io from entering the bps queue again
[PATCH] loop: stop using vfs_iter_{read,write} for buffered I/O
2025-04-15 3:41 UTC (5+ messages)
[PATCH 0/9] ublk: simplify & improve IO canceling
2025-04-15 1:57 UTC (28+ messages)
` [PATCH 1/9] ublk: don't try to stop disk if ->ub_disk is NULL
` [PATCH 2/9] ublk: properly serialize all FETCH_REQs
` [PATCH 3/9] ublk: add ublk_force_abort_dev()
` [PATCH 4/9] ublk: rely on ->canceling for dealing with ublk_nosrv_dev_should_queue_io
` [PATCH 5/9] ublk: move device reset into ublk_ch_release()
` [PATCH 6/9] ublk: improve detection and handling of ublk server exit
` [PATCH 7/9] ublk: remove __ublk_quiesce_dev()
` [PATCH 8/9] ublk: simplify aborting ublk request
` [PATCH 9/9] selftests: ublk: add generic_06 for covering fault inject
[RFC[RAP] 1/2] block: fix race between set_blocksize and read paths
2025-04-15 0:33 UTC (2+ messages)
` [RF[CRAP] 2/2] xfs: stop using set_blocksize
[syzbot] [bcachefs?] possible deadlock in get_partial_node (2)
2025-04-14 19:22 UTC
[PATCH v3]: ublk: Add UBLK_U_CMD_UPDATE_SIZE
2025-04-14 15:54 UTC (2+ messages)
[PATCH V2] loop: aio inherit the ioprio of original request
2025-04-14 14:48 UTC (4+ messages)
[PATCH] block: fix resource leak in blk_register_queue() error path
2025-04-14 14:48 UTC (4+ messages)
[PATCH] block: add SPDX header line to blk-throttle.h
2025-04-14 14:48 UTC (3+ messages)
[PATCH AUTOSEL 5.4 3/5] selftests: ublk: fix test_stripe_04
2025-04-14 13:32 UTC
[PATCH AUTOSEL 5.10 03/11] selftests: ublk: fix test_stripe_04
2025-04-14 13:31 UTC
[PATCH AUTOSEL 5.15 03/15] selftests: ublk: fix test_stripe_04
2025-04-14 13:31 UTC
[PATCH AUTOSEL 6.1 03/17] selftests: ublk: fix test_stripe_04
2025-04-14 13:30 UTC
[PATCH AUTOSEL 6.6 04/24] selftests: ublk: fix test_stripe_04
2025-04-14 13:29 UTC
[PATCH AUTOSEL 6.12 04/30] selftests: ublk: fix test_stripe_04
2025-04-14 13:28 UTC
[PATCH AUTOSEL 6.13 05/34] selftests: ublk: fix test_stripe_04
2025-04-14 13:26 UTC
[PATCH blktests v2 0/4] blktests: add target test cases
2025-04-14 13:27 UTC (7+ messages)
` [PATCH blktests v2 3/4] nvme/060: add test nvme fabrics target resetting during I/O
` [PATCH blktests v2 4/4] nvme/061: add test teardown and setup fabrics target "
[PATCH AUTOSEL 6.14 05/34] selftests: ublk: fix test_stripe_04
2025-04-14 13:25 UTC
[PATCH 0/3] blk-throttle: remove last_bytes/ios and carryover byte/ios
2025-04-14 11:47 UTC (7+ messages)
` [PATCH 3/3] blk-throttle: carry over directly
[PATCH 0/4] md: fix is_mddev_idle()
2025-04-14 11:39 UTC (8+ messages)
` [PATCH 1/4] block: export part_in_flight()
` [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
[syzbot] [block?] possible deadlock in queue_wb_lat_store
2025-04-14 11:07 UTC (2+ messages)
[PATCH v8 0/6] rust: reduce `as` casts, enable related lints
2025-04-14 10:52 UTC (3+ messages)
` [PATCH v8 6/6] rust: enable `clippy::ref_as_ptr` lint
[PATCH v3] docs: ABI: replace mcroce@microsoft.com with new Meta address
2025-04-14 7:35 UTC
[RFC PATCH 00/11] pcache: Persistent Memory Cache for Block Devices
2025-04-14 1:45 UTC (12+ messages)
` [RFC PATCH 01/11] pcache: introduce cache_dev for managing persistent memory-based cache devices
` [RFC PATCH 02/11] pcache: introduce segment abstraction
` [RFC PATCH 03/11] pcache: introduce meta_segment abstraction
` [RFC PATCH 04/11] pcache: introduce cache_segment abstraction
` [RFC PATCH 05/11] pcache: introduce lifecycle management of pcache_cache
` [RFC PATCH 06/11] pcache: gc and writeback
` [RFC PATCH 07/11] pcache: introduce cache_key infrastructure for persistent metadata management
` [RFC PATCH 08/11] pcache: implement request processing and cache I/O path in cache_req
` [RFC PATCH 09/11] pcache: introduce logic block device and request handling
` [RFC PATCH 10/11] pcache: add backing device management
` [RFC PATCH 11/11] block: introduce pcache (persistent memory to be cache for block device)
[PATCH AUTOSEL 6.14 29/54] null_blk: replace null_process_cmd() call in null_zone_write()
2025-04-14 0:12 UTC (3+ messages)
[syzbot] [block?] WARNING in bio_alloc_bioset
2025-04-12 5:28 UTC
[PATCH V2 00/13] selftests: ublk: test cleanup & add more tests
2025-04-12 2:30 UTC (9+ messages)
` [PATCH V2 06/13] selftests: ublk: add two stress tests for zero copy feature
` [PATCH V2 07/13] selftests: ublk: setup ring with IORING_SETUP_SINGLE_ISSUER/IORING_SETUP_DEFER_TASKRUN
` [PATCH V2 08/13] selftests: ublk: set queue pthread's cpu affinity
` [PATCH V2 09/13] selftests: ublk: increase max nr_queues and queue depth
` [PATCH V2 10/13] selftests: ublk: support target specific command line
` [PATCH V2 11/13] selftests: ublk: support user recovery
` [PATCH V2 12/13] selftests: ublk: add test_stress_05.sh
` [PATCH V2 13/13] selftests: ublk: move creating UBLK_TMP into _prep_test()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).