messages from 2026-07-24 12:31:03 to 2026-07-26 16:01:16 UTC [more...]
[PATCH 00/31] block/swim: Fixes and improvements
2026-07-26 16:01 UTC (27+ messages)
` [PATCH 23/31] swim: Don't needlessly re-read sectors
` [PATCH 25/31] swim: Move swd initialization
` [PATCH 29/31] swim: Define macros for constants
` [PATCH 31/31] swim: Unexport global symbols
` [PATCH 28/31] swim: Clean up whitespace
` [PATCH 24/31] swim: Remove pointless specifiers
` [PATCH 26/31] swim: Add some helpful references
` [PATCH 19/31] swim: Deduplicate polling loops
` [PATCH 22/31] swim: Remove pointless mode0 register write
` [PATCH 21/31] swim: Revisit delays
` [PATCH 27/31] swim: Remove unused macro definitions
` [PATCH 20/31] swim: Check drive ready bit
` [PATCH 30/31] swim: Define symbols for constants
[PATCH] ublk: reset kernel-owned dev_info fields in ublk_ctrl_add_dev()
2026-07-26 14:50 UTC
[PATCH v6 00/12] block,md,nvme: correct handling of unsupported P2PDMA transfers
2026-07-26 11:32 UTC (13+ messages)
` [PATCH v6 01/12] block: add BLK_STS_P2PDMA for unsupported peer-to-peer transfers
` [PATCH v6 02/12] md: ensure REQ_NOMERGE is set on P2PDMA bios
` [PATCH v6 03/12] md/raid1: serialize non-write-behind writes on CollisionCheck rdevs
` [PATCH v6 04/12] md/raid1: don't use write-behind for P2PDMA bios
` [PATCH v6 05/12] md/raid1,raid10: factor out raid1_write_error() helper
` [PATCH v6 06/12] md/raid1,raid10: keep REQ_NOMERGE on narrow_write_error() retry clones
` [PATCH v6 07/12] md/raid1,raid10: skip futile retries on P2PDMA mapping failures
` [PATCH v6 08/12] md/raid1,raid10: set IO_BLOCKED in case of BLK_STS_P2PDMA
` [PATCH v6 09/12] nvme-rdma: use ib_dma_map_sgtable_attrs()
` [PATCH v6 10/12] nvme-rdma: return BLK_STS_P2PDMA for unsupported P2P transfers
` [PATCH v6 11/12] nvme-rdma: ratelimit the map-failure error message
` [PATCH v6 12/12] nvme-rdma: factor out the scatterlist DMA mapping helper
[RFC PATCH v2 0/8] blk-cgroup: protect blkgs with blkcg_mutex
2026-07-26 7:08 UTC (9+ messages)
` [RFC PATCH v2 2/8] blk-throttle: protect throttle state with td lock
` [RFC PATCH v2 3/8] blk-cgroup: protect blkgs with blkcg_mutex
` [RFC PATCH v2 4/8] blk-cgroup: remove blkg radix tree preloading
` [RFC PATCH v2 5/8] blk-cgroup: allocate blkgs in blkg_create
` [RFC PATCH v2 6/8] blk-cgroup: share blkg creation between lookup and config prep
` [RFC PATCH v2 7/8] bfq: avoid blkg lookup from locked cgroup update
` [RFC PATCH v2 8/8] block: fail nowait bio submit if blkg allocation can't sleep
` [syzbot ci] Re: blk-cgroup: protect blkgs with blkcg_mutex
[PATCH blktests 0/3] test and handle concurrent IO scheduler switching
2026-07-26 5:32 UTC (4+ messages)
` [PATCH blktests 1/3] block: add test for "
` [PATCH blktests 2/3] check: introduce _write_queue_sched() to repeat queue/scheduler writes
` [PATCH blktests 3/3] common, block/{015,020,021,027,040}, zbd/012: use _write_queue_sched()
[PATCH] ublk: configure io buffer before taking uring_cmd
2026-07-26 1:23 UTC (3+ messages)
[PATCH v2 0/3] Bring includes in linux/kmod.h up to date
2026-07-25 20:31 UTC (3+ messages)
` [PATCH v2 2/3] time/jiffies: Include linux/sysctl.h for proc_int_u2k_conv_uop(),
[PATCH] floppy: avoid NULL deref in reset_interrupt when cont is cleared
2026-07-25 3:40 UTC (3+ messages)
[GIT PULL] block fixes for 7.2-rc5
2026-07-25 3:12 UTC (2+ messages)
[PATCH V6 00/10] null_blk: fix init/exit races and memleaks
2026-07-25 2:25 UTC (11+ messages)
` [PATCH V6 01/10] null_blk: use DEFINE_MUTEX for the file-scope mutex
` [PATCH V6 02/10] null_blk: register configfs subsystem after creating default devices
` [PATCH V6 03/10] null_blk: move unregister_blkdev() after destroying dev in null_exit()
` [PATCH V6 04/10] null_blk: free global tag_set on init error path
` [PATCH V6 05/10] null_blk: free zones array on device power-off
` [PATCH V6 06/10] null_blk: clean up null_del_dev() to use cached dev pointer
` [PATCH V6 07/10] null_blk: reject per-device queue resize for shared tag set
` [PATCH V6 08/10] null_blk: convert file-scope mutex users to guard(mutex)
` [PATCH V6 09/10] null_blk: serialize configfs attribute stores with the lock
` [PATCH V6 10/10] null_blk: serialize configfs attribute shows "
[PATCH V5 0/9] null_blk: fix init/exit races and memleaks
2026-07-25 1:27 UTC (13+ messages)
` [PATCH V5 5/9] null_blk: free zones array on device power-off
` [PATCH V5 6/9] null_blk: clean up null_del_dev() to use cached dev pointer
` [PATCH V5 7/9] null_blk: reject per-device queue resize for shared tag set
` [PATCH V5 8/9] null_blk: serialize configfs attribute stores with device setup
` [PATCH V5 9/9] null_blk: serialize configfs attribute shows with the file-scope lock
[PATCH V2] block: fix BLKSECDISCARD zero-length range causing page cache invalidation
2026-07-25 0:23 UTC
[PATCH] block: fix BLKSECDISCARD zero-length range causing page cache invalidation
2026-07-25 0:28 UTC (3+ messages)
[PATCH v5 00/10] block,md,nvme: correct handling of unsupported P2PDMA transfers
2026-07-24 18:50 UTC (7+ messages)
` [PATCH v5 07/10] md/raid1,raid10: skip futile retries on P2PDMA mapping failures
` [PATCH v5 09/10] nvme-rdma: use ib_dma_map_sgtable_attrs()
` [PATCH v5 10/10] nvme-rdma: return BLK_STS_P2PDMA for unsupported P2P transfers
[PATCH] block: store GPT attributes as a raw value
2026-07-24 18:15 UTC
[PATCH RFC] nvme-multipath: fix diskstats for partitions
2026-07-24 16:56 UTC (5+ messages)
[PATCH] drbd: Fix local_cnt refcount leak on ascw allocation failure in _drbd_set_state
2026-07-24 16:33 UTC (2+ messages)
[PATCH v8 0/9] Support for block device NVMEM providers
2026-07-24 16:19 UTC (8+ messages)
` [PATCH v8 5/9] block: implement NVMEM provider
[PATCH] drbd: Fix double put_ldev in receive_SyncParam on fifo_alloc failure
2026-07-24 16:09 UTC (2+ messages)
[PATCH v4 0/6] xfs write streams
2026-07-24 14:57 UTC (4+ messages)
` [PATCH v4 4/6] xfs: generic AG set based steering
[PATCH] floppy: flush pending work before releasing resources on init failure
2026-07-24 14:02 UTC (2+ messages)
fix fs-integrity for non-PI metadata v2
2026-07-24 13:48 UTC (5+ messages)
` [PATCH 4/4] iomap: don't free integrity payload that doesn't exist
[PATCH] floppy: unregister platform device on add_disk failure
2026-07-24 13:29 UTC (2+ messages)
lazy bounce buffering for checksummed reads
2026-07-24 12:54 UTC (6+ messages)
` [PATCH 18/22] xfs: use BIO_COMPLETE_IN_TASK for bounce buffered read I/Os
page: | 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