summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix crash during online resizingJan Kara2019-07-091-1/+2
* ext4: add mask of ext4 flags to swapyangerkun2019-07-092-1/+8
* ext4: update quota information while swapping boot loader inodeyangerkun2019-07-091-14/+42
* ext4: fix check of inode in swap_inode_boot_loaderyangerkun2019-07-091-9/+13
* ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan2019-06-201-2/+15
* ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o2019-04-041-1/+1
* ext4: avoid kernel warning when writing the superblock to a dead deviceTheodore Ts'o2019-04-041-1/+1
* ext4: fix a potential fiemap/page fault deadlock w/ inline_dataTheodore Ts'o2019-04-041-3/+3
* ext4: ext4_inline_data_fiemap should respect callers argumentDmitry Monakhov2019-04-043-8/+16
* ext4: make sure enough credits are reserved for dioread_nolock writesTheodore Ts'o2019-04-041-1/+2
* ext4: check for shutdown and r/o file system in ext4_write_inode()Theodore Ts'o2019-04-041-2/+4
* ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o2019-04-041-0/+11
* ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o2019-04-047-38/+61
* ext4: include terminating u32 in size of xattr entries when expanding inodesTheodore Ts'o2019-04-041-1/+1
* ext4: missing unlock/put_page() in ext4_try_to_write_inline_data()Maurizio Lombardi2019-04-041-1/+4
* ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin2019-02-111-0/+1
* ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin2019-02-111-0/+2
* ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin2019-02-111-0/+2
* ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o2019-02-111-8/+8
* ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o2019-02-111-0/+1
* ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin2019-02-111-1/+3
* ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin2019-02-111-0/+4
* ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin2019-02-111-1/+1
* ext4: add missing brelse() update_backups()'s error pathVasily Averin2019-02-111-1/+3
* ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin2019-02-111-2/+1
* ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin2019-02-111-2/+4
* ext4: avoid potential extra brelse in setup_new_flex_group_blocks()Vasily Averin2019-02-111-6/+2
* ext4: fix use-after-free race in ext4_remount()'s error pathTheodore Ts'o2019-02-112-26/+52
* ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner2019-02-111-1/+1
* ext4: fix EXT4_IOC_SWAP_BOOTTheodore Ts'o2019-02-111-6/+27
* ext4: don't mark mmp buffer head dirtyLi Dongyang2018-12-161-1/+0
* ext4: fix online resizing for bigalloc file systems with a 1k block sizeTheodore Ts'o2018-12-161-1/+2
* ext4: prevent online resize with backup superblockTheodore Ts'o2018-12-161-12/+12
* ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o2018-12-161-0/+20
* ext4: avoid divide by zero fault when deleting corrupted inline directoriesTheodore Ts'o2018-12-162-12/+12
* ext4: check to make sure the rename(2)'s destination is not freedTheodore Ts'o2018-12-161-0/+6
* ext4: fix spectre gadget in ext4_mb_regular_allocator()Jeremy Cline2018-12-161-1/+3
* ext4: check for NUL characters in extended attribute's nameTheodore Ts'o2018-12-161-0/+2
* ext4: check for allocation block validity with block group lockedTheodore Ts'o2018-11-202-1/+7
* ext4: fix inline data updates with checksums enabledTheodore Ts'o2018-11-202-16/+18
* ext4: check superblock mapped prior to committingJon Derrick2018-11-201-0/+8
* ext4: Fix WARN_ON_ONCE in ext4_commit_super()Pranay Kr. Srivastava2018-11-201-14/+16
* ext4: add more mount time checks of the superblockTheodore Ts'o2018-11-201-11/+26
* ext4: include the illegal physical block in the bad map ext4_error msgTheodore Ts'o2018-11-201-2/+2
* ext4: fix fencepost error in check for inode count overflow during resizeJan Kara2018-11-201-1/+1
* ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()Theodore Ts'o2018-11-201-3/+7
* ext4: don't read out of bounds when checking for in-inode xattrsEric Biggers2018-11-202-4/+5
* ext4: correct endianness conversion in __xattr_check_inode()Eric Biggers2018-11-201-1/+1
* ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o2018-11-201-4/+28
* ext4: do not update s_last_mounted of a frozen fsAmir Goldstein2018-11-201-5/+9