linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-09 06:59:34 to 2025-07-11 11:43:48 UTC [more...]

[PATCH v3 00/16] rnull: add configfs, remote completion to rnull
 2025-07-11 11:43 UTC  (6+ messages)
` [PATCH v3 04/16] rust: str: make `RawFormatter::bytes_written` public
` [PATCH v3 05/16] rust: str: introduce `NullTerminatedFormatter`
` [PATCH v3 06/16] rust: block: normalize imports for `gen_disk.rs`
` [PATCH v3 11/16] rnull: move driver to separate directory
` [PATCH v3 15/16] rust: block: add remote completion to `Request`

[PATCH] nvme-pci: don't allocate dma_vec for IOVA mappings
 2025-07-11 11:22 UTC 

refactor the iomap writeback code v5
 2025-07-11 11:20 UTC  (17+ messages)
` [PATCH 01/14] iomap: header diet
` [PATCH 02/14] iomap: pass more arguments using the iomap writeback context
` [PATCH 03/14] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH 04/14] iomap: refactor the writeback interface
` [PATCH 05/14] iomap: hide ioends from the generic writeback code
` [PATCH 06/14] iomap: add public helpers for uptodate state manipulation
` [PATCH 07/14] iomap: move all ioend handling to ioend.c
` [PATCH 08/14] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH 09/14] iomap: move folio_unlock out of iomap_writeback_folio
` [PATCH 10/14] iomap: export iomap_writeback_folio
` [PATCH 11/14] iomap: replace iomap_folio_ops with iomap_write_ops
` [PATCH 12/14] iomap: improve argument passing to iomap_read_folio_sync
` [PATCH 13/14] iomap: add read_folio_range() handler for buffered writes
` [PATCH 14/14] iomap: build the writeback code without CONFIG_BLOCK

[PATCH v7 0/6] block/md/dm: set chunk_sectors from stacked dev stripe size
 2025-07-11 10:52 UTC  (7+ messages)
` [PATCH v7 1/6] ilog2: add max_pow_of_two_factor()
` [PATCH v7 2/6] block: sanitize chunk_sectors for atomic write limits
` [PATCH v7 3/6] md/raid0: set chunk_sectors limit
` [PATCH v7 4/6] md/raid10: "
` [PATCH v7 5/6] dm-stripe: limit chunk_sectors to the stripe size
` [PATCH v7 6/6] block: use chunk_sectors when evaluating stacked atomic write limits

[PATCH] [v2] block: fix FS_IOC_GETLBMD_CAP parsing in blkdev_common_ioctl()
 2025-07-11 10:04 UTC  (3+ messages)

[PATCH v2 00/14] rnull: add configfs, remote completion to rnull
 2025-07-11 10:02 UTC  (19+ messages)
` [PATCH v2 01/14] rust: str: normalize imports in `str.rs`
` [PATCH v2 02/14] rust: str: introduce `BorrowFormatter`
` [PATCH v2 03/14] rust: str: introduce `NullBorrowFormatter`
` [PATCH v2 04/14] rust: block: normalize imports for `gen_disk.rs`
` [PATCH v2 05/14] rust: block: use `NullBorrowFormatter`
` [PATCH v2 07/14] rust: block: remove trait bound from `mq::Request` definition

[PATCH blktests v4] md/002: add atomic write tests for md/stacked devices
 2025-07-11  9:57 UTC 

[PATCH blktests v3] md/002: add atomic write tests for md/stacked devices
 2025-07-11  9:57 UTC  (3+ messages)

[PATCH v6 0/6] block/md/dm: set chunk_sectors from stacked dev stripe size
 2025-07-11  9:22 UTC  (11+ messages)
` [PATCH v6 1/6] ilog2: add max_pow_of_two_factor()
` [PATCH v6 2/6] block: sanitize chunk_sectors for atomic write limits
` [PATCH v6 3/6] md/raid0: set chunk_sectors limit
` [PATCH v6 4/6] md/raid10: "
` [PATCH v6 5/6] dm-stripe: limit chunk_sectors to the stripe size
` [PATCH v6 6/6] block: use chunk_sectors when evaluating stacked atomic write limits

[PATCH] nvme-pci: fix dma unmapping when using PRPs and not using the IOVA mapping
 2025-07-11  9:07 UTC  (5+ messages)

block: lockdep splat with RT config v6.15+
 2025-07-11  9:03 UTC  (3+ messages)

[PATCH] block: fix kobject leak in blk_unregister_queue
 2025-07-11  8:30 UTC 

[PATCH v7 00/10] blk: honor isolcpus configuration
 2025-07-11  8:28 UTC  (3+ messages)
` [PATCH v7 01/10] lib/group_cpus: Add group_masks_cpus_evenly()

