summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2023-01-18ext4: fix use-after-free in ext4_orphan_cleanupBaokun Li1-1/+2
2023-01-18ext4: lost matching-pair of trace in ext4_truncatezhengliang1-8/+9
2023-01-18ext4: don't allow journal inode to have encrypt flagEric Biggers1-1/+1
2023-01-18ext4: fix deadlock due to mbcache entry corruptionJan Kara1-2/+2
2023-01-18ext4: fix race when reusing xattr blocksJan Kara1-22/+45
2023-01-18ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara1-39/+38
2023-01-18ext4: remove EA inode entry from mbcache on inode evictionJan Kara3-16/+11
2023-01-18ext4: use kmemdup() to replace kmalloc + memcpyShuqi Zhang1-2/+1
2023-01-18ext4: correct inconsistent error msg in nojournal modeBaokun Li1-4/+5
2023-01-18ext4: goto right label 'failed_mount3a'Jason Yan1-5/+5
2023-01-18ext4: allocate extended attribute value in vmalloc areaYe Bin1-2/+2
2023-01-18ext4: avoid unaccounted block allocation when expanding inodeJan Kara1-0/+8
2023-01-18ext4: initialize quota before expanding inode in setproject ioctlJan Kara1-4/+4
2023-01-18ext4: fix inode leak in ext4_xattr_inode_create() on an error pathYe Bin1-0/+3
2023-01-18ext4: avoid BUG_ON when creating xattrsJan Kara1-8/+0
2023-01-18ext4: fix error code return to user-space in ext4_get_branch()Luís Henriques1-1/+8
2023-01-18ext4: fix corruption when online resizing a 1K bigalloc fsBaokun Li1-3/+3
2023-01-18ext4: init quota for 'old.inode' in 'ext4_rename'Ye Bin1-0/+3
2023-01-18ext4: fix bug_on in __es_tree_search caused by bad boot loader inodeBaokun Li1-1/+1
2023-01-18ext4: add helper to check quota inumsBaokun Li1-3/+25
2023-01-18ext4: fix undefined behavior in bit shift for ext4_check_flag_valuesGaosheng Cui1-1/+1
2023-01-18ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinit...Baokun Li1-1/+9
2022-11-10ext4: fix warning in 'ext4_da_release_space'Ye Bin1-1/+2
2022-10-26ext4: continue to expand file system when the target size doesn't reachJerry Lee 李修賢1-1/+1
2022-10-26ext4: place buffer head allocation before handle startJinke Han1-0/+7
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-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-25ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li1-2/+1
2022-08-25ext4: correct max_inline_xattr_value_size computingBaokun Li1-0/+3
2022-08-25ext4: fix extent status tree race in writeback error recovery pathEric Whitney1-0/+7
2022-08-25ext4: update s_overhead_clusters in the superblock during an on-line resizeTheodore Ts'o1-0/+1
2022-08-25ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li1-2/+4
2022-08-25ext4: make sure ext4_append() always allocates new blockLukas Czerner1-0/+16
2022-08-25ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.hBaokun Li1-0/+13
2022-08-25ext4: recover csum seed of tmp_inode after migrating to extentsLi Lingfeng1-1/+3
2022-06-25ext4: add reserved GDT blocks checkZhang Yi1-0/+10
2022-06-25ext4: make variable "count" signedDing Xiang1-1/+2
2022-06-25ext4: fix bug_on ext4_mb_use_inode_paBaokun Li1-0/+9
2022-06-14ext4: avoid cycles in directory h-treeJan Kara1-3/+19
2022-06-14ext4: verify dir block before splitting itJan Kara1-11/+21
2022-06-14ext4: fix bug_on in ext4_writepagesYe Bin1-0/+12
2022-06-14ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin1-3/+27
2022-06-14ext4: reject the 'commit' option on ext2 filesystemsEric Biggers1-0/+1
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