summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-032-5/+4
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-022-5/+4
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+2
|/
* scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* fs: add i_blocksize()Fabian Frederick2017-02-273-5/+5
* mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang2017-02-241-3/+9
* mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang2017-02-241-22/+1
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-243-15/+15
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-221-7/+6
|\
| * mm, dax: change pmd_fault() to take only vmf parameterDave Jiang2017-02-221-4/+4
| * mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang2017-02-221-5/+4
* | Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-02-222-2/+2
|\ \ | |/ |/|
| * iomap: constify struct iomap_opsChristoph Hellwig2017-01-302-2/+2
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-02-2017-133/+446
|\ \
| * | ext4: rename EXT4_IOC_GOINGDOWN to EXT4_IOC_SHUTDOWNTheodore Ts'o2017-02-202-5/+5
| * | ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o2017-02-151-1/+1
| * | ext4: don't BUG when truncating encrypted inodes on the orphan listTheodore Ts'o2017-02-141-0/+4
| * | ext4: do not use stripe_width if it is not setJan Kara2017-02-101-2/+2
| * | ext4: fix stripe-unaligned allocationsJan Kara2017-02-101-2/+4
| * | ext4: fix DAX write lockingChristoph Hellwig2017-02-081-9/+1
| * | ext4: add EXT4_IOC_GOINGDOWN ioctlTheodore Ts'o2017-02-053-1/+61
| * | ext4: add shutdown bit and check for itTheodore Ts'o2017-02-0511-3/+103
| * | ext4: rename s_resize_flags to s_ext4_flagsTheodore Ts'o2017-02-052-5/+10
| * | ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o2017-02-051-1/+2
| * | ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o2017-02-041-2/+4
| * | ext4: fix inline data error pathsTheodore Ts'o2017-02-042-6/+23
| * | ext4: move halfmd4 into hash.c directlyJason A. Donenfeld2017-02-021-1/+70
| * | ext4: fix use-after-iput when fscrypt contexts are inconsistentEric Biggers2017-02-011-2/+4
| * | ext4: fix data corruption in data=journal modeJan Kara2017-01-271-10/+13
| * | ext4: trim allocation requests to group sizeJan Kara2017-01-271-0/+7
| * | ext4: replace BUG_ON with WARN_ON in mb_find_extent()Theodore Ts'o2017-01-221-1/+11
| * | ext4: propagate error values from ext4_inline_data_truncate()Theodore Ts'o2017-01-223-19/+27
| * | ext4: avoid calling ext4_mark_inode_dirty() under unneeded semaphoresTheodore Ts'o2017-01-112-7/+4
| * | ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o2017-01-113-54/+74
| * | ext4: add debug_want_extra_isize mount optionTheodore Ts'o2017-01-111-2/+7
| * | ext4: do not polute the extents cache while shifting extentsRoman Pen2017-01-081-3/+6
| * | ext4: Include forgotten start block on fallocate insert rangeRoman Pen2017-01-081-6/+12
| * | Merge branch 'fscrypt' into dTheodore Ts'o2017-01-084-25/+17
| |\ \
* | \ \ Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-205-51/+24
|\ \ \ \ | |_|_|/ |/| | |
| * | | fscrypt: constify struct fscrypt_operationsEric Biggers2017-02-081-2/+2
| * | | fscrypt: split supp and notsupp declarations into their own headersEric Biggers2017-02-062-24/+5
| | |/ | |/|
| * | fscrypt: make fscrypt_operations.key_prefix a stringEric Biggers2017-01-082-23/+1
| * | ext4: don't allow encrypted operations without keysTheodore Ts'o2017-01-081-0/+12
| * | fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers2016-12-312-2/+4
* | | dax: fix build warnings with FS_DAX and !FS_IOMAPRoss Zwisler2017-01-241-1/+0
| |/ |/|
* | ext4: Simplify DAX fault pathJan Kara2016-12-261-38/+10
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-243-3/+3
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-3/+0
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-3/+0