summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* ubifs: report correct st_size for encrypted symlinksEric Biggers2021-09-121-1/+11
* ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inodeZhihao Cheng2021-07-201-0/+7
* ubifs: Fix races between xattr_{set|get} and listxattr operationsZhihao Cheng2021-07-193-11/+36
* ubifs: Only check replay with inode type to judge if inode linkedGuochun Mao2021-05-111-1/+2
* ubifs: Fix error return code in alloc_wbufs()Wang ShaoBo2021-03-041-1/+3
* ubifs: Fix memleak in ubifs_init_authenticationDinghao Liu2021-03-041-1/+1
* ubifs: prevent creating duplicate encrypted filenamesEric Biggers2021-01-061-4/+13
* ubifs: wbuf: Don't leak kernel memory to flashRichard Weinberger2020-12-301-2/+11
* ubifs: Fix error return code in ubifs_init_authentication()Wang ShaoBo2020-12-301-1/+3
* ubifs: mount_ubifs: Release authentication resource in error handling pathZhihao Cheng2020-11-051-4/+6
* ubifs: Don't parse authentication mount options in remount processZhihao Cheng2020-11-051-6/+12
* ubifs: Fix a memleak after dumping authentication mount optionsZhihao Cheng2020-11-051-2/+14
* ubifs: journal: Make sure to not dirty twice for auth nodesRichard Weinberger2020-11-051-2/+2
* ubifs: xattr: Fix some potential memory leaks while iterating entriesZhihao Cheng2020-11-054-0/+9
* ubifs: dent: Fix some potential memory leaks while iterating entriesZhihao Cheng2020-11-051-0/+1
* ubifs: Fix out-of-bounds memory access caused by abnormal value of node_lenLiu Song2020-10-011-2/+14
* ubifs: ubifs_add_orphan: Fix a memory leak bugZhihao Cheng2020-10-011-2/+7
* ubifs: ubifs_jnl_write_inode: Fix a memory leak bugZhihao Cheng2020-10-011-0/+1
* ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|renameZhihao Cheng2020-08-211-4/+6
* ubifs: remove broken lazytime supportChristoph Hellwig2020-05-271-5/+1
* ubifs: fix wrong use of crypto_shash_descsize()Eric Biggers2020-05-272-24/+6
* ubifs: Fix ubifs_tnc_lookup() usage in do_kill_orphans()Richard Weinberger2020-05-021-2/+2
* ubifs: Fix ino_t format warnings in orphan_delete()Geert Uytterhoeven2020-03-051-2/+2
* ubifs: Fix memory leak from c->sup_nodeQuanyang Wang2020-02-111-0/+2
* ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng2020-02-111-1/+3
* ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flagEric Biggers2020-02-111-1/+2
* ubifs: Fix wrong memory allocationSascha Hauer2020-02-111-1/+1
* ubifs: don't trigger assertion on invalid no-key filenameEric Biggers2020-02-111-0/+2
* utimes: Clamp the timestamps in notify_change()Amir Goldstein2020-02-111-12/+6
* ubifs: do_kill_orphans: Fix a memory leak bugZhihao Cheng2020-01-171-7/+10
* ubifs: Fixed missed le64_to_cpu() in journalBen Dooks (Codethink)2020-01-171-1/+1
* Revert "ubifs: Fix memory leak bug in alloc_ubifs_info() error path"Richard Weinberger2020-01-171-3/+1
* ubifs: ubifs_tnc_start_commit: Fix OOB in layout_in_gapsZhihao Cheng2020-01-091-7/+27
* 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