aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs/lpt_commit.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-23ubifs: authentication: Authenticate LPTGravatar Sascha Hauer 1-0/+4
2018-10-23ubifs: Export pnode_lookup as ubifs_pnode_lookupGravatar Sascha Hauer 1-36/+4
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Gravatar Richard Weinberger 1-24/+26
2018-06-07ubifs: lpt: Fix wrong pnode number range in commentGravatar Sascha Hauer 1-1/+1
2016-10-02UBIFS: improve function-level documentationGravatar Julia Lawall 1-3/+1
2015-03-25UBIFS: extend debug/message capabilitiesGravatar Sheng Yong 1-17/+17
2014-07-19UBIFS: remove useless statementsGravatar hujianyang 1-2/+0
2014-07-19UBIFS: fix error handling in dump_lpt_leb()Gravatar hujianyang 1-0/+5
2014-04-18arch: Mass conversion of smp_mb__*()Gravatar Peter Zijlstra 1-2/+2
2013-01-15UBIFS: rename random32() to prandom_u32()Gravatar Akinobu Mita 1-7/+7
2012-08-31UBIFS: print lessGravatar Artem Bityutskiy 1-6/+6
2012-08-31UBIFS: use pr_ helper instead of printkGravatar Artem Bityutskiy 1-21/+15
2012-08-31UBIFS: comply with coding styleGravatar Artem Bityutskiy 1-8/+6
2012-05-20UBI: Kill data type hintGravatar Richard Weinberger 1-6/+4
2012-05-16UBIFS: get rid of dbg_errGravatar Artem Bityutskiy 1-23/+21
2012-05-16UBIFS: remove Kconfig debugging optionGravatar Artem Bityutskiy 1-7/+3
2012-05-16UBIFS: rename dumping functionsGravatar Artem Bityutskiy 1-11/+11
2011-07-04UBIFS: switch to ubifs_leb_readGravatar Artem Bityutskiy 1-12/+11
2011-07-04UBIFS: lessen amount of debugging check typesGravatar Artem Bityutskiy 1-0/+1
2011-07-04UBIFS: introduce helper functions for debugging checks and testsGravatar Artem Bityutskiy 1-5/+5
2011-07-04UBIFS: use correct flags in lpropsGravatar Artem Bityutskiy 1-3/+3
2011-05-13UBIFS: introduce lsave debuggingGravatar Artem Bityutskiy 1-0/+53
2011-05-13UBIFS: fix minor stylistic issuesGravatar Artem Bityutskiy 1-1/+1
2011-03-24UBIFS: use GFP_NOFS properlyGravatar Artem Bityutskiy 1-2/+2
2011-03-16UBIFS: allocate lpt dump buffer on demandGravatar Artem Bityutskiy 1-9/+18
2011-03-16UBIFS: allocate ltab checking buffer on demandGravatar Artem Bityutskiy 1-9/+20
2010-09-07UBIFS: check return code of pnode_lookupGravatar Vasiliy Kulikov 1-0/+3
2010-06-12UBIFS: use ERR_CASTGravatar Julia Lawall 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-03-20UBIFS: fix commentariesGravatar Artem Bityutskiy 1-1/+1
2009-03-16UBIFS: use KERN_CONTGravatar Artem Bityutskiy 1-4/+4
2009-03-16UBIFS: fix lprops committing bugGravatar Artem Bityutskiy 1-4/+3
2009-02-09UBIFS: fix dbg_chk_lpt_sz()Gravatar Adrian Hunter 1-8/+13
2009-01-28UBIFS: fix LPT out-of-space bug (again)Gravatar Adrian Hunter 1-12/+32
2008-12-31UBIFS: fix numerous spelling mistakesGravatar Artem Bityutskiy 1-4/+4
2008-12-31UBIFS: fix checkpatch.pl warningsGravatar Artem Bityutskiy 1-1/+1
2008-12-03UBIFS: introduce LPT dump functionGravatar Artem Bityutskiy 1-5/+126
2008-12-03UBIFS: dump stack in LPT check functionsGravatar Artem Bityutskiy 1-1/+6
2008-12-03UBIFS: run debugging checks only if they are enabledGravatar Artem Bityutskiy 1-0/+9
2008-12-03UBIFS: separate debugging fields outGravatar Artem Bityutskiy 1-27/+28
2008-11-07UBIFS: allow for gaps when dirtying the LPTGravatar Adrian Hunter 1-2/+0
2008-09-30UBIFS: check buffer length when scanning for LPT nodesGravatar Adrian Hunter 1-0/+2
2008-09-30UBIFS: add more debugging messages for LPTGravatar Adrian Hunter 1-10/+175
2008-07-15UBIFS: add new flash file systemGravatar Artem Bityutskiy 1-0/+1648