Show patches with: Archived = No       |   11013 patches
« 1 2 ... 40 41 42110 111 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
ext4: fix use-after-free Read in ext4_find_extent for bigalloc + inline ext4: fix use-after-free Read in ext4_find_extent for bigalloc + inline - 1 1 1 --- 2023-01-04 Ye Bin Awaiting Upstream
[v2] ext4: Fix function prototype mismatch for ext4_feat_ktype [v2] ext4: Fix function prototype mismatch for ext4_feat_ktype - 1 3 - --- 2023-01-04 Kees Cook Awaiting Upstream
[v2,1/2] ext4: fail ext4_iget if special inode unallocated ext4: fix possible null pointer dereference in ext4_get_group_info - - 1 - --- 2023-01-07 Baokun Li Awaiting Upstream
[v2,2/2] ext4: update s_journal_inum if it changes after journal replay ext4: fix possible null pointer dereference in ext4_get_group_info - - 1 - --- 2023-01-07 Baokun Li Awaiting Upstream
[v4] jbd2: Fix data missing when reusing bh which is ready to be checkpointed [v4] jbd2: Fix data missing when reusing bh which is ready to be checkpointed - - 1 - --- 2023-01-10 Zhihao Cheng Awaiting Upstream
[v2] ext4: fix task hung in ext4_xattr_delete_inode [v2] ext4: fix task hung in ext4_xattr_delete_inode - - 1 - --- 2023-01-10 Baokun Li Awaiting Upstream
[1/7] ext4: Update stale comment about write constraints ext4: Cleanup data=journal writeback path - - - - --- 2023-01-11 Jan Kara Awaiting Upstream
[2/7] ext4: Use nr_to_write directly in mpage_prepare_extent_to_map() ext4: Cleanup data=journal writeback path - - - - --- 2023-01-11 Jan Kara Awaiting Upstream
[3/7] ext4: Mark page for delayed dirtying only if it is pinned ext4: Cleanup data=journal writeback path - - - - --- 2023-01-11 Jan Kara Awaiting Upstream
[4/7] ext4: Don't unlock page in ext4_bio_write_page() ext4: Cleanup data=journal writeback path - - - - --- 2023-01-11 Jan Kara Awaiting Upstream
[5/7] ext4: Move page unlocking out of mpage_submit_page() ext4: Cleanup data=journal writeback path - - - - --- 2023-01-11 Jan Kara Awaiting Upstream
[6/7] ext4: Move mpage_page_done() calls after error handling ext4: Cleanup data=journal writeback path - - - - --- 2023-01-11 Jan Kara Awaiting Upstream
[7/7] ext4: Convert data=journal writeback to use ext4_writepages() ext4: Cleanup data=journal writeback path - - - - --- 2023-01-11 Jan Kara Awaiting Upstream
[v2] ext4: fix WARNING in mb_find_extent [v2] ext4: fix WARNING in mb_find_extent - - 1 - --- 2023-01-16 Ye Bin Awaiting Upstream
ext4: init error handle resource before init group descriptors ext4: init error handle resource before init group descriptors - - 1 - --- 2023-01-19 Ye Bin Awaiting Upstream
ext4: Fix possible corruption when moving a directory ext4: Fix possible corruption when moving a directory - 1 - - --- 2023-01-26 Jan Kara Awaiting Upstream
ext4: fix incorrect options show of original mount_opt and extend mount_opt2 ext4: fix incorrect options show of original mount_opt and extend mount_opt2 - 1 1 - --- 2023-01-29 Zhang Yi Awaiting Upstream
ext4: fix cgroup writeback accounting with fs-layer encryption ext4: fix cgroup writeback accounting with fs-layer encryption 1 1 - - --- 2023-02-03 Eric Biggers Awaiting Upstream
ext4: make kobj_type structures constant ext4: make kobj_type structures constant - - 1 - --- 2023-02-09 Thomas Weißschuh Awaiting Upstream
ext4: fix RENAME_WHITEOUT handling for inline directories ext4: fix RENAME_WHITEOUT handling for inline directories - 1 1 - --- 2023-02-10 Eric Whitney Awaiting Upstream
ext4: fix another off-by-one fsmap error on 1k block filesystems ext4: fix another off-by-one fsmap error on 1k block filesystems - 1 - - --- 2023-02-16 Darrick J. Wong Awaiting Upstream
[1/7] ext4: properly handle error of ext4_init_block_bitmap in ext4_read_block_bitmap_nowait A few patches to improve ext4 balloc - - - - --- 2023-02-21 Kemeng Shi Awaiting Upstream
[2/7] ext4: correct validation check of inode table in ext4_valid_block_bitmap A few patches to improve ext4 balloc - - - - --- 2023-02-21 Kemeng Shi Awaiting Upstream
[3/7] ext4: call ext4_bg_num_gdb_[no]meta directly in ext4_num_base_meta_clusters A few patches to improve ext4 balloc - - - - --- 2023-02-21 Kemeng Shi Awaiting Upstream
[4/7] ext4: remove unnecessary check in ext4_bg_num_gdb_nometa A few patches to improve ext4 balloc - - - - --- 2023-02-21 Kemeng Shi Awaiting Upstream
[5/7] ext4: remove stale comment in ext4_init_block_bitmap A few patches to improve ext4 balloc - - - - --- 2023-02-21 Kemeng Shi Awaiting Upstream
[6/7] ext4: stop trying to verify just initialized bitmap in ext4_read_block_bitmap_nowait A few patches to improve ext4 balloc - - - - --- 2023-02-21 Kemeng Shi Awaiting Upstream
[7/7] ext4: improve inode table blocks counting in ext4_num_overhead_clusters A few patches to improve ext4 balloc - - - - --- 2023-02-21 Kemeng Shi Awaiting Upstream
[1/4] ext4: remove unused group parameter in ext4_inode_bitmap_csum_verify Remove unused group parameter in bitmap checksum - - 1 - --- 2023-02-21 Kemeng Shi Awaiting Upstream
[2/4] ext4: remove unused group parameter in ext4_inode_bitmap_csum_set Remove unused group parameter in bitmap checksum - - 1 - --- 2023-02-21 Kemeng Shi Awaiting Upstream
[3/4] ext4: remove unused group parameter in ext4_block_bitmap_csum_verify Remove unused group parameter in bitmap checksum - - 1 - --- 2023-02-21 Kemeng Shi Awaiting Upstream
[4/4] ext4: remove unused group parameter in ext4_block_bitmap_csum_set Remove unused group parameter in bitmap checksum - - 1 - --- 2023-02-21 Kemeng Shi Awaiting Upstream
[v2] docs: ext4: modify the group desc size to 64 [v2] docs: ext4: modify the group desc size to 64 1 - - - --- 2023-02-22 Wu Bo Awaiting Upstream
[1/7] ext4: Update stale comment about write constraints ext4: Cleanup data=journal writeback path - - - - --- 2023-02-28 Theodore Ts'o Awaiting Upstream
[2/7] ext4: Use nr_to_write directly in mpage_prepare_extent_to_map() ext4: Cleanup data=journal writeback path - - - - --- 2023-02-28 Theodore Ts'o Awaiting Upstream
[3/7] ext4: Mark page for delayed dirtying only if it is pinned ext4: Cleanup data=journal writeback path - - - - --- 2023-02-28 Theodore Ts'o Awaiting Upstream
[4/7] ext4: Don't unlock page in ext4_bio_write_page() ext4: Cleanup data=journal writeback path - - - - --- 2023-02-28 Theodore Ts'o Awaiting Upstream
[5/7] ext4: Move page unlocking out of mpage_submit_page() ext4: Cleanup data=journal writeback path - - - - --- 2023-02-28 Theodore Ts'o Awaiting Upstream
[6/7] ext4: Move mpage_page_done() calls after error handling ext4: Cleanup data=journal writeback path - - - - --- 2023-02-28 Theodore Ts'o Awaiting Upstream
[7/7] ext4: Convert data=journal writeback to use ext4_writepages() ext4: Cleanup data=journal writeback path - - - - --- 2023-02-28 Theodore Ts'o Awaiting Upstream
ext4: Fix comment about the 64BIT feature ext4: Fix comment about the 64BIT feature - - 1 - --- 2023-03-01 Tudor Ambarus Awaiting Upstream
[v3,01/20] ext4: set goal start correctly in ext4_mb_normalize_request Some bugfix and cleanup to mballoc - - 1 - --- 2023-03-03 Kemeng Shi Awaiting Upstream
[v3,02/20] ext4: allow to find by goal if EXT4_MB_HINT_GOAL_ONLY is set Some bugfix and cleanup to mballoc - - 1 - --- 2023-03-03 Kemeng Shi Awaiting Upstream
[v3,03/20] ext4: get correct ext4_group_info in ext4_mb_prefetch_fini Some bugfix and cleanup to mballoc - - - - --- 2023-03-03 Kemeng Shi Awaiting Upstream
[v3,04/20] ext4: correct calculation of s_mb_preallocated Some bugfix and cleanup to mballoc - - 1 - --- 2023-03-03 Kemeng Shi Awaiting Upstream
[v3,05/20] ext4: correct start of used group pa for debug in ext4_mb_use_group_pa Some bugfix and cleanup to mballoc - - 1 - --- 2023-03-03 Kemeng Shi Awaiting Upstream
[v3,06/20] ext4: protect pa->pa_free in ext4_discard_allocated_blocks Some bugfix and cleanup to mballoc - - 1 - --- 2023-03-03 Kemeng Shi Awaiting Upstream
[v3,07/20] ext4: add missed brelse in ext4_free_blocks_simple Some bugfix and cleanup to mballoc - - 1 - --- 2023-03-03 Kemeng Shi Awaiting Upstream
[v3,08/20] ext4: remove unused return value of ext4_mb_try_best_found and ext4_mb_free_metadata Some bugfix and cleanup to mballoc - - 1 - --- 2023-03-03 Kemeng Shi Awaiting Upstream
[v3,09/20] ext4: Remove unnecessary release when memory allocation failed in ext4_mb_init_cache Some bugfix and cleanup to mballoc - - 1 - --- 2023-03-03 Kemeng Shi Awaiting Upstream
[v3,10/20] ext4: remove unnecessary e4b->bd_buddy_page check in ext4_mb_load_buddy_gfp Some bugfix and cleanup to mballoc - - 1 - --- 2023-03-03 Kemeng Shi Awaiting Upstream
[v3,11/20] ext4: remove unnecessary check in ext4_mb_new_blocks Some bugfix and cleanup to mballoc - - 1 - --- 2023-03-03 Kemeng Shi Awaiting Upstream
[v3,12/20] ext4: remove dead check in mb_buddy_mark_free Some bugfix and cleanup to mballoc - - - - --- 2023-03-03 Kemeng Shi Awaiting Upstream
[v3,13/20] ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_mb_check_limits Some bugfix and cleanup to mballoc - - 1 - --- 2023-03-03 Kemeng Shi Awaiting Upstream
[v3,14/20] ext4: use best found when complex scan of group finishs Some bugfix and cleanup to mballoc - - 1 - --- 2023-03-03 Kemeng Shi Awaiting Upstream
[v3,15/20] ext4: remove unnecessary exit_meta_group_info tag Some bugfix and cleanup to mballoc - - 1 - --- 2023-03-03 Kemeng Shi Awaiting Upstream
[v3,16/20] ext4: remove unnecessary count2 in ext4_free_data_in_buddy Some bugfix and cleanup to mballoc - - 1 - --- 2023-03-03 Kemeng Shi Awaiting Upstream
[v3,17/20] ext4: remove unnecessary goto in ext4_mb_mark_diskspace_used Some bugfix and cleanup to mballoc - - 1 - --- 2023-03-03 Kemeng Shi Awaiting Upstream
[v3,18/20] ext4: remove repeat assignment to ac_f_ex Some bugfix and cleanup to mballoc - - 1 - --- 2023-03-03 Kemeng Shi Awaiting Upstream
[v3,19/20] ext4: remove comment code ext4_discard_preallocations Some bugfix and cleanup to mballoc - - 1 - --- 2023-03-03 Kemeng Shi Awaiting Upstream
[v3,20/20] ext4: simplify calculation of blkoff in ext4_mb_new_blocks_simple Some bugfix and cleanup to mballoc - - - - --- 2023-03-03 Kemeng Shi Awaiting Upstream
ext4: Fix warnings when freezing filesystem with journaled data ext4: Fix warnings when freezing filesystem with journaled data - - - - --- 2023-03-08 Jan Kara Awaiting Upstream
[v2] ext4: allow concurrent unaligned dio overwrites [v2] ext4: allow concurrent unaligned dio overwrites - - 2 - --- 2023-03-14 Brian Foster Awaiting Upstream
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
[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
[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
[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,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
[1/8] ext4: factor out ext4_hash_info_init() 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
[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
[4/8] ext4: factor out ext4_flex_groups_free() 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
[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
[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
[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
[v2,01/29] fs: Add FGP_WRITEBEGIN Convert most of ext4 to folios - - - - --- 2023-03-24 Matthew Wilcox Awaiting Upstream
[v2,02/29] fscrypt: Add some folio helper functions Convert most of ext4 to folios - - 1 - --- 2023-03-24 Matthew Wilcox 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 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 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 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 Awaiting Upstream
[v2,07/29] ext4: Convert mpage_page_done() to mpage_folio_done() Convert most of ext4 to folios - - - - --- 2023-03-24 Matthew Wilcox Awaiting Upstream
[v2,08/29] ext4: Convert ext4_bio_write_page() to ext4_bio_write_folio() Convert most of ext4 to folios - - 1 - --- 2023-03-24 Matthew Wilcox Awaiting Upstream
[v2,09/29] ext4: Convert ext4_readpage_inline() to take a folio Convert most of ext4 to folios - - 1 - --- 2023-03-24 Matthew Wilcox Awaiting Upstream
[v2,10/29] ext4: Convert ext4_convert_inline_data_to_extent() to use a folio Convert most of ext4 to folios - - - - --- 2023-03-24 Matthew Wilcox Awaiting Upstream
[v2,11/29] ext4: Convert ext4_try_to_write_inline_data() to use a folio Convert most of ext4 to folios - - - - --- 2023-03-24 Matthew Wilcox Awaiting Upstream
[v2,12/29] ext4: Convert ext4_da_convert_inline_data_to_extent() to use a folio Convert most of ext4 to folios - - - - --- 2023-03-24 Matthew Wilcox Awaiting Upstream
[v2,13/29] ext4: Convert ext4_da_write_inline_data_begin() to use a folio Convert most of ext4 to folios - - - - --- 2023-03-24 Matthew Wilcox Awaiting Upstream
[v2,14/29] ext4: Convert ext4_read_inline_page() to ext4_read_inline_folio() Convert most of ext4 to folios - - 1 - --- 2023-03-24 Matthew Wilcox Awaiting Upstream
[v2,15/29] ext4: Convert ext4_write_inline_data_end() to use a folio Convert most of ext4 to folios - - 1 - --- 2023-03-24 Matthew Wilcox Awaiting Upstream
[v2,16/29] ext4: Convert ext4_write_begin() to use a folio Convert most of ext4 to folios - - - - --- 2023-03-24 Matthew Wilcox Awaiting Upstream
[v2,17/29] ext4: Convert ext4_write_end() to use a folio Convert most of ext4 to folios - - 1 - --- 2023-03-24 Matthew Wilcox Awaiting Upstream
[v2,18/29] ext4: Use a folio in ext4_journalled_write_end() Convert most of ext4 to folios - - 1 - --- 2023-03-24 Matthew Wilcox Awaiting Upstream
[v2,19/29] ext4: Convert ext4_journalled_zero_new_buffers() to use a folio Convert most of ext4 to folios - - - - --- 2023-03-24 Matthew Wilcox Awaiting Upstream
[v2,20/29] ext4: Convert __ext4_block_zero_page_range() to use a folio Convert most of ext4 to folios - - 1 - --- 2023-03-24 Matthew Wilcox Awaiting Upstream
[v2,21/29] ext4: Convert ext4_page_nomap_can_writeout to ext4_folio_nomap_can_writeout Convert most of ext4 to folios - - - - --- 2023-03-24 Matthew Wilcox Awaiting Upstream
[v2,22/29] ext4: Use a folio in ext4_da_write_begin() Convert most of ext4 to folios - - - - --- 2023-03-24 Matthew Wilcox Awaiting Upstream
[v2,23/29] ext4: Convert ext4_mpage_readpages() to work on folios Convert most of ext4 to folios - - - - --- 2023-03-24 Matthew Wilcox Awaiting Upstream
[v2,24/29] ext4: Convert ext4_block_write_begin() to take a folio Convert most of ext4 to folios - - 1 - --- 2023-03-24 Matthew Wilcox Awaiting Upstream
« 1 2 ... 40 41 42110 111 »