| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: use mapping_set_error instead of opencoded set_bit | Michal Hocko | 2016-10-11 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 1 | -1/+1 |
|\ |
|
| * | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 2016-09-27 | 1 | -1/+1 |
* | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2016-10-10 | 3 | -18/+0 |
|\ \ |
|
| * | | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 2016-10-07 | 3 | -18/+0 |
| |/ |
|
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 2 | -9/+5 |
|\ \ |
|
| * \ | Merge remote-tracking branch 'jk/vfs' into work.misc | Al Viro | 2016-10-08 | 2 | -9/+5 |
| |\ \
| | |/
| |/| |
|
| | * | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 2016-09-22 | 1 | -1/+1 |
| | * | posix_acl: Clear SGID bit when setting file permissions | Jan Kara | 2016-09-22 | 1 | -8/+4 |
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-10-07 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | ext2/4, xfs: call thp_get_unmapped_area() for pmd mappings | Toshi Kani | 2016-10-07 | 1 | -0/+1 |
| |/ / |
|
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2016-10-07 | 14 | -310/+372 |
|\ \ \
| |/ /
|/| | |
|
| * | | ext4: remove unused variable | Eric Engestrom | 2016-09-30 | 2 | -5/+2 |
| * | | ext4: use journal inode to determine journal overhead | Eric Whitney | 2016-09-30 | 1 | -2/+17 |
| * | | ext4: create function to read journal inode | Eric Whitney | 2016-09-30 | 1 | -9/+23 |
| * | | ext4: unmap metadata when zeroing blocks | Jan Kara | 2016-09-30 | 1 | -1/+9 |
| * | | ext4: remove plugging from ext4_file_write_iter() | Jan Kara | 2016-09-30 | 1 | -4/+0 |
| * | | ext4: allow unlocked direct IO when pages are cached | Jan Kara | 2016-09-30 | 1 | -2/+1 |
| * | | ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICY | Richard Weinberger | 2016-09-30 | 1 | -0/+3 |
| * | | ext4: do not unnecessarily null-terminate encrypted symlink data | Eric Biggers | 2016-09-30 | 1 | -2/+0 |
| * | | ext4: release bh in make_indexed_dir | gmail | 2016-09-30 | 1 | -8/+6 |
| * | | ext4: Allow parallel DIO reads | Jan Kara | 2016-09-30 | 1 | -22/+18 |
| * | | ext4: allow DAX writeback for hole punch | Ross Zwisler | 2016-09-22 | 1 | -2/+2 |
| * | | fscrypto: make filename crypto functions return 0 on success | Eric Biggers | 2016-09-15 | 3 | -9/+9 |
| * | | ext4: fix memory leak when symlink decryption fails | Eric Biggers | 2016-09-15 | 1 | -2/+1 |
| * | | ext4: remove unused definition for MAX_32_NUM | Fabian Frederick | 2016-09-15 | 1 | -2/+0 |
| * | | ext4: create EXT4_MAX_BLOCKS() macro | Fabian Frederick | 2016-09-15 | 3 | -14/+7 |
| * | | ext4: remove unneeded test in ext4_alloc_file_blocks() | Fabian Frederick | 2016-09-15 | 1 | -7/+2 |
| * | | ext4: fix memory leak in ext4_insert_range() | Fabian Frederick | 2016-09-15 | 1 | -0/+3 |
| * | | ext4: bugfix for mmaped pages in mpage_release_unused_pages() | wangguang | 2016-09-15 | 1 | -0/+2 |
| * | | ext4: improve ext4lazyinit scalability | Dmitry Monakhov | 2016-09-05 | 1 | -10/+31 |
| * | | ext4: cleanup ext4_sync_parent() | Jan Kara | 2016-09-05 | 1 | -1/+8 |
| * | | ext4: remove old feature helpers | Kaho Ng | 2016-09-05 | 4 | -29/+6 |
| * | | ext4: enable quota enforcement based on mount options | Jan Kara | 2016-09-05 | 2 | -13/+33 |
| * | | ext4: reinforce check of i_dtime when clearing high fields of uid and gid | Daeho Jeong | 2016-09-05 | 1 | -4/+4 |
| * | | ext4: enforce online defrag restriction for encrypted files | Eric Whitney | 2016-08-29 | 1 | -0/+7 |
| * | | ext4: factor out loop for freeing inode xattr space | Jan Kara | 2016-08-29 | 1 | -52/+69 |
| * | | ext4: remove (almost) unused variables from ext4_expand_extra_isize_ea() | Jan Kara | 2016-08-29 | 1 | -12/+8 |
| * | | ext4: factor out xattr moving | Jan Kara | 2016-08-29 | 1 | -74/+85 |
| * | | ext4: replace bogus assertion in ext4_xattr_shift_entries() | Jan Kara | 2016-08-29 | 1 | -4/+5 |
| * | | ext4: remove checks for e_value_block | Jan Kara | 2016-08-29 | 1 | -8/+7 |
| * | | ext4: Check that external xattr value block is zero | Jan Kara | 2016-08-29 | 1 | -0/+2 |
| * | | ext4: fixup free space calculations when expanding inodes | Jan Kara | 2016-08-29 | 1 | -34/+24 |
* | | | fscrypto: require write access to mount to set encryption policy | Eric Biggers | 2016-09-10 | 1 | -1/+1 |
|/ / |
|
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-08-29 | 4 | -25/+49 |
|\ \
| |/
|/| |
|
| * | ext4: avoid deadlock when expanding inode size | Jan Kara | 2016-08-11 | 2 | -8/+13 |
| * | ext4: properly align shifted xattrs when expanding inodes | Jan Kara | 2016-08-11 | 1 | -1/+1 |
| * | ext4: fix xattr shifting when expanding inodes part 2 | Jan Kara | 2016-08-11 | 1 | -2/+3 |
| * | ext4: fix xattr shifting when expanding inodes | Jan Kara | 2016-08-11 | 1 | -13/+14 |
| * | ext4: validate that metadata blocks do not overlap superblock | Theodore Ts'o | 2016-08-01 | 1 | -1/+17 |