summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
AgeCommit message (Expand)Author
2020-10-18Merge tag 'for-linus-5.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-10-18Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-11ubifs: mount_ubifs: Release authentication resource in error handling pathZhihao Cheng
2020-10-11ubifs: Don't parse authentication mount options in remount processZhihao Cheng
2020-10-11ubifs: Fix a memleak after dumping authentication mount optionsZhihao Cheng
2020-09-29ubifs: journal: Make sure to not dirty twice for auth nodesRichard Weinberger
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig
2020-09-22ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers
2020-09-17ubifs: Fix some kernel-doc warnings in tnc.cWang Hai
2020-09-17ubifs: Fix some kernel-doc warnings in replay.cWang Hai
2020-09-17ubifs: Fix some kernel-doc warnings in gc.cWang Hai
2020-09-17ubifs: Fix 'hash' kernel-doc warning in auth.cWang Hai
2020-09-17ubifs: setflags: Don't show error message when vfs_ioc_setflags_prepare() failsZhihao Cheng
2020-09-17ubifs: ubifs_jnl_change_xattr: Remove assertion 'nlink > 0' for host inodeZhihao Cheng
2020-09-17ubifs: dent: Fix some potential memory leaks while iterating entriesZhihao Cheng
2020-09-17ubifs: xattr: Fix some potential memory leaks while iterating entriesZhihao Cheng
2020-09-07fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-10Merge tag 'for-linus-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-08-02ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|renameZhihao Cheng
2020-08-02ubifs: misc.h: delete a duplicated wordRandy Dunlap
2020-08-02ubifs: add option to specify version for new file systemsMartin Kaistra
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-05-17ubifs: fix wrong use of crypto_shash_descsize()Eric Biggers
2020-05-08ubifs: use crypto_shash_tfm_digest()Eric Biggers
2020-04-09ubifs: remove broken lazytime supportChristoph Hellwig
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-03-30ubifs: Fix out-of-bounds memory access caused by abnormal value of node_lenLiu Song
2020-03-30ubifs: ubifs_add_orphan: Fix a memory leak bugZhihao Cheng
2020-03-30ubifs: ubifs_jnl_write_inode: Fix a memory leak bugZhihao Cheng
2020-03-30ubifs: Fix ubifs_tnc_lookup() usage in do_kill_orphans()Richard Weinberger
2020-03-19ubifs: wire up FS_IOC_GET_ENCRYPTION_NONCEEric Biggers
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-01-30Merge tag 'upstream-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-01-22ubifs: allow both hash and disk name to be provided in no-key namesEric Biggers
2020-01-22ubifs: don't trigger assertion on invalid no-key filenameEric Biggers
2020-01-20ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()Eric Biggers
2020-01-19ubifs: Fix memory leak from c->sup_nodeQuanyang Wang
2020-01-17ubifs: Fix ino_t format warnings in orphan_delete()Geert Uytterhoeven
2020-01-16ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng
2020-01-16ubifs: Fix wrong memory allocationSascha Hauer
2020-01-16ubifs: Add support for FS_ENCRYPT_FLEric Biggers
2020-01-16ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flagEric Biggers
2019-12-31fscrypt: Allow modular crypto algorithmsHerbert Xu
2019-12-31fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()Eric Biggers
2019-12-08fs: ubifs: Eliminate timespec64_trunc() usageDeepa Dinamani
2019-12-08utimes: Clamp the timestamps in notify_change()Amir Goldstein