messages from 2026-07-06 02:53:38 to 2026-07-09 15:16:41 UTC [more...]
[PATCH] badblocks: fix infinite loop due to incorrect rounding and overflow
2026-07-09 15:16 UTC (7+ messages)
` [PATCH v5] "
` [PATCH v6 0/2] badblocks: fix infinite loop and validate sector range/shift
` [PATCH v6 1/2] badblocks: fix in-place round_up/round_down usage bug
` [PATCH v6 2/2] badblocks: validate sector range and shift before rounding
[PATCH] fs: report direct io constraints through file_getattr
2026-07-09 13:46 UTC (4+ messages)
[PATCH v2] xen-blkfront: fix double completion of split requests on resume
2026-07-09 10:27 UTC (2+ messages)
[PATCH V4 0/9] null_blk: fix init/exit races and memleaks
2026-07-09 10:04 UTC (10+ messages)
` [PATCH V4 1/9] null_blk: use DEFINE_MUTEX for the file-scope mutex
` [PATCH V4 2/9] null_blk: register configfs subsystem after creating default devices
` [PATCH V4 3/9] null_blk: move unregister_blkdev() after destroying dev in null_exit()
` [PATCH V4 4/9] null_blk: free global tag_set on init error path
` [PATCH V4 5/9] null_blk: free zones array on device power-off
` [PATCH V4 6/9] null_blk: clean up null_del_dev() to use cached dev pointer
` [PATCH V4 7/9] null_blk: reject per-device queue resize for shared tag set
` [PATCH V4 8/9] null_blk: serialize configfs attribute stores with device setup
` [PATCH V4 9/9] null_blk: serialize configfs attribute shows with the file-scope lock
[RFC PATCH v1 00/17] blk-cgroup: protect blkgs with blkcg_mutex
2026-07-09 10:08 UTC (16+ messages)
` [RFC PATCH v1 01/17] nvme-multipath: retarget failedover bios from requeue work
` [RFC PATCH v1 05/17] block: add bio_alloc_atomic() for atomic bio users
` [RFC PATCH v1 06/17] blk-cgroup: support non-blocking bio association
` [RFC PATCH v1 07/17] block: support non-blocking bio allocation with a bdev
` [RFC PATCH v1 15/17] blk-cgroup: remove blkg radix tree preloading
[PATCH] block: rust: fix `Send` bound for `GenDisk`
2026-07-09 10:00 UTC
[PATCH 0/2] Bring includes in linux/kmod.h up to date
2026-07-09 9:49 UTC (5+ messages)
` [PATCH 1/2] umh, treewide: Explicitly include linux/umh.h where needed
` [PATCH 2/2] module: Bring includes in linux/kmod.h up to date
[PATCH v8 0/1] block/blk-mq: use atomic_t for quiesce_depth to avoid lock contention on RT
2026-07-09 6:38 UTC (2+ messages)
` [PATCH v8 1/1] "
[PATCH v2] block: try slab allocation in bio_alloc_bioset() before mempool
2026-07-09 4:48 UTC (2+ messages)
[PATCH v2 0/2] scsi: sg: validate and clean up scatter_elem_sz handling
2026-07-09 4:32 UTC (3+ messages)
` [PATCH v2 1/2] scsi: sg: validate scatter_elem_sz module parameter
` [PATCH v2 2/2] scsi: sg: clean up scatter_elem_sz handling and module param permissions
[PATCH blktests] nvme/039: drain udev events before passthru error injection
2026-07-09 3:22 UTC (4+ messages)
[PATCH V3 0/6] null_blk: fix init/exit races and memleaks
2026-07-09 2:17 UTC (13+ messages)
` [PATCH V3 1/6] null_blk: use DEFINE_MUTEX for the file-scope mutex
` [PATCH V3 2/6] null_blk: register configfs subsystem after creating default devices
` [PATCH V3 3/6] null_blk: move unregister_blkdev() after destroying dev in null_exit()
` [PATCH V3 4/6] null_blk: free global tag_set on init error path
` [PATCH V3 5/6] null_blk: serialize configfs attribute stores with device setup
` [PATCH V3 6/6] null_blk: mark racy configfs attribute accesses with READ_ONCE/WRITE_ONCE
[PATCH] block: fix bio_alloc_bioset() percpu cache fallback for non-reclaim contexts
2026-07-09 1:21 UTC (5+ messages)
[PATCH] scsi: sg: validate and round up scatter_elem_sz module parameter
2026-07-09 0:59 UTC (3+ messages)
blktests: call for agreement to relicense GPL-2.0 files
2026-07-09 0:50 UTC (7+ messages)
[PATCH 1/2] dm-io: clone the source bio instead of copying its biovec
2026-07-08 23:24 UTC (7+ messages)
` [PATCH 2/2] dm-raid1: don't fail the mirror for invalid I/O errors
[PATCH 6.12.y 1/2] block: add a store_limit operations for sysfs entries
2026-07-08 16:18 UTC (3+ messages)
` [PATCH 6.12.y 2/2] block: fix queue freeze vs limits lock order in sysfs store methods
[PATCH] floppy: unregister platform device on add_disk failure
2026-07-08 10:57 UTC
[PATCH] block: rnull: use vertical import style
2026-07-08 7:40 UTC (2+ messages)
[PATCH] blk-cgroup: clear blkg->pd[] with WRITE_ONCE() in blkcg_deactivate_policy()
2026-07-08 5:59 UTC (4+ messages)
[PATCH] blk-iolatency: flush enable work after policy deactivation
2026-07-08 5:03 UTC (3+ messages)
[PATCH v19 00/40] DEPT(DEPendency Tracker)
2026-07-07 14:18 UTC (44+ messages)
` [PATCH v19 01/40] dept: implement "
` [PATCH v19 02/40] dept: add single event dependency tracker APIs
` [PATCH v19 03/40] dept: add lock "
` [PATCH v19 04/40] dept: tie to lockdep and IRQ tracing
` [PATCH v19 05/40] dept: add proc knobs to show stats and dependency graph
` [PATCH v19 06/40] dept: distinguish each kernel context from another
` [PATCH v19 07/40] dept: distinguish each work "
` [PATCH v19 08/40] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v19 09/40] dept: record the latest one out of consecutive waits of the same class
` [PATCH v19 10/40] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v19 11/40] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v19 12/40] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v19 13/40] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v19 14/40] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v19 15/40] dept: track timeout waits separately with a new Kconfig
` [PATCH v19 16/40] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v19 17/40] dept: apply timeout consideration to swait
` [PATCH v19 18/40] dept: apply timeout consideration to waitqueue wait
` [PATCH v19 19/40] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v19 20/40] dept: apply timeout consideration to dma fence wait
` [PATCH v19 21/40] dept: make dept able to work with an external wgen
` [PATCH v19 22/40] dept: track PG_locked with dept
` [PATCH v19 23/40] dept: print staged wait's stacktrace on report
` [PATCH v19 24/40] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v19 25/40] dept: add documents for dept
` [PATCH v19 26/40] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v19 27/40] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v19 28/40] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v19 29/40] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v19 30/40] dept: make dept stop from working on debug_locks_off()
` [PATCH v19 31/40] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v19 32/40] completion, dept: introduce init_completion_dmap() API
` [PATCH v19 33/40] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v19 34/40] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v19 35/40] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v19 36/40] dept: track PG_writeback with dept
` [PATCH v19 37/40] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v19 38/40] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE
` [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()
` [PATCH v19 40/40] dept: implement a basic unit test for dept
[PATCH v2 00/83] block: rnull: complete the rust null block driver
2026-07-07 13:45 UTC (4+ messages)
` [PATCH v2 10/83] block: rust: allow `hrtimer::Timer` in `RequestData`
[PATCH v19 0/8] rust: add `Ownable` trait and `Owned` type
2026-07-07 13:04 UTC (5+ messages)
` [PATCH v19 3/8] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v19 4/8] rust: page: convert to `Ownable`
[PATCH] blk-ioprio: fix stale prio_policy kernel-doc
2026-07-07 12:21 UTC
[PATCH] blk-cgroup: fix blkg_rwstat_recursive_sum() locking kernel-doc
2026-07-07 12:19 UTC
[PATCH 1/2] nbd: replace wait_for_reconnect with non-blocking retry
2026-07-07 10:27 UTC (2+ messages)
` [PATCH 2/2] nbd: detect management process exit via netlink notifier
[PATCH V2 0/6] null_blk: fix init/exit races, leaks and cleanup
2026-07-07 8:24 UTC (19+ messages)
` [PATCH V2 1/6] null_blk: use DEFINE_MUTEX for the file-scope mutex
` [PATCH V2 2/6] null_blk: give the file-scope mutex a descriptive name
` [PATCH V2 3/6] null_blk: register configfs subsystem after creating default devices
` [PATCH V2 4/6] null_blk: move unregister_blkdev() after destroying dev in null_exit()
` [PATCH V2 5/6] null_blk: don't locklessly overwrite dev state after apply_fn
` [PATCH V2 6/6] null_blk: free global tag_set on init error path
[PATCH] xen-blkfront: fix double completion of split requests on resume
2026-07-07 7:48 UTC (2+ messages)
[PATCH 1/3] zram: fix zstd dict use-after-free on per-CPU error path
2026-07-07 7:19 UTC (2+ messages)
[RFC PATCH 0/6] sbitmap enforced fairness for blk-mq
2026-07-06 18:26 UTC (9+ messages)
` [RFC PATCH 1/6] lib/sbitmap: add ranged allocation, bounded wakeup relay, and ranged weight
` [RFC PATCH 2/6] blk-mq: replace shared-tag fairness counter with allocation windows
` [RFC PATCH 3/6] blk-mq: factor out a per-hctx tag busy iterator
` [RFC PATCH 4/6] blk-mq: add a shared zone to tag fairness
` [RFC PATCH 5/6] blk-mq: cache shared-tag fairness windows
` [RFC PATCH 6/6] scsi: add shared-tag fairness to host_tagset drivers
[PATCH] nbd: reclassify socket lock in nbd_reconnect_socket
2026-07-06 15:57 UTC
[PATCH v5 03/21] Add a function to kmap one page of a multipage bio_vec
2026-07-06 15:33 UTC (3+ messages)
` [PATCH v5 04/21] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v5 05/21] iov_iter: Add a segmented queue of bio_vec[]
[PATCH v5 03/21] Add a function to kmap one page of a multipage bio_vec
2026-07-06 15:27 UTC (3+ messages)
` [PATCH v5 04/21] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v5 05/21] iov_iter: Add a segmented queue of bio_vec[]
[PATCH 0/3] null_blk: fix mutex initialization and configfs teardown race
2026-07-06 14:45 UTC (10+ messages)
` [PATCH 1/3] null_blk: use DEFINE_MUTEX for the file-scope mutex
` [PATCH 2/3] null_blk: give the file-scope mutex a descriptive name
` [PATCH 3/3] null_blk: register configfs subsystem after creating default devices
[PATCH] block: split out a new blk_plug.h helper
2026-07-06 13:09 UTC (7+ messages)
[PATCH] iomap: Remove FGP_NOFS from iomap_get_folio()
2026-07-06 6:29 UTC (2+ messages)
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2026-07-06 4:19 UTC (4+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
[ANNOUNCE] ioutgt: a generic userspace storage target on io_uring
2026-07-06 3:15 UTC
[PATCH v2 blktests] block/044: basic block error injection sanity test
2026-07-06 2:56 UTC (2+ messages)
[PATCH blktests] Fix _get_page_size()
2026-07-06 2:55 UTC (2+ messages)
[PATCH blktests] README.md, check: require getconf
2026-07-06 2:53 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