Age | Commit message (Expand) | Author |
2016-11-19 | ext4: sanity check the block and cluster size at mount time | Theodore Ts'o |
2016-10-15 | ext4: add missing KERN_CONT to a few more debugging uses | Joe Perches |
2016-10-15 | ext4: correct endianness conversion in __xattr_check_inode() | Eric Biggers |
2016-10-12 | ext4: do not advertise encryption support when disabled | Eric Biggers |
2016-10-12 | ext4: super.c: Update logging style using KERN_CONT | Joe Perches |
2016-10-11 | fs: use mapping_set_error instead of opencoded set_bit | Michal Hocko |
2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-10-10 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2016-10-10 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-10-08 | Merge remote-tracking branch 'jk/vfs' into work.misc | Al Viro |
2016-10-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2016-10-07 | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher |
2016-10-07 | ext2/4, xfs: call thp_get_unmapped_area() for pmd mappings | Toshi Kani |
2016-10-07 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2016-09-30 | ext4: remove unused variable | Eric Engestrom |
2016-09-30 | ext4: use journal inode to determine journal overhead | Eric Whitney |
2016-09-30 | ext4: create function to read journal inode | Eric Whitney |
2016-09-30 | ext4: unmap metadata when zeroing blocks | Jan Kara |
2016-09-30 | ext4: remove plugging from ext4_file_write_iter() | Jan Kara |
2016-09-30 | ext4: allow unlocked direct IO when pages are cached | Jan Kara |
2016-09-30 | ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICY | Richard Weinberger |
2016-09-30 | ext4: do not unnecessarily null-terminate encrypted symlink data | Eric Biggers |
2016-09-30 | ext4: release bh in make_indexed_dir | gmail |
2016-09-30 | ext4: Allow parallel DIO reads | Jan Kara |
2016-09-27 | fs: rename "rename2" i_op to "rename" | Miklos Szeredi |
2016-09-22 | ext4: allow DAX writeback for hole punch | Ross Zwisler |
2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara |
2016-09-22 | posix_acl: Clear SGID bit when setting file permissions | Jan Kara |
2016-09-15 | fscrypto: make filename crypto functions return 0 on success | Eric Biggers |
2016-09-15 | ext4: fix memory leak when symlink decryption fails | Eric Biggers |
2016-09-15 | ext4: remove unused definition for MAX_32_NUM | Fabian Frederick |
2016-09-15 | ext4: create EXT4_MAX_BLOCKS() macro | Fabian Frederick |
2016-09-15 | ext4: remove unneeded test in ext4_alloc_file_blocks() | Fabian Frederick |
2016-09-15 | ext4: fix memory leak in ext4_insert_range() | Fabian Frederick |
2016-09-15 | ext4: bugfix for mmaped pages in mpage_release_unused_pages() | wangguang |
2016-09-10 | fscrypto: require write access to mount to set encryption policy | Eric Biggers |
2016-09-05 | ext4: improve ext4lazyinit scalability | Dmitry Monakhov |
2016-09-05 | ext4: cleanup ext4_sync_parent() | Jan Kara |
2016-09-05 | ext4: remove old feature helpers | Kaho Ng |
2016-09-05 | ext4: enable quota enforcement based on mount options | Jan Kara |
2016-09-05 | ext4: reinforce check of i_dtime when clearing high fields of uid and gid | Daeho Jeong |
2016-08-29 | ext4: enforce online defrag restriction for encrypted files | Eric Whitney |
2016-08-29 | ext4: factor out loop for freeing inode xattr space | Jan Kara |
2016-08-29 | ext4: remove (almost) unused variables from ext4_expand_extra_isize_ea() | Jan Kara |
2016-08-29 | ext4: factor out xattr moving | Jan Kara |
2016-08-29 | ext4: replace bogus assertion in ext4_xattr_shift_entries() | Jan Kara |
2016-08-29 | ext4: remove checks for e_value_block | Jan Kara |
2016-08-29 | ext4: Check that external xattr value block is zero | Jan Kara |
2016-08-29 | ext4: fixup free space calculations when expanding inodes | Jan Kara |
2016-08-29 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |