aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-22ubifs: Limit the number of pages in shrink_liabilityLiu Song1-1/+1
2019-08-22ubifs: Correctly initialize c->min_log_bytesRichard Weinberger1-0/+4
2019-08-22ubifs: Fix double unlock around orphan_delete()Richard Weinberger1-2/+0
2019-07-18mm: migrate: remove unused mode argumentKeith Busch1-1/+1
2019-07-14Merge tag 'upstream-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds12-92/+338
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-10/+3
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-136/+46
2019-07-10Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-9/+10
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs"Linus Torvalds1-1/+1
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+1
2019-07-08ubifs: Don't leak orphans on memory during commitRichard Weinberger1-26/+24
2019-07-08ubifs: Check link count of inodes when killing orphans.Richard Weinberger1-9/+35
2019-07-08ubifs: Add support for zstd compression.Michele Dionisio4-1/+40
2019-07-08ubifs: support offline signed imagesSascha Hauer7-44/+225
2019-07-08ubifs: remove unnecessary check in ubifs_log_start_commitLiu Song1-4/+1
2019-07-08ubifs: Fix typo of output in get_cs_sqnumLiu Song1-1/+1
2019-07-08ubifs: Simplify redundant codeLiu Song1-2/+1
2019-07-08ubifs: Correctly use tnc_next() in search_dh_cookie()Richard Weinberger1-5/+11
2019-07-04ubifs: fix build warning after debugfs cleanup patchGreg Kroah-Hartman1-1/+1
2019-07-03ubifs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-135/+45
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong1-10/+3
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner32-416/+32
2019-05-28fscrypt: introduce fscrypt_decrypt_block_inplace()Eric Biggers1-3/+4
2019-05-28fscrypt: introduce fscrypt_encrypt_block_inplace()Eric Biggers1-6/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-15ubifs: Convert xattr inum to host orderRichard Weinberger1-1/+1
2019-05-15ubifs: Use correct config name for encryptionRichard Weinberger1-2/+2
2019-05-15ubifs: Fix build error without CONFIG_UBIFS_FS_XATTRYueHaibing1-1/+5
2019-05-12Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds14-176/+332
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2-5/+6
2019-05-07ubifs: Drop unnecessary setting of zbr->znodeSascha Hauer1-1/+0
2019-05-07ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer4-21/+15
2019-05-07ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTIONSascha Hauer3-10/+5
2019-05-07ubifs: Limit number of xattrs per inodeRichard Weinberger6-8/+101
2019-05-07ubifs: orphan: Handle xattrs like filesRichard Weinberger2-67/+144
2019-05-07ubifs: journal: Handle xattrs like filesRichard Weinberger1-11/+49
2019-05-07ubifs: find.c: replace swap function with built-in oneAndrey Abramov1-8/+1
2019-05-07ubifs: Do not skip hash checking in data nodesSascha Hauer1-8/+7
2019-05-07ubifs: work around high stack usage with clangArnd Bergmann1-7/+10
2019-05-07ubifs: remove unused function __ubifs_shash_finalYueHaibing1-18/+0
2019-05-07ubifs: remove unnecessary #ifdef around fscrypt_ioctl_get_policy()Eric Biggers1-6/+1
2019-05-07ubifs: remove unnecessary calls to set up directory keyEric Biggers1-12/+0
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+2
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-8/+0
2019-05-01ubifs: switch to ->free_inode()Al Viro1-8/+2
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers2-8/+0
2019-04-17fscrypt: cache decrypted symlink target in ->i_linkEric Biggers1-0/+3
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers1-5/+3
2019-04-01ubifs: fix use-after-free on symlink traversalAl Viro1-3/+1