cdrom: cdrom_mrw_exit() NULL ptr deref
 2025-07-11  7:04 UTC 

[RFC PATCH v2 0/2] dm-inlinecrypt: add target for inline block device encryption
 2025-07-11  5:30 UTC  (4+ messages)
` [RFC PATCH v2 2/2] "

[RFC PATCH v2 4/8] lib/iov_iter: remove piecewise bvec length checking in iov_iter_aligned_bvec
 2025-07-10 19:57 UTC  (5+ messages)

[PATCH 0/3] Fix a deadlock related to modifying queue attributes
 2025-07-10 19:29 UTC  (7+ messages)

[PATCH 0/3] Fix bio splitting in the crypto fallback code
 2025-07-10 18:04 UTC  (4+ messages)
` [PATCH 3/3] block: Rework splitting of encrypted bios

[PATCH 0/5] block: add tracepoints for ZBD specific operations
 2025-07-10 15:48 UTC  (20+ messages)
` [PATCH 1/5] blktrace: add zoned block commands to blk_fill_rwbs
` [PATCH 2/5] block: split blk_zone_update_request_bio into two functions
` [PATCH 3/5] block: add tracepoint for blk_zone_update_request_bio
` [PATCH 4/5] block: add tracepoint for blkdev_zone_mgmt
` [PATCH 5/5] block: add trace messages to zone write plugging

[PATCH 00/17] rust: replace `kernel::c_str!` with C-Strings
 2025-07-10 15:31 UTC  (18+ messages)
` [PATCH 01/17] drivers: net: "
` [PATCH 02/17] gpu: nova-core: "
` [PATCH 03/17] rust: auxiliary: "
` [PATCH 04/17] rust: clk: "
` [PATCH 05/17] rust: configfs: "
` [PATCH 06/17] rust: cpufreq: "
` [PATCH 07/17] rust: device: "
` [PATCH 08/17] rust: firmware: "
` [PATCH 09/17] rust: kunit: "
` [PATCH 10/17] rust: macros: "
` [PATCH 11/17] rust: miscdevice: "
` [PATCH 12/17] rust: net: "
` [PATCH 13/17] rust: pci: "
` [PATCH 14/17] rust: platform: "
` [PATCH 15/17] rust: seq_file: "
` [PATCH 16/17] rust: str: "
` [PATCH 17/17] rust: sync: "

[PATCH v5 0/6] block/md/dm: set chunk_sectors from stacked dev stripe size
 2025-07-10 15:29 UTC  (11+ messages)
` [PATCH v5 1/6] ilog2: add max_pow_of_two_factor()
` [PATCH v5 2/6] block: sanitize chunk_sectors for atomic write limits
` [PATCH v5 3/6] md/raid0: set chunk_sectors limit
` [PATCH v5 4/6] md/raid10: "
` [PATCH v5 5/6] dm-stripe: limit chunk_sectors to the stripe size
` [PATCH v5 6/6] block: use chunk_sectors when evaluating stacked atomic write limits

[PATCH] block: fix FS_IOC_GETLBMD_CAP parsing in blkdev_common_ioctl()
 2025-07-10 12:11 UTC  (11+ messages)

[PATCH v2 00/11] dm-pcache – persistent-memory cache for block devices
 2025-07-10 10:59 UTC  (4+ messages)

