summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/ubifs.h
Commit message (Expand)AuthorAgeFilesLines
* ubifs: Fix spelling mistakesZheng Yongjun2021-06-221-1/+1
* ubifs: Fix races between xattr_{set|get} and listxattr operationsZhihao Cheng2021-06-181-0/+2
* ubifs: convert to fileattrMiklos Szeredi2021-04-121-0/+3
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-2/+3
* ubifs: Pass node length in all node dumping callersZhihao Cheng2020-12-131-2/+2
* ubifs: Code cleanup by removing ifdef macro surroundingChengguang Xu2020-12-131-2/+4
* ubifs: add option to specify version for new file systemsMartin Kaistra2020-08-021-0/+1
* ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()Eric Biggers2020-01-201-7/+0
* ubifs: support offline signed imagesSascha Hauer2019-07-081-2/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-13/+1
* ubifs: Fix build error without CONFIG_UBIFS_FS_XATTRYueHaibing2019-05-151-1/+5
* ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer2019-05-071-2/+0
* ubifs: Limit number of xattrs per inodeRichard Weinberger2019-05-071-0/+1
* ubifs: orphan: Handle xattrs like filesRichard Weinberger2019-05-071-0/+3
* fscrypt: remove filesystem specific build config optionChandan Rajendra2019-01-231-3/+2
* ubifs: Do not update inode size in-place in authenticated modeSascha Hauer2018-10-231-1/+1
* ubifs: Create hash for default LPTSascha Hauer2018-10-231-1/+1
* ubfis: authentication: Authenticate master nodeSascha Hauer2018-10-231-0/+1
* ubifs: authentication: Authenticate LPTSascha Hauer2018-10-231-0/+1
* ubifs: Add authentication nodes to journalSascha Hauer2018-10-231-0/+8
* ubifs: authentication: Add hashes to index nodesSascha Hauer2018-10-231-0/+4
* ubifs: Add hashes to the tree node cacheSascha Hauer2018-10-231-2/+5
* ubifs: Create functions to embed a HMAC in a nodeSascha Hauer2018-10-231-0/+4
* ubifs: Add helper functions for authentication supportSascha Hauer2018-10-231-0/+218
* ubifs: Add separate functions to init/crc a nodeSascha Hauer2018-10-231-0/+2
* ubifs: Store read superblock nodeSascha Hauer2018-10-231-1/+2
* ubifs: Export pnode_lookup as ubifs_pnode_lookupSascha Hauer2018-10-231-0/+1
* ubifs: Rework ubifs_assert()Richard Weinberger2018-08-151-0/+14
* ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger2018-08-151-6/+11
* ubifs: introduce Kconfig symbol for xattr supportStefan Agner2018-08-151-0/+6
* ubifs: tnc: use monotonic znode timestampArnd Bergmann2018-08-151-1/+1
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-1/+1
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-1/+1
* | ubifs: remove set but never used variableSascha Hauer2018-06-071-2/+0
|/
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-2/+2
* fscrypt: remove ->is_encrypted()Eric Biggers2017-10-181-7/+2
* fscrypt: clean up include file messDave Chinner2017-10-181-5/+4
* ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrsXiaolei Li2017-07-141-1/+1
* ubifs: Fix unlink code wrt. double hash lookupsRichard Weinberger2017-07-141-0/+2
* ubifs: Correctly evict xattr inodesRichard Weinberger2017-07-141-0/+1
* ubifs: Unexport ubifs_inode_slabRichard Weinberger2017-07-141-1/+0
* Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2017-05-131-2/+12
|\
| * ubifs: Add CONFIG_UBIFS_FS_SECURITY to disable/enable security labelsHyunchul Lee2017-05-081-2/+12
* | ubifs: Convert to separately allocated bdiJan Kara2017-04-201-3/+0
|/
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-2/+2
* fscrypt: constify struct fscrypt_operationsEric Biggers2017-02-081-1/+1
* fscrypt: split supp and notsupp declarations into their own headersEric Biggers2017-02-061-23/+5
* ubifs: Use fscrypt ioctl() helpersRichard Weinberger2016-12-131-2/+2
* ubifs: Implement UBIFS_FLG_ENCRYPTIONRichard Weinberger2016-12-121-0/+3
* ubifs: Implement UBIFS_FLG_DOUBLE_HASHRichard Weinberger2016-12-121-0/+2