summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/journal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ubifs: Implement encrypt/decrypt for all IORichard Weinberger2016-12-121-24/+54
* ubifs: Introduce new data node field, compr_sizeRichard Weinberger2016-12-121-11/+0
* ubifs: Use move variable in ubifs_rename()Richard Weinberger2016-10-021-2/+2
* ubifs: Implement RENAME_EXCHANGERichard Weinberger2016-10-021-0/+141
* ubifs: Implement RENAME_WHITEOUTRichard Weinberger2016-10-021-13/+30
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-2/+2
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* | UBIFS: extend debug/message capabilitiesSheng Yong2015-03-251-8/+9
|/
* UBIFS: fix a couple bugs in UBIFS xattr length calculationSubodh Nijsure2014-11-071-1/+6
* UBIFS: Remove bogus assertRichard Weinberger2014-09-191-4/+3