aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs
AgeCommit message (Expand)AuthorFilesLines
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-6/+24
2020-03-30ubifs: Fix out-of-bounds memory access caused by abnormal value of node_lenGravatar Liu Song 1-2/+14
2020-03-30ubifs: ubifs_add_orphan: Fix a memory leak bugGravatar Zhihao Cheng 1-2/+7
2020-03-30ubifs: ubifs_jnl_write_inode: Fix a memory leak bugGravatar Zhihao Cheng 1-0/+1
2020-03-30ubifs: Fix ubifs_tnc_lookup() usage in do_kill_orphans()Gravatar Richard Weinberger 1-2/+2
2020-03-19ubifs: wire up FS_IOC_GET_ENCRYPTION_NONCEGravatar Eric Biggers 1-0/+4
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-19/+10
2020-01-30Merge tag 'upstream-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-7/+19
2020-01-22ubifs: allow both hash and disk name to be provided in no-key namesGravatar Eric Biggers 3-6/+3
2020-01-22ubifs: don't trigger assertion on invalid no-key filenameGravatar Eric Biggers 1-0/+2
2020-01-20ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()Gravatar Eric Biggers 4-16/+9
2020-01-19ubifs: Fix memory leak from c->sup_nodeGravatar Quanyang Wang 1-0/+2
2020-01-17ubifs: Fix ino_t format warnings in orphan_delete()Gravatar Geert Uytterhoeven 1-2/+2
2020-01-16ubifs: Fix deadlock in concurrent bulk-read and writepageGravatar Zhihao Cheng 1-1/+3
2020-01-16ubifs: Fix wrong memory allocationGravatar Sascha Hauer 1-1/+1
2020-01-16ubifs: Add support for FS_ENCRYPT_FLGravatar Eric Biggers 1-3/+10
2020-01-16ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flagGravatar Eric Biggers 1-1/+2
2019-12-31fscrypt: Allow modular crypto algorithmsGravatar Herbert Xu 1-0/+1
2019-12-31fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()Gravatar Eric Biggers 1-1/+1
2019-12-08fs: ubifs: Eliminate timespec64_trunc() usageGravatar Deepa Dinamani 1-7/+4
2019-12-08utimes: Clamp the timestamps in notify_change()Gravatar Amir Goldstein 1-12/+6
2019-11-17ubifs: ubifs_tnc_start_commit: Fix OOB in layout_in_gapsGravatar Zhihao Cheng 1-7/+27
2019-11-17ubifs: do_kill_orphans: Fix a memory leak bugGravatar Zhihao Cheng 1-7/+10
2019-11-17Revert "ubifs: Fix memory leak bug in alloc_ubifs_info() error path"Gravatar Richard Weinberger 1-3/+1
2019-11-17ubifs: Fix type of sup->hash_algoGravatar Ben Dooks (Codethink) 1-1/+1
2019-11-17ubifs: Fixed missed le64_to_cpu() in journalGravatar Ben Dooks (Codethink) 1-1/+1
2019-11-17ubifs: Force prandom result to __le32Gravatar Ben Dooks (Codethink) 1-1/+1
2019-11-17ubifs: Remove obsolete TODO from dfs_file_write()Gravatar Richard Weinberger 1-12/+0
2019-09-21Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-3/+7
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Gravatar Linus Torvalds 1-9/+12
2019-09-18Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptGravatar Linus Torvalds 2-0/+31
2019-09-15ubifs: Fix memory leak bug in alloc_ubifs_info() error pathGravatar Wenwen Wang 1-1/+3
2019-09-15ubifs: Fix memory leak in __ubifs_node_verify_hmac error pathGravatar Wenwen Wang 1-1/+3
2019-09-15ubifs: Fix memory leak in read_znode() error pathGravatar Wenwen Wang 1-0/+1
2019-09-15ubifs: Remove redundant assignment to pointer fnameGravatar Colin Ian King 1-1/+0
2019-08-30timestamp_truncate: Replace users of timespec64_truncGravatar Deepa Dinamani 1-9/+12
2019-08-22ubifs: Limit the number of pages in shrink_liabilityGravatar Liu Song 1-1/+1
2019-08-22ubifs: Correctly initialize c->min_log_bytesGravatar Richard Weinberger 1-0/+4
2019-08-22ubifs: Fix double unlock around orphan_delete()Gravatar Richard Weinberger 1-2/+0
2019-08-12ubifs: wire up new fscrypt ioctlsGravatar Eric Biggers 2-0/+31
2019-07-18mm: migrate: remove unused mode argumentGravatar Keith Busch 1-1/+1
2019-07-14Merge tag 'upstream-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 12-92/+338
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Gravatar Linus Torvalds 1-10/+3
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-136/+46
2019-07-10Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptGravatar Linus Torvalds 1-9/+10
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2019-07-08ubifs: Don't leak orphans on memory during commitGravatar Richard Weinberger 1-26/+24
2019-07-08ubifs: Check link count of inodes when killing orphans.Gravatar Richard Weinberger 1-9/+35
2019-07-08ubifs: Add support for zstd compression.Gravatar Michele Dionisio 4-1/+40