messages from 2025-04-21 12:37:52 to 2025-04-23 06:35:32 UTC [more...]
Block device's sysfs setting getting lost after suspend-resume cycle
2025-04-23 6:35 UTC (2+ messages)
add more bio helper
2025-04-23 6:14 UTC (25+ 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
[PATCH v7 00/14] large atomic writes for xfs
2025-04-23 5:44 UTC (10+ messages)
` [PATCH v7 11/14] xfs: add xfs_file_dio_write_atomic()
don't autoload block drivers on stat (and cgroup configuration)
2025-04-23 5:37 UTC (5+ messages)
` [PATCH 1/4] block: move blkdev_{get,put} _no_open prototypes out of blkdev.h
` [PATCH 2/4] block: remove the backing_inode variable in bdev_statx
` [PATCH 3/4] block: don't autoload drivers on stat
` [PATCH 4/4] block: don't autoload drivers on blk-cgroup configuration
[PATCH 1/1] block: prevent calls to should_fail_bio() optimized by gcc
2025-04-23 5:33 UTC (4+ messages)
[PATCH] fs: move the bdex_statx call to vfs_getattr_nosec
2025-04-23 4:30 UTC (14+ messages)
10x I/O await times in 6.12
2025-04-23 3:36 UTC (11+ messages)
brd cleanups
2025-04-23 3:26 UTC (18+ 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
[PATCH v1] block: Fix bio complete cannot be traced
2025-04-23 2:49 UTC
[PATCH V4 0/7] blk-throttle: Split the blkthrotl queue to solve the IO delay issue
2025-04-23 2:23 UTC (8+ messages)
` [PATCH V4 1/7] blk-throttle: Rename tg_may_dispatch() to tg_dispatch_time()
` [PATCH V4 2/7] blk-throttle: Refactor tg_dispatch_time by extracting tg_dispatch_bps/iops_time
` [PATCH V4 3/7] blk-throttle: Split throtl_charge_bio() into bps and iops functions
` [PATCH V4 4/7] blk-throttle: Introduce flag "BIO_TG_BPS_THROTTLED"
` [PATCH V4 5/7] blk-throttle: Split the blkthrotl queue
` [PATCH V4 6/7] blk-throttle: Split the service queue
` [PATCH V4 7/7] blk-throttle: Prevents the bps restricted io from entering the bps queue again
[PATCH] ublk: remove unnecessary ubq checks
2025-04-23 2:09 UTC (4+ messages)
[PATCH v8 00/15] large atomic writes for xfs
2025-04-23 0:38 UTC (17+ 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 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 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
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/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 (39+ 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()
[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 (6+ messages)
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)
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