aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/ubifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-11ubifs: Only check replay with inode type to judge if inode linkedGuochun Mao1-1/+2
2021-03-04ubifs: Fix error return code in alloc_wbufs()Wang ShaoBo1-1/+3
2021-03-04ubifs: Fix memleak in ubifs_init_authenticationDinghao Liu1-1/+1
2021-01-06ubifs: prevent creating duplicate encrypted filenamesEric Biggers1-4/+13
2020-12-30ubifs: wbuf: Don't leak kernel memory to flashRichard Weinberger1-2/+11
2020-12-30ubifs: Fix error return code in ubifs_init_authentication()Wang ShaoBo1-1/+3
2020-11-05ubifs: mount_ubifs: Release authentication resource in error handling pathZhihao Cheng1-4/+6
2020-11-05ubifs: Don't parse authentication mount options in remount processZhihao Cheng1-6/+12
2020-11-05ubifs: Fix a memleak after dumping authentication mount optionsZhihao Cheng1-2/+14
2020-11-05ubifs: journal: Make sure to not dirty twice for auth nodesRichard Weinberger1-2/+2
2020-11-05ubifs: xattr: Fix some potential memory leaks while iterating entriesZhihao Cheng4-0/+9
2020-11-05ubifs: dent: Fix some potential memory leaks while iterating entriesZhihao Cheng1-0/+1
2020-10-01ubifs: Fix out-of-bounds memory access caused by abnormal value of node_lenLiu Song1-2/+14
2020-10-01ubifs: ubifs_add_orphan: Fix a memory leak bugZhihao Cheng1-2/+7
2020-10-01ubifs: ubifs_jnl_write_inode: Fix a memory leak bugZhihao Cheng1-0/+1
2020-08-21ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|renameZhihao Cheng1-4/+6
2020-05-27ubifs: remove broken lazytime supportChristoph Hellwig1-5/+1
2020-05-27ubifs: fix wrong use of crypto_shash_descsize()Eric Biggers2-24/+6
2020-05-02ubifs: Fix ubifs_tnc_lookup() usage in do_kill_orphans()Richard Weinberger1-2/+2
2020-03-05ubifs: Fix ino_t format warnings in orphan_delete()Geert Uytterhoeven1-2/+2
2020-02-11ubifs: Fix memory leak from c->sup_nodeQuanyang Wang1-0/+2
2020-02-11ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng1-1/+3
2020-02-11ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flagEric Biggers1-1/+2
2020-02-11ubifs: Fix wrong memory allocationSascha Hauer1-1/+1
2020-02-11ubifs: don't trigger assertion on invalid no-key filenameEric Biggers1-0/+2
2020-02-11utimes: Clamp the timestamps in notify_change()Amir Goldstein1-12/+6
2020-01-17ubifs: do_kill_orphans: Fix a memory leak bugZhihao Cheng1-7/+10
2020-01-17ubifs: Fixed missed le64_to_cpu() in journalBen Dooks (Codethink)1-1/+1
2020-01-17Revert "ubifs: Fix memory leak bug in alloc_ubifs_info() error path"Richard Weinberger1-3/+1
2020-01-09ubifs: ubifs_tnc_start_commit: Fix OOB in layout_in_gapsZhihao Cheng1-7/+27
2019-09-21Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds4-3/+7
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-9/+12
2019-09-18Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2-0/+31
2019-09-15ubifs: Fix memory leak bug in alloc_ubifs_info() error pathWenwen Wang1-1/+3
2019-09-15ubifs: Fix memory leak in __ubifs_node_verify_hmac error pathWenwen Wang1-1/+3
2019-09-15ubifs: Fix memory leak in read_znode() error pathWenwen Wang1-0/+1
2019-09-15ubifs: Remove redundant assignment to pointer fnameColin Ian King1-1/+0
2019-08-30timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani1-9/+12
2019-08-22ubifs: Limit the number of pages in shrink_liabilityLiu Song1-1/+1
2019-08-22ubifs: Correctly initialize c->min_log_bytesRichard Weinberger1-0/+4
2019-08-22ubifs: Fix double unlock around orphan_delete()Richard Weinberger1-2/+0
2019-08-12ubifs: wire up new fscrypt ioctlsEric Biggers2-0/+31
2019-07-18mm: migrate: remove unused mode argumentKeith Busch1-1/+1
2019-07-14Merge tag 'upstream-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds12-92/+338
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-10/+3
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-136/+46
2019-07-10Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-9/+10
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs"Linus Torvalds1-1/+1
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+1
2019-07-08ubifs: Don't leak orphans on memory during commitRichard Weinberger1-26/+24