messages from 2025-07-07 14:18:39 to 2025-07-09 15:55:15 UTC [more...]
[PATCH v2 0/5] add static PMD zero page support
2025-07-09 15:55 UTC (11+ messages)
` [PATCH v2 1/5] mm: move huge_zero_page declaration from huge_mm.h to mm.h
` [PATCH v2 2/5] huge_memory: add huge_zero_page_shrinker_(init|exit) function
` [PATCH v2 3/5] mm: add static PMD zero page
` [PATCH v2 4/5] mm: add largest_zero_folio() routine
` [PATCH v2 5/5] block: use largest_zero_folio in __blkdev_issue_zero_pages()
[PATCH v2 00/14] rnull: add configfs, remote completion to rnull
2025-07-09 15:49 UTC (23+ 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 06/14] rust: block: remove `RawWriter`
` [PATCH v2 07/14] rust: block: remove trait bound from `mq::Request` definition
` [PATCH v2 08/14] rust: block: add block related constants
` [PATCH v2 09/14] rnull: move driver to separate directory
` [PATCH v2 10/14] rnull: enable configuration via `configfs`
` [PATCH v2 11/14] rust: block: add `GenDisk` private data support
` [PATCH v2 12/14] rust: block: mq: fix spelling in a safety comment
` [PATCH v2 13/14] rust: block: add remote completion to `Request`
` [PATCH v2 14/14] rnull: add soft-irq completion support
[PATCH 0/5] block: add tracepoints for ZBD specific operations
2025-07-09 15:37 UTC (8+ 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
Why a lot of fses are using bdev's page cache to do super block read/write?
2025-07-09 15:04 UTC (3+ 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 V2] nbd: fix lockdep deadlock warning
2025-07-09 12:28 UTC (2+ messages)
[PATCH 00/16] ublk: cleanup for supporting batch IO command
2025-07-09 11:56 UTC (10+ messages)
` [PATCH 06/16] ublk: store auto buffer register data into `struct ublk_io`
` [PATCH 07/16] ublk: add helper ublk_check_fetch_buf()
` [PATCH 08/16] ublk: remove ublk_commit_and_fetch()
` [PATCH 09/16] ublk: pass 'const struct ublk_io *' to ublk_[un]map_io()
[PATCH v5 0/6] block/md/dm: set chunk_sectors from stacked dev stripe size
2025-07-09 10:02 UTC (7+ 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 v2 00/11] dm-pcache – persistent-memory cache for block devices
2025-07-09 9:45 UTC (5+ messages)
refactor the iomap writeback code v4
2025-07-09 9:09 UTC (26+ 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
Bug#1107479: util-linux: blkid hangs forever after inserting a DVD-RAM
2025-07-09 9:04 UTC (12+ messages)
[PATCH] nbd: fix lockdep deadlock warning
2025-07-09 8:10 UTC (4+ messages)
What should we do about the nvme atomics mess?
2025-07-09 7:51 UTC (16+ messages)
[PATCH blktests] common/null_blk: check FULL file availability before write
2025-07-09 6:59 UTC (4+ messages)
[PATCH v20 00/13] Improve write performance for zoned UFS devices
2025-07-08 22:07 UTC (14+ 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 04/13] blk-zoned: Split an if-statement
` [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 v20 08/13] null_blk: Add the preserves_write_order attribute
` [PATCH v20 09/13] scsi: core: Retry unaligned zoned writes
` [PATCH v20 10/13] scsi: sd: Increase retry count for "
` [PATCH v20 11/13] scsi: scsi_debug: Add the preserves_write_order module parameter
` [PATCH v20 12/13] scsi: scsi_debug: Support injecting unaligned write errors
` [PATCH v20 13/13] scsi: ufs: Inform the block layer about write ordering
[PATCH blktests v2] md/002: add atomic write tests for md/stacked devices
2025-07-08 21:40 UTC (4+ messages)
[GIT PULL] Rust pin-init for v6.17
2025-07-08 18:33 UTC (2+ messages)
[PATCH v4 0/6] block/md/dm: set chunk_sectors from stacked dev stripe size
2025-07-08 18:00 UTC (6+ messages)
` [PATCH v4 6/6] block: use chunk_sectors when evaluating stacked atomic write limits
[PATCH] drbd: add missing kref_get in handle_write_conflicts
2025-07-08 18:00 UTC (2+ messages)
[PATCH] block: mtip32xx: Fix usage of dma_map_sg()
2025-07-08 18:00 UTC (2+ messages)
[PATCH 0/3] Fix a deadlock related to modifying queue attributes
2025-07-08 17:16 UTC (6+ messages)
[syzbot] [nbd?] possible deadlock in nbd_queue_rq
2025-07-08 16:23 UTC (7+ messages)
[PATCH] nvme-pci: fix dma unmapping when using PRPs and not using the IOVA mapping
2025-07-08 12:55 UTC (6+ messages)
[PATCH] nbd: fix false lockdep deadlock warning
2025-07-08 11:13 UTC (12+ messages)
[RFC 00/12] io_uring dmabuf read/write support
2025-07-08 9:45 UTC (6+ messages)
[PATCH 0/9] rnull: add configfs, remote completion to rnull
2025-07-08 8:44 UTC (6+ messages)
` [PATCH 3/9] rust: block,core: rename `RawWriter` to `BufferWriter`
[PATCH blktests v2] block: add block/040 for test updating nr_hw_queues vs switching elevator
2025-07-08 5:35 UTC (2+ messages)
[PATCH v4 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
2025-07-08 2:40 UTC (4+ messages)
` [PATCH v4 4/5] mm/filemap: add write_begin_get_folio() helper function
[PATCH v7 00/10] blk: honor isolcpus configuration
2025-07-08 1:31 UTC (9+ messages)
` [PATCH v7 07/10] isolation: Introduce io_queue isolcpus type
` [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 V2 00/16] ublk: cleanup for supporting batch IO command
2025-07-08 1:17 UTC (17+ messages)
` [PATCH V2 01/16] ublk: move fake timeout logic into __ublk_complete_rq()
` [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 04/16] ublk: avoid to pass `struct ublksrv_io_cmd *` to ublk_commit_and_fetch()
` [PATCH V2 05/16] ublk: move auto buffer register handling into one dedicated helper
` [PATCH V2 06/16] ublk: store auto buffer register data into `struct ublk_io`
` [PATCH V2 07/16] ublk: add helper ublk_check_fetch_buf()
` [PATCH V2 08/16] ublk: remove ublk_commit_and_fetch()
` [PATCH V2 09/16] ublk: pass 'const struct ublk_io *' to ublk_[un]map_io()
` [PATCH V2 10/16] selftests: ublk: remove `tag` parameter of ->tgt_io_done()
` [PATCH V2 11/16] selftests: ublk: pass 'ublk_thread *' to ->queue_io() and ->tgt_io_done()
` [PATCH V2 12/16] selftests: ublk: pass 'ublk_thread *' to more common helpers
` [PATCH V2 13/16] selftests: ublk: remove ublk queue self-defined flags
` [PATCH V2 14/16] selftests: ublk: improve flags naming
` [PATCH V2 15/16] selftests: ublk: add helper ublk_handle_uring_cmd() for handle ublk command
` [PATCH V2 16/16] selftests: ublk: add utils.h
[PATCH 0/8] Simplify the code modifying queue attributes
2025-07-08 0:50 UTC (7+ messages)
` [PATCH 2/8] block: Do not run frozen queues
[PATCH v19 00/11] Improve write performance for zoned UFS devices
2025-07-07 21:14 UTC (7+ messages)
` [PATCH v19 01/11] block: Support block drivers that preserve the order of write requests
[PATCH] block: reject bs > ps block devices when THP is disabled
2025-07-07 17:59 UTC (2+ messages)
[PATCH] nbd: fix uaf in nbd_genl_connect() error path
2025-07-07 17:58 UTC (2+ 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).