Age | Commit message (Expand) | Author |
2022-01-10 | ubifs: Rename whiteout atomically | Zhihao Cheng |
2021-06-22 | ubifs: Fix spelling mistakes | Zheng Yongjun |
2021-06-18 | ubifs: journal: Fix error return code in ubifs_jnl_write_inode() | Zhen Lei |
2021-02-12 | ubifs: Fix off-by-one error | Sascha Hauer |
2020-12-13 | ubifs: Pass node length in all node dumping callers | Zhihao Cheng |
2020-09-29 | ubifs: journal: Make sure to not dirty twice for auth nodes | Richard Weinberger |
2020-09-17 | ubifs: ubifs_jnl_change_xattr: Remove assertion 'nlink > 0' for host inode | Zhihao Cheng |
2020-09-17 | ubifs: xattr: Fix some potential memory leaks while iterating entries | Zhihao Cheng |
2020-08-10 | Merge tag 'for-linus-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2020-08-02 | ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|rename | Zhihao Cheng |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook |
2020-03-30 | ubifs: ubifs_jnl_write_inode: Fix a memory leak bug | Zhihao Cheng |
2020-01-22 | ubifs: allow both hash and disk name to be provided in no-key names | Eric Biggers |
2020-01-20 | ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted() | Eric Biggers |
2019-11-17 | ubifs: Fixed missed le64_to_cpu() in journal | Ben Dooks (Codethink) |
2019-11-17 | ubifs: Force prandom result to __le32 | Ben Dooks (Codethink) |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 | Thomas Gleixner |
2019-05-07 | ubifs: Limit number of xattrs per inode | Richard Weinberger |
2019-05-07 | ubifs: journal: Handle xattrs like files | Richard Weinberger |
2018-10-23 | ubifs: Add authentication nodes to journal | Sascha Hauer |
2018-10-23 | ubifs: Add hashes to the tree node cache | Sascha Hauer |
2018-10-23 | ubifs: Drop write_node | Sascha Hauer |
2018-08-15 | ubifs: Pass struct ubifs_info to ubifs_assert() | Richard Weinberger |
2018-08-15 | ubifs: Use kmalloc_array() | Richard Weinberger |
2018-08-15 | ubifs: Check data node size before truncate | Richard Weinberger |
2018-08-15 | Revert "UBIFS: Fix potential integer overflow in allocation" | Richard Weinberger |
2018-08-15 | ubifs: Add comment on c->commit_sem | Richard Weinberger |
2018-08-15 | ubifs: Fix synced_i_size calculation for xattr inodes | Richard Weinberger |
2018-06-12 | UBIFS: Fix potential integer overflow in allocation | Silvio Cesare |
2018-06-07 | ubifs: journal: Remove wrong comment | Sascha Hauer |
2017-07-14 | ubifs: Set double hash cookie also for RENAME_EXCHANGE | Richard Weinberger |
2017-07-14 | ubifs: Don't leak kernel memory to the MTD | Richard Weinberger |
2017-07-14 | ubifs: Massage debug prints wrt. fscrypt | Richard Weinberger |
2017-07-14 | ubifs: Fix unlink code wrt. double hash lookups | Richard Weinberger |
2017-07-14 | ubifs: Fix data node size for truncating uncompressed nodes | David Oberhollenzer |
2017-01-17 | ubifs: fix unencrypted journal write | Peter Rosin |
2017-01-17 | ubifs: ensure zero err is returned on successful return | Colin Ian King |
2016-12-12 | ubifs: Implement UBIFS_FLG_DOUBLE_HASH | Richard Weinberger |
2016-12-12 | ubifs: Use a random number for cookies | Richard Weinberger |
2016-12-12 | ubifs: Add full hash lookup support | Richard Weinberger |
2016-12-12 | ubifs: Implement encrypted filenames | Richard Weinberger |
2016-12-12 | ubifs: Implement encrypt/decrypt for all IO | Richard Weinberger |
2016-12-12 | ubifs: Introduce new data node field, compr_size | Richard Weinberger |
2016-10-02 | ubifs: Use move variable in ubifs_rename() | Richard Weinberger |
2016-10-02 | ubifs: Implement RENAME_EXCHANGE | Richard Weinberger |
2016-10-02 | ubifs: Implement RENAME_WHITEOUT | Richard Weinberger |
2015-04-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells |
2015-03-25 | UBIFS: extend debug/message capabilities | Sheng Yong |
2014-11-07 | UBIFS: fix a couple bugs in UBIFS xattr length calculation | Subodh Nijsure |