messages from 2025-01-10 21:17:54 to 2025-01-17 20:12:31 UTC [more...]
[PATCH RFC v2 0/8] device mapper atomic write support
2025-01-17 20:12 UTC (11+ messages)
` [PATCH RFC v2 1/8] block: Add common atomic writes enable flag
` [PATCH RFC v2 2/8] block: Don't trim an atomic write
` [PATCH RFC v2 3/8] dm-table: atomic writes support
` [PATCH RFC v2 4/8] dm: Ensure cloned bio is same length for atomic write
` [PATCH RFC v2 5/8] dm-linear: Enable atomic writes
` [PATCH RFC v2 6/8] dm-stripe: "
` [PATCH RFC v2 7/8] dm-io: Warn on creating multiple atomic write bios for a region
` [PATCH RFC v2 8/8] dm-mirror: Support atomic writes
[PATCH v17 00/14] Improve write performance for zoned UFS devices
2025-01-17 18:04 UTC (18+ messages)
` [PATCH v17 01/14] block: Support block drivers that preserve the order of write requests
` [PATCH v17 02/14] dm-linear: Report to the block layer that the write order is preserved
` [PATCH v17 03/14] block: Rework request allocation in blk_mq_submit_bio()
` [PATCH v17 04/14] block: Support allocating from a specific software queue
` [PATCH v17 05/14] blk-mq: Restore the zoned write order when requeuing
` [PATCH v17 06/14] blk-zoned: Track the write pointer per zone
` [PATCH v17 07/14] blk-zoned: Defer error handling
` [PATCH v17 08/14] blk-zoned: Add an argument to blk_zone_plug_bio()
` [PATCH v17 09/14] blk-zoned: Support pipelining of zoned writes
` [PATCH v17 10/14] scsi: core: Retry unaligned "
` [PATCH v17 11/14] scsi: sd: Increase retry count for "
` [PATCH v17 12/14] scsi: scsi_debug: Add the preserves_write_order module parameter
` [PATCH v17 13/14] scsi: scsi_debug: Support injecting unaligned write errors
` [PATCH v17 14/14] scsi: ufs: Inform the block layer about write ordering
REMINDER - LSF/MM/BPF: 2025: Call for Proposals
2025-01-17 14:59 UTC
annotate noio context
2025-01-17 11:56 UTC (4+ messages)
` [PATCH 1/2] loop: force GFP_NOIO for underlying file systems allocations
` [PATCH 2/2] block: force noio scope in blk_mq_freeze_queue
[PATCH v6 00/17] Provide a new two step DMA mapping API
2025-01-17 10:03 UTC (18+ messages)
` [PATCH v6 01/17] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v6 02/17] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v6 03/17] iommu: generalize the batched sync after map interface
` [PATCH v6 04/17] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast
` [PATCH v6 05/17] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v6 06/17] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v6 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v6 08/17] dma-mapping: add a dma_need_unmap helper
` [PATCH v6 09/17] docs: core-api: document the IOVA-based API
` [PATCH v6 10/17] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v6 11/17] mm/hmm: provide generic DMA managing logic
` [PATCH v6 12/17] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v6 13/17] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v6 14/17] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v6 15/17] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v6 16/17] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v6 17/17] vfio/mlx5: Enable the DMA link API
[PATCHv2 blktests 0/2] throtl: fix IO block-size and race while submitting IO
2025-01-17 0:35 UTC (4+ messages)
[PATCH v5 00/17] Provide a new two step DMA mapping API
2025-01-16 21:00 UTC (13+ messages)
` [PATCH v5 05/17] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v5 07/17] dma-mapping: Implement link/unlink ranges API
[PATCH RFC 0/5] device mapper atomic write support
2025-01-16 15:01 UTC (9+ messages)
[PATCH] block: limit disk max sectors to (LLONG_MAX >> 9)
2025-01-16 14:13 UTC (2+ messages)
[PATCH 0/2] block: Stacked device atomic writes fixes
2025-01-16 14:13 UTC (4+ messages)
[PATCH blktests] nvme/053: do not use awk
2025-01-16 11:37 UTC (2+ messages)
[linus:master] [block] e70c301fae: stress-ng.aiol.ops_per_sec 49.6% regression
2025-01-16 10:04 UTC (15+ messages)
[PATCH blktests] nvme/053: provide time extension alternative
2025-01-16 7:17 UTC (4+ messages)
[PATCH blktests v2] tests: Remove unnecessary '&&' in requires() functions
2025-01-16 4:05 UTC
[RFC PATCH v2 0/8] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-01-16 3:04 UTC (11+ messages)
` [RFC PATCH v2 1/8] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [RFC PATCH v2 2/8] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit
` [RFC PATCH v2 3/8] scsi: sd: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports unmap zeroing mode
` [RFC PATCH v2 4/8] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [RFC PATCH v2 5/8] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [RFC PATCH v2 6/8] block: add FALLOC_FL_WRITE_ZEROES support
` [RFC PATCH v2 7/8] block: factor out common part in blkdev_fallocate()
` [RFC PATCH v2 8/8] ext4: add FALLOC_FL_WRITE_ZEROES support
[PATCH blktests 0/4] Cleanup and Optimization in requires()
2025-01-16 2:44 UTC (2+ messages)
[PATCH] zram: cleanup in zram_read_from_zspool()
2025-01-16 2:11 UTC (3+ messages)
[RFC PATCH 00/22] ublk: support bpf
2025-01-15 20:11 UTC (7+ messages)
` [RFC PATCH 08/22] ublk: bpf: add bpf struct_ops
[PATCH for-next v3 0/5] null_blk: improve write failure simulation
2025-01-15 18:14 UTC (7+ messages)
` [PATCH for-next v3 1/5] null_blk: generate null_blk configfs features string
` [PATCH for-next v3 2/5] null_blk: introduce badblocks_once parameter
` [PATCH for-next v3 3/5] null_blk: fix zone resource management for badblocks
` [PATCH for-next v3 4/5] null_blk: pass transfer size to null_handle_rq()
` [PATCH for-next v3 5/5] null_blk: do partial IO for bad blocks
[PATCH] loop: don't call vfs_flush() with queue frozen
2025-01-15 9:40 UTC (12+ messages)
[PATCH 5.10/5.15] blk-cgroup: Fix UAF in blkcg_unpin_online()
2025-01-15 9:37 UTC
[PATCH] loop: move vfs_fsync() out of loop_update_dio()
2025-01-15 6:59 UTC (4+ messages)
[PATCH] block: no show partitions if partno corrupted
2025-01-15 6:46 UTC (12+ messages)
` [PATCH V2] "
` [PATCH V3] "
` [PATCH V4] "
` [syzbot] [fs?] KASAN: global-out-of-bounds Read in number
[PATCH for-next v2 0/4] null_blk: improve write failure simulation
2025-01-15 1:30 UTC (12+ messages)
` [PATCH for-next v2 1/4] null_blk: generate null_blk configfs features string
` [PATCH for-next v2 2/4] null_blk: do partial IO for bad blocks
` [PATCH for-next v2 3/4] null_blk: move write pointers for partial writes
[PATCH v3 0/2] Two blk_mq_submit_bio() patches
2025-01-14 17:13 UTC (6+ messages)
` [PATCH v3 1/2] block: Reorder the request allocation code in blk_mq_submit_bio()
` [PATCH v3 2/2] blk-mq: Move more error handling into blk_mq_submit_bio()
[syzbot] [block?] possible deadlock in wbt_init
2025-01-14 9:37 UTC
6.13/regression/bisected - after commit f1be1788a32e I see in the kernel log "possible circular locking dependency detected"
2025-01-14 6:22 UTC (3+ messages)
[LSF/MM/BPF TOPIC] Improving Block Layer Tracepoints for Next-Generation Backup Systems
2025-01-13 17:31 UTC (6+ messages)
` [Lsf-pc] "
[PATCH V2 0/3] block: model freeze/enter queue as lock for lockdep
2025-01-13 15:52 UTC (14+ messages)
` [PATCH V2 3/3] block: model freeze & enter queue as lock for supporting lockdep
[PATCH] partitions: ldm: remove the initial kernel-doc notation
2025-01-13 14:47 UTC (2+ messages)
[PATCH] blk-cgroup: rwstat: fix kernel-doc warnings in header file
2025-01-13 14:47 UTC (2+ messages)
[PATCH] blk-cgroup: fix kernel-doc warnings in header file
2025-01-13 14:47 UTC (2+ messages)
[PATCH V3] nbd: fix partial sending
2025-01-13 14:46 UTC (4+ messages)
[PATCH] block: mark GFP_NOIO around sysfs ->store()
2025-01-13 14:46 UTC (5+ messages)
[PATCH] md: Add missing md-linear.c
2025-01-13 14:11 UTC (2+ messages)
[PATCH v4 0/9] blk: honor isolcpus configuration
2025-01-13 13:19 UTC (8+ messages)
` [PATCH v4 8/9] blk-mq: use hk cpus only when isolcpus=managed_irq is enabled
Blockdev 6.13-rc lockdep splat regressions
2025-01-13 10:40 UTC (12+ messages)
[PATCH V2] block: mark GFP_NOIO around sysfs ->store()
2025-01-13 9:05 UTC (4+ messages)
fix queue freeze and limit locking order v2
2025-01-13 7:25 UTC (11+ messages)
` [PATCH 01/10] block: fix docs for freezing of queue limits updates
` [PATCH 02/10] block: add a queue_limits_commit_update_frozen helper
` [PATCH 03/10] block: don't update BLK_FEAT_POLL in __blk_mq_update_nr_hw_queues
` [PATCH 04/10] block: add a store_limit operations for sysfs entries
` [PATCH 05/10] block: fix queue freeze vs limits lock order in sysfs store methods
[PATCH v5 0/9] blk: honor isolcpus configuration
2025-01-13 7:14 UTC (15+ messages)
` [PATCH v5 1/9] lib/group_cpus: let group_cpu_evenly return number initialized masks
` [PATCH v5 4/9] scsi: use block layer helpers to calculate num of queues
` [PATCH v5 5/9] virtio: blk/scsi: "
` [PATCH v5 7/9] blk-mq: use hk cpus only when isolcpus=managed_irq is enabled
` [PATCH v5 8/9] blk-mq: issue warning when offlining hctx with online isolcpus
` [PATCH v5 9/9] doc: update managed_irq documentation
Bug: possible deadlock in jfs_fsync
2025-01-12 10:11 UTC
[syzbot] [block?] [trace?] possible deadlock in blk_trace_ioctl
2025-01-12 4:34 UTC (2+ messages)
[GIT PULL] Block fix for 6.13-rc7
2025-01-11 20:01 UTC (2+ messages)
[PATCH v10 00/15] Support for hardware-wrapped inline encryption keys
2025-01-10 21:16 UTC (2+ messages)
` (subset) "
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).