summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
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
2019-02-11ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin
2019-02-11ext4: avoid potential extra brelse in setup_new_flex_group_blocks()Vasily Averin
2019-02-11ext4: fix use-after-free race in ext4_remount()'s error pathTheodore Ts'o
2019-02-11ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner
2019-02-11ext4: fix EXT4_IOC_SWAP_BOOTTheodore Ts'o
2018-12-16ext4: don't mark mmp buffer head dirtyLi Dongyang
2018-12-16ext4: fix online resizing for bigalloc file systems with a 1k block sizeTheodore Ts'o
2018-12-16ext4: prevent online resize with backup superblockTheodore Ts'o
2018-12-16ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o
2018-12-16ext4: avoid divide by zero fault when deleting corrupted inline directoriesTheodore Ts'o
2018-12-16ext4: check to make sure the rename(2)'s destination is not freedTheodore Ts'o
2018-12-16ext4: fix spectre gadget in ext4_mb_regular_allocator()Jeremy Cline
2018-12-16ext4: check for NUL characters in extended attribute's nameTheodore Ts'o
2018-11-20ext4: check for allocation block validity with block group lockedTheodore Ts'o
2018-11-20ext4: fix inline data updates with checksums enabledTheodore Ts'o
2018-11-20ext4: check superblock mapped prior to committingJon Derrick
2018-11-20ext4: Fix WARN_ON_ONCE in ext4_commit_super()Pranay Kr. Srivastava
2018-11-20ext4: add more mount time checks of the superblockTheodore Ts'o
2018-11-20ext4: include the illegal physical block in the bad map ext4_error msgTheodore Ts'o