summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix possible double unlock when moving a directoryTheodore Ts'o2023-03-221-3/+1
* ext4: fix task hung in ext4_xattr_delete_inodeBaokun Li2023-03-221-0/+11
* ext4: update s_journal_inum if it changes after journal replayBaokun Li2023-03-221-2/+5
* ext4: fail ext4_iget if special inode unallocatedBaokun Li2023-03-221-10/+8
* ext4: block range must be validated before use in ext4_mb_clear_bb()Lukas Czerner2023-03-171-1/+20
* ext4: add strict range checks while freeing blocksRitesh Harjani2023-03-171-13/+3
* ext4: add ext4_sb_block_valid() refactored out of ext4_inode_block_valid()Ritesh Harjani2023-03-172-9/+20
* ext4: refactor ext4_free_blocks() to pull out ext4_mb_clear_bb()Ritesh Harjani2023-03-171-78/+102
* ext4: Fix deadlock during directory renameJan Kara2023-03-171-9/+17
* ext4: Fix possible corruption when moving a directoryJan Kara2023-03-171-1/+10
* 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: fix cgroup writeback accounting with fs-layer encryptionEric Biggers2023-03-171-5/+6
* ext4: use ext4_fc_tl_mem in fast-commit replay pathEric Biggers2023-03-111-18/+26
* ext4: refuse to create ea block when umountedJun Nie2023-03-101-0/+7
* ext4: optimize ea_inode block expansionJun Nie2023-03-101-11/+17
* ext4: Fix function prototype mismatch for ext4_feat_ktypeKees Cook2023-02-251-1/+6
* ext4: fix bad checksum after online resizeBaokun Li2023-02-061-2/+2
* ext4: don't allow journal inode to have encrypt flagEric Biggers2023-01-121-1/+1
* ext4: fix deadlock due to mbcache entry corruptionJan Kara2023-01-121-2/+2
* ext4: correct inconsistent error msg in nojournal modeBaokun Li2023-01-121-4/+5
* ext4: goto right label 'failed_mount3a'Jason Yan2023-01-121-5/+5
* ext4: fix off-by-one errors in fast-commit block fillingEric Biggers2023-01-121-33/+33
* ext4: fix unaligned memory access in ext4_fc_reserve_space()Eric Biggers2023-01-121-18/+21
* ext4: add missing validation of fast-commit record lengthsEric Biggers2023-01-122-20/+20
* ext4: don't set up encryption key during jbd2 transactionEric Biggers2023-01-123-23/+27
* ext4: disable fast-commit of encrypted dir operationsEric Biggers2023-01-122-16/+26
* ext4: fix potential out of bound read in ext4_fc_replay_scan()Eric Biggers2023-01-121-2/+36
* ext4: factor out ext4_fc_get_tl()Eric Biggers2023-01-121-21/+25
* ext4: introduce EXT4_FC_TAG_BASE_LEN helperEric Biggers2023-01-122-26/+31
* ext4: use ext4_debug() instead of jbd_debug()Eric Biggers2023-01-127-41/+40
* ext4: remove unused enum EXT4_FC_COMMIT_FAILEDEric Biggers2023-01-121-1/+0
* ext4: allocate extended attribute value in vmalloc areaYe Bin2023-01-121-2/+2
* ext4: avoid unaccounted block allocation when expanding inodeJan Kara2023-01-121-0/+8
* ext4: initialize quota before expanding inode in setproject ioctlJan Kara2023-01-121-4/+4
* ext4: fix inode leak in ext4_xattr_inode_create() on an error pathYe Bin2023-01-121-0/+3
* ext4: fix kernel BUG in 'ext4_write_inline_data_end()'Ye Bin2023-01-121-1/+2
* ext4: avoid BUG_ON when creating xattrsJan Kara2023-01-121-8/+0
* ext4: fix error code return to user-space in ext4_get_branch()Luís Henriques2023-01-121-1/+8
* ext4: fix corruption when online resizing a 1K bigalloc fsBaokun Li2023-01-121-3/+3
* ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + inlineEric Whitney2023-01-121-0/+8
* ext4: init quota for 'old.inode' in 'ext4_rename'Ye Bin2023-01-121-0/+3
* ext4: fix uninititialized value in 'ext4_evict_inode'Ye Bin2023-01-121-0/+1
* ext4: fix leaking uninitialized memory in fast-commit journalEric Biggers2023-01-121-0/+5
* ext4: fix bug_on in __es_tree_search caused by bad boot loader inodeBaokun Li2023-01-121-1/+1
* ext4: check and assert if marking an no_delete evicting inode dirtyZhang Yi2023-01-121-0/+6
* ext4: fix reserved cluster accounting in __es_remove_extent()Ye Bin2023-01-121-1/+2