Age | Commit message (Expand) | Author |
2019-09-19 | Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p... | Linus Torvalds |
2019-09-18 | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc... | Linus Torvalds |
2019-09-18 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds |
2019-09-15 | Revert "ext4: make __ext4_get_inode_loc plug" | Linus Torvalds |
2019-09-04 | ext4: Reduce ext4 timestamp warnings | Deepa Dinamani |
2019-08-31 | ext4 crypto: fix to check feature status before get policy | Chao Yu |
2019-08-30 | ext4: Initialize timestamps limits | Deepa Dinamani |
2019-08-12 | ext4: add fs-verity read support | Eric Biggers |
2019-08-12 | ext4: add basic fs-verity support | Eric Biggers |
2019-08-12 | ext4: wire up new fscrypt ioctls | Eric Biggers |
2019-07-18 | Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2019-07-15 | Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-block | Linus Torvalds |
2019-07-12 | Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x... | Linus Torvalds |
2019-07-10 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2019-07-10 | blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner() | Tejun Heo |
2019-07-05 | ext4: disable map_sync for async flush | Pankaj Gupta |
2019-07-02 | ext4: fix coverity warning on error path of filename setup | Gabriel Krisman Bertazi |
2019-07-02 | ext4: replace ktype default_attrs with default_groups | Kimberly Brown |
2019-07-01 | vfs: teach vfs_ioc_fssetxattr_check to check project id info | Darrick J. Wong |
2019-07-01 | vfs: create a generic checking function for FS_IOC_FSSETXATTR | Darrick J. Wong |
2019-07-01 | vfs: create a generic checking and prep function for FS_IOC_SETFLAGS | Darrick J. Wong |
2019-06-21 | ext4: rename htree_inline_dir_to_tree() to ext4_inlinedir_to_tree() | Theodore Ts'o |
2019-06-21 | ext4: refactor initialize_dirent_tail() | Theodore Ts'o |
2019-06-21 | ext4: rename "dirent_csum" functions to use "dirblock" | Theodore Ts'o |
2019-06-20 | ext4: allow directory holes | Theodore Ts'o |
2019-06-20 | ext4: use jbd2_inode dirty range scoping | Ross Zwisler |
2019-06-20 | ext4: remove redundant assignment to node | Colin Ian King |
2019-06-19 | ext4: optimize case-insensitive lookups | Gabriel Krisman Bertazi |
2019-06-19 | ext4: make __ext4_get_inode_loc plug | zhangjs |
2019-06-19 | ext4: clean up kerneldoc warnigns when building with W=1 | Theodore Ts'o |
2019-06-10 | ext4: only set project inherit bit for directory | Wang Shilong |
2019-06-09 | ext4: enforce the immutable flag on open files | Theodore Ts'o |
2019-06-09 | ext4: don't allow any modifications to an immutable file | Darrick J. Wong |
2019-05-30 | ext4: gracefully handle ext4_break_layouts() failure during truncate | Jan Kara |
2019-05-28 | ext4: encrypt only up to last block in ext4_bio_write_page() | Eric Biggers |
2019-05-28 | ext4: decrypt only the needed block in __ext4_block_zero_page_range() | Chandan Rajendra |
2019-05-28 | ext4: decrypt only the needed blocks in ext4_block_write_begin() | Chandan Rajendra |
2019-05-28 | ext4: clear BH_Uptodate flag on decryption error | Chandan Rajendra |
2019-05-28 | fscrypt: support decrypting multiple filesystem blocks per page | Eric Biggers |
2019-05-28 | fscrypt: support encrypting multiple filesystem blocks per page | Eric Biggers |
2019-05-28 | fscrypt: simplify bounce page handling | Eric Biggers |
2019-05-25 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2019-05-24 | ext4: fix dcache lookup of !casefolded directories | Gabriel Krisman Bertazi |
2019-05-23 | ext4: do not delete unlinked inode from orphan list on failed truncate | Jan Kara |
2019-05-23 | ext4: wait for outstanding dio during truncate in nojournal mode | Jan Kara |
2019-05-22 | ext4: don't perform block validity checks on the journal inode | Theodore Ts'o |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-19 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2019-05-17 | ext4: avoid panic during forced reboot due to aborted journal | Jan Kara |
2019-05-15 | ext4: fix block validity checks for journal inodes using indirect blocks | Theodore Ts'o |