summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2017-01-31scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada
2017-01-31fs: add i_blocksize()Fabian Frederick
2017-01-31Merge branch 'akpm-current/current'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'ext4/dev'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'fscrypt/master'Stephen Rothwell
2017-01-25mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-01-25mm, dax: change pmd_fault() to take only vmf parameterDave Jiang
2017-01-25mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang
2017-01-24dax: fix build warnings with FS_DAX and !FS_IOMAPRoss Zwisler
2017-01-08ext4: do not polute the extents cache while shifting extentsRoman Pen
2017-01-08ext4: Include forgotten start block on fallocate insert rangeRoman Pen
2017-01-08ext4: don't allow encrypted operations without keysTheodore Ts'o
2017-01-08Merge branch 'fscrypt' into dTheodore Ts'o
2017-01-08fscrypt: make fscrypt_operations.key_prefix a stringEric Biggers
2017-01-08ext4: don't allow encrypted operations without keysTheodore Ts'o
2016-12-31fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers
2016-12-26ext4: Simplify DAX fault pathJan Kara
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-14Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-12-12Merge branch 'fscrypt' into devTheodore Ts'o
2016-12-11fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()David Gstir
2016-12-11fscrypto: move ioctl processing more fully into common codeEric Biggers
2016-12-10ext4: do not perform data journaling when data is encryptedSergey Karamov
2016-12-10ext4: return -ENOMEM instead of successDan Carpenter
2016-12-10ext4: reject inodes with negative sizeDarrick J. Wong
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-12-05quota: constify struct path in quota_onAl Viro
2016-12-03ext4: remove another test in ext4_alloc_file_blocks()Dan Carpenter
2016-12-03ext4: fix checks for data=ordered and journal_async_commit optionsJan Kara
2016-12-02ext4: fix reading new encrypted symlinks on no-journal file systemsTheodore Ts'o
2016-12-01ext4: validate s_first_meta_bg at mount timeEryu Guan
2016-12-01ext4: correctly detect when an xattr value has an invalid sizeEric Biggers
2016-12-01ext4: don't read out of bounds when checking for in-inode xattrsEric Biggers
2016-12-01ext4: forbid i_extra_isize not divisible by 4Eric Biggers
2016-12-01ext4: disable pwsalt ioctl when encryption disabled by configEric Biggers
2016-12-01ext4: get rid of ext4_sb_has_crypto()Eric Biggers
2016-12-01ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong
2016-12-01ext4: warn when page is dirtied without buffersJan Kara
2016-11-29ext4: be more strict when verifying flags set via SETFLAGS ioctlsJan Kara
2016-11-29ext4: add EXT4_JOURNAL_DATA_FL and EXT4_EXTENTS_FL to modifiable maskJan Kara
2016-11-26ext4: fix mmp use after free during unmountEric Sandeen
2016-11-22ext4: Add select for CONFIG_FS_IOMAPJan Kara
2016-11-21ext4: avoid lockdep warning when inheriting encryption contextEric Biggers
2016-11-21ext4: remove unused function ext4_aligned_io()Ross Zwisler
2016-11-20ext4: rip out DAX handling from direct IO pathJan Kara
2016-11-20ext4: convert DAX faults to iomap infrastructureJan Kara