summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/journal.c
Commit message (Expand)AuthorAgeFilesLines
* ubifs: Queue up space reservation tasks if retrying many timesZhihao Cheng2024-02-251-22/+149
* Merge tag 'ubifs-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-051-0/+1
|\
| * ubifs: Fix missing error code errFerry Meng2023-10-281-0/+1
* | ubifs: convert to new timestamp accessorsJeff Layton2023-10-181-6/+6
|/
* ubifs: convert to ctime accessor functionsJeff Layton2023-07-241-2/+2
* ubifs: Fix some kernel-doc commentsYang Li2023-02-021-2/+6
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-161-1/+1
|\
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* | ubifs: Fix UBIFS ro fail due to truncate in the encrypted directoryZhaoLong Wang2022-09-211-11/+17
|/
* ubifs: Rename whiteout atomicallyZhihao Cheng2022-01-101-8/+44
* ubifs: Fix spelling mistakesZheng Yongjun2021-06-221-1/+1
* ubifs: journal: Fix error return code in ubifs_jnl_write_inode()Zhen Lei2021-06-181-0/+1
* ubifs: Fix off-by-one errorSascha Hauer2021-02-121-1/+1
* ubifs: Pass node length in all node dumping callersZhihao Cheng2020-12-131-1/+2
* ubifs: journal: Make sure to not dirty twice for auth nodesRichard Weinberger2020-09-291-2/+2
* ubifs: ubifs_jnl_change_xattr: Remove assertion 'nlink > 0' for host inodeZhihao Cheng2020-09-171-1/+0
* ubifs: xattr: Fix some potential memory leaks while iterating entriesZhihao Cheng2020-09-171-0/+2
* Merge tag 'for-linus-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-101-4/+6
|\
| * ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|renameZhihao Cheng2020-08-021-4/+6
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-2/+2
|/
* ubifs: ubifs_jnl_write_inode: Fix a memory leak bugZhihao Cheng2020-03-301-0/+1
* ubifs: allow both hash and disk name to be provided in no-key namesEric Biggers2020-01-221-2/+2
* ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()Eric Biggers2020-01-201-3/+3
* ubifs: Fixed missed le64_to_cpu() in journalBen Dooks (Codethink)2019-11-171-1/+1
* ubifs: Force prandom result to __le32Ben Dooks (Codethink)2019-11-171-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-13/+1
* ubifs: Limit number of xattrs per inodeRichard Weinberger2019-05-071-0/+12
* ubifs: journal: Handle xattrs like filesRichard Weinberger2019-05-071-11/+49
* ubifs: Add authentication nodes to journalSascha Hauer2018-10-231-17/+107
* ubifs: Add hashes to the tree node cacheSascha Hauer2018-10-231-24/+120
* ubifs: Drop write_nodeSascha Hauer2018-10-231-34/+5
* ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger2018-08-151-26/+26
* ubifs: Use kmalloc_array()Richard Weinberger2018-08-151-1/+1
* ubifs: Check data node size before truncateRichard Weinberger2018-08-151-1/+10
* Revert "UBIFS: Fix potential integer overflow in allocation"Richard Weinberger2018-08-151-3/+2
* ubifs: Add comment on c->commit_semRichard Weinberger2018-08-151-0/+1
* ubifs: Fix synced_i_size calculation for xattr inodesRichard Weinberger2018-08-151-0/+5
* UBIFS: Fix potential integer overflow in allocationSilvio Cesare2018-06-121-2/+3
* ubifs: journal: Remove wrong commentSascha Hauer2018-06-071-3/+2
* ubifs: Set double hash cookie also for RENAME_EXCHANGERichard Weinberger2017-07-141-0/+2
* ubifs: Don't leak kernel memory to the MTDRichard Weinberger2017-07-141-5/+5
* ubifs: Massage debug prints wrt. fscryptRichard Weinberger2017-07-141-10/+0
* ubifs: Fix unlink code wrt. double hash lookupsRichard Weinberger2017-07-141-2/+8
* ubifs: Fix data node size for truncating uncompressed nodesDavid Oberhollenzer2017-07-141-1/+3
* ubifs: fix unencrypted journal writePeter Rosin2017-01-171-0/+1
* ubifs: ensure zero err is returned on successful returnColin Ian King2017-01-171-0/+1
* ubifs: Implement UBIFS_FLG_DOUBLE_HASHRichard Weinberger2016-12-121-3/+11
* ubifs: Use a random number for cookiesRichard Weinberger2016-12-121-0/+3
* ubifs: Add full hash lookup supportRichard Weinberger2016-12-121-1/+0
* ubifs: Implement encrypted filenamesRichard Weinberger2016-12-121-60/+63