| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | ubifs: Convert xattr inum to host order | Richard Weinberger | 2019-05-15 | 1 | -1/+1 |
* | ubifs: Use correct config name for encryption | Richard Weinberger | 2019-05-15 | 1 | -2/+2 |
* | ubifs: Fix build error without CONFIG_UBIFS_FS_XATTR | YueHaibing | 2019-05-15 | 1 | -1/+5 |
* | Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2019-05-13 | 14 | -176/+332 |
|\ |
|
| * | ubifs: Drop unnecessary setting of zbr->znode | Sascha Hauer | 2019-05-07 | 1 | -1/+0 |
| * | ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORT | Sascha Hauer | 2019-05-07 | 4 | -21/+15 |
| * | ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTION | Sascha Hauer | 2019-05-07 | 3 | -10/+5 |
| * | ubifs: Limit number of xattrs per inode | Richard Weinberger | 2019-05-07 | 6 | -8/+101 |
| * | ubifs: orphan: Handle xattrs like files | Richard Weinberger | 2019-05-07 | 2 | -67/+144 |
| * | ubifs: journal: Handle xattrs like files | Richard Weinberger | 2019-05-07 | 1 | -11/+49 |
| * | ubifs: find.c: replace swap function with built-in one | Andrey Abramov | 2019-05-07 | 1 | -8/+1 |
| * | ubifs: Do not skip hash checking in data nodes | Sascha Hauer | 2019-05-07 | 1 | -8/+7 |
| * | ubifs: work around high stack usage with clang | Arnd Bergmann | 2019-05-07 | 1 | -7/+10 |
| * | ubifs: remove unused function __ubifs_shash_final | YueHaibing | 2019-05-07 | 1 | -18/+0 |
| * | ubifs: remove unnecessary #ifdef around fscrypt_ioctl_get_policy() | Eric Biggers | 2019-05-07 | 1 | -6/+1 |
| * | ubifs: remove unnecessary calls to set up directory key | Eric Biggers | 2019-05-07 | 1 | -12/+0 |
* | | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds | 2019-05-08 | 2 | -5/+6 |
|\ \ |
|
| * | | fscrypt: cache decrypted symlink target in ->i_link | Eric Biggers | 2019-04-17 | 1 | -0/+3 |
| * | | fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext | Eric Biggers | 2019-04-17 | 1 | -5/+3 |
| |/ |
|
* | | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2019-05-07 | 1 | -8/+2 |
|\ \ |
|
| * | | ubifs: switch to ->free_inode() | Al Viro | 2019-05-02 | 1 | -8/+2 |
| |/ |
|
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2019-05-07 | 2 | -8/+0 |
|\ \
| |/
|/| |
|
| * | crypto: shash - remove shash_desc::flags | Eric Biggers | 2019-04-25 | 2 | -8/+0 |
* | | ubifs: fix use-after-free on symlink traversal | Al Viro | 2019-04-01 | 1 | -3/+1 |
|/ |
|
* | Merge tag 'upstream-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-03-13 | 1 | -0/+8 |
|\ |
|
| * | ubifs: Reject unsupported ioctl flags explicitly | Hou Tao | 2019-02-24 | 1 | -0/+8 |
* | | fscrypt: remove filesystem specific build config option | Chandan Rajendra | 2019-01-24 | 6 | -19/+8 |
|/ |
|
* | mm: migrate: drop unused argument of migrate_page_move_mapping() | Jan Kara | 2018-12-28 | 1 | -1/+1 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2018-12-27 | 1 | -3/+2 |
|\ |
|
| * | crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations | Eric Biggers | 2018-11-20 | 1 | -3/+2 |
* | | ubifs: Handle re-linking of inodes correctly while recovery | Richard Weinberger | 2018-12-13 | 1 | -0/+37 |
* | | ubifs: Fix default compression selection in ubifs | Gabor Juhos | 2018-12-13 | 1 | -1/+12 |
* | | ubifs: Fix memory leak on error condition | Garry McNulty | 2018-12-13 | 1 | -6/+6 |
* | | ubifs: auth: Add CONFIG_KEYS dependency | Arnd Bergmann | 2018-12-13 | 1 | -0/+1 |
* | | ubifs: CONFIG_UBIFS_FS_AUTHENTICATION should depend on UBIFS_FS | Geert Uytterhoeven | 2018-12-13 | 1 | -8/+7 |
* | | ubifs: replay: Fix high stack usage | Arnd Bergmann | 2018-12-13 | 1 | -11/+24 |
|/ |
|
* | ubifs: Remove unneeded semicolon | Ding Xiang | 2018-10-23 | 1 | -1/+1 |
* | ubifs: Enable authentication support | Sascha Hauer | 2018-10-23 | 2 | -1/+45 |
* | ubifs: Do not update inode size in-place in authenticated mode | Sascha Hauer | 2018-10-23 | 3 | -38/+113 |
* | ubifs: Add hashes and HMACs to default filesystem | Sascha Hauer | 2018-10-23 | 1 | -7/+27 |
* | ubifs: authentication: Authenticate super block node | Sascha Hauer | 2018-10-23 | 1 | -1/+69 |
* | ubifs: Create hash for default LPT | Sascha Hauer | 2018-10-23 | 3 | -3/+23 |
* | ubfis: authentication: Authenticate master node | Sascha Hauer | 2018-10-23 | 3 | -10/+61 |
* | ubifs: authentication: Authenticate LPT | Sascha Hauer | 2018-10-23 | 3 | -0/+134 |
* | ubifs: Authenticate replayed journal | Sascha Hauer | 2018-10-23 | 1 | -2/+144 |
* | ubifs: Add auth nodes to garbage collector journal head | Sascha Hauer | 2018-10-23 | 1 | -3/+43 |
* | ubifs: Add authentication nodes to journal | Sascha Hauer | 2018-10-23 | 6 | -18/+153 |
* | ubifs: authentication: Add hashes to index nodes | Sascha Hauer | 2018-10-23 | 7 | -14/+81 |
* | ubifs: Add hashes to the tree node cache | Sascha Hauer | 2018-10-23 | 4 | -30/+135 |