summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o2019-01-131-0/+11
* ext4: missing unlock/put_page() in ext4_try_to_write_inline_data()Maurizio Lombardi2019-01-131-1/+4
* ext4: fix possible use after free in ext4_quota_enablePan Bian2019-01-131-1/+1
* ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin2018-11-221-0/+1
* ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin2018-11-221-0/+2
* ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin2018-11-221-0/+2
* ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o2018-11-221-8/+8
* ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o2018-11-221-0/+1
* ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin2018-11-221-1/+1
* ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin2018-11-221-1/+3
* ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin2018-11-221-0/+4
* ext4: avoid potential extra brelse in setup_new_flex_group_blocks()Vasily Averin2018-11-221-6/+2
* ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin2018-11-221-2/+1
* ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin2018-11-221-2/+4
* ext4: add missing brelse() update_backups()'s error pathVasily Averin2018-11-221-1/+3
* ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner2018-11-221-1/+1
* ext4: fix argument checking in EXT4_IOC_MOVE_EXTTheodore Ts'o2018-11-221-2/+6
* ext4: fix an ext3 collapse range regression in xfstestsTheodore Ts'o2018-11-101-0/+8
* ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o2018-10-133-56/+3
* ext4: add more inode number paranoia checksTheodore Ts'o2018-10-133-6/+7
* ext4: never move the system.data xattr out of the inode bodyTheodore Ts'o2018-10-131-0/+5
* ext4: always verify the magic number in xattr blocksTheodore Ts'o2018-10-131-3/+3
* ext4: add corruption check in ext4_xattr_set_entry()Theodore Ts'o2018-10-131-8/+14
* ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o2018-10-131-2/+2
* ext4: always check block group bounds in ext4_init_block_bitmap()Theodore Ts'o2018-10-131-7/+3
* ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2018-10-132-8/+5
* ext4: only look at the bg_flags field if it is validTheodore Ts'o2018-10-134-6/+36
* ext4: verify the depth of extent tree in ext4_find_extent()Theodore Ts'o2018-10-132-0/+7
* ext4: don't mark mmp buffer head dirtyLi Dongyang2018-10-131-1/+0
* ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o2018-10-131-0/+20
* ext4: recalucate superblock checksum after updating free blocks/inodesTheodore Ts'o2018-10-131-0/+2
* ext4: avoid divide by zero fault when deleting corrupted inline directoriesTheodore Ts'o2018-10-132-12/+12
* ext4: reset error code in ext4_find_entry in fallbackEric Sandeen2018-09-051-0/+1
* ext4: add more mount time checks of the superblockTheodore Ts'o2018-07-111-11/+26
* ext4: clear i_data in ext4_inode_info when removing inline dataTheodore Ts'o2018-07-111-0/+1
* ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o2018-07-111-0/+25
* ext4: fix fencepost error in check for inode count overflow during resizeJan Kara2018-07-031-1/+1
* ext4: update mtime in ext4_punch_hole even if no blocks are releasedLukas Czerner2018-07-031-18/+18
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-301-4/+2
* ext4: fix bitmap position validationLukas Czerner2018-05-021-4/+5
* ext4: add validity checks for bitmap block numbersTheodore Ts'o2018-05-022-3/+21
* ext4: don't update checksum of new initialized bitmapsTheodore Ts'o2018-04-292-42/+4
* ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang2018-04-291-0/+2
* ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o2018-04-293-54/+74
* ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o2018-04-241-0/+6
* ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o2018-04-241-0/+6
* ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()Eryu Guan2018-04-131-1/+1
* ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou2018-02-251-0/+1
* ext4: fix crash when a directory's i_size is too smallChandan Rajendra2017-12-201-0/+4
* ext4: fix interaction between i_size, fallocate, and delalloc after a crashTheodore Ts'o2017-11-301-2/+4