messages from 2025-07-11 09:23:12 to 2025-07-15 14:07:15 UTC [more...]
[PATCH V3 00/17] ublk: cleanup for supporting batch IO command
2025-07-15 14:07 UTC (19+ messages)
` [PATCH V3 01/17] ublk: validate ublk server pid
` [PATCH V3 02/17] ublk: look up ublk task via its pid in timeout handler
` [PATCH V3 03/17] ublk: move fake timeout logic into __ublk_complete_rq()
` [PATCH V3 04/17] ublk: let ublk_fill_io_cmd() cover more things
` [PATCH V3 05/17] ublk: avoid to pass `struct ublksrv_io_cmd *` to ublk_commit_and_fetch()
` [PATCH V3 06/17] ublk: move auto buffer register handling into one dedicated helper
` [PATCH V3 07/17] ublk: store auto buffer register data into `struct ublk_io`
` [PATCH V3 08/17] ublk: add helper ublk_check_fetch_buf()
` [PATCH V3 09/17] ublk: remove ublk_commit_and_fetch()
` [PATCH V3 10/17] ublk: pass 'const struct ublk_io *' to ublk_[un]map_io()
` [PATCH V3 11/17] selftests: ublk: remove `tag` parameter of ->tgt_io_done()
` [PATCH V3 12/17] selftests: ublk: pass 'ublk_thread *' to ->queue_io() and ->tgt_io_done()
` [PATCH V3 13/17] selftests: ublk: pass 'ublk_thread *' to more common helpers
` [PATCH V3 14/17] selftests: ublk: remove ublk queue self-defined flags
` [PATCH V3 15/17] selftests: ublk: improve flags naming
` [PATCH V3 16/17] selftests: ublk: add helper ublk_handle_uring_cmd() for handle ublk command
` [PATCH V3 17/17] selftests: ublk: add utils.h
[PATCH v3 0/5] block: add tracepoints for ZBD specific operations
2025-07-15 14:07 UTC (7+ messages)
` [PATCH v3 1/5] blktrace: add zoned block commands to blk_fill_rwbs
` [PATCH v3 2/5] block: split blk_zone_update_request_bio into two functions
` [PATCH v3 3/5] block: add tracepoint for blk_zone_update_request_bio
` [PATCH v3 4/5] block: add tracepoint for blkdev_zone_mgmt
` [PATCH v3 5/5] block: add trace messages to zone write plugging
[PATCH v2 0/5] add static PMD zero page support
2025-07-15 14:06 UTC (7+ messages)
[PATCH blktests v2] loop/010, common/rc: drain udev events after test
2025-07-15 12:58 UTC (3+ messages)
Do we need an opt-in for file systems use of hw atomic writes?
2025-07-15 12:45 UTC (20+ messages)
[PATCH v3 00/16] rnull: add configfs, remote completion to rnull
2025-07-15 9:54 UTC (30+ messages)
` [PATCH v3 01/16] rust: str: normalize imports in `str.rs`
` [PATCH v3 02/16] rust: str: allow `str::Formatter` to format into `&mut [u8]`
` [PATCH v3 03/16] rust: str: expose `str::Formatter::new` publicly
` [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 07/16] rust: block: use `NullTerminatedFormatter`
` [PATCH v3 08/16] rust: block: remove `RawWriter`
` [PATCH v3 09/16] rust: block: remove trait bound from `mq::Request` definition
` [PATCH v3 10/16] rust: block: add block related constants
` [PATCH v3 11/16] rnull: move driver to separate directory
` [PATCH v3 12/16] rnull: enable configuration via `configfs`
` [PATCH v3 13/16] rust: block: add `GenDisk` private data support
` [PATCH v3 14/16] rust: block: mq: fix spelling in a safety comment
` [PATCH v3 15/16] rust: block: add remote completion to `Request`
` [PATCH v3 16/16] rnull: add soft-irq completion support
[PATCH v2 0/2] Fix bio splitting in the crypto fallback code
2025-07-15 6:21 UTC (15+ messages)
` [PATCH v2 1/2] block: Split blk_crypto_fallback_split_bio_if_needed()
` [PATCH v2 2/2] block: Rework splitting of encrypted bios
[PATCH v2 0/5] block: add tracepoints for ZBD specific operations
2025-07-15 5:39 UTC (22+ messages)
` [PATCH v2 1/5] blktrace: add zoned block commands to blk_fill_rwbs
` [PATCH v2 2/5] block: split blk_zone_update_request_bio into two functions
` [PATCH v2 3/5] block: add tracepoint for blk_zone_update_request_bio
` [PATCH v2 4/5] block: add tracepoint for blkdev_zone_mgmt
` [PATCH v2 5/5] block: add trace messages to zone write plugging
cdrom: cdrom_mrw_exit() NULL ptr deref
2025-07-15 3:32 UTC (8+ messages)
[PATCH 0/9] rust: use `kernel::{fmt,prelude::fmt!}`
2025-07-14 21:08 UTC (5+ messages)
` [PATCH 8/9] rust: seq_file: "
[PATCH v20 00/13] Improve write performance for zoned UFS devices
2025-07-14 19:17 UTC (10+ messages)
` [PATCH v20 01/13] block: Support block drivers that preserve the order of write requests
` [PATCH v20 05/13] blk-zoned: Move code from disk_zone_wplug_add_bio() into its caller
` [PATCH v20 07/13] blk-zoned: Support pipelining of zoned writes
[PATCH 0/5] block: add tracepoints for ZBD specific operations
2025-07-14 16:00 UTC (7+ messages)
` [PATCH 1/5] blktrace: add zoned block commands to blk_fill_rwbs
[PATCH v2 00/11] dm-pcache – persistent-memory cache for block devices
2025-07-14 15:43 UTC (4+ messages)
[PATCH] nvme-pci: don't allocate dma_vec for IOVA mappings
2025-07-14 11:42 UTC (4+ messages)
[PATCH blktests] loop/010: drain udev events after test
2025-07-14 11:27 UTC (6+ messages)
[PATCH 00/17] rust: replace `kernel::c_str!` with C-Strings
2025-07-14 11:20 UTC (3+ messages)
[PATCH v6 0/6] block/md/dm: set chunk_sectors from stacked dev stripe size
2025-07-14 10:46 UTC (10+ messages)
` [PATCH v6 2/6] block: sanitize chunk_sectors for atomic write limits
[PATCH v5 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
2025-07-14 9:11 UTC (2+ messages)
refactor the iomap writeback code v5
2025-07-14 8:52 UTC (4+ messages)
[PATCH v2] block: floppy: Fix uninitialized use of outparam
2025-07-14 5:01 UTC (5+ messages)
[PATCH v7 00/19] Add Command Duration Limits support
2025-07-14 2:48 UTC (10+ messages)
` [PATCH v7 08/19] scsi: detect support for command duration limits
[GIT PULL] Rust pin-init for v6.17
2025-07-13 21:13 UTC (2+ messages)
[syzbot] [nbd?] INFO: task hung in nbd_disconnect_and_put
2025-07-13 15:42 UTC
[PATCH 00/16] ublk: cleanup for supporting batch IO command
2025-07-13 14:14 UTC (9+ messages)
` [PATCH 07/16] ublk: add helper ublk_check_fetch_buf()
` [PATCH 08/16] ublk: remove ublk_commit_and_fetch()
[syzbot] [block?] possible deadlock in blk_mq_update_nr_hw_queues
2025-07-13 12:20 UTC (2+ messages)
[PATCH] block: floppy: fix uninitialized use of outparam in fd_locked_ioctl
2025-07-13 5:52 UTC (3+ messages)
[PATCH V2 00/16] ublk: cleanup for supporting batch IO command
2025-07-13 2:38 UTC (10+ messages)
` [PATCH V2 02/16] ublk: look up ublk task via its pid in timeout handler
` [PATCH V2 03/16] ublk: let ublk_fill_io_cmd() cover more things
` [PATCH V2 05/16] ublk: move auto buffer register handling into one dedicated helper
[PATCH] loop: Avoid updating block size under exclusive owner
2025-07-12 2:40 UTC (2+ messages)
[PATCH] block: fix kobject leak in blk_unregister_queue
2025-07-12 2:40 UTC (2+ messages)
[GIT PULL] Block fixes for 6.16-rc6
2025-07-11 17:44 UTC (2+ messages)
[PATCH blktests v4] md/002: add atomic write tests for md/stacked devices
2025-07-11 17:19 UTC (2+ messages)
[PATCH] [v2] block: fix FS_IOC_GETLBMD_CAP parsing in blkdev_common_ioctl()
2025-07-11 14:47 UTC (4+ messages)
[syzbot] [mm?] INFO: rcu detected stall in wb_workfn (4)
2025-07-11 13:28 UTC
[PATCH v7 0/6] block/md/dm: set chunk_sectors from stacked dev stripe size
2025-07-11 11:43 UTC (8+ 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 00/14] rnull: add configfs, remote completion to rnull
2025-07-11 10:02 UTC (5+ messages)
` [PATCH v2 05/14] rust: block: use `NullBorrowFormatter`
[PATCH blktests v3] md/002: add atomic write tests for md/stacked devices
2025-07-11 9:57 UTC (3+ 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;
as well as URLs for NNTP newsgroup(s).