summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
AgeCommit message (Expand)Author
2020-06-24ubifs: Fix ino_t format warnings in orphan_delete()Geert Uytterhoeven
2020-06-24ubifs: Fix double unlock around orphan_delete()Richard Weinberger
2020-06-24ubifs: Don't leak orphans on memory during commitRichard Weinberger
2020-06-08ubifs: remove broken lazytime supportChristoph Hellwig
2020-06-08ubifs: fix wrong use of crypto_shash_descsize()Eric Biggers
2020-05-04ubifs: Fix memory leak from c->sup_nodeQuanyang Wang
2020-05-04ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng
2020-05-04ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flagEric Biggers
2020-05-04ubifs: Fix wrong memory allocationSascha Hauer
2020-05-04ubifs: don't trigger assertion on invalid no-key filenameEric Biggers
2020-03-30ubifs: Fixed missed le64_to_cpu() in journalBen Dooks (Codethink)
2020-03-20ubifs: ubifs_tnc_start_commit: Fix OOB in layout_in_gapsZhihao Cheng
2019-09-19ubifs: Correctly use tnc_next() in search_dh_cookie()Richard Weinberger
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-15ubifs: Convert xattr inum to host orderRichard Weinberger
2019-05-15ubifs: Use correct config name for encryptionRichard Weinberger
2019-05-15ubifs: Fix build error without CONFIG_UBIFS_FS_XATTRYueHaibing
2019-05-12Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2019-05-07ubifs: Drop unnecessary setting of zbr->znodeSascha Hauer
2019-05-07ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer
2019-05-07ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTIONSascha Hauer
2019-05-07ubifs: Limit number of xattrs per inodeRichard Weinberger
2019-05-07ubifs: orphan: Handle xattrs like filesRichard Weinberger
2019-05-07ubifs: journal: Handle xattrs like filesRichard Weinberger
2019-05-07ubifs: find.c: replace swap function with built-in oneAndrey Abramov
2019-05-07ubifs: Do not skip hash checking in data nodesSascha Hauer
2019-05-07ubifs: work around high stack usage with clangArnd Bergmann
2019-05-07ubifs: remove unused function __ubifs_shash_finalYueHaibing
2019-05-07ubifs: remove unnecessary #ifdef around fscrypt_ioctl_get_policy()Eric Biggers
2019-05-07ubifs: remove unnecessary calls to set up directory keyEric Biggers
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-05-01ubifs: switch to ->free_inode()Al Viro
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-17fscrypt: cache decrypted symlink target in ->i_linkEric Biggers
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers
2019-04-01ubifs: fix use-after-free on symlink traversalAl Viro
2019-03-13Merge tag 'upstream-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-02-24ubifs: Reject unsupported ioctl flags explicitlyHou Tao
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra
2018-12-28mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-12-13ubifs: Handle re-linking of inodes correctly while recoveryRichard Weinberger
2018-12-13ubifs: Fix default compression selection in ubifsGabor Juhos
2018-12-13ubifs: Fix memory leak on error conditionGarry McNulty
2018-12-13ubifs: auth: Add CONFIG_KEYS dependencyArnd Bergmann
2018-12-13ubifs: CONFIG_UBIFS_FS_AUTHENTICATION should depend on UBIFS_FSGeert Uytterhoeven
2018-12-13ubifs: replay: Fix high stack usageArnd Bergmann