Age | Commit message (Expand) | Author |
2022-04-13 | fscrypt: split up FS_CRYPTO_BLOCK_SIZE | Eric Biggers |
2022-01-09 | ubifs: Fix wrong number of inodes locked by ui_mutex in ubifs_inode comment | Zhihao Cheng |
2021-12-23 | ubifs: Export filesystem error counters | Stefan Schaeckeler |
2021-06-22 | ubifs: Fix spelling mistakes | Zheng Yongjun |
2021-06-18 | ubifs: Fix races between xattr_{set|get} and listxattr operations | Zhihao Cheng |
2021-04-12 | ubifs: convert to fileattr | Miklos Szeredi |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner |
2020-12-13 | ubifs: Pass node length in all node dumping callers | Zhihao Cheng |
2020-12-13 | ubifs: Code cleanup by removing ifdef macro surrounding | Chengguang Xu |
2020-08-02 | ubifs: add option to specify version for new file systems | Martin Kaistra |
2020-01-20 | ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted() | Eric Biggers |
2019-07-08 | ubifs: support offline signed images | Sascha Hauer |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 | Thomas Gleixner |
2019-05-15 | ubifs: Fix build error without CONFIG_UBIFS_FS_XATTR | YueHaibing |
2019-05-07 | ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORT | Sascha Hauer |
2019-05-07 | ubifs: Limit number of xattrs per inode | Richard Weinberger |
2019-05-07 | ubifs: orphan: Handle xattrs like files | Richard Weinberger |
2019-01-23 | fscrypt: remove filesystem specific build config option | Chandan Rajendra |
2018-10-23 | ubifs: Do not update inode size in-place in authenticated mode | Sascha Hauer |
2018-10-23 | ubifs: Create hash for default LPT | Sascha Hauer |
2018-10-23 | ubfis: authentication: Authenticate master node | Sascha Hauer |
2018-10-23 | ubifs: authentication: Authenticate LPT | Sascha Hauer |
2018-10-23 | ubifs: Add authentication nodes to journal | Sascha Hauer |
2018-10-23 | ubifs: authentication: Add hashes to index nodes | Sascha Hauer |
2018-10-23 | ubifs: Add hashes to the tree node cache | Sascha Hauer |
2018-10-23 | ubifs: Create functions to embed a HMAC in a node | Sascha Hauer |
2018-10-23 | ubifs: Add helper functions for authentication support | Sascha Hauer |
2018-10-23 | ubifs: Add separate functions to init/crc a node | Sascha Hauer |
2018-10-23 | ubifs: Store read superblock node | Sascha Hauer |
2018-10-23 | ubifs: Export pnode_lookup as ubifs_pnode_lookup | Sascha Hauer |
2018-08-15 | ubifs: Rework ubifs_assert() | Richard Weinberger |
2018-08-15 | ubifs: Pass struct ubifs_info to ubifs_assert() | Richard Weinberger |
2018-08-15 | ubifs: introduce Kconfig symbol for xattr support | Stefan Agner |
2018-08-15 | ubifs: tnc: use monotonic znode timestamp | Arnd Bergmann |
2018-06-15 | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2018-06-07 | ubifs: remove set but never used variable | Sascha Hauer |
2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani |
2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds |
2017-10-18 | fscrypt: remove ->is_encrypted() | Eric Biggers |
2017-10-18 | fscrypt: clean up include file mess | Dave Chinner |
2017-07-14 | ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrs | Xiaolei Li |
2017-07-14 | ubifs: Fix unlink code wrt. double hash lookups | Richard Weinberger |
2017-07-14 | ubifs: Correctly evict xattr inodes | Richard Weinberger |
2017-07-14 | ubifs: Unexport ubifs_inode_slab | Richard Weinberger |
2017-05-13 | Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds |
2017-05-08 | ubifs: Add CONFIG_UBIFS_FS_SECURITY to disable/enable security labels | Hyunchul Lee |
2017-04-20 | ubifs: Convert to separately allocated bdi | Jan Kara |
2017-03-02 | statx: Add a system call to make enhanced file info available | David Howells |
2017-02-08 | fscrypt: constify struct fscrypt_operations | Eric Biggers |
2017-02-06 | fscrypt: split supp and notsupp declarations into their own headers | Eric Biggers |