[PATCH v7 00/19] Add Command Duration Limits support
 2025-07-10 10:32 UTC  (10+ messages)
` [PATCH v7 08/19] scsi: detect support for command duration limits

[PATCH v5 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-07-10 10:14 UTC  (6+ messages)
` [PATCH v5 1/5] drm/i915: Use kernel_write() in shmem object create
` [PATCH v5 2/5] drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter
` [PATCH v5 3/5] fs: change write_begin/write_end interface to take struct kiocb *
` [PATCH v5 4/5] mm/pagemap: add write_begin_get_folio() helper function
` [PATCH v5 5/5] ext4: support uncached buffered I/O

[linus:master] [block] 245618f8e4: stress-ng.fpunch.fail
 2025-07-10  9:50 UTC  (6+ messages)

[linux-next:master] [fs] 9eb22f7fed: ltp.uevent01.fail
 2025-07-10  8:51 UTC  (2+ messages)
` [LTP] "

What should we do about the nvme atomics mess?
 2025-07-10  7:17 UTC  (5+ messages)

[PATCH v20 00/13] Improve write performance for zoned UFS devices
 2025-07-10  5:09 UTC  (13+ messages)
` [PATCH v20 01/13] block: Support block drivers that preserve the order of write requests
` [PATCH v20 02/13] blk-mq: Restore the zone write order when requeuing
` [PATCH v20 03/13] blk-zoned: Add an argument to blk_zone_plug_bio()
` [PATCH v20 05/13] blk-zoned: Move code from disk_zone_wplug_add_bio() into its caller
` [PATCH v20 06/13] blk-zoned: Split blk_zone_wplug_bio_work()
` [PATCH v20 07/13] blk-zoned: Support pipelining of zoned writes

[PATCH blktests v2] md/002: add atomic write tests for md/stacked devices
 2025-07-10  5:01 UTC  (4+ messages)

[PATCH 0/9] rust: use `kernel::{fmt,prelude::fmt!}`
 2025-07-09 22:50 UTC  (15+ messages)
` [PATCH 1/9] gpu: nova-core: "
` [PATCH 2/9] rust: alloc: "
` [PATCH 3/9] rust: block: "
` [PATCH 4/9] rust: device: "
` [PATCH 5/9] rust: file: "
` [PATCH 6/9] rust: kunit: "
` [PATCH 7/9] rust: pin-init: "
` [PATCH 8/9] rust: seq_file: "
` [PATCH 9/9] rust: sync: "

[PATCH V2] nbd: fix lockdep deadlock warning
 2025-07-09 22:51 UTC  (3+ messages)

Why a lot of fses are using bdev's page cache to do super block read/write?
 2025-07-09 20:40 UTC  (4+ messages)

[PATCH 01/14] iomap: header diet
 2025-07-09 17:53 UTC  (3+ messages)

[PATCH v2 0/5] add static PMD zero page support
 2025-07-09 15:55 UTC  (6+ messages)

LTP: syscalls: TWARN ioctl(/dev/loop0, LOOP_SET_STATUS, test_dev.img) failed EOPNOTSUPP (95)
 2025-07-09 14:09 UTC  (3+ messages)

[PATCH v3 0/5] block/md/dm: set chunk_sectors from stacked dev stripe size
 2025-07-09 13:16 UTC  (8+ messages)
` [PATCH v3 5/5] block: use chunk_sectors when evaluating stacked atomic write limits

[PATCH 00/16] ublk: cleanup for supporting batch IO command
 2025-07-09 11:56 UTC  (4+ messages)
` [PATCH 08/16] ublk: remove ublk_commit_and_fetch()

Bug#1107479: util-linux: blkid hangs forever after inserting a DVD-RAM
 2025-07-09  9:04 UTC  (10+ messages)

[PATCH] nbd: fix lockdep deadlock warning
 2025-07-09  8:10 UTC  (3+ messages)

[PATCH blktests] common/null_blk: check FULL file availability before write
 2025-07-09  6:59 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).