summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2016-10-11fs: use mapping_set_error instead of opencoded set_bitMichal Hocko
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-07ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani
2016-10-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-09-30ext4: remove unused variableEric Engestrom
2016-09-30ext4: use journal inode to determine journal overheadEric Whitney
2016-09-30ext4: create function to read journal inodeEric Whitney
2016-09-30ext4: unmap metadata when zeroing blocksJan Kara
2016-09-30ext4: remove plugging from ext4_file_write_iter()Jan Kara
2016-09-30ext4: allow unlocked direct IO when pages are cachedJan Kara
2016-09-30ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICYRichard Weinberger
2016-09-30ext4: do not unnecessarily null-terminate encrypted symlink dataEric Biggers
2016-09-30ext4: release bh in make_indexed_dirgmail
2016-09-30ext4: Allow parallel DIO readsJan Kara
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-22ext4: allow DAX writeback for hole punchRoss Zwisler
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara
2016-09-15fscrypto: make filename crypto functions return 0 on successEric Biggers
2016-09-15ext4: fix memory leak when symlink decryption failsEric Biggers
2016-09-15ext4: remove unused definition for MAX_32_NUMFabian Frederick
2016-09-15ext4: create EXT4_MAX_BLOCKS() macroFabian Frederick
2016-09-15ext4: remove unneeded test in ext4_alloc_file_blocks()Fabian Frederick
2016-09-15ext4: fix memory leak in ext4_insert_range()Fabian Frederick
2016-09-15ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang
2016-09-10fscrypto: require write access to mount to set encryption policyEric Biggers
2016-09-05ext4: improve ext4lazyinit scalabilityDmitry Monakhov
2016-09-05ext4: cleanup ext4_sync_parent()Jan Kara
2016-09-05ext4: remove old feature helpersKaho Ng
2016-09-05ext4: enable quota enforcement based on mount optionsJan Kara
2016-09-05ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong
2016-08-29ext4: enforce online defrag restriction for encrypted filesEric Whitney
2016-08-29ext4: factor out loop for freeing inode xattr spaceJan Kara
2016-08-29ext4: remove (almost) unused variables from ext4_expand_extra_isize_ea()Jan Kara
2016-08-29ext4: factor out xattr movingJan Kara
2016-08-29ext4: replace bogus assertion in ext4_xattr_shift_entries()Jan Kara
2016-08-29ext4: remove checks for e_value_blockJan Kara
2016-08-29ext4: Check that external xattr value block is zeroJan Kara
2016-08-29ext4: fixup free space calculations when expanding inodesJan Kara
2016-08-29Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-08-11ext4: avoid deadlock when expanding inode sizeJan Kara
2016-08-11ext4: properly align shifted xattrs when expanding inodesJan Kara
2016-08-11ext4: fix xattr shifting when expanding inodes part 2Jan Kara
2016-08-11ext4: fix xattr shifting when expanding inodesJan Kara
2016-08-01ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o