summaryrefslogtreecommitdiffstats
path: root/fs/ext4
AgeCommit message (Expand)AuthorLines
2017-05-13dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseDan Williams-2/+2
2017-05-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds-4/+17
2017-05-12ext4: return to starting transaction in ext4_dax_huge_fault()Jan Kara-4/+17
2017-05-12Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds-3/+3
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko-3/+3
2017-05-08Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-81/+31
2017-05-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-86/+1060
2017-05-08block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams-0/+1
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+8
2017-05-04ext4: clean up ext4_match() and callersEric Biggers-56/+25
2017-05-04ext4: switch to using fscrypt_match_name()Eric Biggers-17/+5
2017-05-04fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers-2/+2
2017-05-04ext4: remove "nokey" check from ext4_lookup()Eric Biggers-8/+1
2017-05-04ext4: mark superblock writes synchronous for nobarrier mountsJan Kara-1/+1
2017-05-03Merge branch 'generic' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/...Linus Torvalds-37/+66
2017-05-02ext4: inherit encryption xattr before other xattrsEric Biggers-6/+11
2017-04-30ext4: replace BUG_ON with WARN_ONCE in ext4_end_bio()Theodore Ts'o-1/+10
2017-04-30ext4: avoid unnecessary transaction stalls during writebackJan Kara-0/+35
2017-04-30ext4: preload block group descriptorsAndrew Perepechko-0/+6
2017-04-30ext4: make ext4_shutdown() staticEric Biggers-1/+1
2017-04-30ext4: support GETFSMAP ioctlsDarrick J. Wong-5/+953
2017-04-30ext4: evict inline data when writing to memory mapEric Biggers-0/+5
2017-04-30ext4: remove ext4_xattr_check_entry()Eric Biggers-24/+6
2017-04-29ext4: rename ext4_xattr_check_names() to ext4_xattr_check_entries()Eric Biggers-5/+5
2017-04-29ext4: merge ext4_xattr_list() into ext4_listxattr()Eric Biggers-16/+5
2017-04-29ext4: constify static data that is never modifiedEric Biggers-10/+11
2017-04-29ext4: trim return value and 'dir' argument from ext4_insert_dentry()Eric Biggers-17/+11
2017-04-25ext2, ext4, xfs: retrieve dax_device for iomap operationsDan Williams-1/+8
2017-04-24ext4: Improve comments in ext4_quota_{on|off}()Jan Kara-2/+10
2017-04-19ext4: Remove ext4_get_inode_flags()Jan Kara-29/+0
2017-04-19ext4: Set flags on quota files directlyJan Kara-6/+56
2017-04-03statx: Include a mask for stx_attributes in struct statxDavid Howells-0/+6
2017-04-03ext4: Add statx supportDavid Howells-4/+39
2017-03-26Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-39/+35
2017-03-25Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-6/+4
2017-03-25ext4: fix two spelling nitsTheodore Ts'o-2/+2
2017-03-25ext4: lock the xattr block before checksuming itTheodore Ts'o-34/+31
2017-03-15ext4: mark inode dirty after converting inline directoryEric Biggers-3/+2
2017-03-15fscrypt: eliminate ->prepare_context() operationEric Biggers-6/+4
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-5/+4
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells-5/+4
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar-0/+2
2017-02-27scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada-1/+1
2017-02-27fs: add i_blocksize()Fabian Frederick-5/+5
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang-3/+9
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang-22/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang-15/+15
2017-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds-7/+6