aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/tnc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-13ubifs: Pass node length in all node dumping callersZhihao Cheng1-4/+4
2020-12-13ubifs: Delete duplicated words + other fixesRandy Dunlap1-1/+1
2020-10-18Merge tag 'for-linus-5.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds1-0/+3
2020-09-17ubifs: Fix some kernel-doc warnings in tnc.cWang Hai1-2/+1
2020-09-17ubifs: xattr: Fix some potential memory leaks while iterating entriesZhihao Cheng1-0/+3
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-3/+3
2019-07-08ubifs: Correctly use tnc_next() in search_dh_cookie()Richard Weinberger1-5/+11
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-13/+1
2019-05-07ubifs: Do not skip hash checking in data nodesSascha Hauer1-8/+7
2018-10-23ubifs: authentication: Add hashes to index nodesSascha Hauer1-0/+12
2018-10-23ubifs: Add hashes to the tree node cacheSascha Hauer1-2/+8
2018-10-23ubifs: Pass ubifs_zbranch to try_read_node()Sascha Hauer1-7/+7
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger1-53/+54
2018-08-15ubifs: tnc: use monotonic znode timestampArnd Bergmann1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3
2018-01-17ubifs: Fix uninitialized variable in search_dh_cookie()Geert Uytterhoeven1-14/+7
2017-07-14ubifs: Massage debug prints wrt. fscryptRichard Weinberger1-5/+4
2017-07-14ubifs: Fix unlink code wrt. double hash lookupsRichard Weinberger1-22/+107
2017-07-14ubifs: Correctly evict xattr inodesRichard Weinberger1-0/+2
2017-01-17ubifs: Fix journal replay wrt. xattr nodesRichard Weinberger1-2/+23
2016-12-12ubifs: Implement UBIFS_FLG_DOUBLE_HASHRichard Weinberger1-0/+3
2016-12-12ubifs: Add full hash lookup supportRichard Weinberger1-2/+88
2016-12-12ubifs: Rename tnc_read_node_nmRichard Weinberger1-6/+6
2016-12-12ubifs: Implement encrypted filenamesRichard Weinberger1-26/+28
2015-10-03UBIFS: use kmemdup rather than duplicating its implementationAndrzej Hajda1-2/+1
2015-03-25UBIFS: extend debug/message capabilitiesSheng Yong1-10/+10
2014-07-19UBIFS: remove useless statementshujianyang1-1/+0
2014-06-03UBIFS: Add an assertion for clean_zn_cnthujianyang1-2/+3
2014-01-23fs/ubifs: use rbtree postorder iteration helper instead of opencodingCody P Schafer1-19/+3
2012-05-22Merge tag 'upstream-3.5-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-15/+11
2012-05-16UBIFS: remove Kconfig debugging optionArtem Bityutskiy1-4/+0
2012-05-16UBIFS: rename dumping functionsArtem Bityutskiy1-6/+6
2012-05-16UBIFS: get rid of dbg_dump_stackArtem Bityutskiy1-5/+5
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds1-1/+1
2012-01-13Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds1-28/+27
2012-01-13UBIFS: fix key printingArtem Bityutskiy1-28/+27
2011-11-22UBIFS: Use kmemdup rather than duplicating its implementationThomas Meyer1-2/+1
2011-07-04UBIFS: switch to ubifs_leb_readArtem Bityutskiy1-4/+4
2011-07-04UBIFS: introduce helper functions for debugging checks and testsArtem Bityutskiy1-1/+1
2011-07-04UBIFS: harmonize znode flag helpersArtem Bityutskiy1-7/+6
2011-07-04UBIFS: improve inode dumping functionArtem Bityutskiy1-1/+2
2011-06-03UBIFS: fix clean znode counter corruption in error casesArtem Bityutskiy1-4/+5
2011-05-13UBIFS: fix minor stylistic issuesArtem Bityutskiy1-5/+5
2011-01-17UBIFS: introduce mounting flagArtem Bityutskiy1-3/+7
2010-08-30UBIFS: mark unused key objects as invalidArtem Bityutskiy1-1/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-10UBIFS: add inode size debugging checkArtem Bityutskiy1-3/+73
2009-03-20UBIFS: fix commentariesArtem Bityutskiy1-1/+1
2009-01-27UBIFS: fix no_chk_data_crcArtem Bityutskiy1-4/+8
2008-12-31UBIFS: fix checkpatch.pl warningsArtem Bityutskiy1-16/+15