summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2020-06-11ext4: add cond_resched() to ext4_protect_reserved_inodeShijie Luo
2020-06-11ext4: don't perform block validity checks on the journal inodeTheodore Ts'o
2020-06-11ext4: fix block validity checks for journal inodes using indirect blocksTheodore Ts'o
2020-06-11ext4: unsigned int compared against zeroColin Ian King
2020-06-11ext4: protect journal inode's blocks using block_validityTheodore Ts'o
2020-06-11ext4: Make checks for metadata_csum feature saferTahsin Erdogan
2020-04-28ext4: check for directory entries too close to block endJan Kara
2020-04-28ext4: fix races of writeback with punch hole and zero rangeJan Kara
2020-04-28ext4: fix races between buffered IO and collapse / insert rangeJan Kara
2020-04-28ext4: move unlocked dio protection from ext4_alloc_file_blocks()Jan Kara
2020-04-28ext4: fix races between page faults and hole punchingJan Kara
2020-04-28ext4: update c/mtime on truncate upEryu Guan
2020-04-28ext4: only call ext4_truncate when size <= isizeJosef Bacik
2020-04-28ext4: wait for existing dio workers in ext4_alloc_file_blocks()Lukas Czerner
2020-02-11ext4: work around deleting a file with i_nlink == 0 safelyTheodore Ts'o
2020-01-11ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o
2020-01-11ext4: Introduce ext4_clamp_want_extra_isize()Ben Hutchings
2019-12-10ext4: fix warning inside ext4_convert_unwritten_extents_endioRakesh Pandit
2019-12-10ext4: set error return correctly when ext4_htree_store_dirent failsColin Ian King
2019-09-23ext4: fix data corruption caused by overlapping unaligned and aligned IOLukas Czerner
2019-09-23ext4: actually request zeroing of inode table after growKirill Tkhai
2019-08-20ext4: cleanup bh release code in ext4_ind_remove_space()zhangyi (F)
2019-08-20ext4: brelse all indirect buffer in ext4_ind_remove_space()zhangyi (F)
2019-08-13ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner
2019-08-13ext4: fix data corruption caused by unaligned direct AIOLukas Czerner
2019-07-09ext4: fix crash during online resizingJan Kara
2019-07-09ext4: add mask of ext4 flags to swapyangerkun
2019-07-09ext4: update quota information while swapping boot loader inodeyangerkun
2019-07-09ext4: fix check of inode in swap_inode_boot_loaderyangerkun
2019-06-20ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan
2019-04-04ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o
2019-04-04ext4: avoid kernel warning when writing the superblock to a dead deviceTheodore Ts'o
2019-04-04ext4: fix a potential fiemap/page fault deadlock w/ inline_dataTheodore Ts'o
2019-04-04ext4: ext4_inline_data_fiemap should respect callers argumentDmitry Monakhov
2019-04-04ext4: make sure enough credits are reserved for dioread_nolock writesTheodore Ts'o
2019-04-04ext4: check for shutdown and r/o file system in ext4_write_inode()Theodore Ts'o
2019-04-04ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o
2019-04-04ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o
2019-04-04ext4: include terminating u32 in size of xattr entries when expanding inodesTheodore Ts'o
2019-04-04ext4: missing unlock/put_page() in ext4_try_to_write_inline_data()Maurizio Lombardi
2019-02-11ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin
2019-02-11ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin
2019-02-11ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin
2019-02-11ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o
2019-02-11ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o
2019-02-11ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin
2019-02-11ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin
2019-02-11ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin
2019-02-11ext4: add missing brelse() update_backups()'s error pathVasily Averin
2019-02-11ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin