Show patches with: State = Action Required       |    Archived = No       |   409 patches
« 1 2 3 44 5 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,9/9] make set_blocksize() fail unless block device is opened exclusive [v2,1/9] bcache_register(): don't bother with set_blocksize() - - - --- 2024-05-03 Al Viro New
[v2,8/9] set_blocksize(): switch to passing struct file * [v2,1/9] bcache_register(): don't bother with set_blocksize() - - - --- 2024-05-03 Al Viro New
[v2,7/9] btrfs_get_bdev_and_sb(): call set_blocksize() only for exclusive opens [v2,1/9] bcache_register(): don't bother with set_blocksize() 1 2 - --- 2024-05-03 Al Viro New
[v2,6/9] swsusp: don't bother with setting block size [v2,1/9] bcache_register(): don't bother with set_blocksize() - 2 - --- 2024-05-03 Al Viro New
[v2,5/9] zram: don't bother with reopening - just use O_EXCL for open [v2,1/9] bcache_register(): don't bother with set_blocksize() - - - --- 2024-05-03 Al Viro New
[v2,4/9] swapon(2): open swap with O_EXCL [v2,1/9] bcache_register(): don't bother with set_blocksize() - 2 - --- 2024-05-03 Al Viro New
[v2,3/9] swapon(2)/swapoff(2): don't bother with block size [v2,1/9] bcache_register(): don't bother with set_blocksize() - 2 - --- 2024-05-03 Al Viro New
[v2,2/9] pktcdvd: sort set_blocksize() calls out [v2,1/9] bcache_register(): don't bother with set_blocksize() - 2 - --- 2024-05-03 Al Viro New
[v2,1/9] bcache_register(): don't bother with set_blocksize() [v2,1/9] bcache_register(): don't bother with set_blocksize() 1 2 - --- 2024-05-03 Al Viro New
[v2,8/8] bdev: move ->bd_make_it_fail to ->__bd_flags [1/8] Use bdev_is_paritition() instead of open-coding it - - - --- 2024-05-03 Al Viro New
[v2,7/8] bdev: move ->bd_ro_warned to ->__bd_flags [1/8] Use bdev_is_paritition() instead of open-coding it - - - --- 2024-05-03 Al Viro New
[v2,6/8] bdev: move ->bd_has_subit_bio to ->__bd_flags [1/8] Use bdev_is_paritition() instead of open-coding it - - - --- 2024-05-03 Al Viro New
[v2,5/8] bdev: move ->bd_write_holder into ->__bd_flags [1/8] Use bdev_is_paritition() instead of open-coding it - - - --- 2024-05-03 Al Viro New
[v2,4/8] bdev: move ->bd_read_only to ->__bd_flags [1/8] Use bdev_is_paritition() instead of open-coding it - - - --- 2024-05-03 Al Viro New
[v2,3/8] bdev: infrastructure for flags [1/8] Use bdev_is_paritition() instead of open-coding it - - - --- 2024-05-03 Al Viro New
[2/8] wrapper for access to ->bd_partno [1/8] Use bdev_is_paritition() instead of open-coding it - - - --- 2024-05-03 Al Viro New
[1/8] Use bdev_is_paritition() instead of open-coding it [1/8] Use bdev_is_paritition() instead of open-coding it - 1 - --- 2024-05-03 Al Viro New
[v2,3/3] MAINTAINERS: add entry for Rust block device driver API Rust block device driver API and null block driver - - - --- 2024-05-21 Andreas Hindborg New
[v2,2/3] rust: block: add rnull, Rust null_blk implementation Rust block device driver API and null block driver - - - --- 2024-05-21 Andreas Hindborg New
[v2,1/3] rust: block: introduce `kernel::block::mq` module Rust block device driver API and null block driver - - - --- 2024-05-21 Andreas Hindborg New
[3/3] MAINTAINERS: add entry for Rust block device driver API Rust block device driver API and null block driver - - - --- 2024-05-12 Andreas Hindborg New
[2/3] rust: block: add rnull, Rust null_blk implementation Rust block device driver API and null block driver - - - --- 2024-05-12 Andreas Hindborg New
[1/3] rust: block: introduce `kernel::block::mq` module Rust block device driver API and null block driver - - - --- 2024-05-12 Andreas Hindborg New
[v2] block: unmap and free user mapped integrity via submitter [v2] block: unmap and free user mapped integrity via submitter - 1 - --- 2024-05-13 Anuj Gupta New
block: unmap and free user mapped integrity via submitter block: unmap and free user mapped integrity via submitter - - - --- 2024-05-10 Anuj Gupta New
[v7] block: Improve IOPS by removing the fairness code [v7] block: Improve IOPS by removing the fairness code - - - --- 2024-05-29 Bart Van Assche New
nbd: Remove __force casts nbd: Remove __force casts - - - --- 2024-05-29 Bart Van Assche New
[5/5] nbd: Fix signal handling Five nbd patches - - - --- 2024-05-10 Bart Van Assche New
[4/5] nbd: Remove a local variable from nbd_send_cmd() Five nbd patches - - - --- 2024-05-10 Bart Van Assche New
[3/5] nbd: Improve the documentation of the locking assumptions Five nbd patches - - - --- 2024-05-10 Bart Van Assche New
[2/5] nbd: Remove superfluous casts Five nbd patches - - - --- 2024-05-10 Bart Van Assche New
[1/5] nbd: Use NULL to represent a pointer Five nbd patches - - - --- 2024-05-10 Bart Van Assche New
null_blk: Fix two sparse warnings null_blk: Fix two sparse warnings - - - --- 2024-05-10 Bart Van Assche New
[v6] block: Improve IOPS by removing the fairness code [v6] block: Improve IOPS by removing the fairness code - - - --- 2024-05-09 Bart Van Assche New
[v2,2/2] block/mq-deadline: Fix the tag reservation code Fix the mq-deadline async_depth implementation - - - --- 2024-05-09 Bart Van Assche New
[v2,1/2] block: Call .limit_depth() after .hctx has been set Fix the mq-deadline async_depth implementation - - - --- 2024-05-09 Bart Van Assche New
block: Annotate a racy read in blk_do_io_stat() block: Annotate a racy read in blk_do_io_stat() - - - --- 2024-05-10 Breno Leitao New
tests/dm: add dm-dust general functionality test tests/dm: add dm-dust general functionality test - - - --- 2024-05-20 Bryan Gurney New
[v14,28/28] dept: Add documentation for Dept's APIs DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[v14,27/28] dept: Add documentation for Dept DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[v14,26/28] fs/jbd2: Use a weaker annotation in journal handling DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[v14,25/28] cpu/hotplug: Use a weaker annotation in AP thread DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[v14,24/28] dept: Print event context requestor's stacktrace on report DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[v14,23/28] dept: Track PG_locked with dept DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[v14,22/28] dept: Make Dept able to work with an external wgen DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[v14,21/28] dept: Apply timeout consideration to dma fence wait DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[v14,20/28] dept: Apply timeout consideration to hashed-waitqueue wait DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[v14,19/28] dept: Apply timeout consideration to waitqueue wait DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[v14,18/28] dept: Apply timeout consideration to swait DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[v14,17/28] dept: Apply timeout consideration to wait_for_completion()/complete() DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[v14,16/28] dept: Track timeout waits separately with a new Kconfig DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[v14,15/28] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[v14,14/28] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[v14,13/28] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[v14,12/28] dept: Apply sdt_might_sleep_{start,end}() to swait DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[v14,11/28] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete() DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[v14,10/28] dept: Record the latest one out of consecutive waits of the same class DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[v14,09/28] dept: Add a mechanism to refill the internal memory pools on running out DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[v14,08/28] dept: Distinguish each work from another DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[v14,07/28] dept: Distinguish each syscall context from another DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[v14,06/28] dept: Add proc knobs to show stats and dependency graph DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[v14,05/28] dept: Tie to Lockdep and IRQ tracing DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[v14,04/28] dept: Add lock dependency tracker APIs DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[v14,03/28] dept: Add single event dependency tracker APIs DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[v14,02/28] dept: Implement Dept(Dependency Tracker) DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[v14,01/28] llist: Move llist_{head,node} definition to types.h DEPT(Dependency Tracker) - - - --- 2024-05-08 Byungchul Park New
[RFC,v2,1/1] sched/fair: sugov: Introduce per-task io util boost Introduce per-task io utilization boost - - - --- 2024-05-18 Christian Loehle New
[14/14] block: add special APIs for run-time disabling of discard and friends [01/14] ubd: refactor the interrupt handler - 4 - --- 2024-05-31 Christoph Hellwig New
[13/14] block: remove unused queue limits API [01/14] ubd: refactor the interrupt handler - 2 - --- 2024-05-31 Christoph Hellwig New
[12/14] sr: convert to the atomic queue limits API [01/14] ubd: refactor the interrupt handler - 1 - --- 2024-05-31 Christoph Hellwig New
[11/14] sd: convert to the atomic queue limits API [01/14] ubd: refactor the interrupt handler - 2 - --- 2024-05-31 Christoph Hellwig New
[10/14] sd: cleanup zoned queue limits initialization [01/14] ubd: refactor the interrupt handler - 2 - --- 2024-05-31 Christoph Hellwig New
[09/14] sd: factor out a sd_discard_mode helper [01/14] ubd: refactor the interrupt handler - 2 - --- 2024-05-31 Christoph Hellwig New
[08/14] sd: simplify the disable case in sd_config_discard [01/14] ubd: refactor the interrupt handler - 2 - --- 2024-05-31 Christoph Hellwig New
[07/14] sd: add a sd_disable_write_same helper [01/14] ubd: refactor the interrupt handler - 2 - --- 2024-05-31 Christoph Hellwig New
[06/14] sd: add a sd_disable_discard helper [01/14] ubd: refactor the interrupt handler - 2 - --- 2024-05-31 Christoph Hellwig New
[05/14] sd: simplify the ZBC case in provisioning_mode_store [01/14] ubd: refactor the interrupt handler - 2 - --- 2024-05-31 Christoph Hellwig New
[04/14] block: take io_opt and io_min into account for max_sectors [01/14] ubd: refactor the interrupt handler 1 2 - --- 2024-05-31 Christoph Hellwig New
[03/14] rbd: increase io_opt again [01/14] ubd: refactor the interrupt handler 1 - - --- 2024-05-31 Christoph Hellwig New
[02/14] ubd: untagle discard vs write zeroes not support handling [01/14] ubd: refactor the interrupt handler - 2 - --- 2024-05-31 Christoph Hellwig New
[01/14] ubd: refactor the interrupt handler [01/14] ubd: refactor the interrupt handler - - - --- 2024-05-31 Christoph Hellwig New
[12/12] block: add special APIs for run-time disabling of discard and friends [01/12] ubd: untagle discard vs write zeroes not support handling - 3 - --- 2024-05-29 Christoph Hellwig New
[11/12] block: remove unused queue limits API [01/12] ubd: untagle discard vs write zeroes not support handling - 2 - --- 2024-05-29 Christoph Hellwig New
[10/12] sr: convert to the atomic queue limits API [01/12] ubd: untagle discard vs write zeroes not support handling - 1 - --- 2024-05-29 Christoph Hellwig New
[09/12] sd: convert to the atomic queue limits API [01/12] ubd: untagle discard vs write zeroes not support handling - 1 - --- 2024-05-29 Christoph Hellwig New
[08/12] sd: cleanup zoned queue limits initialization [01/12] ubd: untagle discard vs write zeroes not support handling - 2 - --- 2024-05-29 Christoph Hellwig New
[07/12] sd: factor out a sd_discard_mode helper [01/12] ubd: untagle discard vs write zeroes not support handling - 2 - --- 2024-05-29 Christoph Hellwig New
[06/12] sd: simplify the disable case in sd_config_discard [01/12] ubd: untagle discard vs write zeroes not support handling - 2 - --- 2024-05-29 Christoph Hellwig New
[05/12] sd: add a sd_disable_write_same helper [01/12] ubd: untagle discard vs write zeroes not support handling - 2 - --- 2024-05-29 Christoph Hellwig New
[04/12] sd: add a sd_disable_discard helper [01/12] ubd: untagle discard vs write zeroes not support handling - 2 - --- 2024-05-29 Christoph Hellwig New
[03/12] sd: simplify the ZBC case in provisioning_mode_store [01/12] ubd: untagle discard vs write zeroes not support handling - 2 - --- 2024-05-29 Christoph Hellwig New
[02/12] block: take io_opt and io_min into account for max_sectors [01/12] ubd: untagle discard vs write zeroes not support handling - 2 - --- 2024-05-29 Christoph Hellwig New
[01/12] ubd: untagle discard vs write zeroes not support handling [01/12] ubd: untagle discard vs write zeroes not support handling - 2 - --- 2024-05-29 Christoph Hellwig New
[3/3] dm: make dm_set_zones_restrictions work on the queue limits [1/3] dm: move setting zoned_enabled to dm_table_set_restrictions - 1 - --- 2024-05-27 Christoph Hellwig New
[2/3] dm: remove dm_check_zoned [1/3] dm: move setting zoned_enabled to dm_table_set_restrictions - 2 - --- 2024-05-27 Christoph Hellwig New
[1/3] dm: move setting zoned_enabled to dm_table_set_restrictions [1/3] dm: move setting zoned_enabled to dm_table_set_restrictions - 1 - --- 2024-05-27 Christoph Hellwig New
[3/3] dm: make dm_set_zones_restrictions work on the queue limits [1/3] dm: move setting zoned_enabled to dm_table_set_restrictions - 1 - --- 2024-05-27 Christoph Hellwig New
[2/3] dm: remove dm_check_zoned [1/3] dm: move setting zoned_enabled to dm_table_set_restrictions - 2 - --- 2024-05-27 Christoph Hellwig New
[1/3] dm: move setting zoned_enabled to dm_table_set_restrictions [1/3] dm: move setting zoned_enabled to dm_table_set_restrictions - 1 - --- 2024-05-27 Christoph Hellwig New
[2/2] block: stack max_user_sectors [1/2] sd: also set max_user_sectors when setting max_sectors 1 1 - --- 2024-05-23 Christoph Hellwig New
« 1 2 3 44 5 »