aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-19ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2-1/+17
2016-10-15ext4: add missing KERN_CONT to a few more debugging usesJoe Perches4-31/+26
2016-10-15ext4: correct endianness conversion in __xattr_check_inode()Eric Biggers1-1/+1
2016-10-12ext4: do not advertise encryption support when disabledEric Biggers1-0/+4
2016-10-12ext4: super.c: Update logging style using KERN_CONTJoe Perches1-10/+11
2016-10-11fs: use mapping_set_error instead of opencoded set_bitMichal Hocko1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-18/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-9/+5
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2-9/+5
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher3-18/+0
2016-10-07ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani1-0/+1
2016-10-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds14-310/+372
2016-09-30ext4: remove unused variableEric Engestrom2-5/+2
2016-09-30ext4: use journal inode to determine journal overheadEric Whitney1-2/+17
2016-09-30ext4: create function to read journal inodeEric Whitney1-9/+23
2016-09-30ext4: unmap metadata when zeroing blocksJan Kara1-1/+9
2016-09-30ext4: remove plugging from ext4_file_write_iter()Jan Kara1-4/+0
2016-09-30ext4: allow unlocked direct IO when pages are cachedJan Kara1-2/+1
2016-09-30ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICYRichard Weinberger1-0/+3
2016-09-30ext4: do not unnecessarily null-terminate encrypted symlink dataEric Biggers1-2/+0
2016-09-30ext4: release bh in make_indexed_dirgmail1-8/+6
2016-09-30ext4: Allow parallel DIO readsJan Kara1-22/+18
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-22ext4: allow DAX writeback for hole punchRoss Zwisler1-2/+2
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara1-8/+4
2016-09-15fscrypto: make filename crypto functions return 0 on successEric Biggers3-9/+9
2016-09-15ext4: fix memory leak when symlink decryption failsEric Biggers1-2/+1
2016-09-15ext4: remove unused definition for MAX_32_NUMFabian Frederick1-2/+0
2016-09-15ext4: create EXT4_MAX_BLOCKS() macroFabian Frederick3-14/+7
2016-09-15ext4: remove unneeded test in ext4_alloc_file_blocks()Fabian Frederick1-7/+2
2016-09-15ext4: fix memory leak in ext4_insert_range()Fabian Frederick1-0/+3
2016-09-15ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang1-0/+2
2016-09-10fscrypto: require write access to mount to set encryption policyEric Biggers1-1/+1
2016-09-05ext4: improve ext4lazyinit scalabilityDmitry Monakhov1-10/+31
2016-09-05ext4: cleanup ext4_sync_parent()Jan Kara1-1/+8
2016-09-05ext4: remove old feature helpersKaho Ng4-29/+6
2016-09-05ext4: enable quota enforcement based on mount optionsJan Kara2-13/+33
2016-09-05ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong1-4/+4
2016-08-29ext4: enforce online defrag restriction for encrypted filesEric Whitney1-0/+7
2016-08-29ext4: factor out loop for freeing inode xattr spaceJan Kara1-52/+69
2016-08-29ext4: remove (almost) unused variables from ext4_expand_extra_isize_ea()Jan Kara1-12/+8
2016-08-29ext4: factor out xattr movingJan Kara1-74/+85
2016-08-29ext4: replace bogus assertion in ext4_xattr_shift_entries()Jan Kara1-4/+5
2016-08-29ext4: remove checks for e_value_blockJan Kara1-8/+7
2016-08-29ext4: Check that external xattr value block is zeroJan Kara1-0/+2
2016-08-29ext4: fixup free space calculations when expanding inodesJan Kara1-34/+24
2016-08-29Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds4-25/+49