messages from 2025-10-13 20:34:49 to 2025-10-16 02:19:25 UTC [more...]
[PATCH V5 0/6] loop: improve loop aio perf by IOCB_NOWAIT
2025-10-16 2:19 UTC (9+ messages)
` [PATCH V5 1/6] loop: add helper lo_cmd_nr_bvec()
` [PATCH V5 2/6] loop: add helper lo_rw_aio_prep()
` [PATCH V5 3/6] loop: add lo_submit_rw_aio()
` [PATCH V5 4/6] loop: move command blkcg/memcg initialization into loop_queue_work
` [PATCH V5 5/6] loop: try to handle loop aio command via NOWAIT IO first
` [PATCH V5 6/6] loop: add hint for handling aio via IOCB_NOWAIT
[PATCH] blk-mq: fix stale tag depth for shared sched tags in blk_mq_update_nr_requests()
2025-10-16 1:11 UTC (8+ messages)
[PATCH v17 00/47] DEPT(DEPendency Tracker)
2025-10-16 0:46 UTC (12+ messages)
` [PATCH v17 01/47] llist: move llist_{head,node} definition to types.h
` [PATCH v17 28/47] dept: add documentation for dept
[PATCH v5 0/9] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-10-15 21:15 UTC (2+ messages)
[PATCH v17 00/11] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-10-15 19:47 UTC (22+ messages)
` [PATCH v17 01/11] samples: rust: platform: remove trailing commas
` [PATCH v17 02/11] rust_binder: remove trailing comma
` [PATCH v17 03/11] rust_binder: use `kernel::fmt`
` [PATCH v17 04/11] rust_binder: use `core::ffi::CStr` method names
` [PATCH v17 05/11] rnull: use `kernel::fmt`
` [PATCH v17 06/11] rust: alloc: "
` [PATCH v17 07/11] rust: debugfs: "
` [PATCH v17 08/11] rust: pci: "
` [PATCH v17 09/11] rust: remove spurious `use core::fmt::Debug`
` [PATCH v17 10/11] rust: support formatting of foreign types
` [PATCH v17 11/11] rust: replace `CStr` with `core::ffi::CStr`
[PATCH v25 00/20] Improve write performance for zoned UFS devices
2025-10-15 16:35 UTC (27+ messages)
` [PATCH v25 01/20] block: Support block devices that preserve the order of write requests
` [PATCH v25 02/20] blk-mq: Always insert sequential zoned writes into a software queue
` [PATCH v25 03/20] blk-mq: Restore the zone write order when requeuing
` [PATCH v25 04/20] blk-mq: Move the blk_queue_sq_sched() calls
` [PATCH v25 05/20] blk-mq: Run all hwqs for sq scheds if write pipelining is enabled
` [PATCH v25 06/20] block/mq-deadline: Make locking IRQ-safe
` [PATCH v25 07/20] block/mq-deadline: Enable zoned write pipelining
` [PATCH v25 08/20] blk-zoned: Fix a typo in a source code comment
` [PATCH v25 09/20] blk-zoned: Add an argument to blk_zone_plug_bio()
` [PATCH v25 10/20] blk-zoned: Split an if-statement
` [PATCH v25 11/20] blk-zoned: Move code from disk_zone_wplug_add_bio() into its caller
` [PATCH v25 12/20] blk-zoned: Introduce a loop in blk_zone_wplug_bio_work()
` [PATCH v25 13/20] blk-zoned: Document disk_zone_wplug_schedule_bio_work() locking
` [PATCH v25 14/20] blk-zoned: Support pipelining of zoned writes
` [PATCH v25 15/20] null_blk: Add the preserves_write_order attribute
` [PATCH v25 16/20] scsi: core: Retry unaligned zoned writes
` [PATCH v25 17/20] scsi: sd: Increase retry count for "
` [PATCH v25 18/20] scsi: scsi_debug: Add the preserves_write_order module parameter
` [PATCH v25 19/20] scsi: scsi_debug: Support injecting unaligned write errors
` [PATCH v25 20/20] ufs: core: Inform the block layer about write ordering
[syzbot] [block?] possible deadlock in __synchronize_srcu (3)
2025-10-15 15:13 UTC
[PATCH] block: Remove elevator_lock usage from blkg_conf frozen operations
2025-10-15 14:02 UTC (3+ messages)
[bug report] WARNING: possible circular locking dependency detected at pcpu_alloc_noprof+0x8a3/0xd90 and __blk_mq_update_nr_hw_queues+0x76c/0xca0
2025-10-15 12:51 UTC (2+ messages)
[PATCH blktrace v3 00/20] blktrace: Add user-space support for zoned command tracing
2025-10-15 10:56 UTC (21+ messages)
` [PATCH blktrace v3 01/20] blktrace: fix comment for struct blk_trace_setup:
` [PATCH blktrace v3 02/20] blkparse: fix compiler warning
` [PATCH blktrace v3 03/20] blktrace: add definitions for BLKTRACESETUP2
` [PATCH blktrace v3 04/20] blktrace: change size of action to 64 bits
` [PATCH blktrace v3 05/20] blktrace: add definitions for blk_io_trace2
` [PATCH blktrace v3 06/20] blktrace: support protocol version 8
` [PATCH blktrace v3 07/20] blkparse: pass magic to get_magic
` [PATCH blktrace v3 08/20] blkparse: read 'magic' first
` [PATCH blktrace v3 09/20] blkparse: factor out reading of a singe blk_io_trace event
` [PATCH blktrace v3 10/20] blkparse: skip unsupported protocol versions
` [PATCH blktrace v3 11/20] blkparse: make get_pdulen() take the pdu_len
` [PATCH blktrace v3 12/20] blkiomon: read 'magic' first
` [PATCH blktrace v3 13/20] blktrace: pass magic to CHECK_MAGIC macro
` [PATCH blktrace v3 14/20] blktrace: pass magic to verify_trace
` [PATCH blktrace v3 15/20] blktrace: rename trace_to_cpu to bit_trace_to_cpu
` [PATCH blktrace v3 16/20] blkparse: use blk_io_trace2 internally
` [PATCH blktrace v3 17/20] blkparse: natively parse blk_io_trace2
` [PATCH blktrace v3 18/20] blkparse: parse zone (un)plug actions
` [PATCH blktrace v3 19/20] blkparse: add zoned commands to fill_rwbs()
` [PATCH blktrace v3 20/20] blktrace: call BLKTRACESETUP2 ioctl per default to setup a trace
[PATCH v3 00/16] block: add blktrace support for zoned block devi
2025-10-15 10:54 UTC (17+ messages)
` [PATCH v3 01/16] blktrace: only calculate trace length once
` [PATCH v3 02/16] blktrace: factor out recording a blktrace event
` [PATCH v3 03/16] blktrace: split out relaying "
` [PATCH v3 04/16] blktrace: untangle if/else sequence in __blk_add_trace
` [PATCH v3 05/16] blktrace: change the internal action to 64bit
` [PATCH v3 06/16] blktrace: split do_blk_trace_setup into two functions
` [PATCH v3 07/16] blktrace: add definitions for blk_user_trace_setup2
` [PATCH v3 08/16] blktrace: pass blk_user_trace2 to setup functions
` [PATCH v3 09/16] blktrace: add definitions for struct blk_io_trace2
` [PATCH v3 10/16] blktrace: differentiate between blk_io_trace versions
` [PATCH v3 11/16] blktrace: move trace_note to blk_io_trace2
` [PATCH v3 12/16] blktrace: move ftrace blk_io_tracer "
` [PATCH v3 13/16] blktrace: add block trace commands for zone operations
` [PATCH v3 14/16] blktrace: expose ZONE APPEND completions to blktrace
` [PATCH v3 15/16] blktrace: trace zone write plugging operations
` [PATCH v3 16/16] blktrace: handle BLKTRACESETUP2 ioctl
[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
2025-10-15 9:48 UTC (3+ messages)
` [PATCH v2 19/19] rust: regulator: "
[PATCH 00/33 v3] cpuset/isolation: Honour kthreads preferred affinity
2025-10-15 9:43 UTC (19+ messages)
` [PATCH 11/33] cpuset: Provide lockdep check for cpuset lock held
` [PATCH 22/33] kthread: Include unbound kthreads in the managed affinity list
` [PATCH 23/33] kthread: Include kthreadd to "
` [PATCH 24/33] kthread: Rely on HK_TYPE_DOMAIN for preferred affinity management
` [PATCH 25/33] sched: Switch the fallback task allowed cpumask to HK_TYPE_DOMAIN
` [PATCH 26/33] cgroup/cpuset: Fail if isolated and nohz_full don't leave any housekeeping
` [PATCH 27/33] sched/arm64: Move fallback task cpumask to HK_TYPE_DOMAIN
` [PATCH 28/33] kthread: Honour kthreads preferred affinity after cpuset changes
` [PATCH 29/33] kthread: Comment on the purpose and placement of kthread_affine_node() call
` [PATCH 30/33] kthread: Add API to update preferred affinity on kthread runtime
` [PATCH 31/33] kthread: Document kthread_affine_preferred()
` [PATCH 32/33] genirq: Correctly handle preferred kthreads affinity
` [PATCH 33/33] doc: Add housekeeping documentation
[PATCH 0/4] blk-rq-qos: fix possible deadlock
2025-10-15 9:27 UTC (23+ messages)
` [PATCH 1/4] blk-mq-debugfs: warn about "
` [PATCH 2/4] blk-mq-debugfs: factor out a helper blk_mq_debugfs_register_rq_qos()
` [PATCH 3/4] blk-rq-qos: fix possible deadlock
` [PATCH 4/4] blk-mq-debugfs: make blk_mq_debugfs_register_rqos() static
[PATCH 0/4] Properly take MMIO path
2025-10-15 6:44 UTC (12+ messages)
` [PATCH 1/4] blk-mq-dma: migrate to dma_map_phys instead of map_page
` [PATCH 3/4] block-dma: properly take MMIO path
` [PATCH 4/4] nvme-pci: unmap MMIO pages with appropriate interface
[ANNOUNCE] blktests CI trial start
2025-10-15 4:11 UTC
[PATCHv5 0/2] block, nvme: removing virtual boundary mask reliance
2025-10-15 4:08 UTC (6+ messages)
` [PATCHv5 1/2] block: accumulate memory segment gaps per bio
` [PATCHv5 2/2] nvme: remove virtual boundary for sgl capable devices
[PATCH v4] block: plug attempts to batch allocate tags multiple times
2025-10-15 2:20 UTC (4+ messages)
` "
[PATCH v2 for-6.18/block 05/10] blk-mq: cleanup shared tags case in blk_mq_update_nr_requests()
2025-10-15 0:56 UTC (4+ messages)
[PATCH blktests] create a test for direct io offsets
2025-10-14 21:59 UTC (3+ messages)
[PATCH 01/33] PCI: Prepare to protect against concurrent isolated cpuset change
2025-10-14 20:53 UTC (2+ messages)
[PATCH 16/33] PCI: Flush PCI probe workqueue on cpuset isolated partition change
2025-10-14 20:50 UTC (2+ messages)
filemap_* writeback interface cleanups
2025-10-14 20:45 UTC (21+ messages)
` [PATCH 04/10] btrfs: use the local tmp_inode variable in start_delalloc_inodes
` [PATCH 06/10] mm,btrfs: add a filemap_fdatawrite_kick_nr helper
` [PATCH 07/10] mm: remove __filemap_fdatawrite
[PATCH 0/2] block/mq-deadline: Fix BLK_MQ_INSERT_AT_HEAD support
2025-10-14 15:55 UTC (9+ messages)
` [PATCH 1/2] block/mq-deadline: Introduce dd_start_request()
` [PATCH 2/2] block/mq-deadline: Switch back to a single dispatch list
mainline boot fail nvme/block?
2025-10-14 10:18 UTC (7+ messages)
` mainline boot fail nvme/block? [BISECTED]
[PATCH blktests 0/4] throtl: support test with scsi_debug
2025-10-14 7:19 UTC (2+ messages)
[PATCHv4 0/2] block+nvme: removing virtual boundary mask reliance
2025-10-13 21:33 UTC (4+ messages)
` [PATCHv4 1/2] block: accumulate memory segment gaps per bio
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).