Age | Commit message (Expand) | Author | Files | Lines |
2020-08-10 | Merge tag 'for-linus-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -7/+29 |
2020-08-02 | ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|rename | Zhihao Cheng | 1 | -4/+6 |
2020-08-02 | ubifs: misc.h: delete a duplicated word | Randy Dunlap | 1 | -1/+1 |
2020-08-02 | ubifs: add option to specify version for new file systems | Martin Kaistra | 3 | -2/+22 |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 7 | -14/+14 |
2020-06-02 | mm: remove the pgprot argument to __vmalloc | Christoph Hellwig | 4 | -5/+5 |
2020-06-01 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 3 | -34/+9 |
2020-05-17 | ubifs: fix wrong use of crypto_shash_descsize() | Eric Biggers | 2 | -24/+6 |
2020-05-08 | ubifs: use crypto_shash_tfm_digest() | Eric Biggers | 3 | -34/+9 |
2020-04-09 | ubifs: remove broken lazytime support | Christoph Hellwig | 1 | -5/+1 |
2020-04-07 | Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -6/+24 |
2020-03-30 | ubifs: Fix out-of-bounds memory access caused by abnormal value of node_len | Liu Song | 1 | -2/+14 |
2020-03-30 | ubifs: ubifs_add_orphan: Fix a memory leak bug | Zhihao Cheng | 1 | -2/+7 |
2020-03-30 | ubifs: ubifs_jnl_write_inode: Fix a memory leak bug | Zhihao Cheng | 1 | -0/+1 |
2020-03-30 | ubifs: Fix ubifs_tnc_lookup() usage in do_kill_orphans() | Richard Weinberger | 1 | -2/+2 |
2020-03-19 | ubifs: wire up FS_IOC_GET_ENCRYPTION_NONCE | Eric Biggers | 1 | -0/+4 |
2020-02-05 | Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -19/+10 |
2020-01-30 | Merge tag 'upstream-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -7/+19 |
2020-01-22 | ubifs: allow both hash and disk name to be provided in no-key names | Eric Biggers | 3 | -6/+3 |
2020-01-22 | ubifs: don't trigger assertion on invalid no-key filename | Eric Biggers | 1 | -0/+2 |
2020-01-20 | ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted() | Eric Biggers | 4 | -16/+9 |
2020-01-19 | ubifs: Fix memory leak from c->sup_node | Quanyang Wang | 1 | -0/+2 |
2020-01-17 | ubifs: Fix ino_t format warnings in orphan_delete() | Geert Uytterhoeven | 1 | -2/+2 |
2020-01-16 | ubifs: Fix deadlock in concurrent bulk-read and writepage | Zhihao Cheng | 1 | -1/+3 |
2020-01-16 | ubifs: Fix wrong memory allocation | Sascha Hauer | 1 | -1/+1 |
2020-01-16 | ubifs: Add support for FS_ENCRYPT_FL | Eric Biggers | 1 | -3/+10 |
2020-01-16 | ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flag | Eric Biggers | 1 | -1/+2 |
2019-12-31 | fscrypt: Allow modular crypto algorithms | Herbert Xu | 1 | -0/+1 |
2019-12-31 | fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info() | Eric Biggers | 1 | -1/+1 |
2019-12-08 | fs: ubifs: Eliminate timespec64_trunc() usage | Deepa Dinamani | 1 | -7/+4 |
2019-12-08 | utimes: Clamp the timestamps in notify_change() | Amir Goldstein | 1 | -12/+6 |
2019-11-17 | ubifs: ubifs_tnc_start_commit: Fix OOB in layout_in_gaps | Zhihao Cheng | 1 | -7/+27 |
2019-11-17 | ubifs: do_kill_orphans: Fix a memory leak bug | Zhihao Cheng | 1 | -7/+10 |
2019-11-17 | Revert "ubifs: Fix memory leak bug in alloc_ubifs_info() error path" | Richard Weinberger | 1 | -3/+1 |
2019-11-17 | ubifs: Fix type of sup->hash_algo | Ben Dooks (Codethink) | 1 | -1/+1 |
2019-11-17 | ubifs: Fixed missed le64_to_cpu() in journal | Ben Dooks (Codethink) | 1 | -1/+1 |
2019-11-17 | ubifs: Force prandom result to __le32 | Ben Dooks (Codethink) | 1 | -1/+1 |
2019-11-17 | ubifs: Remove obsolete TODO from dfs_file_write() | Richard Weinberger | 1 | -12/+0 |
2019-09-21 | Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -3/+7 |
2019-09-19 | Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p... | Linus Torvalds | 1 | -9/+12 |
2019-09-18 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds | 2 | -0/+31 |
2019-09-15 | ubifs: Fix memory leak bug in alloc_ubifs_info() error path | Wenwen Wang | 1 | -1/+3 |
2019-09-15 | ubifs: Fix memory leak in __ubifs_node_verify_hmac error path | Wenwen Wang | 1 | -1/+3 |
2019-09-15 | ubifs: Fix memory leak in read_znode() error path | Wenwen Wang | 1 | -0/+1 |
2019-09-15 | ubifs: Remove redundant assignment to pointer fname | Colin Ian King | 1 | -1/+0 |
2019-08-30 | timestamp_truncate: Replace users of timespec64_trunc | Deepa Dinamani | 1 | -9/+12 |
2019-08-22 | ubifs: Limit the number of pages in shrink_liability | Liu Song | 1 | -1/+1 |
2019-08-22 | ubifs: Correctly initialize c->min_log_bytes | Richard Weinberger | 1 | -0/+4 |
2019-08-22 | ubifs: Fix double unlock around orphan_delete() | Richard Weinberger | 1 | -2/+0 |
2019-08-12 | ubifs: wire up new fscrypt ioctls | Eric Biggers | 2 | -0/+31 |