summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* Revert "ext4: use ext4_write_inode() when fsyncing w/o a journal"Theodore Ts'o2019-02-151-9/+4Star
* ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o2019-01-161-1/+1
* ext4: track writeback errors using the generic tracking infrastructureTheodore Ts'o2019-01-161-0/+3
* ext4: use ext4_write_inode() when fsyncing w/o a journalTheodore Ts'o2019-01-161-4/+9
* 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: check for shutdown and r/o file system in ext4_write_inode()Theodore Ts'o2019-01-091-2/+7
* ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o2019-01-091-0/+11
* ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o2019-01-098-41/+65
* 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: add ext4_sb_bread() to disambiguate ENOMEM casesTheodore Ts'o2019-01-095-94/+115
* ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin2018-11-211-0/+1
* ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error pathVasily Averin2018-11-211-2/+5
* 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 buffer leak in ext4_xattr_get_block() on error pathVasily Averin2018-11-211-1/+3
* 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: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()Vasily Averin2018-11-211-2/+3
* ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin2018-11-211-0/+4
* ext4: missing !bh check in ext4_xattr_inode_write()Vasily Averin2018-11-211-0/+6
* ext4: avoid potential extra brelse in setup_new_flex_group_blocks()Vasily Averin2018-11-211-6/+2Star
* ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin2018-11-211-2/+1Star
* 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: fix use-after-free race in ext4_remount()'s error pathTheodore Ts'o2018-11-132-26/+50
* ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTRWang Shilong2018-11-131-1/+3
* ext4: fix setattr project check in fssetxattr ioctlWang Shilong2018-11-131-23/+37
* ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner2018-11-131-1/+1
* ext4: fix EXT4_IOC_SWAP_BOOTTheodore Ts'o2018-11-131-6/+27
* ext4: fix argument checking in EXT4_IOC_MOVE_EXTTheodore Ts'o2018-11-131-2/+6
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-09-178-26/+72
|\
| * ext4, dax: set ext4_dax_aops for dax filesToshi Kani2018-09-161-1/+1
| * ext4, dax: add ext4_bmap to ext4_dax_aopsToshi Kani2018-09-161-0/+1
| * ext4: don't mark mmp buffer head dirtyLi Dongyang2018-09-151-1/+0Star
| * ext4: show test_dummy_encryption mount option in /proc/mountsEric Biggers2018-09-151-0/+2
| * ext4: close race between direct IO and ext4_break_layouts()Ross Zwisler2018-09-111-6/+3Star
| * ext4: fix online resizing for bigalloc file systems with a 1k block sizeTheodore Ts'o2018-09-041-1/+2
| * ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o2018-09-041-0/+20
| * ext4: recalucate superblock checksum after updating free blocks/inodesTheodore Ts'o2018-09-011-0/+2
| * ext4: avoid arithemetic overflow that can trigger a BUGTheodore Ts'o2018-09-012-2/+9
| * ext4: avoid divide by zero fault when deleting corrupted inline directoriesTheodore Ts'o2018-08-272-12/+12
| * ext4: check to make sure the rename(2)'s destination is not freedTheodore Ts'o2018-08-271-0/+6