messages from 2025-11-14 23:54:48 to 2025-11-18 07:30:13 UTC [more...]
[PATCHv4 0/6] zram: introduce writeback bio batching
2025-11-18 7:29 UTC
[PATCH v2] block/mq-deadline: Remove redundant hctx pointer dereferencing operation
2025-11-18 7:24 UTC (3+ messages)
[PATCH v8 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-11-18 7:11 UTC (5+ messages)
` [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] loop: don't change loop device under exclusive opener in loop_set_status
2025-11-18 7:10 UTC (2+ messages)
add a flag to allow underordered zoned writes
2025-11-18 7:03 UTC (4+ 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
[PATCHv3 0/4] zram: introduce writeback bio batching
2025-11-18 7:00 UTC (13+ messages)
` [PATCHv3 1/4] zram: introduce writeback bio batching support
` [PATCHv3 2/4] zram: add writeback batch size device attr
` [PATCHv3 3/4] zram: take write lock in wb limit store handlers
` [PATCHv3 4/4] zram: drop wb_limit_lock
[PATCH v6 0/2] Fix a recently introduced deadlock
2025-11-18 6:56 UTC (8+ 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] blk-integrity: support arbitrary buffer alignment
2025-11-18 6:45 UTC (2+ messages)
[PATCH RESEND] lib/group_cpus: make group CPU cluster aware
2025-11-18 6:29 UTC (7+ messages)
[PATCH] drbd: add missing kernel-doc for peer_device parameter
2025-11-18 6:09 UTC (2+ messages)
[PATCH RESEND v5 0/7] blk-mq: introduce new queue attribute async_depth
2025-11-18 5:56 UTC (11+ messages)
` [PATCH RESEND v5 1/7] block: convert nr_requests to unsigned int
` [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 RESEND v5 4/7] kyber: covert to use request_queue->async_depth
` [PATCH RESEND v5 5/7] mq-deadline: "
` [PATCH RESEND v5 6/7] block, bfq: convert "
` [PATCH RESEND v5 7/7] blk-mq: add documentation for new queue attribute async_dpeth
[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 1/2] loop: respect REQ_NOWAIT for memory allocation
2025-11-18 5:21 UTC (8+ messages)
` [PATCH 2/2] zloop: "
[PATCH v2 0/2] block: Generalize physical entry definition
2025-11-18 5:18 UTC (7+ 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 v2 0/1] nvme: Convert tag_list mutex to rwsemaphore to avoid deadlock
2025-11-18 5:02 UTC (15+ messages)
` [PATCH v2 1/1] "
[PATCH v6] block: plug attempts to batch allocate tags multiple times
2025-11-17 10:22 UTC (3+ messages)
[PATCH V3 00/27] ublk: add UBLK_F_BATCH_IO
2025-11-18 2:38 UTC (19+ messages)
` [PATCH V3 01/27] kfifo: add kfifo_alloc_node() helper for NUMA awareness
` [PATCH V3 04/27] ublk: refactor auto buffer register in ublk_dispatch_req()
` [PATCH V3 05/27] ublk: pass const pointer to ublk_queue_is_zoned()
` [PATCH V3 06/27] ublk: add helper of __ublk_fetch()
` [PATCH V3 08/27] ublk: prepare for not tracking task context for command batch
` [PATCH V3 09/27] ublk: add new batch command UBLK_U_IO_PREP_IO_CMDS & UBLK_U_IO_COMMIT_IO_CMDS
[PATCH] zram: fixup "introduce writeback bio batching support"
2025-11-18 2:19 UTC
[PATCH] block: remove the declaration of elevator_init_mq function
2025-11-18 1:54 UTC (2+ messages)
[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 (18+ messages)
` [PATCH RESEND 1/5] block/blk-rq-qos: add a new helper rq_qos_add_freezed()
` [PATCH RESEND 2/5] blk-wbt: fix incorrect lock order for rq_qos_mutex and freeze queue
` [PATCH RESEND 3/5] blk-iocost: "
` [PATCH RESEND 4/5] blk-iolatency: "
` [PATCH RESEND 5/5] block/blk-rq-qos: cleanup rq_qos_add()
[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
[RFC PATCH 0/8] xfs: single block atomic writes for buffered IO
2025-11-17 20:51 UTC (9+ messages)
[PATCH] block: rate-limit capacity change info log
2025-11-17 18:30 UTC (4+ messages)
[PATCH v7 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-11-17 17:16 UTC (5+ messages)
[PATCH v5 0/4] uaccess: Prepare for masked user access on powerpc
2025-11-17 16:43 UTC (5+ messages)
` [PATCH v5 1/4] iov_iter: Convert copy_from_user_iter() to masked user access
` [PATCH v5 2/4] iov_iter: Add missing speculation barrier to copy_from_user_iter()
` [PATCH v5 3/4] scm: Convert put_cmsg() to scoped user access
` [PATCH v5 4/4] lib/strn*,uaccess: Use masked_user_{read/write}_access_begin when required
[PATCH 0/6] zloop fixes and improvements
2025-11-17 16:42 UTC (8+ messages)
` [PATCH 1/6] zloop: make the write pointer of full zones invalid
` [PATCH 2/6] zloop: fail zone append operations that are targeting full zones
` [PATCH 3/6] zloop: simplify checks for writes to sequential zones
` [PATCH 4/6] zloop: introduce the zone_append configuration parameter
` [PATCH 5/6] zloop: introduce the ordered_zone_append "
` [PATCH 6/6] Documentation: admin-guide: blockdev: update zloop parameters
[PATCH v2 0/3] block/blk-throttle: Fix throttle slice time for SSDs
2025-11-17 16:42 UTC (8+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] block/blk-throttle: drop unneeded blk_stat_enable_accounting
` [PATCH v2 3/3] block/blk-throttle: Remove throtl_slice from struct throtl_data
[PATCH] block: consider discard merge last
2025-11-17 16:42 UTC (3+ messages)
[PATCH] fix floppy for PAGE_SIZE != 4KB
2025-11-17 15:23 UTC (8+ messages)
[PATCH] fix floppy for PAGE_SIZE != 4KB
2025-11-17 15:23 UTC (2+ messages)
[PATCH v13 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
2025-11-17 10:08 UTC (5+ messages)
` [PATCH v13 1/4] rust: types: Add Ownable/Owned types
` [PATCH v13 2/4] rust: `AlwaysRefCounted` is renamed to `RefCounted`
` [PATCH v13 3/4] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v13 4/4] rust: Add `OwnableRefCounted`
[PATCH v4 00/10] powerpc: Implement masked user access
2025-11-17 7:11 UTC (7+ messages)
` [PATCH v4 02/10] uaccess: Add speculation barrier to copy_from_user_iter()
` [PATCH v4 03/10] uaccess: Use masked_user_{read/write}_access_begin when required
[PATCH] nvme: Convert tag_list mutex to rwsemaphore to avoid deadlock
2025-11-17 2:30 UTC (7+ messages)
[PATCH 0/2] block: Generalize physical entry definition
2025-11-16 7:14 UTC (9+ messages)
` [PATCH 1/2] nvme-pci: Use size_t for length fields to handle larger sizes
` [PATCH 2/2] types: move phys_vec definition to common header
[PATCH RESEND v4 0/7] blk-mq: introduce new queue attribute async_depth
2025-11-16 3:45 UTC (2+ messages)
[PATCH RESEND v4 7/7] blk-mq: add documentation for new queue attribute async_dpeth
2025-11-16 3:20 UTC
[PATCH RESEND v4 6/7] block, bfq: convert to use request_queue->async_depth
2025-11-16 3:20 UTC
[PATCH RESEND v4 5/7] mq-deadline: covert to use request_queue->async_depth
2025-11-16 3:20 UTC
[PATCH RESEND v4 3/7] blk-mq: add a new queue sysfs attribute async_depth
2025-11-16 3:20 UTC
[PATCH RESEND v4 4/7] kyber: covert to use request_queue->async_depth
2025-11-16 3:20 UTC
[PATCH RESEND v4 2/7] blk-mq-sched: unify elevators checking for async requests
2025-11-16 3:20 UTC
[PATCH RESEND v4 1/7] block: convert nr_requests to unsigned int
2025-11-16 3:20 UTC
[PATCH 2/5] blk-wbt: fix incorrect lock order for rq_qos_mutex and freeze queue
2025-11-16 2:41 UTC
[PATCH 4/5] blk-iolatency: fix incorrect lock order for rq_qos_mutex and freeze queue
2025-11-16 2:41 UTC
[PATCH 5/5] block/blk-rq-qos: cleanup rq_qos_add()
2025-11-16 2:41 UTC
[PATCH 3/5] blk-iocost: fix incorrect lock order for rq_qos_mutex and freeze queue
2025-11-16 2:41 UTC
[PATCH 1/5] block/blk-rq-qos: add a new helper rq_qos_add_freezed()
2025-11-16 2:41 UTC
[PATCH 0/5] block/blk-rq-qos: fix incorrect lock order for rq_qos_mutex and freeze queue
2025-11-16 2:41 UTC
[PATCHv2 0/4] zram: introduce writeback bio batching
2025-11-15 3:42 UTC (7+ messages)
` [PATCHv2 1/4] zram: introduce writeback bio batching support
[syzbot] [block?] general protection fault in zcomp_stream_get
2025-11-15 2:37 UTC (2+ messages)
[PATCH 0/2] block/blk-throttle: Fix throttle slice time for SSDs
2025-11-15 0:30 UTC (7+ messages)
` [PATCH 1/2] "
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).