messages from 2025-09-28 01:55:08 to 2025-10-03 07:29:12 UTC [more...]
[PATCH v2 00/15] block: add blktrace support for zoned block device commands
2025-10-03 7:29 UTC (32+ messages)
` [PATCH v2 01/15] blktrace: only calculate trace length once
` [PATCH v2 02/15] blktrace: factor out recording a blktrace event
` [PATCH v2 03/15] blktrace: split out relaying "
` [PATCH v2 04/15] blktrace: untangle if/else sequence in __blk_add_trace
` [PATCH v2 05/15] blktrace: change the internal action to 64bit
` [PATCH v2 06/15] blktrace: split do_blk_trace_setup into two functions
` [PATCH v2 07/15] blktrace: add definitions for blk_user_trace_setup2
` [PATCH v2 08/15] blktrace: pass blk_user_trace2 to setup functions
` [PATCH v2 09/15] blktrace: add definitions for struct blk_io_trace2
` [PATCH v2 10/15] blktrace: differentiate between blk_io_trace versions
` [PATCH v2 11/15] blktrace: add block trace commands for zone operations
` [PATCH v2 12/15] blktrace: expose ZONE APPEND completions to blktrace
` [PATCH v2 13/15] blktrace: trace zone management operations
` [PATCH v2 14/15] blktrace: trace zone write plugging operations
` [PATCH v2 15/15] blktrace: handle BLKTRACESETUP2 ioctl
[PATCH V4 0/6] loop: improve loop aio perf by IOCB_NOWAIT
2025-10-03 7:06 UTC (15+ messages)
` [PATCH V4 1/6] loop: add helper lo_cmd_nr_bvec()
` [PATCH V4 2/6] loop: add helper lo_rw_aio_prep()
` [PATCH V4 3/6] loop: add lo_submit_rw_aio()
` [PATCH V4 4/6] loop: move command blkcg/memcg initialization into loop_queue_work
` [PATCH V4 5/6] loop: try to handle loop aio command via NOWAIT IO first
` [PATCH V4 6/6] loop: add hint for handling aio via IOCB_NOWAIT
` [syzbot ci] Re: loop: improve loop aio perf by IOCB_NOWAIT
[PATCH v17 00/47] DEPT(DEPendency Tracker)
2025-10-03 6:55 UTC (62+ messages)
` [PATCH v17 01/47] llist: move llist_{head,node} definition to types.h
` [PATCH v17 02/47] dept: implement DEPT(DEPendency Tracker)
` [PATCH v17 03/47] dept: add single event dependency tracker APIs
` [PATCH v17 04/47] dept: add lock "
` [PATCH v17 05/47] dept: tie to lockdep and IRQ tracing
` [PATCH v17 06/47] dept: add proc knobs to show stats and dependency graph
` [PATCH v17 07/47] dept: distinguish each kernel context from another
` [PATCH v17 08/47] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
` [PATCH v17 09/47] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v17 10/47] dept: distinguish each work from another
` [PATCH v17 11/47] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v17 12/47] dept: record the latest one out of consecutive waits of the same class
` [PATCH v17 13/47] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v17 14/47] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v17 15/47] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v17 16/47] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v17 17/47] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v17 18/47] dept: track timeout waits separately with a new Kconfig
` [PATCH v17 19/47] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v17 20/47] dept: apply timeout consideration to swait
` [PATCH v17 21/47] dept: apply timeout consideration to waitqueue wait
` [PATCH v17 22/47] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v17 23/47] dept: apply timeout consideration to dma fence wait
` [PATCH v17 24/47] dept: make dept able to work with an external wgen
` [PATCH v17 25/47] dept: track PG_locked with dept
` [PATCH v17 26/47] dept: print staged wait's stacktrace on report
` [PATCH v17 27/47] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v17 28/47] dept: add documentation for dept
` [PATCH v17 29/47] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v17 30/47] fs/jbd2: use a weaker annotation in journal handling
` [PATCH v17 31/47] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v17 32/47] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v17 33/47] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v17 34/47] dept: make dept stop from working on debug_locks_off()
` [PATCH v17 35/47] i2c: rename wait_for_completion callback to wait_for_completion_cb
` [PATCH v17 36/47] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v17 37/47] completion, dept: introduce init_completion_dmap() API
` [PATCH v17 38/47] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v17 39/47] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v17 40/47] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v17 41/47] dept: implement a basic unit test for dept
` [PATCH v17 42/47] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v17 43/47] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v17 45/47] dept: track PG_writeback with dept
` [PATCH v17 46/47] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v17 47/47] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE
[PATCH RESEND] block/mq-deadline: adjust the timeout period of the per_prio->dispatch
2025-10-03 4:19 UTC (4+ messages)
[PATCH] block: Update a comment of disk statistics
2025-10-02 21:30 UTC (2+ messages)
[PATCH v2] loop: fix backing file reference leak on validation error
2025-10-02 21:30 UTC (2+ messages)
[PATCH 0/7] blk-mq: introduce new queue attribute async_depth
2025-10-02 18:56 UTC (12+ messages)
` [PATCH 1/7] block: convert nr_requests to unsigned int
` [PATCH 2/7] blk-mq-sched: unify elevators checking for async requests
` [PATCH 3/7] blk-mq: add a new queue sysfs attribute async_depth
` [PATCH 4/7] kyber: covert to use request_queue->async_depth
` [PATCH 5/7] mq-deadline: "
` [PATCH 6/7] block, bfq: convert "
` [PATCH 7/7] blk-mq: add documentation for new queue attribute async_dpeth
[GIT PULL] Block changes for 6.18-rc1
2025-10-02 17:49 UTC (4+ messages)
[PATCHv8 0/3] block: move sched_tags allocation/de-allocation outside of locking context
2025-10-02 16:54 UTC (8+ messages)
` [PATCHv8 2/3] block: fix lockdep warning caused by lock dependency in elv_iosched_store
` [6.16.9 / 6.17.0 PANIC REGRESSION] "
blktests failures with v6.17 kernel
2025-10-02 10:35 UTC
[PATCH 5.10 000/122] 5.10.245-rc1 review
2025-10-01 12:22 UTC (6+ messages)
[PATCH v4 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-10-01 11:39 UTC (24+ messages)
` [PATCH v4 01/10] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v4 02/10] PCI/P2PDMA: Simplify bus address mapping API
` [PATCH v4 03/10] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
` [PATCH v4 04/10] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH v4 05/10] types: move phys_vec definition to common header
` [PATCH v4 06/10] vfio: Export vfio device get and put registration helpers
` [PATCH v4 07/10] vfio/pci: Add dma-buf export config for MMIO regions
` [PATCH v4 08/10] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v4 09/10] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v4 10/10] vfio/pci: Add dma-buf export support for MMIO regions
[bug-report] NULL pointer dereference in __drbd_change_sync()
2025-10-01 10:26 UTC
[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
2025-10-01 9:29 UTC (6+ messages)
` [PATCH v2 18/19] rust: io: "
` [PATCH v2 19/19] rust: regulator: "
[PATCH] block: Fix typo in doc comments
2025-10-01 9:12 UTC
[PATCH v12 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
2025-10-01 9:04 UTC (5+ messages)
` [PATCH v12 1/4] rust: types: Add Ownable/Owned types
` [PATCH v12 2/4] `AlwaysRefCounted` is renamed to `RefCounted`
` [PATCH v12 3/4] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v12 4/4] rust: Add `OwnableRefCounted`
[PATCH blktrace v2 00/22] blktrace: Add user-space support for zoned command tracing
2025-10-01 7:53 UTC (11+ messages)
` [PATCH blktrace v2 01/22] blktrace: fix comment for struct blk_trace_setup:
` [PATCH blktrace v2 02/22] blkparse: fix compiler warning
` [PATCH blktrace v2 03/22] blktrace: add definitions for BLKTRACESETUP2
` [PATCH blktrace v2 04/22] blktrace: change size of action to 64 bits
` [PATCH blktrace v2 05/22] blktrace: add definitions for blk_io_trace2
[PATCH 6.6.y] loop: Avoid updating block size under exclusive owner
2025-09-30 11:03 UTC (5+ messages)
[PATCH 6.12 stable] pktcdvd: Handle bio_split() failure
2025-09-30 7:34 UTC (2+ messages)
[PATCH blktests] md/004: add unmap write zeroes tests
2025-09-30 6:32 UTC (4+ messages)
[PATCH v3] block: plug attempts to batch allocate tags multiple times
2025-09-30 1:11 UTC (2+ messages)
[PATCH blktests] md/rc: use --run option instead of "echo y"
2025-09-30 0:23 UTC (2+ messages)
[PATCH] loop: fix backing file reference leak on validation error
2025-09-30 0:05 UTC (10+ messages)
[PATCH v5 00/14] fuse: use iomap for buffered reads + readahead
2025-09-29 9:38 UTC (2+ messages)
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-09-29 9:13 UTC (3+ messages)
` [PATCH-RFC] init: simplify initrd code (was Re: [PATCH RESEND 00/62] initrd: remove classic initrd support)
[PATCH 00/10] blk-cgroup: don't use queue_lock for protection and fix deadlock
2025-09-29 1:02 UTC (7+ messages)
` [PATCH 01/10] blk-cgroup: use cgroup lock and rcu to protect iterating blkcg blkgs
[syzbot] [block?] [trace?] INFO: task hung in blk_trace_setup (4)
2025-09-28 20:12 UTC (2+ messages)
[BUG] Double-free in blk_mq_free_sched_tags() after commit f5a6604f7a44
2025-09-28 15:09 UTC (4+ messages)
[PATCH blktests] check: print device names provided to test_device_array()
2025-09-28 8:15 UTC
[PATCH v2 03/10] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
2025-09-28 8:15 UTC (11+ messages)
[PATCH] block: Kconfig: Fix indentation
2025-09-28 6:28 UTC
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).