messages from 2025-11-17 18:30:56 to 2025-11-19 13:37:10 UTC [more...]
[PATCH v8 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-11-19 13:37 UTC (32+ 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 07/11] vfio: Export vfio device get and put registration helpers
` [PATCH v8 08/11] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v8 09/11] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v8 10/11] vfio/pci: Add dma-buf export support for MMIO regions
` [PATCH v8 11/11] vfio/nvgrace: Support get_dmabuf_phys
[PATCH v2 0/2] block: Generalize physical entry definition
2025-11-19 13:36 UTC (12+ messages)
` [PATCH v2 1/2] nvme-pci: Use size_t for length fields to handle larger sizes
` [PATCH v2 2/2] types: move phys_vec definition to common header
[PATCH 0/3] loop: nowait aio bug fixes
2025-11-19 12:45 UTC (5+ messages)
` [PATCH 1/3] loop: move kiocb_start_write to aio prep phase
` [PATCH 2/3] loop: fix error handling in aio functions
` [PATCH 3/3] loop: disable writeback throttling and fix nowait support
[PATCH V2 0/3] loop: nowait aio bug fixes
2025-11-19 12:09 UTC (4+ messages)
` [PATCH V2 1/3] loop: move kiocb_start_write to aio prep phase
` [PATCH V2 2/3] loop: fix error handling in aio functions
` [PATCH V2 3/3] loop: disable writeback throttling and fix nowait support
[PATCH v17 00/47] DEPT(DEPendency Tracker)
2025-11-19 10:53 UTC (3+ messages)
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage
[PATCH V3 00/27] ublk: add UBLK_F_BATCH_IO
2025-11-19 9:56 UTC (11+ messages)
` [PATCH V3 09/27] ublk: add new batch command UBLK_U_IO_PREP_IO_CMDS & UBLK_U_IO_COMMIT_IO_CMDS
` [PATCH V3 10/27] ublk: handle UBLK_U_IO_PREP_IO_CMDS
[PATCH] zram: fixup "introduce writeback bio batching support"
2025-11-19 9:46 UTC
[bug report] zram: introduce writeback bio batching support
2025-11-19 9:41 UTC (4+ messages)
[PATCH] fix floppy for PAGE_SIZE != 4KB
2025-11-19 9:39 UTC (13+ messages)
[PATCH] nbd: restrict sockets to TCP and UDP
2025-11-19 9:10 UTC (4+ messages)
` Userland used in writeback path was "
[PATCH] zloop: fix zone append check in zloop_rw()
2025-11-19 9:01 UTC (3+ messages)
PROBLEM: errors mounting /dev/fd0 on sparc64 (regression)
2025-11-19 8:48 UTC (2+ messages)
[PATCH 0/2] Update MAINTAINERS file
2025-11-19 8:04 UTC (8+ messages)
` [PATCH 1/2] MAINTAINERS: add missing block layer user API header files
` [PATCH 2/2] MAINTAINERS: add a maintainer for zoned block device support
add a flag to allow underordered zoned writes
2025-11-19 7:58 UTC (9+ messages)
` [PATCH 1/3] block: add a bio_list_add_sorted helper
` [PATCH 2/3] block: add a REQ_ZWPLUG_UNORDERED flag
` [PATCH 3/3] dm-kcopyd: use REQ_ZWPLUG_UNORDERED
[bug report] kernel BUG at mm/hugetlb.c:5868! triggered by blktests nvme/tcp nvme/029
2025-11-19 7:49 UTC (4+ messages)
[PATCH RESEND 2/5] blk-wbt: fix incorrect lock order for rq_qos_mutex and freeze queue
2025-11-19 6:55 UTC (2+ messages)
[PATCH 1/2] loop: clear REQ_NOWAIT before workqueue submission
2025-11-19 5:41 UTC (4+ messages)
` [PATCH 2/2] zloop: "
[PATCH v4] zram: Fix the issue that the write - back limits might overflow
2025-11-19 4:13 UTC
[PATCH v3] zram: Fix the issue that the write - back limits might overflow
2025-11-19 4:09 UTC (2+ messages)
[PATCH RESEND] lib/group_cpus: make group CPU cluster aware
2025-11-19 1:52 UTC (8+ messages)
[RFC PATCH] block: change __blkdev_issue_discard() return type to void
2025-11-19 1:48 UTC (3+ messages)
[PATCH 1/2] loop: respect REQ_NOWAIT for memory allocation
2025-11-19 0:39 UTC (8+ messages)
[RFC PATCH 0/8] xfs: single block atomic writes for buffered IO
2025-11-18 23:30 UTC (15+ messages)
` [RFC PATCH 2/8] mm: Add PG_atomic
[PATCH] block: remove the declaration of elevator_init_mq function
2025-11-18 23:27 UTC (3+ messages)
[PATCH] blk-integrity: support arbitrary buffer alignment
2025-11-18 21:26 UTC (3+ messages)
[PATCH v2 0/1] nvme: Convert tag_list mutex to rwsemaphore to avoid deadlock
2025-11-18 17:59 UTC (16+ messages)
` [PATCH v2 1/1] "
[PATCH v2] zram: Fix the issue that the write - back limits might overflow
2025-11-18 17:58 UTC (2+ messages)
[PATCH v6 0/2] Fix a recently introduced deadlock
2025-11-18 15:38 UTC (9+ messages)
` [PATCH v6 1/2] fs: Add the __data_racy annotation to backing_dev_info.ra_pages
` [PATCH v6 2/2] block: Remove queue freezing from several sysfs store callbacks
[PATCH v7 RESEND] block: plug attempts to batch allocate tags multiple times
2025-11-18 15:38 UTC (2+ messages)
[PATCH V5 0/6] loop: improve loop aio perf by IOCB_NOWAIT
2025-11-18 15:38 UTC (3+ messages)
[PATCH] drbd: turn bitmap I/O comments into regular block comments
2025-11-18 15:38 UTC (3+ messages)
nvme discard issue
2025-11-18 15:38 UTC (5+ messages)
[PATCH v7 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-11-18 14:59 UTC (7+ messages)
[PATCH v5 0/4] uaccess: Prepare for masked user access on powerpc
2025-11-18 14:29 UTC (2+ messages)
[PATCH] lib/sbitmap: add an helper of sbitmap_find_bits_in_word
2025-11-18 8:39 UTC (2+ messages)
[PATCH] drbd: add missing kernel-doc for peer_device parameter
2025-11-18 9:09 UTC (3+ messages)
[PATCH] zram: Fix the issue that the write - back limits might overflow
2025-11-18 8:21 UTC (4+ messages)
[PATCHv4 0/6] zram: introduce writeback bio batching
2025-11-18 7:30 UTC (7+ messages)
` [PATCHv4 1/6] zram: introduce writeback bio batching support
` [PATCHv4 2/6] zram: add writeback batch size device attr
` [PATCHv4 3/6] zram: take write lock in wb limit store handlers
` [PATCHv4 4/6] zram: drop wb_limit_lock
` [PATCHv4 5/6] zram: rework bdev block allocation
` [PATCHv4 6/6] zram: read slot block idx under slot lock
[PATCH v2] block/mq-deadline: Remove redundant hctx pointer dereferencing operation
2025-11-18 7:24 UTC (3+ messages)
[PATCH] loop: don't change loop device under exclusive opener in loop_set_status
2025-11-18 7:10 UTC (2+ messages)
[PATCHv3 0/4] zram: introduce writeback bio batching
2025-11-18 7:00 UTC (3+ messages)
` [PATCHv3 1/4] zram: introduce writeback bio batching support
[PATCH RESEND v5 0/7] blk-mq: introduce new queue attribute async_depth
2025-11-18 5:56 UTC (6+ messages)
` [PATCH RESEND v5 2/7] blk-mq-sched: unify elevators checking for async requests
` [PATCH RESEND v5 3/7] blk-mq: add a new queue sysfs attribute async_depth
[PATCH blktests] create a test for direct io offsets
2025-11-18 5:54 UTC (8+ messages)
[PATCH v7] block: plug attempts to batch allocate tags multiple times
2025-11-18 5:17 UTC (2+ messages)
[PATCH v6] block: plug attempts to batch allocate tags multiple times
2025-11-17 10:22 UTC (2+ messages)
[PATCHv3 1/4] zram: introduce writeback bio batching support
2025-11-18 3:48 UTC (7+ messages)
[PATCH] zram: fixup "introduce writeback bio batching support"
2025-11-18 2:19 UTC
[PATCH RESEND 0/5] block/blk-rq-qos: fix incorrect lock order for rq_qos_mutex and freeze queue
2025-11-17 23:32 UTC (3+ messages)
` [PATCH RESEND 1/5] block/blk-rq-qos: add a new helper rq_qos_add_freezed()
[PATCH v2 0/5] Increase SCSI IOPS
2025-11-17 22:52 UTC (6+ messages)
` [PATCH v2 1/5] block: Rename busy_tag_iter_fn into blk_mq_rq_iter_fn
` [PATCH v2 2/5] block: Introduce __blk_mq_tagset_iter()
` [PATCH v2 3/5] block: Introduce blk_mq_tagset_iter()
` [PATCH v2 4/5] scsi: core: Generalize scsi_device_busy()
` [PATCH v2 5/5] scsi: core: Improve IOPS in case of host-wide tags
[PATCH] block: rate-limit capacity change info log
2025-11-17 18:30 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).