messages from 2025-06-25 23:41:24 to 2025-06-30 12:36:16 UTC [more...]
refactor the iomap writeback code v3
2025-06-30 12:39 UTC (35+ 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 08/12] iomap: move folio_unlock out of iomap_writeback_folio
` [PATCH 09/12] iomap: export iomap_writeback_folio
` [PATCH 10/12] iomap: replace iomap_folio_ops with iomap_write_ops
` [PATCH 11/12] iomap: add read_folio_range() handler for buffered writes
` [PATCH 12/12] iomap: build the writeback code without CONFIG_BLOCK
[PATCH v2] brd: fix sleeping function called from invalid context in brd_insert_page()
2025-06-30 11:28 UTC
[PATCH] block: Fix a deadlock related to modifying the readahead attribute
2025-06-30 10:41 UTC (8+ messages)
[PATCH for-next v5 0/4] add ioctl to query metadata and protection info capabilities
2025-06-30 9:05 UTC (5+ messages)
` [PATCH for-next v5 1/4] block: rename tuple_size field in blk_integrity to metadata_size
` [PATCH for-next v5 2/4] block: introduce pi_tuple_size field in blk_integrity
` [PATCH for-next v5 3/4] nvme: set pi_offset only when checksum type is not BLK_INTEGRITY_CSUM_NONE
` [PATCH for-next v5 4/4] fs: add ioctl to query metadata and protection info capabilities
[PATCHv6 0/3] block: move sched_tags allocation/de-allocation outside of locking context
2025-06-30 6:57 UTC (12+ messages)
` [PATCHv6 1/3] block: move elevator queue allocation logic into blk_mq_init_sched
` [PATCHv6 2/3] block: fix lockdep warning caused by lock dependency in elv_iosched_store
` [PATCHv6 3/3] block: fix potential deadlock while running nr_hw_queue update
[PATCH v3 0/4] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
2025-06-30 6:41 UTC (9+ messages)
` [PATCH v3 1/4] drm/i915: Use kernel_write() in shmem object create
` [PATCH v3 2/4] drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter
` [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
[PATCH 0/5] blk: introduce block layer helpers to calculate num of queues
2025-06-30 6:29 UTC (2+ messages)
[PATCHv5 0/3] block: move sched_tags allocation/de-allocation outside of locking context
2025-06-30 5:47 UTC (6+ messages)
` [PATCHv5 1/3] block: move elevator queue allocation logic into blk_mq_init_sched
` [PATCHv5 2/3] block: fix lockdep warning caused by lock dependency in elv_iosched_store
` [PATCHv5 3/3] block: fix potential deadlock while running nr_hw_queue update
[PATCH] brd: fix leeping function called from invalid context in brd_insert_page()
2025-06-30 5:35 UTC (4+ messages)
Weird delay introduced in v6.16-rc only, possible regression
2025-06-29 21:45 UTC
Bug#1107479: util-linux: blkid hangs forever after inserting a DVD-RAM
2025-06-29 15:44 UTC (9+ messages)
[syzbot] [block?] INFO: task hung in bioset_init
2025-06-29 11:48 UTC
[PATCH v2] block: Fix a deadlock related to modifying the readahead attribute
2025-06-28 22:58 UTC (3+ messages)
[syzbot] [block?] WARNING in bdev_count_inflight_rw
2025-06-28 14:46 UTC (2+ messages)
[PATCH 1/2] nvme-tcp: avoid race between nvme scan and reset
2025-06-28 10:24 UTC (5+ messages)
[PATCH] nbd: fix false lockdep deadlock warning
2025-06-28 0:48 UTC (3+ messages)
new DMA API conversion for nvme-pci v3
2025-06-27 17:53 UTC (6+ messages)
[GIT PULL] Block fixes for 6.16-rc4
2025-06-27 16:29 UTC (2+ messages)
[syzbot] [block?] BUG: sleeping function called from invalid context in __xas_nomem (2)
2025-06-27 16:20 UTC
[RFC 00/12] io_uring dmabuf read/write support
2025-06-27 15:10 UTC (13+ messages)
` [RFC 01/12] file: add callback returning dev for dma operations
` [RFC 02/12] iov_iter: introduce iter type for pre-registered dma
` [RFC 03/12] block: move around bio flagging helpers
` [RFC 04/12] block: introduce dmavec bio type
` [RFC 05/12] block: implement ->get_dma_device callback
` [RFC 06/12] nvme-pci: add support for user passed dma vectors
` [RFC 07/12] io_uring/rsrc: extended reg buffer registration
` [RFC 08/12] io_uring: add basic dmabuf helpers
` [RFC 09/12] io_uring/rsrc: add imu flags
` [RFC 10/12] io_uring/rsrc: add dmabuf-backed buffer registeration
` [RFC 11/12] io_uring/rsrc: implement dmabuf regbuf import
` [RFC 12/12] io_uring/rw: enable dma registered buffers
[PATCH] block: mtip32xx: Fix usage of dma_map_sg()
2025-06-27 14:08 UTC (2+ messages)
[PATCH v5] virtio_blk: Fix disk deletion hang on device surprise removal
2025-06-27 14:00 UTC (18+ messages)
[PATCH] drbd: add missing kref_get in handle_write_conflicts
2025-06-27 9:57 UTC
[PATCHv4 0/3] block: move sched_tags allocation/de-allocation outside of locking context
2025-06-27 9:50 UTC (6+ messages)
` [PATCHv4 2/3] block: fix lockdep warning caused by lock dependency in elv_iosched_store
[PATCH] block: zram: replace scnprintf() with sysfs_emit() in *_show() functions
2025-06-27 7:18 UTC (4+ messages)
` [PATCH] zram: pass buffer offset to zcomp_available_show()
[PATCH] block: Reduce the scope of a variable in __blk_mq_update_nr_hw_queues()
2025-06-27 7:18 UTC (2+ messages)
[PATCH] ublk: speed up ublk server exit handling
2025-06-27 6:59 UTC
[PATCH] nbd: fix uaf in nbd_genl_connect() error path
2025-06-27 3:15 UTC (2+ messages)
[PATCH v2 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
2025-06-27 2:40 UTC (5+ messages)
` [PATCH v2 3/5] fs: change write_begin/write_end interface to take struct kiocb *
[PATCH v2 00/14] ublk: allow off-daemon zero-copy buffer registration
2025-06-27 0:48 UTC (3+ messages)
[PATCH v3 0/5] Fix write operation handling for zoned DM devices
2025-06-26 20:29 UTC (12+ messages)
` [PATCH v3 1/5] block: Make REQ_OP_ZONE_FINISH a write operation
` [PATCH v3 2/5] block: Introduce bio_needs_zone_write_plugging()
` [PATCH v3 3/5] dm: Always split write BIOs to zoned device limits
[PATCH v18 00/12] Improve write performance for zoned UFS devices
2025-06-26 19:42 UTC (13+ messages)
` [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 0/4] hfs/hfsplus: add uncached buffer io support
2025-06-26 17:30 UTC (5+ messages)
` [PATCH 1/4] block: Add struct kiocb pointer to block_write_begin()
` [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: "
[PATCH 11/27] block: Protect against concurrent isolated cpuset change
2025-06-26 15:33 UTC (5+ messages)
[bug report] kernel BUG at mm/hugetlb.c:5880! triggered by blktests nvme/029
2025-06-26 14:23 UTC (2+ messages)
[PATCH v2 0/9] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-06-26 13:57 UTC (3+ messages)
[PATCH 1/2] blk-integrity: add scatter-less DMA mapping helpers
2025-06-26 13:55 UTC (7+ messages)
` [PATCH 2/2] nvme: convert metadata mapping to dma iter
[PATCH v2] block: fix false warning in bdev_count_inflight_rw()
2025-06-26 13:35 UTC (3+ messages)
[PATCH] ublk: sanity check add_dev input for underflow
2025-06-26 13:35 UTC (3+ messages)
[GIT PULL, resend] nvme updates for Linux 6.16
2025-06-26 13:33 UTC (2+ messages)
[GIT PULL] nvme updates for Linux 6.16
2025-06-26 12:09 UTC (2+ messages)
[PATCH] block: fix false warning in bdev_count_inflight_rw()
2025-06-26 11:37 UTC (6+ messages)
[PATCH v2 0/5] block/md/dm: set chunk_sectors from stacked dev stripe size
2025-06-26 9:36 UTC (2+ messages)
[bug report] watchdog: BUG: soft lockup - CPU#47 stuck for 26s! [find:48492] triggered by blktests throtl/006
2025-06-26 9:22 UTC
[bug report] WARNING: CPU: 3 PID: 522 at block/genhd.c:144 bdev_count_inflight_rw+0x26e/0x410
2025-06-26 8:25 UTC (10+ messages)
[syzbot] Monthly block report (Jun 2025)
2025-06-26 5:36 UTC
[PATCH 0/3] Fix bio splitting in the crypto fallback code
2025-06-26 5:28 UTC (6+ messages)
` [PATCH 1/3] block: Split blk_crypto_fallback_split_bio_if_needed()
` [PATCH 2/3] block: Introduce the BLK_FEAT_CALLS_BIO_SPLIT_TO_LIMITS flag
` [PATCH 3/3] block: Rework splitting of encrypted bios
[PATCH V2] ublk: build batch from IOs in same io_ring_ctx and io task
2025-06-26 2:31 UTC (2+ messages)
[PATCH blktests] block/005|008: double timeout on machines with more than 128 CPUs
2025-06-26 1:02 UTC (3+ 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