summaryrefslogtreecommitdiff
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell2018-11-191-6/+10
|\
| * Merge branch 'work.afs' into for-nextAl Viro2018-10-298-26/+72
| |\
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'work.mount', 'work.alpha', 'work.compat', 'work.misc' and 'wo...Al Viro2018-10-293-9/+13
| |\ \ \ \ \
| | * | | | | vfs: Require specification of size of mount data for internal mountsDavid Howells2018-09-111-6/+10
| |/ / / / /
* | | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-11-115-31/+51
|\ \ \ \ \ \
| * | | | | | ext4: missing !bh check in ext4_xattr_inode_write()Vasily Averin2018-11-091-0/+6
| * | | | | | ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin2018-11-071-0/+1
| * | | | | | ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error pathVasily Averin2018-11-071-2/+5
| * | | | | | ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin2018-11-071-0/+2
| * | | | | | ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin2018-11-071-0/+2
| * | | | | | ext4: fix buffer leak in ext4_xattr_get_block() on error pathVasily Averin2018-11-071-1/+3
| * | | | | | ext4: fix possible leak of s_journal_flag_rwsem in error pathVasily Averin2018-11-071-0/+1
| * | | | | | ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o2018-11-071-8/+8
| * | | | | | ext4: remove unneeded brelse call in ext4_xattr_inode_update_ref()Vasily Averin2018-11-061-5/+1
| * | | | | | ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o2018-11-061-0/+1
| * | | | | | ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin2018-11-061-1/+3
| * | | | | | ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()Vasily Averin2018-11-061-2/+3
| * | | | | | ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin2018-11-061-0/+4
| * | | | | | ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin2018-11-061-1/+1
| * | | | | | ext4: add missing brelse() update_backups()'s error pathVasily Averin2018-11-031-1/+3
| * | | | | | ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin2018-11-031-2/+1
| * | | | | | ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin2018-11-031-2/+4
| * | | | | | ext4: avoid potential extra brelse in setup_new_flex_group_blocks() Vasily Averin2018-11-031-6/+2
* | | | | | | Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-021-1/+1
|\ \ \ \ \ \ \
| * | | | | | | blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-011-1/+1
* | | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-11-012-3/+3
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | ext4: don't open-code ERR_CASTAl Viro2018-10-102-3/+3
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Linus Torvalds2018-11-011-9/+0
|\ \ \ \ \ \ \
| * | | | | | | Compiler Attributes: ext4: remove local __nonstring definitionMiguel Ojeda2018-09-301-9/+0
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | pagevec: Use xa_mark_tMatthew Wilcox2018-10-211-1/+1
| |/ / / / /
* | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-10-2413-452/+1257
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | ext4: fix use-after-free race in ext4_remount()'s error pathTheodore Ts'o2018-10-122-26/+50
| * | | | | ext4: cache NULL when both default_acl and acl are NULLChengguang Xu2018-10-061-0/+4
| * | | | | ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTRWang Shilong2018-10-031-1/+3
| * | | | | ext4: fix setattr project check in fssetxattr ioctlWang Shilong2018-10-031-23/+37
| * | | | | ext4: convert fault handler to use vm_fault_t typeSouptick Joarder2018-10-022-16/+17
| * | | | | ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner2018-10-021-1/+1
| * | | | | ext4: fix EXT4_IOC_SWAP_BOOTTheodore Ts'o2018-10-021-6/+27
| * | | | | ext4: fix build error when DX_DEBUG is definedGabriel Krisman Bertazi2018-10-021-1/+1
| * | | | | ext4: fix argument checking in EXT4_IOC_MOVE_EXTTheodore Ts'o2018-10-021-2/+6
| * | | | | ext4: fix reserved cluster accounting at page invalidation timeEric Whitney2018-10-013-19/+95
| * | | | | ext4: adjust reserved cluster count when removing extentsEric Whitney2018-10-014-114/+198
| * | | | | ext4: reduce reserved cluster count by number of allocated clustersEric Whitney2018-10-013-160/+207
| * | | | | ext4: fix reserved cluster accounting at delayed write timeEric Whitney2018-10-015-18/+206
| * | | | | ext4: add new pending reservation mechanismEric Whitney2018-10-014-0/+249
| * | | | | ext4: generalize extents status tree search functionsEric Whitney2018-10-015-72/+163
| |/ / / /
* | | | | Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe2018-10-018-26/+72
|\ \ \ \ \ | |/ / / /
| * | | | 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-151-1/+1