summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2019-06-11ext4: do not delete unlinked inode from orphan list on failed truncateJan Kara1-1/+1
2019-06-11ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan1-2/+15
2019-06-11ext4: fix ext4_show_options for file systems w/o journalDebabrata Banerjee1-1/+1
2019-06-11ext4: actually request zeroing of inode table after growKirill Tkhai1-1/+1
2019-04-27ext4: prohibit fstrim in norecovery modeDarrick J. Wong1-0/+7
2019-04-27ext4: report real fs size after failed resizeLukas Czerner1-1/+5
2019-04-27ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner1-2/+9
2019-04-27ext4: cleanup bh release code in ext4_ind_remove_space()zhangyi (F)1-25/+22
2019-04-03ext4: brelse all indirect buffer in ext4_ind_remove_space()zhangyi (F)1-4/+8
2019-04-03ext4: fix data corruption caused by unaligned direct AIOLukas Czerner1-1/+1
2019-04-03ext4: fix NULL pointer dereference while journal is abortedJiufei Xue1-1/+1
2019-03-23ext4: fix crash during online resizingJan Kara1-1/+2
2019-01-17ext4: fix a potential fiemap/page fault deadlock w/ inline_dataTheodore Ts'o1-3/+3
2019-01-13ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o1-0/+11
2019-01-13ext4: fix EXT4_IOC_GROUP_ADD ioctlruippan (潘睿)1-1/+1
2019-01-13ext4: missing unlock/put_page() in ext4_try_to_write_inline_data()Maurizio Lombardi1-1/+4
2019-01-13ext4: fix possible use after free in ext4_quota_enablePan Bian1-1/+1
2018-11-21ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin1-0/+1
2018-11-21ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin1-0/+2
2018-11-21ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin1-0/+2
2018-11-21ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o1-8/+8
2018-11-21ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o1-0/+1
2018-11-21ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin1-1/+1
2018-11-21ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin1-1/+3
2018-11-21ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin1-0/+4
2018-11-21ext4: avoid potential extra brelse in setup_new_flex_group_blocks()Vasily Averin1-6/+2
2018-11-21ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin1-2/+1
2018-11-21ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin1-2/+4
2018-11-21ext4: add missing brelse() update_backups()'s error pathVasily Averin1-1/+3
2018-11-21ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o3-56/+3
2018-11-21ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner1-1/+1
2018-11-21ext4: fix argument checking in EXT4_IOC_MOVE_EXTTheodore Ts'o1-2/+6
2018-10-20ext4: add corruption check in ext4_xattr_set_entry()Theodore Ts'o1-8/+14
2018-10-13ext4: always verify the magic number in xattr blocksTheodore Ts'o1-3/+3
2018-10-10ext4: never move the system.data xattr out of the inode bodyTheodore Ts'o1-0/+5
2018-09-29ext4: don't mark mmp buffer head dirtyLi Dongyang1-1/+0
2018-09-29ext4: fix online resizing for bigalloc file systems with a 1k block sizeTheodore Ts'o1-1/+2
2018-09-29ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o1-0/+20
2018-09-29ext4: recalucate superblock checksum after updating free blocks/inodesTheodore Ts'o1-0/+2
2018-09-29ext4: avoid divide by zero fault when deleting corrupted inline directoriesTheodore Ts'o2-12/+12
2018-09-05ext4: reset error code in ext4_find_entry in fallbackEric Sandeen1-0/+1
2018-09-05ext4: sysfs: print ext4_super_block fields as little-endianArnd Bergmann1-3/+10
2018-09-05ext4: check for NUL characters in extended attribute's nameTheodore Ts'o1-0/+2
2018-08-24ext4: fix spectre gadget in ext4_mb_regular_allocator()Jeremy Cline1-1/+3
2018-08-15ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2-8/+5
2018-08-09ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o1-2/+2
2018-08-06ext4: check for allocation block validity with block group lockedTheodore Ts'o2-0/+6
2018-08-06ext4: fix inline data updates with checksums enabledTheodore Ts'o2-17/+18
2018-07-11ext4: check superblock mapped prior to committingJon Derrick1-0/+8
2018-07-11ext4: add more mount time checks of the superblockTheodore Ts'o1-11/+26