aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs/lpt.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-13ubifs: Fix the printing type of c->big_lptGravatar Chengsong Ke 1-2/+2
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Gravatar Thomas Gleixner 1-13/+1
2018-12-13ubifs: Fix memory leak on error conditionGravatar Garry McNulty 1-6/+6
2018-10-23ubifs: Create hash for default LPTGravatar Sascha Hauer 1-1/+20
2018-10-23ubifs: authentication: Authenticate LPTGravatar Sascha Hauer 1-0/+129
2018-10-23ubifs: Implement ubifs_lpt_lookup using ubifs_pnode_lookupGravatar Sascha Hauer 1-18/+2
2018-10-23ubifs: Export pnode_lookup as ubifs_pnode_lookupGravatar Sascha Hauer 1-0/+32
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Gravatar Richard Weinberger 1-55/+57
2018-06-12treewide: Use array_size() in vmalloc()Gravatar Kees Cook 1-3/+6
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-7/+9
2015-10-03UBIFS: use kmemdup rather than duplicating its implementationGravatar Andrzej Hajda 1-4/+2
2015-03-25UBIFS: extend debug/message capabilitiesGravatar Sheng Yong 1-29/+30
2014-07-19UBIFS: remove useless statementsGravatar hujianyang 1-3/+0
2014-07-19UBIFS: Add missing break statements in dbg_chk_pnode()Gravatar hujianyang 1-0/+2
2012-08-31UBIFS: print lessGravatar Artem Bityutskiy 1-1/+1
2012-08-31UBIFS: comply with coding styleGravatar Artem Bityutskiy 1-2/+1
2012-08-21UBIFS: fix crash on error pathGravatar Artem Bityutskiy 1-1/+4
2012-05-20UBI: Kill data type hintGravatar Richard Weinberger 1-8/+5
2012-05-20UBIFS: make ubifs_lpt_init clean-up in case of failureGravatar Artem Bityutskiy 1-2/+6
2012-05-16UBIFS: get rid of dbg_errGravatar Artem Bityutskiy 1-21/+22
2012-05-16UBIFS: remove Kconfig debugging optionGravatar Artem Bityutskiy 1-4/+0
2012-05-16UBIFS: rename dumping functionsGravatar Artem Bityutskiy 1-1/+1
2012-05-16UBIFS: get rid of dbg_dump_stackGravatar Artem Bityutskiy 1-4/+4
2011-11-22UBIFS: Use kmemdup rather than duplicating its implementationGravatar Thomas Meyer 1-4/+2
2011-07-04UBIFS: switch to I/O helpersGravatar Artem Bityutskiy 1-8/+8
2011-07-04UBIFS: switch to ubifs_leb_readGravatar Artem Bityutskiy 1-8/+9
2011-07-04UBIFS: introduce helper functions for debugging checks and testsGravatar Artem Bityutskiy 1-1/+1
2011-07-04UBIFS: dump stack when pnode or nnode reading failsGravatar Artem Bityutskiy 1-0/+2
2011-04-05UBIFS: fix oops on error path in read_pnodeGravatar Artem Bityutskiy 1-4/+3
2010-09-07UBIFS: check return code of ubifs_lpt_lookupGravatar Vasiliy Kulikov 1-1/+6
2010-06-12UBIFS: use ERR_CASTGravatar Julia Lawall 1-7/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2008-12-23UBIFS: use nicer 64-bit mathGravatar Artem Bityutskiy 1-9/+6
2008-12-03UBIFS: introduce LPT dump functionGravatar Artem Bityutskiy 1-13/+14
2008-12-03UBIFS: run debugging checks only if they are enabledGravatar Artem Bityutskiy 1-2/+1
2008-10-19UBIFS: do not read unnecessary bytes when unpacking bitsGravatar Adrian Hunter 1-7/+38
2008-09-30UBIFS: add more debugging messages for LPTGravatar Adrian Hunter 1-1/+2
2008-07-15UBIFS: add new flash file systemGravatar Artem Bityutskiy 1-0/+2243