Age | Commit message (Expand) | Author |
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 |
2016-08-11 | ext4: avoid deadlock when expanding inode size | Jan Kara |
2016-08-11 | ext4: properly align shifted xattrs when expanding inodes | Jan Kara |
2016-08-11 | ext4: fix xattr shifting when expanding inodes part 2 | Jan Kara |
2016-08-11 | ext4: fix xattr shifting when expanding inodes | Jan Kara |
2016-08-01 | ext4: validate that metadata blocks do not overlap superblock | Theodore Ts'o |
2016-07-31 | ext4: reserve xattr index for the Hurd | Theodore Ts'o |
2016-07-28 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-07-26 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2016-07-26 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2016-07-26 | mm, memcg: use consistent gfp flags during readahead | Michal Hocko |
2016-07-26 | dax: remote unused fault wrappers | Ross Zwisler |
2016-07-15 | ext4: verify extent header depth | Vegard Nossum |
2016-07-14 | ext4: short-cut orphan cleanup on error | Vegard Nossum |
2016-07-14 | ext4: fix reference counting bug on block allocation error | Vegard Nossum |
2016-07-10 | ext4 crypto: migrate into vfs's crypto engine | Jaegeuk Kim |
2016-07-05 | ext4: fix project quota accounting without quota limits enabled | Wang Shilong |
2016-07-05 | ext4: validate s_reserved_gdt_blocks on mount | Theodore Ts'o |
2016-07-05 | ext4: remove unused page_idx | yalin wang |
2016-07-04 | ext4: don't call ext4_should_journal_data() on the journal inode | Vegard Nossum |
2016-07-04 | ext4: Fix WARN_ON_ONCE in ext4_commit_super() | Pranay Kr. Srivastava |
2016-07-04 | ext4: fix deadlock during page writeback | Jan Kara |
2016-07-03 | ext4: correct error value of function verifying dx checksum | Daeho Jeong |
2016-07-03 | ext4: avoid modifying checksum fields directly during checksum verification | Daeho Jeong |
2016-06-30 | ext4: check for extents that wrap around | Vegard Nossum |
2016-06-26 | ext4: respect the nobarrier mount option in nojournal mode | Theodore Ts'o |
2016-06-26 | ext4: optimize ext4_should_retry_alloc() to improve ENOSPC performance | Theodore Ts'o |
2016-06-08 | ext4: use bio op helprs in ext4 crypto code | Mike Christie |