linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-21 06:56:16 to 2025-08-26 07:54:25 UTC [more...]

[PATCH RFC 0/7] block: fix disordered IO in the case recursive split
 2025-08-26  7:54 UTC  (21+ messages)
` [PATCH RFC 1/7] block: export helper bio_submit_split()
` [PATCH RFC 2/7] md/raid0: convert raid0_handle_discard() to use bio_submit_split()
` [PATCH RFC 3/7] md/raid1: convert "
` [PATCH RFC 4/7] md/raid10: convert read/write "
` [PATCH RFC 5/7] md/raid5: convert "
` [PATCH RFC 6/7] md/md-linear: "
` [PATCH RFC 7/7] block: fix disordered IO in the case recursive split

[PATCHv3 0/8] direct-io: even more flexible io vectors
 2025-08-26  4:59 UTC  (25+ messages)
` [PATCHv3 1/8] block: check for valid bio while splitting
` [PATCHv3 2/8] block: add size alignment to bio_iov_iter_get_pages
` [PATCHv3 3/8] block: align the bio after building it
` [PATCHv3 4/8] block: simplify direct io validity check
` [PATCHv3 5/8] iomap: "
` [PATCHv3 6/8] block: remove bdev_iter_is_aligned
` [PATCHv3 7/8] blk-integrity: use simpler alignment check
` [PATCHv3 8/8] iov_iter: remove iov_iter_is_aligned

[PATCH v3 0/2] blk-mq: fix update nr_requests regressions
 2025-08-26  6:27 UTC  (9+ messages)
` [PATCH v3 1/2] blk-mq: fix elevator depth_updated method
` [PATCH v3 2/2] blk-mq: fix blk_mq_tags double free while nr_requests grown

[PATCH V2 0/2] ublk: avoid ublk_io_release() called after ublk char dev is closed
 2025-08-26  5:49 UTC  (5+ messages)
` [PATCH V2 1/2] "
` [PATCH V2 2/2] ublk selftests: add --no_ublk_fixed_fd for not using registered ublk char device

v6.17-rc3: zbd/009 hangs
 2025-08-26  5:46 UTC  (3+ messages)

[PATCH] blk-zoned: Fix a lockdep complaint about recursive locking
 2025-08-26  5:14 UTC  (2+ messages)

[PATCH v5] fixed the blok file statx issue
 2025-08-26  2:58 UTC  (5+ messages)
` [PATCH 1/2] loop: Rename and merge get_size/get_loop_size to lo_calculate_size
` [PATCH 2/2] loop: use vfs_getattr_nosec for accurate file size

[PATCH 0/2] Fix the initialization of max_hw_wzeroes_unmap_sectors for stacking drivers
 2025-08-26  0:44 UTC  (8+ messages)
` [PATCH 1/2] md: init queue_limits->max_hw_wzeroes_unmap_sectors parameter
` [PATCH 2/2] drbd: "

[PATCH blktests] zbd/009: increase max open zones limit to 16
 2025-08-26  0:43 UTC  (2+ messages)

[PATCH v2 0/3] floppy: A couple of cleanups
 2025-08-25 20:48 UTC  (5+ messages)
` [PATCH v2 1/3] floppy: Remove unused CROSS_64KB() macro from arch/ code
` [PATCH v2 2/3] floppy: Replace custom SZ_64K constant
` [PATCH v2 3/3] floppy: Sort headers alphabetically

[PATCH v2] block: Move a misplaced comment in queue_wb_lat_store()
 2025-08-25 20:48 UTC  (3+ messages)

[PATCH] block: rename min_segment_size
 2025-08-25 19:50 UTC  (5+ messages)

[PATCH v2] loop: fix zero sized loop for block special file
 2025-08-25 18:17 UTC  (6+ messages)

[PATCH util-linux v4] fallocate: add FALLOC_FL_WRITE_ZEROES support
 2025-08-25 17:09 UTC  (3+ messages)

[PATCH util-linux v3] fallocate: add FALLOC_FL_WRITE_ZEROES support
 2025-08-25 15:56 UTC  (2+ messages)

[PATCH] block: Move a misplaced comment in queue_wb_lat_store()
 2025-08-25 15:08 UTC  (4+ messages)

[PATCHv3 0/2] block+nvme: reducing virtual boundary mask reliance
 2025-08-25 14:10 UTC  (6+ messages)
` [PATCHv3 1/2] block: accumulate segment page gaps per bio
` [PATCHv3 2/2] nvme: remove virtual boundary for sgl capable devices

[PATCHv7 0/9] blk dma iter for integrity metadata
 2025-08-25 13:47 UTC  (3+ messages)

[PATCH v2] block: mtip32xx: Prioritize state cleanup over memory freeing in the mtip_pci_probe error path
 2025-08-25 13:40 UTC  (5+ messages)

io_uring / dio metadata fixes
 2025-08-25 13:35 UTC  (10+ messages)
` [PATCH 1/2] fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availability

[PATCH] iomap: allow iomap using the per-cpu bio cache
 2025-08-25 10:47 UTC  (8+ messages)

[PATCH v2 00/10] powerpc: Implement masked user access
 2025-08-25 10:18 UTC  (19+ messages)
` [PATCH v2 01/10] iter: Avoid barrier_nospec() in copy_from_user_iter()
` [PATCH v2 02/10] uaccess: Add speculation barrier to copy_from_user_iter()
` [PATCH v2 03/10] uaccess: Add masked_user_{read/write}_access_begin
` [PATCH v2 04/10] powerpc/uaccess: Move barrier_nospec() out of allow_read_{from/write}_user()
` [PATCH v2 05/10] powerpc/uaccess: Remove unused size and from parameters from allow_access_user()
` [PATCH v2 06/10] powerpc/uaccess: Remove {allow/prevent}_{read/write/read_write}_{from/to/}_user()
` [PATCH v2 07/10] powerpc/uaccess: Refactor user_{read/write/}_access_begin()
` [PATCH v2 08/10] powerpc/32s: Fix segments setup when TASK_SIZE is not a multiple of 256M
` [PATCH v2 09/10] powerpc/32: Automatically adapt TASK_SIZE based on constraints
` [PATCH v2 10/10] powerpc/uaccess: Implement masked user access

[PATCH] block: fix disordered IO in the case recursive split
 2025-08-25  9:49 UTC  (14+ messages)

[PATCH] loop: fix zero sized loop for block special file
 2025-08-25  9:36 UTC  (4+ messages)

[PATCH 1/7] rust: block: update ARef and AlwaysRefCounted imports from sync::aref
 2025-08-25  5:41 UTC  (2+ messages)

[PATCH] ublk: avoid ublk_io_release() called after ublk char dev is closed
 2025-08-25  1:50 UTC  (2+ messages)

[bug report][regression] blktests loop/004 failed
 2025-08-25  0:41 UTC  (2+ messages)

[PATCH v2 0/9] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-08-23  4:37 UTC  (4+ messages)
` [PATCH v2 1/9] block: introduce max_{hw|user}_wzeroes_unmap_sectors to queue limits

[PATCH v3] nvme-cli: nvmf-autoconnect: udev-rule: add a file for new arrays
 2025-08-22 19:42 UTC  (2+ messages)

[PATCH] selftests: centralise maybe-unused definition in kselftest.h
 2025-08-22 14:51 UTC  (5+ messages)

[GIT PULL] Block fixes for 6.17-rc3
 2025-08-22 13:36 UTC  (2+ messages)

[PATCH v6 00/18] rnull: add configfs, remote completion to rnull
 2025-08-22 12:14 UTC  (19+ messages)
` [PATCH v6 01/18] rust: str: normalize imports in `str.rs`
` [PATCH v6 02/18] rust: str: allow `str::Formatter` to format into `&mut [u8]`
` [PATCH v6 03/18] rust: str: expose `str::{Formatter, RawFormatter}` publicly
` [PATCH v6 04/18] rust: str: introduce `NullTerminatedFormatter`
` [PATCH v6 05/18] rust: str: introduce `kstrtobool` function
` [PATCH v6 06/18] rust: str: add `bytes_to_bool` helper function
` [PATCH v6 07/18] rust: configfs: re-export `configfs_attrs` from `configfs` module
` [PATCH v6 08/18] rust: block: normalize imports for `gen_disk.rs`
` [PATCH v6 09/18] rust: block: use `NullTerminatedFormatter`
` [PATCH v6 10/18] rust: block: remove `RawWriter`
` [PATCH v6 11/18] rust: block: remove trait bound from `mq::Request` definition
` [PATCH v6 12/18] rust: block: add block related constants
` [PATCH v6 13/18] rnull: move driver to separate directory
` [PATCH v6 14/18] rnull: enable configuration via `configfs`
` [PATCH v6 15/18] rust: block: add `GenDisk` private data support
` [PATCH v6 16/18] rust: block: mq: fix spelling in a safety comment
` [PATCH v6 17/18] rust: block: add remote completion to `Request`
` [PATCH v6 18/18] rnull: add soft-irq completion support

[PATCH] block: mtip32xx: Remove the redundant return
 2025-08-22  9:36 UTC  (2+ messages)

[syzbot] [block?] [ntfs3?] general protection fault in blk_mq_issue_direct
 2025-08-22  4:16 UTC 

[PATCH] nvme-cli: add 80-nvmf-storage_arrays.rules
 2025-08-21 16:49 UTC 

Do we need an opt-in for file systems use of hw atomic writes?
 2025-08-21 14:01 UTC  (9+ messages)

[PATCHv3 0/3] block: blk-rq-qos: replace static key with atomic bitop
 2025-08-21 13:11 UTC  (4+ messages)

[REGRESSION] 6.17-rc2: lockdep circular dependency at boot introduced by 8f5845e0743b (“block: restore default wbt enablement”)
 2025-08-21 12:11 UTC  (2+ messages)

[PATCH V2] blk-mq: fix lockdep warning in __blk_mq_update_nr_hw_queues
 2025-08-21 11:35 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).