messages from 2025-06-16 19:36:37 to 2025-06-19 11:31:58 UTC [more...]
[PATCH v2 0/9] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-06-19 11:18 UTC (9+ messages)
` [PATCH v2 1/9] block: introduce max_{hw|user}_wzeroes_unmap_sectors to queue limits
` [PATCH v2 2/9] nvme: set max_hw_wzeroes_unmap_sectors if device supports DEAC bit
` [PATCH v2 3/9] nvmet: set WZDS and DRB if device enables unmap write zeroes operation
` [PATCH v2 4/9] scsi: sd: set max_hw_wzeroes_unmap_sectors if device supports SD_ZERO_*_UNMAP
` [PATCH v2 5/9] dm: clear unmap write zeroes limits when disabling write zeroes
` [PATCH v2 6/9] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [PATCH v2 7/9] block: factor out common part in blkdev_fallocate()
` [PATCH v2 9/9] ext4: add FALLOC_FL_WRITE_ZEROES support
[syzbot] [nbd?] possible deadlock in nbd_open
2025-06-19 11:29 UTC
[PATCH V2] tests/throtl: add a new test 007
2025-06-19 10:26 UTC (2+ messages)
[PATCH v12 0/6] rust: reduce `as` casts, enable related lints
2025-06-19 5:53 UTC (31+ messages)
` [PATCH v12 1/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v12 2/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v12 3/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v12 4/6] rust: enable `clippy::as_underscore` lint
` [PATCH v12 5/6] rust: enable `clippy::cast_lossless` lint
` [PATCH v12 6/6] rust: enable `clippy::ref_as_ptr` lint
[PATCH] ublk: santizize the arguments from userspace when adding a device
2025-06-19 2:36 UTC (2+ messages)
[PATCH] zram: support asynchronous writeback
2025-06-19 2:27 UTC (4+ messages)
[PATCH 1/2] block: Make __submit_bio_noacct() preserve the bio submission order
2025-06-18 22:27 UTC (13+ messages)
[PATCH] block: don't use submit_bio_noacct_nocheck in blk_zone_wplug_bio_work
2025-06-18 17:13 UTC (4+ messages)
[PATCH 00/10] convert the majority of file systems to mmap_prepare
2025-06-18 17:06 UTC (48+ messages)
` [PATCH 01/10] mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare
` [PATCH 02/10] mm/nommu: use file_has_valid_mmap_hooks() helper
` [PATCH 03/10] fs: consistently "
` [PATCH 04/10] fs/dax: make it possible to check dev dax support without a VMA
` [PATCH 05/10] fs/ext4: transition from deprecated .mmap hook to .mmap_prepare
` [PATCH 06/10] fs/xfs: "
` [PATCH 07/10] mm/filemap: introduce generic_file_*_mmap_prepare() helpers
` [PATCH 08/10] fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
` [PATCH 09/10] fs: convert most other generic_file_*mmap() users "
` [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings
[RFC] block: The Effectiveness of Plug Optimization?
2025-06-18 16:25 UTC (2+ messages)
warning on flushing page cache on block device removal
2025-06-18 15:09 UTC (10+ messages)
[PATCH v2] block: Increase BLK_DEF_MAX_SECTORS_CAP
2025-06-18 10:19 UTC (6+ messages)
[PATCH v5] virtio_blk: Fix disk deletion hang on device surprise removal
2025-06-18 9:29 UTC
[PATCH v2 0/5] block/md/dm: set chunk_sectors from stacked dev stripe size
2025-06-18 8:37 UTC (6+ messages)
` [PATCH v2 1/5] block: sanitize chunk_sectors for atomic write limits
` [PATCH v2 2/5] md/raid0: set chunk_sectors limit
` [PATCH v2 3/5] md/raid10: "
` [PATCH v2 4/5] dm-stripe: limit chunk_sectors to the stripe size
` [PATCH v2 5/5] block: use chunk_sectors when evaluating stacked atomic write limits
[PATCHv3 0/2] block: move sched_tags allocation/de-allocation outside of locking context
2025-06-18 6:52 UTC (6+ messages)
` [PATCHv3 1/2] block: move elevator queue allocation logic into blk_mq_init_sched
` [PATCHv3 2/2] block: fix lock dependency between percpu alloc lock and elevator lock
f2fs: possible circular locking dependency detected
2025-06-18 6:32 UTC
f2fs: possible circular locking dependency detected
2025-06-18 6:27 UTC
[PATCH] block: use plug request list tail for one-shot backmerge attempt
2025-06-18 6:04 UTC (14+ messages)
[PATCH for-next v3 0/2] add ioctl to query metadata and protection info capabilities
2025-06-18 5:56 UTC (4+ messages)
` [PATCH for-next v3 2/2] fs: "
[PATCH for-next v4 0/4] add ioctl to query metadata and protection info capabilities
2025-06-18 5:51 UTC (5+ messages)
` [PATCH for-next v4 1/4] block: rename tuple_size field in blk_integrity to metadata_size
` [PATCH for-next v4 2/4] block: introduce pi_tuple_size field in blk_integrity
` [PATCH for-next v4 3/4] set pi_offset only when checksum type is not BLK_INTEGRITY_CSUM_NONE
` [PATCH for-next v4 4/4] fs: add ioctl to query metadata and protection info capabilities
[PATCH] scsi: storvsc: set max_segment_size as UINT_MAX explicitly
2025-06-18 5:48 UTC (8+ messages)
[PATCH] block: Increase BLK_DEF_MAX_SECTORS_CAP
2025-06-18 5:11 UTC (6+ messages)
refactor the iomap writeback code v2
2025-06-18 4:43 UTC (24+ messages)
` [PATCH 01/11] iomap: pass more arguments using struct iomap_writepage_ctx
` [PATCH 02/11] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH 03/11] iomap: refactor the writeback interface
` [PATCH 04/11] iomap: hide ioends from the generic writeback code
` [PATCH 05/11] iomap: add public helpers for uptodate state manipulation
` [PATCH 06/11] iomap: move all ioend handling to ioend.c
` [PATCH 07/11] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH 08/11] iomap: move folio_unlock out of iomap_writeback_folio
` [PATCH 09/11] iomap: export iomap_writeback_folio
` [PATCH 10/11] iomap: replace iomap_folio_ops with iomap_write_ops
` [PATCH 11/11] iomap: add read_folio_range() handler for buffered writes
[PATCH] block: mq-deadline: check if elevator is attached to queue in dd_finish_request
2025-06-18 0:19 UTC (4+ messages)
new DMA API conversion for nvme-pci
2025-06-17 23:25 UTC (10+ messages)
` [PATCH 7/9] nvme-pci: convert the data mapping blk_rq_dma_map
refactor the iomap writeback code
2025-06-17 19:32 UTC (8+ messages)
` [PATCH 3/6] iomap: refactor the writeback interface
` [PATCH 6/6] iomap: move all ioend handling to ioend.c
md raid0 Direct IO DMA alignment
2025-06-17 16:36 UTC (3+ messages)
[PATCH 0/5] blk: introduce block layer helpers to calculate num of queues
2025-06-17 13:43 UTC (6+ messages)
` [PATCH 1/5] lib/group_cpus: Let group_cpu_evenly() return the number of initialized masks
` [PATCH 2/5] blk-mq: add number of queue calc helper
` [PATCH 3/5] nvme-pci: use block layer helpers to calculate num of queues
` [PATCH 4/5] scsi: "
` [PATCH 5/5] virtio: blk/scsi: "
[PATCH 1/2] aoe: clean device rq_list in aoedev_downdev()
2025-06-17 12:12 UTC (3+ messages)
[syzbot] [cgroups?] general protection fault in __cgroup_rstat_lock
2025-06-17 10:00 UTC (3+ messages)
[PATCH 0/9] rnull: add configfs, remote completion to rnull
2025-06-17 8:08 UTC (4+ messages)
` [PATCH 9/9] rnull: add soft-irq completion support
[PATCH v18 00/12] Improve write performance for zoned UFS devices
2025-06-17 6:58 UTC (14+ messages)
` [PATCH v18 01/12] block: Support block drivers that preserve the order of write requests
` [PATCH v18 02/12] block: Rework request allocation in blk_mq_submit_bio()
` [PATCH v18 03/12] block: Support allocating from a specific software queue
` [PATCH v18 04/12] blk-mq: Restore the zoned write order when requeuing
` [PATCH v18 05/12] blk-zoned: Add an argument to blk_zone_plug_bio()
` [PATCH v18 06/12] blk-zoned: Support pipelining of zoned writes
` [PATCH v18 07/12] null_blk: Add the preserves_write_order attribute
` [PATCH v18 08/12] scsi: core: Retry unaligned zoned writes
` [PATCH v18 09/12] scsi: sd: Increase retry count for "
` [PATCH v18 10/12] scsi: scsi_debug: Add the preserves_write_order module parameter
` [PATCH v18 11/12] scsi: scsi_debug: Support injecting unaligned write errors
` [PATCH v18 12/12] scsi: ufs: Inform the block layer about write ordering
[PATCH] block: Improve read ahead size for rotational devices
2025-06-17 6:58 UTC (6+ messages)
[PATCH blktests 0/2] check: support "set -e" strict error-checking
2025-06-17 3:52 UTC (4+ messages)
` [PATCH blktests 1/2] check: allow strict error-checking by "set -e" in test cases
[PATCH 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-06-17 2:25 UTC (5+ messages)
Recall: md raid0 Direct IO DMA alignment
2025-06-17 2:19 UTC
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).