aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/ubifs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08ubifs: support offline signed imagesSascha Hauer1-2/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-13/+1
2019-05-15ubifs: Fix build error without CONFIG_UBIFS_FS_XATTRYueHaibing1-1/+5
2019-05-07ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer1-2/+0
2019-05-07ubifs: Limit number of xattrs per inodeRichard Weinberger1-0/+1
2019-05-07ubifs: orphan: Handle xattrs like filesRichard Weinberger1-0/+3
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra1-3/+2
2018-10-23ubifs: Do not update inode size in-place in authenticated modeSascha Hauer1-1/+1
2018-10-23ubifs: Create hash for default LPTSascha Hauer1-1/+1
2018-10-23ubfis: authentication: Authenticate master nodeSascha Hauer1-0/+1
2018-10-23ubifs: authentication: Authenticate LPTSascha Hauer1-0/+1
2018-10-23ubifs: Add authentication nodes to journalSascha Hauer1-0/+8
2018-10-23ubifs: authentication: Add hashes to index nodesSascha Hauer1-0/+4
2018-10-23ubifs: Add hashes to the tree node cacheSascha Hauer1-2/+5
2018-10-23ubifs: Create functions to embed a HMAC in a nodeSascha Hauer1-0/+4
2018-10-23ubifs: Add helper functions for authentication supportSascha Hauer1-0/+218
2018-10-23ubifs: Add separate functions to init/crc a nodeSascha Hauer1-0/+2
2018-10-23ubifs: Store read superblock nodeSascha Hauer1-1/+2
2018-10-23ubifs: Export pnode_lookup as ubifs_pnode_lookupSascha Hauer1-0/+1
2018-08-15ubifs: Rework ubifs_assert()Richard Weinberger1-0/+14
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger1-6/+11
2018-08-15ubifs: introduce Kconfig symbol for xattr supportStefan Agner1-0/+6
2018-08-15ubifs: tnc: use monotonic znode timestampArnd Bergmann1-1/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-1/+1
2018-06-07ubifs: remove set but never used variableSascha Hauer1-2/+0
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-2/+2
2017-10-18fscrypt: remove ->is_encrypted()Eric Biggers1-7/+2
2017-10-18fscrypt: clean up include file messDave Chinner1-5/+4
2017-07-14ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrsXiaolei Li1-1/+1
2017-07-14ubifs: Fix unlink code wrt. double hash lookupsRichard Weinberger1-0/+2
2017-07-14ubifs: Correctly evict xattr inodesRichard Weinberger1-0/+1
2017-07-14ubifs: Unexport ubifs_inode_slabRichard Weinberger1-1/+0
2017-05-13Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-2/+12
2017-05-08ubifs: Add CONFIG_UBIFS_FS_SECURITY to disable/enable security labelsHyunchul Lee1-2/+12
2017-04-20ubifs: Convert to separately allocated bdiJan Kara1-3/+0
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-2/+2
2017-02-08fscrypt: constify struct fscrypt_operationsEric Biggers1-1/+1
2017-02-06fscrypt: split supp and notsupp declarations into their own headersEric Biggers1-23/+5
2016-12-13ubifs: Use fscrypt ioctl() helpersRichard Weinberger1-2/+2
2016-12-12ubifs: Implement UBIFS_FLG_ENCRYPTIONRichard Weinberger1-0/+3
2016-12-12ubifs: Implement UBIFS_FLG_DOUBLE_HASHRichard Weinberger1-0/+2
2016-12-12ubifs: Use a random number for cookiesRichard Weinberger1-0/+1
2016-12-12ubifs: Add full hash lookup supportRichard Weinberger1-0/+2
2016-12-12ubifs: Implement encrypted filenamesRichard Weinberger1-10/+14
2016-12-12ubifs: Implement encrypt/decrypt for all IORichard Weinberger1-2/+29
2016-12-12ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted()Richard Weinberger1-1/+6
2016-12-12ubifs: Add skeleton for fscryptoRichard Weinberger1-1/+36
2016-12-12ubifs: Export xattr get and set functionsRichard Weinberger1-0/+4
2016-12-12ubifs: Export ubifs_check_dir_empty()Richard Weinberger1-0/+1