Show patches with: none      |   26875 patches
« 1 2 ... 25 26 27268 269 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v2,07/29] ext4: Convert mpage_page_done() to mpage_folio_done() Convert most of ext4 to folios - - - - --- 2023-03-24 Matthew Wilcox (Oracle) Awaiting Upstream
[v2,06/29] ext4: Convert mpage_submit_page() to mpage_submit_folio() Convert most of ext4 to folios - - 1 - --- 2023-03-24 Matthew Wilcox (Oracle) Awaiting Upstream
[v2,05/29] ext4: Turn mpage_process_page() into mpage_process_folio() Convert most of ext4 to folios - - 1 - --- 2023-03-24 Matthew Wilcox (Oracle) Awaiting Upstream
[v2,04/29] ext4: Convert ext4_finish_bio() to use folios Convert most of ext4 to folios - - 2 - --- 2023-03-24 Matthew Wilcox (Oracle) Awaiting Upstream
[v2,03/29] ext4: Convert ext4_bio_write_page() to use a folio Convert most of ext4 to folios - - 2 - --- 2023-03-24 Matthew Wilcox (Oracle) Awaiting Upstream
[v2,02/29] fscrypt: Add some folio helper functions Convert most of ext4 to folios - - 1 - --- 2023-03-24 Matthew Wilcox (Oracle) Awaiting Upstream
[v2,01/29] fs: Add FGP_WRITEBEGIN Convert most of ext4 to folios - - - - --- 2023-03-24 Matthew Wilcox (Oracle) Awaiting Upstream
ext4: defer updating i_disksize until endio ext4: defer updating i_disksize until endio - - 1 - --- 2023-03-24 Chung-Chiang Cheng New
[2/2] ext4: Fix crash on shutdown filesystem ext4: Fix two bugs in journalled writepages rework - 1 - - --- 2023-03-23 Jan Kara Accepted
[1/2] ext4: Fix data=journal writeback of DMA pinned page ext4: Fix two bugs in journalled writepages rework - 1 - - --- 2023-03-23 Jan Kara Accepted
[8/8] ext4: move dax and encrypt checking into ext4_check_feature_compatibility() some refactor of __ext4_fill_super(), part 2. - - - - --- 2023-03-23 Jason Yan Awaiting Upstream
[7/8] ext4: factor out ext4_block_group_meta_init() some refactor of __ext4_fill_super(), part 2. - - - - --- 2023-03-23 Jason Yan Awaiting Upstream
[6/8] ext4: move s_reserved_gdt_blocks and addressable checking into ext4_check_geometry() some refactor of __ext4_fill_super(), part 2. - - - - --- 2023-03-23 Jason Yan Awaiting Upstream
[5/8] ext4: rename two functions with 'check' some refactor of __ext4_fill_super(), part 2. - - - - --- 2023-03-23 Jason Yan Awaiting Upstream
[4/8] ext4: factor out ext4_flex_groups_free() some refactor of __ext4_fill_super(), part 2. - - - - --- 2023-03-23 Jason Yan Awaiting Upstream
[3/8] ext4: use ext4_group_desc_free() in ext4_put_super() to save some duplicated code some refactor of __ext4_fill_super(), part 2. - - - - --- 2023-03-23 Jason Yan Awaiting Upstream
[2/8] ext4: factor out ext4_percpu_param_init() and ext4_percpu_param_destroy() some refactor of __ext4_fill_super(), part 2. - - - - --- 2023-03-23 Jason Yan Awaiting Upstream
[1/8] ext4: factor out ext4_hash_info_init() some refactor of __ext4_fill_super(), part 2. - - - - --- 2023-03-23 Jason Yan Awaiting Upstream
[v2,3/3] kobject: Use return value of strreplace() lib/string_helpers et al.: Change return value of strreplace() - - - - --- 2023-03-23 Andy Shevchenko Not Applicable
[v2,2/3] lib/string_helpers: Change returned value of the strreplace() lib/string_helpers et al.: Change return value of strreplace() - - - - --- 2023-03-23 Andy Shevchenko Not Applicable
[v2,1/3] jbd2: Avoid printing outside the boundary of the buffer lib/string_helpers et al.: Change return value of strreplace() - - 1 - --- 2023-03-23 Andy Shevchenko Not Applicable
[v1,3/3] kobject: Use return value of strreplace() lib/string_helpers et al.: Change return value of strreplace() - - - - --- 2023-03-22 Andy Shevchenko Superseded
[v1,2/3] lib/string_helpers: Change returned value of the strreplace() lib/string_helpers et al.: Change return value of strreplace() - - - - --- 2023-03-22 Andy Shevchenko Superseded
[v1,1/3] jbd2: Avoid printing out the boundary lib/string_helpers et al.: Change return value of strreplace() - - 1 - --- 2023-03-22 Andy Shevchenko Superseded
[3/3] ci.yml: test cross-compiling for Android e2fsprogs: test cross-compiling for Android - - - - --- 2023-03-22 Eric Biggers Accepted
[2/3] e2freefrag: don't use linux/fsmap.h when fsmap_sizeof() is missing e2fsprogs: test cross-compiling for Android - - - - --- 2023-03-22 Eric Biggers Accepted
[1/3] e2fsck: avoid -Wtautological-constant-out-of-range-compare warnings e2fsprogs: test cross-compiling for Android - - - - --- 2023-03-22 Eric Biggers Accepted
[v5,3/3] ext4: update doc about journal superblock description ext4, jbd2: journal cycled record transactions between each mount - - - - --- 2023-03-22 Zhang Yi Awaiting Upstream
[v5,2/3] ext4: add journal cycled recording support ext4, jbd2: journal cycled record transactions between each mount - - 1 - --- 2023-03-22 Zhang Yi Awaiting Upstream
[v5,1/3] jbd2: continue to record log between each mount ext4, jbd2: journal cycled record transactions between each mount - - 1 - --- 2023-03-22 Zhang Yi Awaiting Upstream
[8/8] ext4: try all groups in ext4_mb_new_blocks_simple Some fixes and cleanup to mballoc - - 1 - --- 2023-03-21 Kemeng Shi Superseded
[7/8] ext4: remove ext4_block_group and ext4_block_group_offset declaration Some fixes and cleanup to mballoc - - 1 - --- 2023-03-21 Kemeng Shi Superseded
[6/8] ext4: add EXT4_MB_HINT_GOAL_ONLY test in ext4_mb_use_preallocated Some fixes and cleanup to mballoc - - - - --- 2023-03-21 Kemeng Shi Superseded
[5/8] ext4: treat stripe in block unit Some fixes and cleanup to mballoc - - 1 - --- 2023-03-21 Kemeng Shi Superseded
[4/8] ext4: fix wrong unit use in ext4_mb_find_by_goal Some fixes and cleanup to mballoc - - 1 - --- 2023-03-21 Kemeng Shi Superseded
[3/8] ext4: fix wrong unit use in ext4_mb_new_inode_pa Some fixes and cleanup to mballoc - - - - --- 2023-03-21 Kemeng Shi Superseded
[2/8] ext4: fix unit mismatch in ext4_mb_new_blocks_simple Some fixes and cleanup to mballoc - - 1 - --- 2023-03-21 Kemeng Shi Superseded
[1/8] ext4: fix wrong unit use in ext4_mb_normalize_request Some fixes and cleanup to mballoc - - 1 - --- 2023-03-21 Kemeng Shi Superseded
[v2] ext4: Fix i_disksize exceeding i_size problem in paritally written case [v2] ext4: Fix i_disksize exceeding i_size problem in paritally written case - 1 1 - --- 2023-03-21 Zhihao Cheng Awaiting Upstream
e2scrub: fix pathname escaping across all service definitions e2scrub: fix pathname escaping across all service definitions - - - - --- 2023-03-21 Darrick J. Wong New
ext4: avoid to access uninitialized block_cluster ext4: avoid to access uninitialized block_cluster - 1 - - --- 2023-03-20 Kemeng Shi Accepted
tune2fs: check whether filesystem is in use for I_flag and Q_flag test tune2fs: check whether filesystem is in use for I_flag and Q_flag test - - - - --- 2023-03-20 Zhiqiang Liu New
tune2fs: check whether filesystem is in use for I_flag and Q_flag test tune2fs: check whether filesystem is in use for I_flag and Q_flag test - - - - --- 2023-03-20 Zhiqiang Liu Rejected
tune2fs: check whether dev is mounted or in use before setting tune2fs: check whether dev is mounted or in use before setting - - - - --- 2023-03-18 Zhiqiang Liu Rejected
[next] ext2: remove redundant assignment to pointer end [next] ext2: remove redundant assignment to pointer end - - - - --- 2023-03-17 Colin Ian King Not Applicable
[v2,3/3] debugfs/e2fsck: check bad s_head block number e2fsprogs: journal cycled record transactions between each mount - - - - --- 2023-03-17 Zhang Yi New
[v2,2/3] debugfs/e2fsck: update the journal head block after recovery e2fsprogs: journal cycled record transactions between each mount - - - - --- 2023-03-17 Zhang Yi New
[v2,1/3] lib/ext2fs: record and show journal head block e2fsprogs: journal cycled record transactions between each mount - - - - --- 2023-03-17 Zhang Yi New
[v4,2/2] ext4: add journal cycled recording support ext4, jbd2: journal cycled record transactions between each mount - - 1 - --- 2023-03-17 Zhang Yi Superseded
[v4,1/2] jbd2: continue to record log between each mount ext4, jbd2: journal cycled record transactions between each mount - - 1 - --- 2023-03-17 Zhang Yi Superseded
[v5,9/9] ext4: Remove the logic to trim inode PAs ext4: Convert inode preallocation list to an rbtree - - 2 - --- 2023-03-17 Ojaswin Mujoo Superseded
[v5,8/9] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list ext4: Convert inode preallocation list to an rbtree - - 2 - --- 2023-03-17 Ojaswin Mujoo Superseded
[v5,7/9] ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a union ext4: Convert inode preallocation list to an rbtree - - 2 - --- 2023-03-17 Ojaswin Mujoo Superseded
[v5,6/9] ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa() ext4: Convert inode preallocation list to an rbtree - - 2 - --- 2023-03-17 Ojaswin Mujoo Superseded
[v5,5/9] ext4: Abstract out overlap fix/check logic in ext4_mb_normalize_request() ext4: Convert inode preallocation list to an rbtree - - 2 - --- 2023-03-17 Ojaswin Mujoo Superseded
[v5,4/9] ext4: Move overlap assert logic into a separate function ext4: Convert inode preallocation list to an rbtree - - 2 - --- 2023-03-17 Ojaswin Mujoo Superseded
[v5,3/9] ext4: Refactor code in ext4_mb_normalize_request() and ext4_mb_use_preallocated() ext4: Convert inode preallocation list to an rbtree - - 2 - --- 2023-03-17 Ojaswin Mujoo Superseded
[v5,2/9] ext4: Refactor code related to freeing PAs ext4: Convert inode preallocation list to an rbtree - - 2 - --- 2023-03-17 Ojaswin Mujoo Superseded
[v5,1/9] ext4: Stop searching if PA doesn't satisfy non-extent file ext4: Convert inode preallocation list to an rbtree - - 2 - --- 2023-03-17 Ojaswin Mujoo Superseded
[1/1] ext4: Replace ext4_kvfree_array_rcu() by kvfree_rcu_mightsleep() [1/1] ext4: Replace ext4_kvfree_array_rcu() by kvfree_rcu_mightsleep() - - 1 - --- 2023-03-17 Uladzislau Rezki New
[4.14] ext4: fix cgroup writeback accounting with fs-layer encryption [4.14] ext4: fix cgroup writeback accounting with fs-layer encryption 1 1 - - --- 2023-03-17 Eric Biggers Not Applicable
[4.19] ext4: fix cgroup writeback accounting with fs-layer encryption [4.19] ext4: fix cgroup writeback accounting with fs-layer encryption 1 1 - - --- 2023-03-17 Eric Biggers RFC
[5.4] ext4: fix cgroup writeback accounting with fs-layer encryption [5.4] ext4: fix cgroup writeback accounting with fs-layer encryption 1 1 - - --- 2023-03-17 Eric Biggers Not Applicable
ext4: convert some BUG_ON's in mballoc to use WARN_RATELIMITED instead ext4: convert some BUG_ON's in mballoc to use WARN_RATELIMITED instead - - - - --- 2023-03-17 Theodore Ts'o Accepted
ext4: Fix i_disksize exceeding i_size problem in paritally written case ext4: Fix i_disksize exceeding i_size problem in paritally written case - 1 - - --- 2023-03-17 Zhihao Cheng New
ext4: remove unneeded check of nr_to_submit ext4: remove unneeded check of nr_to_submit - 1 1 - --- 2023-03-16 Tom Rix Awaiting Upstream
[3/3] ext4: fix race between writepages and remount ext4: fix WARNING in ext4_add_complete_io - 1 - - --- 2023-03-16 Baokun Li Superseded
[2/3] ext4: add helper to check if flag is changed by ctx ext4: fix WARNING in ext4_add_complete_io - - - - --- 2023-03-16 Baokun Li Superseded
[1/3] ext4: correct error ctx->mask_s_##name in ctx_set_##name ext4: fix WARNING in ext4_add_complete_io - 1 - - --- 2023-03-16 Baokun Li Superseded
[v2,07/14] ext4/super: Rename kfree_rcu() to kfree_rcu_mightsleep() Untitled series #346466 1 - - - --- 2023-03-15 Joel Fernandes Not Applicable
[v2,5/5] ext4: fsmap: Remove duplicated initialization ext4: fsmap: Consolidate fsmap_head checks - - - - --- 2023-03-15 Tudor Ambarus Superseded
[v2,4/5] ext4: fsmap: Do the validation checks on constified fsmap data ext4: fsmap: Consolidate fsmap_head checks - - - - --- 2023-03-15 Tudor Ambarus Superseded
[v2,3/5] ext4: fsmap: Consolidate fsmap_head checks ext4: fsmap: Consolidate fsmap_head checks - - - - --- 2023-03-15 Tudor Ambarus Superseded
[v2,2/5] ext4: fsmap: Check fmh_iflags value directly on the user copied data ext4: fsmap: Consolidate fsmap_head checks - - - - --- 2023-03-15 Tudor Ambarus Superseded
[v2,1/5] ext4: ioctl: Add missing linux/string.h header ext4: fsmap: Consolidate fsmap_head checks - - - - --- 2023-03-15 Tudor Ambarus Superseded
[v3,6/6] jbd2: remove j_format_version ext4: Fix stale buffer loading from last failed - - 1 - --- 2023-03-15 Zhihao Cheng New
[v3,5/6] jbd2: factor out journal initialization from journal_get_superblock() ext4: Fix stale buffer loading from last failed - - 1 - --- 2023-03-15 Zhihao Cheng New
[v3,4/6] jbd2: switch to check format version in superblock directly ext4: Fix stale buffer loading from last failed - - 1 - --- 2023-03-15 Zhihao Cheng New
[v3,3/6] jbd2: remove unused feature macros ext4: Fix stale buffer loading from last failed - - 1 - --- 2023-03-15 Zhihao Cheng New
[v3,2/6] ext4: ext4_put_super: Remove redundant checking for 'sbi->s_journal_bdev' ext4: Fix stale buffer loading from last failed - - 1 - --- 2023-03-15 Zhihao Cheng New
[v3,1/6] ext4: Fix reusing stale buffer heads from last failed mounting ext4: Fix stale buffer loading from last failed - 1 1 - --- 2023-03-15 Zhihao Cheng New
[4/4] ext4.5: document the journal_cycle_record mount options e2fsprogs: journal cycled record transactions between each mount - - - - --- 2023-03-14 Zhang Yi Superseded
[3/4] debugfs/e2fsck: check bad s_head block number e2fsprogs: journal cycled record transactions between each mount - - - - --- 2023-03-14 Zhang Yi Superseded
[2/4] debugfs/e2fsck: update the journal head block after recovery e2fsprogs: journal cycled record transactions between each mount - - - - --- 2023-03-14 Zhang Yi Superseded
[1/4] lib/ext2fs: record and show journal head block e2fsprogs: journal cycled record transactions between each mount - - - - --- 2023-03-14 Zhang Yi Superseded
[v3,2/2] ext4: add journal cycled recording support ext4, jbd2: journal cycled record transactions between each mount - - - - --- 2023-03-14 Zhang Yi Superseded
[v3,1/2] jbd2: continue to record log between each mount ext4, jbd2: journal cycled record transactions between each mount - - - - --- 2023-03-14 Zhang Yi Superseded
[v2] ext4: allow concurrent unaligned dio overwrites [v2] ext4: allow concurrent unaligned dio overwrites - - 2 - --- 2023-03-14 Brian Foster Awaiting Upstream
[v2,5/5] jbd2: remove j_format_version ext4: Fix stale buffer loading from last failed - - - - --- 2023-03-13 Zhihao Cheng Superseded
[v2,4/5] jbd2: factor out journal initialization from journal_get_superblock() ext4: Fix stale buffer loading from last failed - - - - --- 2023-03-13 Zhihao Cheng Superseded
[v2,3/5] jbd2: switch to check format version in superblock directly ext4: Fix stale buffer loading from last failed - - - - --- 2023-03-13 Zhihao Cheng Superseded
[v2,2/5] jbd2: remove unused feature macros ext4: Fix stale buffer loading from last failed - - - - --- 2023-03-13 Zhihao Cheng Superseded
[v2,1/5] ext4: Fix reusing stale buffer heads from last failed mounting ext4: Fix stale buffer loading from last failed - 1 - - --- 2023-03-13 Zhihao Cheng Superseded
[GIT,PULL] ext4 fixes for 6.3-rc2 [GIT,PULL] ext4 fixes for 6.3-rc2 - - - - --- 2023-03-12 Theodore Ts'o New
[2/2] ext4: avoid unnecessary pointer dereference in ext4_mb_normalize_request two cleanups for mballoc - - 1 - --- 2023-03-11 Kemeng Shi Superseded
[1/2] ext4: fix typos in mballoc two cleanups for mballoc - - 1 - --- 2023-03-11 Kemeng Shi Superseded
[5/5] jbd2: remove j_format_version ext4: Fix stale buffer loading from last failed - - 1 - --- 2023-03-10 Zhihao Cheng Superseded
[4/5] jbd2: factor out journal initialization from journal_get_superblock() ext4: Fix stale buffer loading from last failed - - - - --- 2023-03-10 Zhihao Cheng Superseded
[3/5] jbd2: switch to check format version in superblock directly ext4: Fix stale buffer loading from last failed - - 1 - --- 2023-03-10 Zhihao Cheng Superseded
[2/5] jbd2: remove unused feature macros ext4: Fix stale buffer loading from last failed - - 1 - --- 2023-03-10 Zhihao Cheng Superseded
« 1 2 ... 25 26 27268 269 »