messages from 2025-07-02 04:04:50 to 2025-07-05 08:04:58 UTC [more...]
[PATCH v13 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-07-05 8:04 UTC (30+ messages)
` [PATCH v13 2/5] rust: support formatting of foreign types
` [PATCH v13 3/5] rust: replace `CStr` with `core::ffi::CStr`
` [PATCH v13 4/5] rust: replace `kernel::c_str!` with C-Strings
[syzbot] [exfat?] kernel BUG in folio_set_bh
2025-07-05 2:17 UTC (2+ messages)
[PATCH] block: reject bs > ps block devices when THP is disabled
2025-07-05 1:33 UTC (4+ messages)
[PATCH] nbd: fix uaf in nbd_genl_connect() error path
2025-07-05 1:18 UTC (2+ messages)
[PATCH] nbd: fix false lockdep deadlock warning
2025-07-05 1:15 UTC (9+ messages)
[PATCH] block/partitions: detect LUKS-formatted disks
2025-07-04 18:28 UTC
[PATCH] DRBD: replace strcpy with strscpy
2025-07-04 17:50 UTC
[PATCH 0/4] hfs/hfsplus: add uncached buffer io support
2025-07-04 17:45 UTC (7+ messages)
` [PATCH 2/4] fs/buffer: parse IOCB_DONTCACHE flag in block_write_begin()
` [PATCH 3/4] hfsplus: enable uncached buffer io support
` [PATCH 4/4] hfs: "
[GIT PULL] Block fixes for 6.16-rc5
2025-07-04 17:36 UTC (2+ messages)
[PATCH v2 0/2] ublk: speed up ublk server exit handling
2025-07-04 15:31 UTC (8+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] ublk: introduce and use ublk_set_canceling helper
[PATCH v2] block: reject bs > ps block devices when THP is disabled
2025-07-04 14:06 UTC (3+ messages)
[PATCH v7 00/10] blk: honor isolcpus configuration
2025-07-04 12:30 UTC (27+ messages)
` [PATCH v7 01/10] lib/group_cpus: Add group_masks_cpus_evenly()
` [PATCH v7 02/10] genirq/affinity: Add cpumask to struct irq_affinity
` [PATCH v7 03/10] blk-mq: add blk_mq_{online|possible}_queue_affinity
` [PATCH v7 04/10] nvme-pci: use block layer helpers to constrain queue affinity
` [PATCH v7 05/10] scsi: Use "
` [PATCH v7 06/10] virtio: blk/scsi: use "
` [PATCH v7 07/10] isolation: Introduce io_queue isolcpus type
` [PATCH v7 08/10] blk-mq: use hk cpus only when isolcpus=io_queue is enabled
` [PATCH v7 09/10] blk-mq: prevent offlining hk CPUs with associated online isolated CPUs
` [PATCH v7 10/10] docs: add io_queue flag to isolcpus
[PATCH blktests] common/null_blk: check FULL file availability before write
2025-07-04 10:54 UTC
[PATCH v2 0/9] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-07-04 8:39 UTC (4+ messages)
[PATCH 77/80] block: pm: Remove redundant pm_runtime_mark_last_busy() calls
2025-07-04 7:55 UTC
[bug report] nvme4: inconsistent AWUPF, controller not added (0/7)
2025-07-04 2:17 UTC (5+ messages)
[PATCH 0/8] Simplify the code modifying queue attributes
2025-07-04 2:01 UTC (14+ messages)
` [PATCH 1/8] block: Introduce QUEUE_FLAG_FROZEN
` [PATCH 2/8] block: Do not run frozen queues
` [PATCH 3/8] block: Remove the quiesce/unquiesce calls on "
` [PATCH 4/8] aoe: "
` [PATCH 5/8] ataflop: "
` [PATCH 6/8] sunvdc: "
` [PATCH 7/8] swim3: "
` [PATCH 8/8] mtd_blkdevs: "
[PATCH] block: zram: replace scnprintf() with sysfs_emit() in *_show() functions
2025-07-04 1:57 UTC (4+ messages)
` [PATCH] zram: pass buffer offset to zcomp_available_show()
[PATCH 00/16] ublk: cleanup for supporting batch IO command
2025-07-03 20:19 UTC (13+ messages)
` [PATCH 01/16] ublk: move fake timeout logic into __ublk_complete_rq()
` [PATCH 04/16] ublk: avoid to pass `struct ublksrv_io_cmd *` to ublk_commit_and_fetch()
` [PATCH 05/16] ublk: move auto buffer register handling into one dedicated helper
` [PATCH 11/16] selftests: ublk: pass 'ublk_thread *' to ->queue_io() and ->tgt_io_done()
` [PATCH 12/16] selftests: ublk: pass 'ublk_thread *' to more common helpers
` [PATCH 13/16] selftests: ublk: remove ublk queue self-defined flags
` [PATCH 14/16] selftests: ublk: improve flags naming
` [PATCH 15/16] selftests: ublk: add helper ublk_handle_uring_cmd() for handle ublk command
` [PATCH 16/16] selftests: ublk: add utils.h
[PATCH v3 00/16] fuse: use iomap for buffered writes + writeback
2025-07-03 16:51 UTC (39+ messages)
` [PATCH v3 01/16] iomap: pass more arguments using struct iomap_writepage_ctx
` [PATCH v3 02/16] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH v3 03/16] iomap: refactor the writeback interface
` [PATCH v3 04/16] iomap: hide ioends from the generic writeback code
` [PATCH v3 05/16] iomap: add public helpers for uptodate state manipulation
` [PATCH v3 06/16] iomap: move all ioend handling to ioend.c
` [PATCH v3 07/16] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH v3 08/16] iomap: move folio_unlock out of iomap_writeback_folio
` [PATCH v3 09/16] iomap: export iomap_writeback_folio
` [PATCH v3 10/16] iomap: replace iomap_folio_ops with iomap_write_ops
` [PATCH v3 11/16] iomap: add read_folio_range() handler for buffered writes
` [PATCH v3 12/16] fuse: use iomap "
` [PATCH v3 13/16] fuse: use iomap for writeback
` [PATCH v3 14/16] fuse: use iomap for folio laundering
` [PATCH v3 15/16] fuse: hook into iomap for invalidating and checking partial uptodateness
` [PATCH v3 16/16] fuse: refactor writeback to use iomap_writepage_ctx inode
[PATCH v3 0/5] block/md/dm: set chunk_sectors from stacked dev stripe size
2025-07-03 16:01 UTC (10+ messages)
` [PATCH v3 1/5] block: sanitize chunk_sectors for atomic write limits
` [PATCH v3 2/5] md/raid0: set chunk_sectors limit
` [PATCH v3 3/5] md/raid10: "
` [PATCH v3 4/5] dm-stripe: limit chunk_sectors to the stripe size
` [PATCH v3 5/5] block: use chunk_sectors when evaluating stacked atomic write limits
[GIT PULL] nvme fixes for Linux 6.16
2025-07-03 15:42 UTC (2+ messages)
[PATCH 0/3] Fix a deadlock related to modifying queue attributes
2025-07-03 14:54 UTC (9+ messages)
` [PATCH 1/3] block: Remove queue freezing from several sysfs store callbacks
` [PATCH 2/3] block: Restrict the duration of sysfs attribute changes
` [PATCH 3/3] block: Move a misplaced comment in queue_wb_lat_store()
[PATCH 0/5] block: another block copy offload
2025-07-03 14:47 UTC (2+ messages)
[RFC 00/12] io_uring dmabuf read/write support
2025-07-03 14:37 UTC (3+ messages)
[PATCH v3 0/4] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
2025-07-03 11:45 UTC (10+ messages)
` [PATCH v3 3/4] fs: change write_begin/write_end interface to take struct kiocb *
` [PATCH v3 4/4] ext4: support uncached buffered I/O
Bug#1107479: util-linux: blkid hangs forever after inserting a DVD-RAM
2025-07-03 9:13 UTC (12+ messages)
6.17 block tree rebased
2025-07-03 2:14 UTC (3+ messages)
[PATCH v19 00/11] Improve write performance for zoned UFS devices
2025-07-03 0:09 UTC (5+ messages)
` [PATCH v19 01/11] block: Support block drivers that preserve the order of write requests
[PATCH] bcache: Use a folio
2025-07-02 23:20 UTC (4+ messages)
refactor the iomap writeback code v3
2025-07-02 22:23 UTC (27+ messages)
` [PATCH 01/12] iomap: pass more arguments using the iomap writeback context
` [PATCH 02/12] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH 03/12] iomap: refactor the writeback interface
` [PATCH 04/12] iomap: hide ioends from the generic writeback code
` [PATCH 05/12] iomap: add public helpers for uptodate state manipulation
` [PATCH 06/12] iomap: move all ioend handling to ioend.c
` [PATCH 07/12] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH 09/12] iomap: export iomap_writeback_folio
` [PATCH 10/12] iomap: replace iomap_folio_ops with iomap_write_ops
` [PATCH 12/12] iomap: build the writeback code without CONFIG_BLOCK
[PATCH 10/11] blk-mq-debugfs: use debugfs_get_aux()
2025-07-02 21:28 UTC
[PATCH] ublk: don't queue request if the associated uring_cmd is canceled
2025-07-02 20:37 UTC (2+ messages)
[PATCHv7 0/3] block: move sched_tags allocation/de-allocation outside of locking context
2025-07-02 14:41 UTC (4+ messages)
[syzbot] Monthly nbd report (Jul 2025)
2025-07-02 13:32 UTC
[PATCH blktests v2] block: add block/040 for test updating nr_hw_queues vs switching elevator
2025-07-02 10:43 UTC (2+ messages)
[PATCH v2 0/5] block/md/dm: set chunk_sectors from stacked dev stripe size
2025-07-02 9:33 UTC (7+ messages)
` [PATCH v2 2/5] md/raid0: set chunk_sectors limit
` [PATCH v2 3/5] md/raid10: "
Weird delay introduced in v6.16-rc only, possible regression
2025-07-02 4:14 UTC (6+ 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).