Show patches with: State = Action Required       |    Archived = No       |   1132 patches
« 1 2 3 411 12 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v15,43/43] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,42/43] dept: implement a basic unit test for dept DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,41/43] dept: introduce event_site() to disable event tracking if it's recoverable DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,40/43] dept: add module support for struct dept_event_site and dept_event_site_dep DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,39/43] dept: introduce a new type of dependency tracking between multi event sites DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,38/43] completion, dept: introduce init_completion_dmap() API DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,37/43] dept: assign unique dept_key to each distinct wait_for_completion() caller DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,36/43] i2c: rename wait_for_completion callback to wait_for_completion_cb DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,35/43] dept: make dept stop from working on debug_locks_off() DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,34/43] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,33/43] dept: assign unique dept_key to each distinct dma fence caller DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,32/43] dept: assign dept map to mmu notifier invalidation synchronization DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,31/43] fs/jbd2: use a weaker annotation in journal handling DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,30/43] cpu/hotplug: use a weaker annotation in AP thread DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,29/43] dept: add documentation for dept DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,28/43] dept: suppress reports with classes that have been already reported DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,27/43] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,26/43] dept: print staged wait's stacktrace on report DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,25/43] dept: track PG_locked with dept DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,24/43] dept: make dept able to work with an external wgen DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,23/43] dept: apply timeout consideration to dma fence wait DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,22/43] dept: apply timeout consideration to hashed-waitqueue wait DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,21/43] dept: apply timeout consideration to waitqueue wait DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,20/43] dept: apply timeout consideration to swait DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,19/43] dept: apply timeout consideration to wait_for_completion()/complete() DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,18/43] dept: track timeout waits separately with a new Kconfig DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,17/43] dept: apply sdt_might_sleep_{start,end}() to dma fence DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,16/43] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,15/43] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,14/43] dept: apply sdt_might_sleep_{start,end}() to swait DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,13/43] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete() DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,12/43] dept: record the latest one out of consecutive waits of the same class DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,11/43] dept: add a mechanism to refill the internal memory pools on running out DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,10/43] dept: distinguish each work from another DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,09/43] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64 DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,08/43] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64 DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,07/43] dept: distinguish each kernel context from another DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,06/43] dept: add proc knobs to show stats and dependency graph DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,05/43] dept: tie to lockdep and IRQ tracing DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,04/43] dept: add lock dependency tracker APIs DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,03/43] dept: add single event dependency tracker APIs DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,02/43] dept: implement DEPT(DEPendency Tracker) DEPT(DEPendency Tracker) - - - 4 --- 2025-05-13 Byungchul Park New
[v15,01/43] llist: move llist_{head,node} definition to types.h DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v1,3/3] new: Run make after adding a new test file new: Improvements to new script - - - - --- 2025-05-13 Nirjhar Roy (IBM) New
[v1,2/3] new: Replace "status=0; exit 0" with _exit 0 new: Improvements to new script - - - - --- 2025-05-13 Nirjhar Roy (IBM) New
[v1,1/3] new: Add a new parameter (name/emailid) in the "new" script new: Improvements to new script - - - - --- 2025-05-13 Nirjhar Roy (IBM) New
[4/4] jbd2: remove journal_t argument from jbd2_superblock_csum() ext4,jbd2: clean up unused arguments to checksum functions - - 1 - --- 2025-05-13 Eric Biggers New
[3/4] jbd2: remove journal_t argument from jbd2_chksum() ext4,jbd2: clean up unused arguments to checksum functions - - 1 - --- 2025-05-13 Eric Biggers New
[2/4] ext4: remove sb argument from ext4_superblock_csum() ext4,jbd2: clean up unused arguments to checksum functions - - 1 - --- 2025-05-13 Eric Biggers New
[1/4] ext4: remove sbi argument from ext4_chksum() ext4,jbd2: clean up unused arguments to checksum functions - - 1 - --- 2025-05-13 Eric Biggers New
[v5,1/1] xfs: Fail remount with noattr2 on a v5 with v4 enabled xfs: Fail remount with noattr2 on a v5 xfs with v4 enabled kernel. - - 2 - --- 2025-05-12 Nirjhar Roy (IBM) New
[v2,8/8] ext4: enable large folio for regular file ext4: enable large folio for regular files - - - - --- 2025-05-12 Zhang Yi New
[v2,7/8] ext4: make online defragmentation support large folios ext4: enable large folio for regular files - - - - --- 2025-05-12 Zhang Yi New
[v2,6/8] ext4: make the writeback path support large folios ext4: enable large folio for regular files - - - - --- 2025-05-12 Zhang Yi New
[v2,5/8] ext4: correct the journal credits calculations of allocating blocks ext4: enable large folio for regular files - - - - --- 2025-05-12 Zhang Yi New
[v2,4/8] ext4/jbd2: convert jbd2_journal_blocks_per_page() to support large folio ext4: enable large folio for regular files - - - - --- 2025-05-12 Zhang Yi New
[v2,3/8] ext4: make __ext4_block_zero_page_range() support large folio ext4: enable large folio for regular files - - - - --- 2025-05-12 Zhang Yi New
[v2,2/8] ext4: make regular file's buffered write path support large folios ext4: enable large folio for regular files - - - - --- 2025-05-12 Zhang Yi New
[v2,1/8] ext4: make ext4_mpage_readpages() support large folios ext4: enable large folio for regular files - - - - --- 2025-05-12 Zhang Yi New
[RFC] ext4: Prevent to write when SB_FREEZE_COMPLETE [RFC] ext4: Prevent to write when SB_FREEZE_COMPLETE - 1 - - --- 2025-05-09 I Hsin Cheng New
[v3,7/7] ext4: Add atomic block write documentation ext4: Add multi-fsblock atomic write support with bigalloc - - - - --- 2025-05-08 Ritesh Harjani (IBM) New
[v3,6/7] ext4: Enable support for ext4 multi-fsblock atomic write using bigalloc ext4: Add multi-fsblock atomic write support with bigalloc - - - - --- 2025-05-08 Ritesh Harjani (IBM) New
[v3,5/7] ext4: Add multi-fsblock atomic write support with bigalloc ext4: Add multi-fsblock atomic write support with bigalloc - - - - --- 2025-05-08 Ritesh Harjani (IBM) New
[v3,4/7] ext4: Add support for EXT4_GET_BLOCKS_QUERY_LEAF_BLOCKS ext4: Add multi-fsblock atomic write support with bigalloc - - - - --- 2025-05-08 Ritesh Harjani (IBM) New
[v3,3/7] ext4: Make ext4_meta_trans_blocks() non-static for later use ext4: Add multi-fsblock atomic write support with bigalloc - - 1 - --- 2025-05-08 Ritesh Harjani (IBM) New
[v3,2/7] ext4: Check if inode uses extents in ext4_inode_can_atomic_write() ext4: Add multi-fsblock atomic write support with bigalloc - - 1 - --- 2025-05-08 Ritesh Harjani (IBM) New
[v3,1/7] ext4: Document an edge case for overwrites ext4: Add multi-fsblock atomic write support with bigalloc - - 1 - --- 2025-05-08 Ritesh Harjani (IBM) New
[v9,9/9] ext4: hold s_fc_lock while during fast commit Ext4 fast commit performance patchset - - 1 - --- 2025-05-08 Harshad Shirwadkar New
[v9,8/9] ext4: convert s_fc_lock to mutex type Ext4 fast commit performance patchset - - 1 - --- 2025-05-08 Harshad Shirwadkar New
[v9,7/9] ext4: temporarily elevate commit thread priority Ext4 fast commit performance patchset - - 1 - --- 2025-05-08 Harshad Shirwadkar New
[v9,6/9] ext4: update code documentation Ext4 fast commit performance patchset - - 1 - --- 2025-05-08 Harshad Shirwadkar New
[v9,5/9] ext4: drop i_fc_updates from inode fc info Ext4 fast commit performance patchset - - 1 - --- 2025-05-08 Harshad Shirwadkar New
[v9,4/9] ext4: rework fast commit commit path Ext4 fast commit performance patchset - - - - --- 2025-05-08 Harshad Shirwadkar New
[v9,3/9] ext4: mark inode dirty before grabbing i_data_sem in ext4_setattr Ext4 fast commit performance patchset - - - - --- 2025-05-08 Harshad Shirwadkar New
[v9,2/9] ext4: for committing inode, make ext4_fc_track_inode wait Ext4 fast commit performance patchset - - - - --- 2025-05-08 Harshad Shirwadkar New
[v9,1/9] ext4: convert i_fc_lock to spinlock Ext4 fast commit performance patchset - - 1 - --- 2025-05-08 Harshad Shirwadkar New
[v2,4/4] ext4: ensure i_size is smaller than maxbytes [v2,1/4] ext4: fix out of bounds punch offset - - 2 - --- 2025-05-06 Zhang Yi New
[v2,3/4] ext4: factor out ext4_get_maxbytes() [v2,1/4] ext4: fix out of bounds punch offset - - 2 - --- 2025-05-06 Zhang Yi New
[v2,2/4] ext4: fix incorrect punch max_end [v2,1/4] ext4: fix out of bounds punch offset - 1 2 - --- 2025-05-06 Zhang Yi New
[v2,1/4] ext4: fix out of bounds punch offset [v2,1/4] ext4: fix out of bounds punch offset - 1 2 1 --- 2025-05-06 Zhang Yi New
[-e2fsprogs] mke2fs: don't set the raid stripe for non-rotational devices by default [-e2fsprogs] mke2fs: don't set the raid stripe for non-rotational devices by default - - - - --- 2025-05-05 Theodore Ts'o New
[RFC] ext4: Error handling for ext4_get_inode_loc() [RFC] ext4: Error handling for ext4_get_inode_loc() - - - - --- 2025-05-05 I Hsin Cheng New
ext4: use writeback_iter in ext4_journalled_submit_inode_data_buffers ext4: use writeback_iter in ext4_journalled_submit_inode_data_buffers - - 1 - --- 2025-05-05 Christoph Hellwig New
[RFC,v2,2/2] ext4: Add support for EXT4_GET_BLOCKS_QUERY_LEAF_BLOCKS ext4: Add multi-fsblock atomic write support using bigalloc - - - - --- 2025-04-30 Ritesh Harjani (IBM) New
[RFC,v2,1/2] ext4: Add multi-fsblock atomic write support with bigalloc ext4: Add multi-fsblock atomic write support using bigalloc - - - - --- 2025-04-30 Ritesh Harjani (IBM) New
[v9.1,05/15] xfs: ignore HW which cannot atomic write a single block Untitled series #454775 - - - - --- 2025-04-30 Darrick J. Wong New
ext4: Fix calculation of credits for extent tree modification ext4: Fix calculation of credits for extent tree modification - - 1 1 --- 2025-04-29 Jan Kara New
[RESEND] ext4: remove duplicate check for EXT4_FC_REPLAY [RESEND] ext4: remove duplicate check for EXT4_FC_REPLAY - - 1 - --- 2025-04-29 Jinliang Zheng New
[6.6/6.12] ext4: goto right label 'out_mmap_sem' in ext4_setattr() [6.6/6.12] ext4: goto right label 'out_mmap_sem' in ext4_setattr() - 1 2 - --- 2025-04-29 Ricardo Cañuelo Navarro New
[5/5] fuse2fs: allow setting of the cache size [1/5] fuse2fs: report cache hits and misses at unmount time - - - - --- 2025-04-24 Darrick J. Wong New
[4/5] fuse2fs: allow use of direct io for disk access [1/5] fuse2fs: report cache hits and misses at unmount time - - - - --- 2025-04-24 Darrick J. Wong New
[3/5] libext2fs: use hashing for cache lookups in unix IO manager [1/5] fuse2fs: report cache hits and misses at unmount time - - - - --- 2025-04-24 Darrick J. Wong New
[2/5] libext2fs: make unix_io cache size configurable [1/5] fuse2fs: report cache hits and misses at unmount time - - - - --- 2025-04-24 Darrick J. Wong New
[1/5] fuse2fs: report cache hits and misses at unmount time [1/5] fuse2fs: report cache hits and misses at unmount time - - - - --- 2025-04-24 Darrick J. Wong New
[2/2] fuse2fs: delegate access control decisions to the kernel [1/2] fuse2fs: refactor sysadmin predicate - - - - --- 2025-04-24 Darrick J. Wong New
[1/2] fuse2fs: refactor sysadmin predicate [1/2] fuse2fs: refactor sysadmin predicate - - - - --- 2025-04-24 Darrick J. Wong New
[16/16] fuse2fs: report inode number and file type via readdir [01/16] fuse2fs: refuse unsupported features - - - - --- 2025-04-24 Darrick J. Wong New
[15/16] fuse2fs: fix FITRIM validation [01/16] fuse2fs: refuse unsupported features - - - - --- 2025-04-24 Darrick J. Wong New
[14/16] fuse2fs: disable renameat2 [01/16] fuse2fs: refuse unsupported features - - - - --- 2025-04-24 Darrick J. Wong New
[13/16] fuse2fs: report real inode numbers [01/16] fuse2fs: refuse unsupported features - - - - --- 2025-04-24 Darrick J. Wong New
« 1 2 3 411 12 »