aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs/ubifs.h
AgeCommit message (Expand)AuthorFilesLines
2022-09-21ubifs: Fix AA deadlock when setting xattr for encrypted fileGravatar Zhihao Cheng 1-1/+1
2022-04-13fscrypt: split up FS_CRYPTO_BLOCK_SIZEGravatar Eric Biggers 1-1/+1
2022-01-09ubifs: Fix wrong number of inodes locked by ui_mutex in ubifs_inode commentGravatar Zhihao Cheng 1-1/+1
2021-12-23ubifs: Export filesystem error countersGravatar Stefan Schaeckeler 1-0/+35
2021-06-22ubifs: Fix spelling mistakesGravatar Zheng Yongjun 1-1/+1
2021-06-18ubifs: Fix races between xattr_{set|get} and listxattr operationsGravatar Zhihao Cheng 1-0/+2
2021-04-12ubifs: convert to fileattrGravatar Miklos Szeredi 1-0/+3
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-2/+3
2020-12-13ubifs: Pass node length in all node dumping callersGravatar Zhihao Cheng 1-2/+2
2020-12-13ubifs: Code cleanup by removing ifdef macro surroundingGravatar Chengguang Xu 1-2/+4
2020-08-02ubifs: add option to specify version for new file systemsGravatar Martin Kaistra 1-0/+1
2020-01-20ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()Gravatar Eric Biggers 1-7/+0
2019-07-08ubifs: support offline signed imagesGravatar Sascha Hauer 1-2/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Gravatar Thomas Gleixner 1-13/+1
2019-05-15ubifs: Fix build error without CONFIG_UBIFS_FS_XATTRGravatar YueHaibing 1-1/+5
2019-05-07ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTGravatar Sascha Hauer 1-2/+0
2019-05-07ubifs: Limit number of xattrs per inodeGravatar Richard Weinberger 1-0/+1
2019-05-07ubifs: orphan: Handle xattrs like filesGravatar Richard Weinberger 1-0/+3
2019-01-23fscrypt: remove filesystem specific build config optionGravatar Chandan Rajendra 1-3/+2
2018-10-23ubifs: Do not update inode size in-place in authenticated modeGravatar Sascha Hauer 1-1/+1
2018-10-23ubifs: Create hash for default LPTGravatar Sascha Hauer 1-1/+1
2018-10-23ubfis: authentication: Authenticate master nodeGravatar Sascha Hauer 1-0/+1
2018-10-23ubifs: authentication: Authenticate LPTGravatar Sascha Hauer 1-0/+1
2018-10-23ubifs: Add authentication nodes to journalGravatar Sascha Hauer 1-0/+8
2018-10-23ubifs: authentication: Add hashes to index nodesGravatar Sascha Hauer 1-0/+4
2018-10-23ubifs: Add hashes to the tree node cacheGravatar Sascha Hauer 1-2/+5
2018-10-23ubifs: Create functions to embed a HMAC in a nodeGravatar Sascha Hauer 1-0/+4
2018-10-23ubifs: Add helper functions for authentication supportGravatar Sascha Hauer 1-0/+218
2018-10-23ubifs: Add separate functions to init/crc a nodeGravatar Sascha Hauer 1-0/+2
2018-10-23ubifs: Store read superblock nodeGravatar Sascha Hauer 1-1/+2
2018-10-23ubifs: Export pnode_lookup as ubifs_pnode_lookupGravatar Sascha Hauer 1-0/+1
2018-08-15ubifs: Rework ubifs_assert()Gravatar Richard Weinberger 1-0/+14
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Gravatar Richard Weinberger 1-6/+11
2018-08-15ubifs: introduce Kconfig symbol for xattr supportGravatar Stefan Agner 1-0/+6
2018-08-15ubifs: tnc: use monotonic znode timestampGravatar Arnd Bergmann 1-1/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+1
2018-06-07ubifs: remove set but never used variableGravatar Sascha Hauer 1-2/+0
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-2/+2
2017-10-18fscrypt: remove ->is_encrypted()Gravatar Eric Biggers 1-7/+2
2017-10-18fscrypt: clean up include file messGravatar Dave Chinner 1-5/+4
2017-07-14ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrsGravatar Xiaolei Li 1-1/+1
2017-07-14ubifs: Fix unlink code wrt. double hash lookupsGravatar Richard Weinberger 1-0/+2
2017-07-14ubifs: Correctly evict xattr inodesGravatar Richard Weinberger 1-0/+1
2017-07-14ubifs: Unexport ubifs_inode_slabGravatar Richard Weinberger 1-1/+0
2017-05-13Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 1-2/+12
2017-05-08ubifs: Add CONFIG_UBIFS_FS_SECURITY to disable/enable security labelsGravatar Hyunchul Lee 1-2/+12
2017-04-20ubifs: Convert to separately allocated bdiGravatar Jan Kara 1-3/+0
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 1-2/+2
2017-02-08fscrypt: constify struct fscrypt_operationsGravatar Eric Biggers 1-1/+1