summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
AgeCommit message (Expand)Author
2019-09-19ubifs: Correctly use tnc_next() in search_dh_cookie()Richard Weinberger
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-15ubifs: Convert xattr inum to host orderRichard Weinberger
2019-05-15ubifs: Use correct config name for encryptionRichard Weinberger
2019-05-15ubifs: Fix build error without CONFIG_UBIFS_FS_XATTRYueHaibing
2019-05-12Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2019-05-07ubifs: Drop unnecessary setting of zbr->znodeSascha Hauer
2019-05-07ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer
2019-05-07ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTIONSascha Hauer
2019-05-07ubifs: Limit number of xattrs per inodeRichard Weinberger
2019-05-07ubifs: orphan: Handle xattrs like filesRichard Weinberger
2019-05-07ubifs: journal: Handle xattrs like filesRichard Weinberger
2019-05-07ubifs: find.c: replace swap function with built-in oneAndrey Abramov
2019-05-07ubifs: Do not skip hash checking in data nodesSascha Hauer
2019-05-07ubifs: work around high stack usage with clangArnd Bergmann
2019-05-07ubifs: remove unused function __ubifs_shash_finalYueHaibing
2019-05-07ubifs: remove unnecessary #ifdef around fscrypt_ioctl_get_policy()Eric Biggers
2019-05-07ubifs: remove unnecessary calls to set up directory keyEric Biggers
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-05-01ubifs: switch to ->free_inode()Al Viro
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-17fscrypt: cache decrypted symlink target in ->i_linkEric Biggers
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers
2019-04-01ubifs: fix use-after-free on symlink traversalAl Viro
2019-03-13Merge tag 'upstream-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-02-24ubifs: Reject unsupported ioctl flags explicitlyHou Tao
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra
2018-12-28mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-12-13ubifs: Handle re-linking of inodes correctly while recoveryRichard Weinberger
2018-12-13ubifs: Fix default compression selection in ubifsGabor Juhos
2018-12-13ubifs: Fix memory leak on error conditionGarry McNulty
2018-12-13ubifs: auth: Add CONFIG_KEYS dependencyArnd Bergmann
2018-12-13ubifs: CONFIG_UBIFS_FS_AUTHENTICATION should depend on UBIFS_FSGeert Uytterhoeven
2018-12-13ubifs: replay: Fix high stack usageArnd Bergmann
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers
2018-10-23ubifs: Remove unneeded semicolonDing Xiang
2018-10-23ubifs: Enable authentication supportSascha Hauer
2018-10-23ubifs: Do not update inode size in-place in authenticated modeSascha Hauer
2018-10-23ubifs: Add hashes and HMACs to default filesystemSascha Hauer
2018-10-23ubifs: authentication: Authenticate super block nodeSascha 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: Authenticate replayed journalSascha Hauer
2018-10-23ubifs: Add auth nodes to garbage collector journal headSascha Hauer
2018-10-23ubifs: Add authentication nodes to journalSascha Hauer