aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs/tnc.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failedGravatar Zhihao Cheng 1-8/+1
2023-10-28ubifs: fix possible dereference after freeGravatar Konstantin Meskhidze 1-0/+1
2023-04-23ubifs: Fix memleak when insert_old_idx() failedGravatar Zhihao Cheng 1-50/+87
2023-04-23Revert "ubifs: dirty_cow_znode: Fix memleak in error handling path"Gravatar Zhihao Cheng 1-8/+1
2023-02-02ubifs: dirty_cow_znode: Fix memleak in error handling pathGravatar Zhihao Cheng 1-1/+8
2023-02-02ubifs: Re-statistic cleaned znode count if commit failedGravatar Zhihao Cheng 1-0/+15
2020-12-13ubifs: Pass node length in all node dumping callersGravatar Zhihao Cheng 1-4/+4
2020-12-13ubifs: Delete duplicated words + other fixesGravatar Randy Dunlap 1-1/+1
2020-10-18Merge tag 'for-linus-5.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+3
2020-09-17ubifs: Fix some kernel-doc warnings in tnc.cGravatar Wang Hai 1-2/+1
2020-09-17ubifs: xattr: Fix some potential memory leaks while iterating entriesGravatar Zhihao Cheng 1-0/+3
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-3/+3
2019-07-08ubifs: Correctly use tnc_next() in search_dh_cookie()Gravatar Richard Weinberger 1-5/+11
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Gravatar Thomas Gleixner 1-13/+1
2019-05-07ubifs: Do not skip hash checking in data nodesGravatar Sascha Hauer 1-8/+7
2018-10-23ubifs: authentication: Add hashes to index nodesGravatar Sascha Hauer 1-0/+12
2018-10-23ubifs: Add hashes to the tree node cacheGravatar Sascha Hauer 1-2/+8
2018-10-23ubifs: Pass ubifs_zbranch to try_read_node()Gravatar Sascha Hauer 1-7/+7
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Gravatar Richard Weinberger 1-53/+54
2018-08-15ubifs: tnc: use monotonic znode timestampGravatar Arnd Bergmann 1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-2/+3
2018-01-17ubifs: Fix uninitialized variable in search_dh_cookie()Gravatar Geert Uytterhoeven 1-14/+7
2017-07-14ubifs: Massage debug prints wrt. fscryptGravatar Richard Weinberger 1-5/+4
2017-07-14ubifs: Fix unlink code wrt. double hash lookupsGravatar Richard Weinberger 1-22/+107
2017-07-14ubifs: Correctly evict xattr inodesGravatar Richard Weinberger 1-0/+2
2017-01-17ubifs: Fix journal replay wrt. xattr nodesGravatar Richard Weinberger 1-2/+23
2016-12-12ubifs: Implement UBIFS_FLG_DOUBLE_HASHGravatar Richard Weinberger 1-0/+3
2016-12-12ubifs: Add full hash lookup supportGravatar Richard Weinberger 1-2/+88
2016-12-12ubifs: Rename tnc_read_node_nmGravatar Richard Weinberger 1-6/+6
2016-12-12ubifs: Implement encrypted filenamesGravatar Richard Weinberger 1-26/+28
2015-10-03UBIFS: use kmemdup rather than duplicating its implementationGravatar Andrzej Hajda 1-2/+1
2015-03-25UBIFS: extend debug/message capabilitiesGravatar Sheng Yong 1-10/+10
2014-07-19UBIFS: remove useless statementsGravatar hujianyang 1-1/+0
2014-06-03UBIFS: Add an assertion for clean_zn_cntGravatar hujianyang 1-2/+3
2014-01-23fs/ubifs: use rbtree postorder iteration helper instead of opencodingGravatar Cody P Schafer 1-19/+3
2012-05-22Merge tag 'upstream-3.5-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 1-15/+11
2012-05-16UBIFS: remove Kconfig debugging optionGravatar Artem Bityutskiy 1-4/+0
2012-05-16UBIFS: rename dumping functionsGravatar Artem Bityutskiy 1-6/+6
2012-05-16UBIFS: get rid of dbg_dump_stackGravatar Artem Bityutskiy 1-5/+5
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryGravatar Linus Torvalds 1-1/+1
2012-01-13Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Gravatar Linus Torvalds 1-28/+27
2012-01-13UBIFS: fix key printingGravatar Artem Bityutskiy 1-28/+27
2011-11-22UBIFS: Use kmemdup rather than duplicating its implementationGravatar Thomas Meyer 1-2/+1
2011-07-04UBIFS: switch to ubifs_leb_readGravatar Artem Bityutskiy 1-4/+4
2011-07-04UBIFS: introduce helper functions for debugging checks and testsGravatar Artem Bityutskiy 1-1/+1
2011-07-04UBIFS: harmonize znode flag helpersGravatar Artem Bityutskiy 1-7/+6
2011-07-04UBIFS: improve inode dumping functionGravatar Artem Bityutskiy 1-1/+2
2011-06-03UBIFS: fix clean znode counter corruption in error casesGravatar Artem Bityutskiy 1-4/+5
2011-05-13UBIFS: fix minor stylistic issuesGravatar Artem Bityutskiy 1-5/+5
2011-01-17UBIFS: introduce mounting flagGravatar Artem Bityutskiy 1-3/+7