summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
AgeCommit message (Expand)AuthorLines
2019-09-21Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+7
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds-9/+12
2019-09-18Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds-0/+31
2019-09-15ubifs: Fix memory leak bug in alloc_ubifs_info() error pathWenwen Wang-1/+3
2019-09-15ubifs: Fix memory leak in __ubifs_node_verify_hmac error pathWenwen Wang-1/+3
2019-09-15ubifs: Fix memory leak in read_znode() error pathWenwen Wang-0/+1
2019-09-15ubifs: Remove redundant assignment to pointer fnameColin Ian King-1/+0
2019-08-30timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani-9/+12
2019-08-22ubifs: Limit the number of pages in shrink_liabilityLiu Song-1/+1
2019-08-22ubifs: Correctly initialize c->min_log_bytesRichard Weinberger-0/+4
2019-08-22ubifs: Fix double unlock around orphan_delete()Richard Weinberger-2/+0
2019-08-12ubifs: wire up new fscrypt ioctlsEric Biggers-0/+31
2019-07-18mm: migrate: remove unused mode argumentKeith Busch-1/+1
2019-07-14Merge tag 'upstream-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-92/+338
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds-10/+3
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-136/+46
2019-07-10Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds-9/+10
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2019-07-08ubifs: Don't leak orphans on memory during commitRichard Weinberger-26/+24
2019-07-08ubifs: Check link count of inodes when killing orphans.Richard Weinberger-9/+35
2019-07-08ubifs: Add support for zstd compression.Michele Dionisio-1/+40
2019-07-08ubifs: support offline signed imagesSascha Hauer-44/+225
2019-07-08ubifs: remove unnecessary check in ubifs_log_start_commitLiu Song-4/+1
2019-07-08ubifs: Fix typo of output in get_cs_sqnumLiu Song-1/+1
2019-07-08ubifs: Simplify redundant codeLiu Song-2/+1
2019-07-08ubifs: Correctly use tnc_next() in search_dh_cookie()Richard Weinberger-5/+11
2019-07-04ubifs: fix build warning after debugfs cleanup patchGreg Kroah-Hartman-1/+1
2019-07-03ubifs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-135/+45
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong-10/+3
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner-416/+32
2019-05-28fscrypt: introduce fscrypt_decrypt_block_inplace()Eric Biggers-3/+4
2019-05-28fscrypt: introduce fscrypt_encrypt_block_inplace()Eric Biggers-6/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-15ubifs: Convert xattr inum to host orderRichard Weinberger-1/+1
2019-05-15ubifs: Use correct config name for encryptionRichard Weinberger-2/+2
2019-05-15ubifs: Fix build error without CONFIG_UBIFS_FS_XATTRYueHaibing-1/+5
2019-05-12Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Linus Torvalds-176/+332
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds-5/+6
2019-05-07ubifs: Drop unnecessary setting of zbr->znodeSascha Hauer-1/+0
2019-05-07ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer-21/+15
2019-05-07ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTIONSascha Hauer-10/+5
2019-05-07ubifs: Limit number of xattrs per inodeRichard Weinberger-8/+101
2019-05-07ubifs: orphan: Handle xattrs like filesRichard Weinberger-67/+144
2019-05-07ubifs: journal: Handle xattrs like filesRichard Weinberger-11/+49
2019-05-07ubifs: find.c: replace swap function with built-in oneAndrey Abramov-8/+1
2019-05-07ubifs: Do not skip hash checking in data nodesSascha Hauer-8/+7
2019-05-07ubifs: work around high stack usage with clangArnd Bergmann-7/+10
2019-05-07ubifs: remove unused function __ubifs_shash_finalYueHaibing-18/+0