summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2022-10-26ext4: update 'state->fc_regions_size' after successful memory allocationYe Bin1-4/+5
2022-10-26ext4: fix potential memory leak in ext4_fc_record_regions()Ye Bin1-6/+8
2022-10-26ext4: fix potential memory leak in ext4_fc_record_modified_inode()Ye Bin1-3/+5
2022-10-26ext4: fix miss release buffer head in ext4_fc_write_inodeYe Bin1-6/+9
2022-10-26ext4: place buffer head allocation before handle startJinke Han1-0/+7
2022-10-26ext4: ext4_read_bh_lock() should submit IO if the buffer isn't uptodateZhang Yi1-11/+5
2022-10-26ext4: don't increase iversion counter for ea_inodesLukas Czerner1-1/+6
2022-10-26ext4: fix check for block being out of directory sizeJan Kara1-1/+1
2022-10-26ext4: make ext4_lazyinit_thread freezableLalith Rajendran1-0/+1
2022-10-26ext4: fix null-ptr-deref in ext4_write_infoBaokun Li1-1/+1
2022-10-26ext4: avoid crash when inline data creation follows DIO writeJan Kara1-0/+6
2022-09-28ext4: make directory inode spreading reflect flexbg sizeJan Kara1-1/+1
2022-09-28ext4: limit the number of retries after discarding preallocations blocksTheodore Ts'o1-1/+3
2022-09-28ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0Luís Henriques1-0/+4
2022-08-25ext4: avoid resizing to a partial cluster sizeKiselev, Oleg1-0/+10
2022-08-25ext4: avoid remove directory when directory is corruptedYe Bin1-5/+2
2022-08-21ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li1-2/+1
2022-08-21ext4: correct max_inline_xattr_value_size computingBaokun Li1-0/+3
2022-08-21ext4: fix extent status tree race in writeback error recovery pathEric Whitney1-0/+7
2022-08-21ext4: update s_overhead_clusters in the superblock during an on-line resizeTheodore Ts'o1-0/+1
2022-08-21ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li1-2/+4
2022-08-21ext4: make sure ext4_append() always allocates new blockLukas Czerner1-0/+16
2022-08-21ext4: fix warning in ext4_iomap_begin as race between bmap and writeYe Bin1-3/+9
2022-08-21ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.hBaokun Li1-0/+13
2022-08-21ext4: check if directory block is within i_sizeLukas Czerner1-0/+7
2022-08-21ext4: recover csum seed of tmp_inode after migrating to extentsLi Lingfeng1-1/+3
2022-07-21ext4: fix race condition between ext4_write and ext4_convert_inline_dataBaokun Li2-13/+5
2022-06-22ext4: add reserved GDT blocks checkZhang Yi1-0/+10
2022-06-22ext4: make variable "count" signedDing Xiang1-1/+2
2022-06-22ext4: fix bug_on ext4_mb_use_inode_paBaokun Li1-0/+9
2022-06-09ext4: only allow test_dummy_encryption when supportedEric Biggers2-14/+10
2022-06-09ext4: avoid cycles in directory h-treeJan Kara1-3/+19
2022-06-09ext4: verify dir block before splitting itJan Kara1-11/+21
2022-06-09ext4: fix bug_on in __es_tree_searchBaokun Li1-5/+5
2022-06-09ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_stateTheodore Ts'o1-2/+3
2022-06-09ext4: fix bug_on in ext4_writepagesYe Bin1-0/+12
2022-06-09ext4: fix warning in ext4_handle_inode_extensionYe Bin1-0/+4
2022-06-09ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin1-3/+27
2022-06-09ext4: reject the 'commit' option on ext2 filesystemsEric Biggers1-0/+1
2022-05-09ext4: fix bug_on in start_this_handle during umount filesystemYe Bin1-5/+10
2022-04-27ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o1-3/+12
2022-04-27ext4: fix overhead calculation to account for the reserved gdt blocksTheodore Ts'o1-1/+3
2022-04-27ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk1-1/+10
2022-04-27ext4: fix use-after-free in ext4_search_dirYe Bin2-2/+6
2022-04-27ext4: fix symlink file size not match to file contentYe Bin1-1/+3
2022-04-27ext4: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong3-9/+32
2022-04-08ext4: don't BUG if someone dirty pages without asking ext4 firstTheodore Ts'o1-0/+25
2022-04-08ext4: fix ext4_mb_mark_bb() with flex_bg with fast_commitRitesh Harjani1-55/+76
2022-04-08ext4: correct cluster len and clusters changed accounting in ext4_mb_mark_bbRitesh Harjani1-7/+12
2022-04-08ext4: fix fs corruption when tring to remove a non-empty directory with IO errorYe Bin2-10/+9