Age | Commit message (Expand) | Author | Files | Lines |
2017-04-03 | statx: Include a mask for stx_attributes in struct statx | David Howells | 1 | -0/+6 |
2017-04-03 | ext4: Add statx support | David Howells | 5 | -4/+39 |
2017-03-26 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -39/+35 |
2017-03-25 | Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -6/+4 |
2017-03-25 | ext4: fix two spelling nits | Theodore Ts'o | 2 | -2/+2 |
2017-03-25 | ext4: lock the xattr block before checksuming it | Theodore Ts'o | 1 | -34/+31 |
2017-03-15 | ext4: mark inode dirty after converting inline directory | Eric Biggers | 1 | -3/+2 |
2017-03-15 | fscrypt: eliminate ->prepare_context() operation | Eric Biggers | 1 | -6/+4 |
2017-03-03 | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -5/+4 |
2017-03-02 | statx: Add a system call to make enhanced file info available | David Howells | 2 | -5/+4 |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar | 1 | -0/+2 |
2017-02-27 | scripts/spelling.txt: add "comsume(r)" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |
2017-02-27 | fs: add i_blocksize() | Fabian Frederick | 3 | -5/+5 |
2017-02-24 | mm: replace FAULT_FLAG_SIZE with parameter to huge_fault | Dave Jiang | 1 | -3/+9 |
2017-02-24 | mm,fs,dax: change ->pmd_fault to ->huge_fault | Dave Jiang | 1 | -22/+1 |
2017-02-24 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 3 | -15/+15 |
2017-02-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -7/+6 |
2017-02-22 | Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2 | -2/+2 |
2017-02-22 | mm, dax: change pmd_fault() to take only vmf parameter | Dave Jiang | 1 | -4/+4 |
2017-02-22 | mm, dax: make pmd_fault() and friends be the same as fault() | Dave Jiang | 1 | -5/+4 |
2017-02-20 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 17 | -133/+446 |
2017-02-20 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -51/+24 |
2017-02-20 | ext4: rename EXT4_IOC_GOINGDOWN to EXT4_IOC_SHUTDOWN | Theodore Ts'o | 2 | -5/+5 |
2017-02-15 | ext4: fix fencepost in s_first_meta_bg validation | Theodore Ts'o | 1 | -1/+1 |
2017-02-14 | ext4: don't BUG when truncating encrypted inodes on the orphan list | Theodore Ts'o | 1 | -0/+4 |
2017-02-10 | ext4: do not use stripe_width if it is not set | Jan Kara | 1 | -2/+2 |
2017-02-10 | ext4: fix stripe-unaligned allocations | Jan Kara | 1 | -2/+4 |
2017-02-08 | ext4: fix DAX write locking | Christoph Hellwig | 1 | -9/+1 |
2017-02-08 | fscrypt: constify struct fscrypt_operations | Eric Biggers | 1 | -2/+2 |
2017-02-06 | fscrypt: split supp and notsupp declarations into their own headers | Eric Biggers | 2 | -24/+5 |
2017-02-05 | ext4: add EXT4_IOC_GOINGDOWN ioctl | Theodore Ts'o | 3 | -1/+61 |
2017-02-05 | ext4: add shutdown bit and check for it | Theodore Ts'o | 11 | -3/+103 |
2017-02-05 | ext4: rename s_resize_flags to s_ext4_flags | Theodore Ts'o | 2 | -5/+10 |
2017-02-05 | ext4: return EROFS if device is r/o and journal replay is needed | Theodore Ts'o | 1 | -1/+2 |
2017-02-04 | ext4: preserve the needs_recovery flag when the journal is aborted | Theodore Ts'o | 1 | -2/+4 |
2017-02-04 | ext4: fix inline data error paths | Theodore Ts'o | 2 | -6/+23 |
2017-02-02 | ext4: move halfmd4 into hash.c directly | Jason A. Donenfeld | 1 | -1/+70 |
2017-02-01 | ext4: fix use-after-iput when fscrypt contexts are inconsistent | Eric Biggers | 1 | -2/+4 |
2017-01-30 | iomap: constify struct iomap_ops | Christoph Hellwig | 2 | -2/+2 |
2017-01-27 | ext4: fix data corruption in data=journal mode | Jan Kara | 1 | -10/+13 |
2017-01-27 | ext4: trim allocation requests to group size | Jan Kara | 1 | -0/+7 |
2017-01-24 | dax: fix build warnings with FS_DAX and !FS_IOMAP | Ross Zwisler | 1 | -1/+0 |
2017-01-22 | ext4: replace BUG_ON with WARN_ON in mb_find_extent() | Theodore Ts'o | 1 | -1/+11 |
2017-01-22 | ext4: propagate error values from ext4_inline_data_truncate() | Theodore Ts'o | 3 | -19/+27 |
2017-01-11 | ext4: avoid calling ext4_mark_inode_dirty() under unneeded semaphores | Theodore Ts'o | 2 | -7/+4 |
2017-01-11 | ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea() | Theodore Ts'o | 3 | -54/+74 |
2017-01-11 | ext4: add debug_want_extra_isize mount option | Theodore Ts'o | 1 | -2/+7 |
2017-01-08 | ext4: do not polute the extents cache while shifting extents | Roman Pen | 1 | -3/+6 |
2017-01-08 | ext4: Include forgotten start block on fallocate insert range | Roman Pen | 1 | -6/+12 |