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