messages from 2025-11-19 19:54:57 to 2025-11-22 06:43:20 UTC [more...]
Fix potential data loss and corruption due to Incorrect BIO Chain Handling
2025-11-22 6:42 UTC (19+ messages)
` [PATCH 1/9] block: fix data loss and stale date exposure problems during append write
` [PATCH 2/9] block: export bio_chain_and_submit
` [PATCH 3/9] gfs2: use bio_chain_and_submit for simplification
` [PATCH 4/9] xfs: "
` [PATCH 5/9] block: "
` [PATCH 6/9] fs/ntfs3: "
` [PATCH 7/9] zram: "
` [PATCH 8/9] nvmet: fix the potential bug and "
` [PATCH 9/9] nvdimm: "
[PATCH v2 0/9] blk-mq: fix possible deadlocks
2025-11-22 2:50 UTC (18+ messages)
` [PATCH v2 1/9] blk-mq-debugfs: factor out a helper to register debugfs for all rq_qos
` [PATCH v2 2/9] blk-rq-qos: fix possible debugfs_mutex deadlock
` [PATCH v2 3/9] blk-mq-debugfs: make blk_mq_debugfs_register_rqos() static
` [PATCH v2 4/9] blk-mq-debugfs: warn about possible deadlock
` [PATCH v2 5/9] block/blk-rq-qos: add a new helper rq_qos_add_frozen()
` [PATCH v2 6/9] blk-wbt: fix incorrect lock order for rq_qos_mutex and freeze queue
` [PATCH v2 7/9] blk-iocost: "
` [PATCH v2 8/9] blk-iolatency: "
` [PATCH v2 9/9] block/blk-rq-qos: cleanup rq_qos_add()
[PATCH v2 0/5] Increase SCSI IOPS
2025-11-21 21:17 UTC (2+ messages)
[GIT PULL] Block fixes for 6.18-rc7
2025-11-21 19:20 UTC (2+ messages)
[PATCH blktests] test/throtl: Adjust scsi_debug sector_size for large PAGE_SIZE hosts
2025-11-21 18:05 UTC (2+ messages)
[PATCH v9 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-11-21 16:24 UTC (21+ messages)
` [PATCH v9 01/11] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v9 02/11] PCI/P2PDMA: Simplify bus address mapping API
` [PATCH v9 03/11] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
` [PATCH v9 04/11] PCI/P2PDMA: Provide an access to pci_p2pdma_map_type() function
` [PATCH v9 05/11] PCI/P2PDMA: Document DMABUF model
` [PATCH v9 06/11] dma-buf: provide phys_vec to scatter-gather mapping routine
` [PATCH v9 07/11] vfio: Export vfio device get and put registration helpers
` [PATCH v9 08/11] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v9 09/11] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v9 10/11] vfio/pci: Add dma-buf export support for MMIO regions
` [PATCH v9 11/11] vfio/nvgrace: Support get_dmabuf_phys
[RFC PATCHv5 0/6] zram: introduce writeback bio batching
2025-11-21 12:43 UTC (26+ messages)
` [RFC PATCHv5 1/6] "
` [RFC PATCHv5 2/6] zram: add writeback batch size device attr
` [RFC PATCHv5 3/6] zram: take write lock in wb limit store handlers
` [RFC PATCHv5 4/6] zram: drop wb_limit_lock
` [RFC PATCHv5 5/6] zram: rework bdev block allocation
` [RFC PATCHv5 6/6] zram: read slot block idx under slot lock
[PATCH] null_blk: Align struct nullb_device field types with module parameters
2025-11-21 12:10 UTC
[PATCH v6 0/8] blk-mq: introduce new queue attribute async_depth
2025-11-21 12:28 UTC (16+ messages)
` [PATCH v6 1/8] block: convert nr_requests to unsigned int
` [PATCH v6 2/8] blk-mq-sched: unify elevators checking for async requests
` [PATCH v6 3/8] blk-mq: factor out a helper blk_mq_limit_depth()
` [PATCH v6 4/8] blk-mq: add a new queue sysfs attribute async_depth
` [PATCH v6 5/8] kyber: covert to use request_queue->async_depth
` [PATCH v6 6/8] mq-deadline: "
` [PATCH v6 7/8] block, bfq: convert "
` [PATCH v6 8/8] blk-mq: add documentation for new queue attribute async_dpeth
[PATCH 0/2] blk-mq: use array manage hctx map instead of xarray
2025-11-21 8:17 UTC (8+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] blk-mq: fix potential uaf for 'queue_hw_ctx'
[bug report] kernel BUG at mm/hugetlb.c:5868! triggered by blktests nvme/tcp nvme/029
2025-11-21 7:44 UTC (6+ messages)
[linux-next:master] [block] 3179a5f7f8: stress-ng.loop.ops_per_sec 225.6% improvement
2025-11-21 6:56 UTC
[PATCH RESEND] lib/sbitmap: add an helper of sbitmap_find_bits_in_word
2025-11-21 3:13 UTC
[PATCH V4 00/27] ublk: add UBLK_F_BATCH_IO
2025-11-21 1:58 UTC (28+ messages)
` [PATCH V4 01/27] kfifo: add kfifo_alloc_node() helper for NUMA awareness
` [PATCH V4 02/27] ublk: add parameter `struct io_uring_cmd *` to ublk_prep_auto_buf_reg()
` [PATCH V4 03/27] ublk: add `union ublk_io_buf` with improved naming
` [PATCH V4 04/27] ublk: refactor auto buffer register in ublk_dispatch_req()
` [PATCH V4 05/27] ublk: pass const pointer to ublk_queue_is_zoned()
` [PATCH V4 06/27] ublk: add helper of __ublk_fetch()
` [PATCH V4 07/27] ublk: define ublk_ch_batch_io_fops for the coming feature F_BATCH_IO
` [PATCH V4 08/27] ublk: prepare for not tracking task context for command batch
` [PATCH V4 09/27] ublk: add new batch command UBLK_U_IO_PREP_IO_CMDS & UBLK_U_IO_COMMIT_IO_CMDS
` [PATCH V4 10/27] ublk: handle UBLK_U_IO_PREP_IO_CMDS
` [PATCH V4 11/27] ublk: handle UBLK_U_IO_COMMIT_IO_CMDS
` [PATCH V4 12/27] ublk: add io events fifo structure
` [PATCH V4 13/27] ublk: add batch I/O dispatch infrastructure
` [PATCH V4 14/27] ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processing
` [PATCH V4 15/27] ublk: abort requests filled in event kfifo
` [PATCH V4 16/27] ublk: add new feature UBLK_F_BATCH_IO
` [PATCH V4 17/27] ublk: document "
` [PATCH V4 18/27] ublk: implement batch request completion via blk_mq_end_request_batch()
` [PATCH V4 19/27] selftests: ublk: fix user_data truncation for tgt_data >= 256
` [PATCH V4 20/27] selftests: ublk: replace assert() with ublk_assert()
` [PATCH V4 21/27] selftests: ublk: add ublk_io_buf_idx() for returning io buffer index
` [PATCH V4 22/27] selftests: ublk: add batch buffer management infrastructure
` [PATCH V4 23/27] selftests: ublk: handle UBLK_U_IO_PREP_IO_CMDS
` [PATCH V4 24/27] selftests: ublk: handle UBLK_U_IO_COMMIT_IO_CMDS
` [PATCH V4 25/27] selftests: ublk: handle UBLK_U_IO_FETCH_IO_CMDS
` [PATCH V4 26/27] selftests: ublk: add --batch/-b for enabling F_BATCH_IO
` [PATCH V4 27/27] selftests: ublk: support arbitrary threads/queues combination
[PATCHv4 0/6] zram: introduce writeback bio batching
2025-11-21 1:55 UTC (4+ messages)
` [PATCHv4 2/6] zram: add writeback batch size device attr
[PATCH v4 0/3] initrd: remove half of classic initrd support
2025-11-20 23:44 UTC (6+ messages)
` [PATCH v4 1/3] init: remove deprecated "load_ramdisk" and "prompt_ramdisk" command line parameters
` [PATCH v4 2/3] initrd: remove deprecated code path (linuxrc)
` [PATCH v4 3/3] init: remove /proc/sys/kernel/real-root-dev
[PATCH V3 0/4] loop: nowait aio bug fixes
2025-11-20 16:07 UTC (5+ messages)
` [PATCH V3 1/4] loop: move kiocb_start_write to aio prep phase
` [PATCH V3 2/4] loop: fix error handling in aio functions
` [PATCH V3 3/4] loop: fix NOWAIT io hang by introducing BD_LOWLEVEL_BIO_FIRST
` [PATCH V3 4/4] blk-mq: fix plug list corruption when queue_rq adds new requests
[PATCH V2 1/2] loop: clear nowait flag in workqueue context
2025-11-20 14:52 UTC (5+ messages)
` [PATCH V2 2/2] zloop: "
[PATCH 00/44] Change a lot of min_t() that might mask high bits
2025-11-20 14:52 UTC (6+ messages)
` [PATCH 12/44] block: use min() instead of min_t()
` (subset) [PATCH 00/44] Change a lot of min_t() that might mask high bits
[PATCHv2 0/2] blktests: add tests with offsets
2025-11-20 14:32 UTC (9+ messages)
` [PATCHv2 1/2] blktests: test direct io offsets
` [PATCHv2 2/2] blktests: test io_uring user metadata offsets
[PATCH v8 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-11-20 13:20 UTC (33+ messages)
` [PATCH v8 05/11] PCI/P2PDMA: Document DMABUF model
` [PATCH v8 06/11] dma-buf: provide phys_vec to scatter-gather mapping routine
` [Linaro-mm-sig] "
` [PATCH v8 10/11] vfio/pci: Add dma-buf export support for MMIO regions
[RFC PATCH 0/8] xfs: single block atomic writes for buffered IO
2025-11-20 12:14 UTC (11+ messages)
[PATCH blktests] scsi/004: add SCSI_PROC_FS requirement
2025-11-20 8:19 UTC (3+ messages)
[PATCH v17 00/47] DEPT(DEPendency Tracker)
2025-11-20 5:14 UTC (7+ messages)
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage
[syzbot] [block?] KMSAN: kernel-infoleak in filemap_read
2025-11-19 21:07 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).