aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs/tnc.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-30UBIFS: mark unused key objects as invalidGravatar Artem Bityutskiy 1-1/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-10UBIFS: add inode size debugging checkGravatar Artem Bityutskiy 1-3/+73
2009-03-20UBIFS: fix commentariesGravatar Artem Bityutskiy 1-1/+1
2009-01-27UBIFS: fix no_chk_data_crcGravatar Artem Bityutskiy 1-4/+8
2008-12-31UBIFS: fix checkpatch.pl warningsGravatar Artem Bityutskiy 1-16/+15
2008-11-21UBIFS: do not allocate too muchGravatar Artem Bityutskiy 1-1/+6
2008-11-06UBIFS: fix compilation warningsGravatar Artem Bityutskiy 1-2/+3
2008-09-30UBIFS: correct condition to eliminate unecessary assignmentGravatar Adrian Hunter 1-1/+1
2008-09-30UBIFS: improve znode splitting rulesGravatar Adrian Hunter 1-21/+33
2008-09-30UBIFS: add no_chk_data_crc mount optionGravatar Adrian Hunter 1-1/+5
2008-09-30UBIFS: add bulk-read facilityGravatar Adrian Hunter 1-0/+283