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