summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* ubifs: Correctly use tnc_next() in search_dh_cookie()Richard Weinberger2019-09-191-5/+11
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-0532-416/+32
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* ubifs: Convert xattr inum to host orderRichard Weinberger2019-05-151-1/+1
* ubifs: Use correct config name for encryptionRichard Weinberger2019-05-151-2/+2
* ubifs: Fix build error without CONFIG_UBIFS_FS_XATTRYueHaibing2019-05-151-1/+5
* Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-1214-176/+332
|\
| * ubifs: Drop unnecessary setting of zbr->znodeSascha Hauer2019-05-071-1/+0
| * ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer2019-05-074-21/+15
| * ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTIONSascha Hauer2019-05-073-10/+5
| * ubifs: Limit number of xattrs per inodeRichard Weinberger2019-05-076-8/+101
| * ubifs: orphan: Handle xattrs like filesRichard Weinberger2019-05-072-67/+144
| * ubifs: journal: Handle xattrs like filesRichard Weinberger2019-05-071-11/+49
| * ubifs: find.c: replace swap function with built-in oneAndrey Abramov2019-05-071-8/+1
| * ubifs: Do not skip hash checking in data nodesSascha Hauer2019-05-071-8/+7
| * ubifs: work around high stack usage with clangArnd Bergmann2019-05-071-7/+10
| * ubifs: remove unused function __ubifs_shash_finalYueHaibing2019-05-071-18/+0
| * ubifs: remove unnecessary #ifdef around fscrypt_ioctl_get_policy()Eric Biggers2019-05-071-6/+1
| * ubifs: remove unnecessary calls to set up directory keyEric Biggers2019-05-071-12/+0
* | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-05-072-5/+6
|\ \
| * | fscrypt: cache decrypted symlink target in ->i_linkEric Biggers2019-04-171-0/+3
| * | fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers2019-04-171-5/+3
| |/
* | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-071-8/+2
|\ \
| * | ubifs: switch to ->free_inode()Al Viro2019-05-011-8/+2
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-062-8/+0
|\ \ | |/ |/|
| * crypto: shash - remove shash_desc::flagsEric Biggers2019-04-252-8/+0
* | ubifs: fix use-after-free on symlink traversalAl Viro2019-04-011-3/+1
|/
* Merge tag 'upstream-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-03-131-0/+8
|\
| * ubifs: Reject unsupported ioctl flags explicitlyHou Tao2019-02-241-0/+8
* | fscrypt: remove filesystem specific build config optionChandan Rajendra2019-01-236-19/+8
|/
* mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara2018-12-281-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-271-3/+2
|\
| * crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers2018-11-201-3/+2
* | ubifs: Handle re-linking of inodes correctly while recoveryRichard Weinberger2018-12-131-0/+37
* | ubifs: Fix default compression selection in ubifsGabor Juhos2018-12-131-1/+12
* | ubifs: Fix memory leak on error conditionGarry McNulty2018-12-131-6/+6
* | ubifs: auth: Add CONFIG_KEYS dependencyArnd Bergmann2018-12-131-0/+1
* | ubifs: CONFIG_UBIFS_FS_AUTHENTICATION should depend on UBIFS_FSGeert Uytterhoeven2018-12-131-8/+7
* | ubifs: replay: Fix high stack usageArnd Bergmann2018-12-131-11/+24
|/
* ubifs: Remove unneeded semicolonDing Xiang2018-10-231-1/+1
* ubifs: Enable authentication supportSascha Hauer2018-10-232-1/+45
* ubifs: Do not update inode size in-place in authenticated modeSascha Hauer2018-10-233-38/+113
* ubifs: Add hashes and HMACs to default filesystemSascha Hauer2018-10-231-7/+27
* ubifs: authentication: Authenticate super block nodeSascha Hauer2018-10-231-1/+69
* ubifs: Create hash for default LPTSascha Hauer2018-10-233-3/+23
* ubfis: authentication: Authenticate master nodeSascha Hauer2018-10-233-10/+61
* ubifs: authentication: Authenticate LPTSascha Hauer2018-10-233-0/+134
* ubifs: Authenticate replayed journalSascha Hauer2018-10-231-2/+144
* ubifs: Add auth nodes to garbage collector journal headSascha Hauer2018-10-231-3/+43
* ubifs: Add authentication nodes to journalSascha Hauer2018-10-236-18/+153