summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa()Ojaswin Mujoo2023-05-301-18/+31
* ext4: set goal start correctly in ext4_mb_normalize_requestKemeng Shi2023-05-301-6/+10
* ext4: fix invalid free tracking in ext4_xattr_move_to_block()Theodore Ts'o2023-05-171-2/+3
* ext4: remove a BUG_ON in ext4_mb_release_group_pa()Theodore Ts'o2023-05-171-1/+5
* ext4: bail out of ext4_xattr_ibody_get() fails for any reasonTheodore Ts'o2023-05-171-1/+1
* ext4: add bounds checking in get_max_inline_xattr_value_size()Theodore Ts'o2023-05-171-1/+11
* ext4: improve error recovery code paths in __ext4_remount()Theodore Ts'o2023-05-171-3/+10
* ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csumTudor Ambarus2023-05-171-4/+2
* ext4: fix WARNING in mb_find_extentYe Bin2023-05-171-0/+25
* ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li2023-04-261-2/+4
* ext4: remove duplicate definition of ext4_xattr_ibody_inline_set()Ritesh Harjani2023-04-263-34/+9
* Revert "ext4: fix use-after-free in ext4_xattr_set_entry"Tudor Ambarus2023-04-261-4/+2
* ext4: fix kernel BUG in 'ext4_write_inline_data_end()'Ye Bin2023-04-051-1/+2
* ext4: fix task hung in ext4_xattr_delete_inodeBaokun Li2023-03-221-0/+11
* ext4: fail ext4_iget if special inode unallocatedBaokun Li2023-03-221-10/+8
* ext4: fix cgroup writeback accounting with fs-layer encryptionEric Biggers2023-03-221-5/+6
* ext4: zero i_disksize when initializing the bootloader inodeZhihao Cheng2023-03-171-0/+1
* ext4: fix WARNING in ext4_update_inline_dataYe Bin2023-03-171-0/+3
* ext4: move where set the MAY_INLINE_DATA flag is setYe Bin2023-03-172-2/+6
* ext4: fix another off-by-one fsmap error on 1k block filesystemsDarrick J. Wong2023-03-171-0/+2
* ext4: fix RENAME_WHITEOUT handling for inline directoriesEric Whitney2023-03-171-6/+7
* ext4: refuse to create ea block when umountedJun Nie2023-03-111-0/+7
* ext4: optimize ea_inode block expansionJun Nie2023-03-111-11/+17
* ext4: Fix function prototype mismatch for ext4_feat_ktypeKees Cook2023-02-251-1/+6
* Revert "ext4: generalize extents status tree search functions"Greg Kroah-Hartman2023-01-245-163/+72
* Revert "ext4: add new pending reservation mechanism"Greg Kroah-Hartman2023-01-244-249/+0
* Revert "ext4: fix reserved cluster accounting at delayed write time"Greg Kroah-Hartman2023-01-245-206/+18
* Revert "ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + in...Greg Kroah-Hartman2023-01-241-8/+0
* ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + inlineEric Whitney2023-01-181-0/+8
* ext4: fix reserved cluster accounting at delayed write timeEric Whitney2023-01-185-18/+206
* ext4: add new pending reservation mechanismEric Whitney2023-01-184-0/+249
* ext4: generalize extents status tree search functionsEric Whitney2023-01-185-72/+163
* ext4: fix uninititialized value in 'ext4_evict_inode'Ye Bin2023-01-181-0/+1
* ext4: fix use-after-free in ext4_orphan_cleanupBaokun Li2023-01-181-1/+2
* ext4: lost matching-pair of trace in ext4_truncatezhengliang2023-01-181-8/+9
* ext4: don't allow journal inode to have encrypt flagEric Biggers2023-01-181-1/+1
* ext4: fix deadlock due to mbcache entry corruptionJan Kara2023-01-181-2/+2
* ext4: fix race when reusing xattr blocksJan Kara2023-01-181-22/+45
* ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara2023-01-181-39/+38
* ext4: remove EA inode entry from mbcache on inode evictionJan Kara2023-01-183-16/+11
* ext4: use kmemdup() to replace kmalloc + memcpyShuqi Zhang2023-01-181-2/+1
* ext4: correct inconsistent error msg in nojournal modeBaokun Li2023-01-181-4/+5
* ext4: goto right label 'failed_mount3a'Jason Yan2023-01-181-5/+5
* ext4: allocate extended attribute value in vmalloc areaYe Bin2023-01-181-2/+2
* ext4: avoid unaccounted block allocation when expanding inodeJan Kara2023-01-181-0/+8
* ext4: initialize quota before expanding inode in setproject ioctlJan Kara2023-01-181-4/+4
* ext4: fix inode leak in ext4_xattr_inode_create() on an error pathYe Bin2023-01-181-0/+3
* ext4: avoid BUG_ON when creating xattrsJan Kara2023-01-181-8/+0
* ext4: fix error code return to user-space in ext4_get_branch()Luís Henriques2023-01-181-1/+8
* ext4: fix corruption when online resizing a 1K bigalloc fsBaokun Li2023-01-181-3/+3