summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* 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
* ubifs: Force prandom result to __le32Ben Dooks (Codethink)2019-11-171-1/+1
* ubifs: Remove obsolete TODO from dfs_file_write()Richard Weinberger2019-11-171-12/+0
* Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-214-3/+7
|\
| * ubifs: Fix memory leak bug in alloc_ubifs_info() error pathWenwen Wang2019-09-151-1/+3
| * ubifs: Fix memory leak in __ubifs_node_verify_hmac error pathWenwen Wang2019-09-151-1/+3
| * ubifs: Fix memory leak in read_znode() error pathWenwen Wang2019-09-151-0/+1
| * ubifs: Remove redundant assignment to pointer fnameColin Ian King2019-09-151-1/+0
* | Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds2019-09-191-9/+12
|\ \
| * | timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani2019-08-301-9/+12
| |/
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-09-182-0/+31
|\ \ | |/ |/|
| * ubifs: wire up new fscrypt ioctlsEric Biggers2019-08-122-0/+31
* | ubifs: Limit the number of pages in shrink_liabilityLiu Song2019-08-221-1/+1
* | ubifs: Correctly initialize c->min_log_bytesRichard Weinberger2019-08-221-0/+4
* | ubifs: Fix double unlock around orphan_delete()Richard Weinberger2019-08-221-2/+0
|/
* mm: migrate: remove unused mode argumentKeith Busch2019-07-181-1/+1
* Merge tag 'upstream-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-1412-92/+338
|\
| * ubifs: Don't leak orphans on memory during commitRichard Weinberger2019-07-081-26/+24
| * ubifs: Check link count of inodes when killing orphans.Richard Weinberger2019-07-081-9/+35
| * ubifs: Add support for zstd compression.Michele Dionisio2019-07-084-1/+40
| * ubifs: support offline signed imagesSascha Hauer2019-07-087-44/+225
| * ubifs: remove unnecessary check in ubifs_log_start_commitLiu Song2019-07-081-4/+1
| * ubifs: Fix typo of output in get_cs_sqnumLiu Song2019-07-081-1/+1
| * ubifs: Simplify redundant codeLiu Song2019-07-081-2/+1
| * ubifs: Correctly use tnc_next() in search_dh_cookie()Richard Weinberger2019-07-081-5/+11