summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
...
* ext4: fix data corruption caused by overlapping unaligned and aligned IOLukas Czerner2019-05-211-0/+7
* ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan2019-05-211-2/+15
* ext4: fix ext4_show_options for file systems w/o journalDebabrata Banerjee2019-05-211-1/+1
* ext4: actually request zeroing of inode table after growKirill Tkhai2019-05-211-1/+1
* ext4: prohibit fstrim in norecovery modeDarrick J. Wong2019-04-201-0/+7
* ext4: report real fs size after failed resizeLukas Czerner2019-04-201-1/+5
* ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner2019-04-201-2/+9
* ext4: cleanup bh release code in ext4_ind_remove_space()zhangyi (F)2019-04-051-25/+22
* ext4: brelse all indirect buffer in ext4_ind_remove_space()zhangyi (F)2019-03-271-4/+8
* ext4: fix data corruption caused by unaligned direct AIOLukas Czerner2019-03-271-1/+1
* ext4: fix NULL pointer dereference while journal is abortedJiufei Xue2019-03-271-1/+1
* ext4: fix crash during online resizingJan Kara2019-03-231-1/+2
* ext4: avoid kernel warning when writing the superblock to a dead deviceTheodore Ts'o2019-01-161-1/+1
* ext4: fix a potential fiemap/page fault deadlock w/ inline_dataTheodore Ts'o2019-01-161-3/+3
* ext4: make sure enough credits are reserved for dioread_nolock writesTheodore Ts'o2019-01-161-1/+2
* ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o2019-01-091-0/+11
* ext4: include terminating u32 in size of xattr entries when expanding inodesTheodore Ts'o2019-01-091-1/+1
* ext4: fix EXT4_IOC_GROUP_ADD ioctlruippan (潘睿)2019-01-091-1/+1
* ext4: missing unlock/put_page() in ext4_try_to_write_inline_data()Maurizio Lombardi2019-01-091-1/+4
* ext4: fix possible use after free in ext4_quota_enablePan Bian2019-01-091-1/+1
* ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin2018-11-211-0/+1
* ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin2018-11-211-0/+2
* ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin2018-11-211-0/+2
* ext4: fix possible leak of s_journal_flag_rwsem in error pathVasily Averin2018-11-211-0/+1
* ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o2018-11-211-8/+8
* ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o2018-11-211-0/+1
* ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin2018-11-211-1/+1
* ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin2018-11-211-1/+3
* ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin2018-11-211-0/+4
* ext4: avoid potential extra brelse in setup_new_flex_group_blocks()Vasily Averin2018-11-211-6/+2
* ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin2018-11-211-2/+1
* ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin2018-11-211-2/+4
* ext4: add missing brelse() update_backups()'s error pathVasily Averin2018-11-211-1/+3
* ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTRWang Shilong2018-11-131-1/+3
* ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner2018-11-131-1/+1
* ext4: fix argument checking in EXT4_IOC_MOVE_EXTTheodore Ts'o2018-11-131-2/+6
* ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o2018-10-203-56/+3
* ext4: Fix error code in ext4_xattr_set_entry()Daniel Rosenberg2018-10-181-1/+1
* 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: never move the system.data xattr out of the inode bodyTheodore Ts'o2018-10-031-0/+5
* ext4: show test_dummy_encryption mount option in /proc/mountsEric Biggers2018-09-291-0/+2
* ext4: don't mark mmp buffer head dirtyLi Dongyang2018-09-291-1/+0
* ext4: fix online resizing for bigalloc file systems with a 1k block sizeTheodore Ts'o2018-09-291-1/+2
* ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o2018-09-291-0/+20
* ext4: recalucate superblock checksum after updating free blocks/inodesTheodore Ts'o2018-09-291-0/+2
* ext4: avoid divide by zero fault when deleting corrupted inline directoriesTheodore Ts'o2018-09-292-12/+12
* ext4: check to make sure the rename(2)'s destination is not freedTheodore Ts'o2018-09-291-0/+6
* ext4: reset error code in ext4_find_entry in fallbackEric Sandeen2018-09-051-0/+1
* ext4: sysfs: print ext4_super_block fields as little-endianArnd Bergmann2018-09-051-3/+10