summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* mm: migrate: remove unused mode argumentKeith Busch2019-07-191-1/+1
* Merge tag 'upstream-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-1512-92/+338
|\
| * ubifs: Don't leak orphans on memory during commitRichard Weinberger2019-07-081-26/+24Star
| * ubifs: Check link count of inodes when killing orphans.Richard Weinberger2019-07-081-9/+35
| * ubifs: Add support for zstd compression.Michele Dionisio2019-07-084-1/+40
| * ubifs: support offline signed imagesSascha Hauer2019-07-087-44/+225
| * ubifs: remove unnecessary check in ubifs_log_start_commitLiu Song2019-07-081-4/+1Star
| * ubifs: Fix typo of output in get_cs_sqnumLiu Song2019-07-081-1/+1
| * ubifs: Simplify redundant codeLiu Song2019-07-081-2/+1Star
| * ubifs: Correctly use tnc_next() in search_dh_cookie()Richard Weinberger2019-07-081-5/+11
* | Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds2019-07-131-10/+3Star
|\ \
| * | vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong2019-07-011-10/+3Star
| |/
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-123-136/+46Star
|\ \
| * | ubifs: fix build warning after debugfs cleanup patchGreg Kroah-Hartman2019-07-041-1/+1
| * | ubifs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-033-135/+45Star
* | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-07-111-9/+10
|\ \ \
| * | | fscrypt: introduce fscrypt_decrypt_block_inplace()Eric Biggers2019-05-281-3/+4
| * | | fscrypt: introduce fscrypt_encrypt_block_inplace()Eric Biggers2019-05-281-6/+6
| |/ /
* | | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-111-1/+1
* | | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-091-1/+1
|\ \ \ | |_|/ |/| |
| * | keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-281-1/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-0532-416/+32Star
| |/ |/|
* | 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-1314-176/+332
|\
| * ubifs: Drop unnecessary setting of zbr->znodeSascha Hauer2019-05-071-1/+0Star
| * ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer2019-05-074-21/+15Star
| * ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTIONSascha Hauer2019-05-073-10/+5Star
| * 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/+1Star
| * ubifs: Do not skip hash checking in data nodesSascha Hauer2019-05-071-8/+7Star
| * ubifs: work around high stack usage with clangArnd Bergmann2019-05-071-7/+10
| * ubifs: remove unused function __ubifs_shash_finalYueHaibing2019-05-071-18/+0Star
| * ubifs: remove unnecessary #ifdef around fscrypt_ioctl_get_policy()Eric Biggers2019-05-071-6/+1Star
| * ubifs: remove unnecessary calls to set up directory keyEric Biggers2019-05-071-12/+0Star
* | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-05-082-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/+3Star
| |/
* | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-071-8/+2Star
|\ \
| * | ubifs: switch to ->free_inode()Al Viro2019-05-021-8/+2Star
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-072-8/+0Star
|\ \ | |/ |/|
| * crypto: shash - remove shash_desc::flagsEric Biggers2019-04-252-8/+0Star
* | ubifs: fix use-after-free on symlink traversalAl Viro2019-04-011-3/+1Star
|/
* 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-246-19/+8Star
|/