summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
...
| * ubifs: xattr: Fix some potential memory leaks while iterating entriesZhihao Cheng2020-09-174-0/+9
* | Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-185-21/+34
|\ \
| * | ubifs: mount_ubifs: Release authentication resource in error handling pathZhihao Cheng2020-10-111-4/+6
| * | ubifs: Don't parse authentication mount options in remount processZhihao Cheng2020-10-111-6/+12
| * | ubifs: Fix a memleak after dumping authentication mount optionsZhihao Cheng2020-10-111-2/+14
| * | ubifs: Fix some kernel-doc warnings in tnc.cWang Hai2020-09-171-2/+1
| * | ubifs: Fix some kernel-doc warnings in replay.cWang Hai2020-09-171-2/+0
| * | ubifs: Fix some kernel-doc warnings in gc.cWang Hai2020-09-171-4/+0
| * | ubifs: Fix 'hash' kernel-doc warning in auth.cWang Hai2020-09-171-1/+1
| |/
* | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-0/+2
|\ \
| * | bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig2020-09-241-0/+2
| |/
* | ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers2020-09-221-22/+16
* | fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton2020-09-071-1/+1
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* Merge tag 'for-linus-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-105-7/+29
|\
| * ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|renameZhihao Cheng2020-08-021-4/+6
| * ubifs: misc.h: delete a duplicated wordRandy Dunlap2020-08-021-1/+1
| * ubifs: add option to specify version for new file systemsMartin Kaistra2020-08-023-2/+22
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-167-14/+14
|/
* mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-024-5/+5
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-013-34/+9
|\
| * ubifs: use crypto_shash_tfm_digest()Eric Biggers2020-05-083-34/+9
* | ubifs: fix wrong use of crypto_shash_descsize()Eric Biggers2020-05-172-24/+6
* | ubifs: remove broken lazytime supportChristoph Hellwig2020-04-091-5/+1
|/
* Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-073-6/+24
|\
| * ubifs: Fix out-of-bounds memory access caused by abnormal value of node_lenLiu Song2020-03-301-2/+14
| * ubifs: ubifs_add_orphan: Fix a memory leak bugZhihao Cheng2020-03-301-2/+7
| * ubifs: ubifs_jnl_write_inode: Fix a memory leak bugZhihao Cheng2020-03-301-0/+1
| * ubifs: Fix ubifs_tnc_lookup() usage in do_kill_orphans()Richard Weinberger2020-03-301-2/+2
* | ubifs: wire up FS_IOC_GET_ENCRYPTION_NONCEEric Biggers2020-03-191-0/+4
|/
* Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-052-19/+10
|\
| * fs: ubifs: Eliminate timespec64_trunc() usageDeepa Dinamani2019-12-081-7/+4
| * utimes: Clamp the timestamps in notify_change()Amir Goldstein2019-12-081-12/+6
* | Merge tag 'upstream-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-305-7/+19
|\ \
| * | ubifs: Fix memory leak from c->sup_nodeQuanyang Wang2020-01-191-0/+2
| * | ubifs: Fix ino_t format warnings in orphan_delete()Geert Uytterhoeven2020-01-171-2/+2
| * | ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng2020-01-161-1/+3
| * | ubifs: Fix wrong memory allocationSascha Hauer2020-01-161-1/+1
| * | ubifs: Add support for FS_ENCRYPT_FLEric Biggers2020-01-161-3/+10
| * | ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flagEric Biggers2020-01-161-1/+2
| |/
* | ubifs: allow both hash and disk name to be provided in no-key namesEric Biggers2020-01-223-6/+3
* | ubifs: don't trigger assertion on invalid no-key filenameEric Biggers2020-01-221-0/+2
* | ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()Eric Biggers2020-01-204-16/+9
* | fscrypt: Allow modular crypto algorithmsHerbert Xu2019-12-311-0/+1
* | fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()Eric Biggers2019-12-311-1/+1
|/
* ubifs: ubifs_tnc_start_commit: Fix OOB in layout_in_gapsZhihao Cheng2019-11-171-7/+27
* ubifs: do_kill_orphans: Fix a memory leak bugZhihao Cheng2019-11-171-7/+10
* Revert "ubifs: Fix memory leak bug in alloc_ubifs_info() error path"Richard Weinberger2019-11-171-3/+1
* ubifs: Fix type of sup->hash_algoBen Dooks (Codethink)2019-11-171-1/+1
* ubifs: Fixed missed le64_to_cpu() in journalBen Dooks (Codethink)2019-11-171-1/+1