summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2017-02-09fs: add i_blocksize()Fabian Frederick
2017-02-09Merge branch 'akpm-current/current'Stephen Rothwell
2017-02-09Merge remote-tracking branch 'ext4/dev'Stephen Rothwell
2017-02-09Merge remote-tracking branch 'fscrypt/master'Stephen Rothwell
2017-02-08mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang
2017-02-08ext4: Remove unused function ext4_dax_huge_fault()Ross Zwisler
2017-02-08mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang
2017-02-08mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-08mm, dax: change pmd_fault() to take only vmf parameterDave Jiang
2017-02-08mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang
2017-02-06fscrypt: split supp and notsupp declarations into their own headersEric Biggers
2017-02-05ext4: add EXT4_IOC_GOINGDOWN ioctlTheodore Ts'o
2017-02-05ext4: add shutdown bit and check for itTheodore Ts'o
2017-02-05ext4: rename s_resize_flags to s_ext4_flagsTheodore Ts'o
2017-02-05ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o
2017-02-04ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o
2017-02-04ext4: fix inline data error pathsTheodore Ts'o
2017-02-02ext4: move halfmd4 into hash.c directlyJason A. Donenfeld
2017-02-01ext4: fix use-after-iput when fscrypt contexts are inconsistentEric Biggers
2017-01-27ext4: fix data corruption in data=journal modeJan Kara
2017-01-27ext4: trim allocation requests to group sizeJan Kara
2017-01-24dax: fix build warnings with FS_DAX and !FS_IOMAPRoss Zwisler
2017-01-22ext4: replace BUG_ON with WARN_ON in mb_find_extent()Theodore Ts'o
2017-01-22ext4: propagate error values from ext4_inline_data_truncate()Theodore Ts'o
2017-01-11ext4: avoid calling ext4_mark_inode_dirty() under unneeded semaphoresTheodore Ts'o
2017-01-11ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o
2017-01-11ext4: add debug_want_extra_isize mount optionTheodore Ts'o
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-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