summaryrefslogtreecommitdiffstats
path: root/fs/ext4
AgeCommit message (Expand)Author
2017-06-14ext4: fix fdatasync(2) after extent manipulation operationsJan Kara
2017-06-14ext4: fix data corruption with EXT4_GET_BLOCKS_ZEROJan Kara
2017-06-14ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov
2017-06-14ext4: fix SEEK_HOLEJan Kara
2017-05-20fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers
2017-05-20ext4: return to starting transaction in ext4_dax_huge_fault()Jan Kara
2017-05-20ext4: evict inline data when writing to memory mapEric Biggers
2017-04-03statx: Include a mask for stx_attributes in struct statxDavid Howells
2017-04-03ext4: Add statx supportDavid Howells
2017-03-26Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-03-25Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-03-25ext4: fix two spelling nitsTheodore Ts'o
2017-03-25ext4: lock the xattr block before checksuming itTheodore Ts'o
2017-03-15ext4: mark inode dirty after converting inline directoryEric Biggers
2017-03-15fscrypt: eliminate ->prepare_context() operationEric Biggers
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-02-27scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada
2017-02-27fs: add i_blocksize()Fabian Frederick
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-02-22Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-02-22mm, dax: change pmd_fault() to take only vmf parameterDave Jiang
2017-02-22mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang
2017-02-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-02-20Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-20ext4: rename EXT4_IOC_GOINGDOWN to EXT4_IOC_SHUTDOWNTheodore Ts'o
2017-02-15ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o
2017-02-14ext4: don't BUG when truncating encrypted inodes on the orphan listTheodore Ts'o
2017-02-10ext4: do not use stripe_width if it is not setJan Kara
2017-02-10ext4: fix stripe-unaligned allocationsJan Kara
2017-02-08ext4: fix DAX write lockingChristoph Hellwig
2017-02-08fscrypt: constify struct fscrypt_operationsEric Biggers
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-30iomap: constify struct iomap_opsChristoph Hellwig
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