summaryrefslogtreecommitdiff
path: root/fs/ubifs/journal.c
AgeCommit message (Expand)Author
2024-02-25ubifs: Queue up space reservation tasks if retrying many timesZhihao Cheng
2023-11-05Merge tag 'ubifs-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-10-28ubifs: Fix missing error code errFerry Meng
2023-10-18ubifs: convert to new timestamp accessorsJeff Layton
2023-07-24ubifs: convert to ctime accessor functionsJeff Layton
2023-02-02ubifs: Fix some kernel-doc commentsYang Li
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-09-21ubifs: Fix UBIFS ro fail due to truncate in the encrypted directoryZhaoLong Wang
2022-01-10ubifs: Rename whiteout atomicallyZhihao Cheng
2021-06-22ubifs: Fix spelling mistakesZheng Yongjun
2021-06-18ubifs: journal: Fix error return code in ubifs_jnl_write_inode()Zhen Lei
2021-02-12ubifs: Fix off-by-one errorSascha Hauer
2020-12-13ubifs: Pass node length in all node dumping callersZhihao Cheng
2020-09-29ubifs: journal: Make sure to not dirty twice for auth nodesRichard Weinberger
2020-09-17ubifs: ubifs_jnl_change_xattr: Remove assertion 'nlink > 0' for host inodeZhihao Cheng
2020-09-17ubifs: xattr: Fix some potential memory leaks while iterating entriesZhihao Cheng
2020-08-10Merge tag 'for-linus-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-08-02ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|renameZhihao Cheng
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-03-30ubifs: ubifs_jnl_write_inode: Fix a memory leak bugZhihao Cheng
2020-01-22ubifs: allow both hash and disk name to be provided in no-key namesEric Biggers
2020-01-20ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()Eric Biggers
2019-11-17ubifs: Fixed missed le64_to_cpu() in journalBen Dooks (Codethink)
2019-11-17ubifs: Force prandom result to __le32Ben Dooks (Codethink)
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner
2019-05-07ubifs: Limit number of xattrs per inodeRichard Weinberger
2019-05-07ubifs: journal: Handle xattrs like filesRichard Weinberger
2018-10-23ubifs: Add authentication nodes to journalSascha Hauer
2018-10-23ubifs: Add hashes to the tree node cacheSascha Hauer
2018-10-23ubifs: Drop write_nodeSascha Hauer
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger
2018-08-15ubifs: Use kmalloc_array()Richard Weinberger
2018-08-15ubifs: Check data node size before truncateRichard Weinberger
2018-08-15Revert "UBIFS: Fix potential integer overflow in allocation"Richard Weinberger
2018-08-15ubifs: Add comment on c->commit_semRichard Weinberger
2018-08-15ubifs: Fix synced_i_size calculation for xattr inodesRichard Weinberger
2018-06-12UBIFS: Fix potential integer overflow in allocationSilvio Cesare
2018-06-07ubifs: journal: Remove wrong commentSascha Hauer
2017-07-14ubifs: Set double hash cookie also for RENAME_EXCHANGERichard Weinberger
2017-07-14ubifs: Don't leak kernel memory to the MTDRichard Weinberger
2017-07-14ubifs: Massage debug prints wrt. fscryptRichard Weinberger
2017-07-14ubifs: Fix unlink code wrt. double hash lookupsRichard Weinberger
2017-07-14ubifs: Fix data node size for truncating uncompressed nodesDavid Oberhollenzer
2017-01-17ubifs: fix unencrypted journal writePeter Rosin
2017-01-17ubifs: ensure zero err is returned on successful returnColin Ian King
2016-12-12ubifs: Implement UBIFS_FLG_DOUBLE_HASHRichard Weinberger
2016-12-12ubifs: Use a random number for cookiesRichard Weinberger
2016-12-12ubifs: Add full hash lookup supportRichard Weinberger
2016-12-12ubifs: Implement encrypted filenamesRichard Weinberger