messages from 2026-07-04 19:54:13 to 2026-07-09 00:50:35 UTC [more...]
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 0/2] Bring includes in linux/kmod.h up to date
2026-07-08 18:13 UTC (4+ 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 V3 0/6] null_blk: fix init/exit races and memleaks
2026-07-08 17:49 UTC (12+ 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-08 16:21 UTC (4+ messages)
[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] scsi: sg: validate and round up scatter_elem_sz module parameter
2026-07-08 16:10 UTC (2+ messages)
[PATCH] floppy: unregister platform device on add_disk failure
2026-07-08 10:57 UTC
[PATCH blktests] nvme/039: drain udev events before passthru error injection
2026-07-08 10:23 UTC (3+ messages)
[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)
[PATCH v2 0/5] nbd: eliminate queue freeze/unfreeze overhead in connection setup
2026-07-06 2:52 UTC (6+ messages)
` [PATCH v2 1/5] nbd: simplify find_fallback() by removing redundant logic
` [PATCH v2 2/5] nbd: replace socks pointer array with xarray
[PATCH] null_blk: initialize lock mutex before registering configfs subsystem
2026-07-06 1:05 UTC (3+ messages)
blktests failures with v7.2-rc1 kernel
2026-07-06 0:10 UTC
[PATCH v2 00/17] fscrypt: Standardize on blk-crypto
2026-07-05 20:27 UTC (23+ messages)
` [PATCH v2 01/17] blk-crypto: Simplify check for fallback support
` [PATCH v2 02/17] blk-crypto: Fold __blk_crypto_cfg_supported() into its caller
` [PATCH v2 03/17] blk-crypto: Allow control over whether hardware is used
` [PATCH v2 04/17] fscrypt: Fully disallow IV_INO_LBLK_32 with s_blocksize != PAGE_SIZE
` [PATCH v2 05/17] fscrypt: Always use blk-crypto for contents on block-based filesystems
` [PATCH v2 06/17] Documentation: fscrypt: Update docs for inlinecrypt
` [PATCH v2 07/17] ext4: Remove fs-layer file contents en/decryption code
` [PATCH v2 08/17] ext4: Make ext4_bio_write_folio() return void
` [PATCH v2 09/17] ext4: Further de-generalize the bio postprocessing code
` [PATCH v2 10/17] f2fs: Remove fs-layer file contents en/decryption code
` [PATCH v2 11/17] fs/buffer: Remove fs-layer decryption code
` [PATCH v2 12/17] fscrypt: Replace calls to fscrypt_inode_uses_inline_crypto()
` [PATCH v2 13/17] fscrypt: Remove fscrypt_dio_supported()
` [PATCH v2 14/17] fscrypt: Remove fs-layer zeroout code
` [PATCH v2 15/17] fscrypt: Remove unused functions and workqueue
` [PATCH v2 16/17] fscrypt: Merge bio.c and inline_crypt.c into block.c
` [PATCH v2 17/17] fscrypt: Add safety checks to non-block-based en/decryption
[PATCH] block: fix BLKSECDISCARD zero-length range causing page cache invalidation
2026-07-05 15:56 UTC (2+ messages)
[PATCH 0/7] rust: Use kernel style vertical imports in various drivers
2026-07-05 15:03 UTC (14+ messages)
` [PATCH 1/7] samples: rust_dma: use vertical import style
` [PATCH 3/7] cpufreq: rcpufreq_dt: "
[syzbot] Monthly block report (Jul 2026)
2026-07-05 12:32 UTC
[RFC PATCH v1 00/17] blk-cgroup: protect blkgs with blkcg_mutex
2026-07-04 19:51 UTC (6+ messages)
` [RFC PATCH v1 13/17] bfq: avoid blkg lookup from locked cgroup update
` [RFC PATCH v1 14/17] blk-cgroup: protect blkgs with blkcg_mutex
` [RFC PATCH v1 15/17] blk-cgroup: remove blkg radix tree preloading
` [RFC PATCH v1 16/17] blk-cgroup: allocate blkgs in blkg_create
` [RFC PATCH v1 17/17] blk-cgroup: share blkg creation between lookup and config prep
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