summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/lpt_commit.c
AgeCommit message (Expand)AuthorLines
2025-01-18ubifs: dump_lpt_leb: remove return at end of void functionPintu Kumar-1/+0
2024-11-14ubifs: Convert to use ERR_CAST()Shen Lichuan-2/+2
2024-02-25ubifs: Remove unreachable code in dbg_check_ltab_lnumKunwu Chan-1/+0
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-7/+7
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld-7/+7
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner-13/+1
2018-10-23ubifs: authentication: Authenticate LPTSascha Hauer-0/+4
2018-10-23ubifs: Export pnode_lookup as ubifs_pnode_lookupSascha Hauer-36/+4
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger-24/+26
2018-06-07ubifs: lpt: Fix wrong pnode number range in commentSascha Hauer-1/+1
2016-10-02UBIFS: improve function-level documentationJulia Lawall-3/+1
2015-03-25UBIFS: extend debug/message capabilitiesSheng Yong-17/+17
2014-07-19UBIFS: remove useless statementshujianyang-2/+0
2014-07-19UBIFS: fix error handling in dump_lpt_leb()hujianyang-0/+5
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra-2/+2
2013-01-15UBIFS: rename random32() to prandom_u32()Akinobu Mita-7/+7
2012-08-31UBIFS: print lessArtem Bityutskiy-6/+6
2012-08-31UBIFS: use pr_ helper instead of printkArtem Bityutskiy-21/+15
2012-08-31UBIFS: comply with coding styleArtem Bityutskiy-8/+6
2012-05-20UBI: Kill data type hintRichard Weinberger-6/+4
2012-05-16UBIFS: get rid of dbg_errArtem Bityutskiy-23/+21
2012-05-16UBIFS: remove Kconfig debugging optionArtem Bityutskiy-7/+3
2012-05-16UBIFS: rename dumping functionsArtem Bityutskiy-11/+11
2011-07-04UBIFS: switch to ubifs_leb_readArtem Bityutskiy-12/+11
2011-07-04UBIFS: lessen amount of debugging check typesArtem Bityutskiy-0/+1
2011-07-04UBIFS: introduce helper functions for debugging checks and testsArtem Bityutskiy-5/+5
2011-07-04UBIFS: use correct flags in lpropsArtem Bityutskiy-3/+3
2011-05-13UBIFS: introduce lsave debuggingArtem Bityutskiy-0/+53
2011-05-13UBIFS: fix minor stylistic issuesArtem Bityutskiy-1/+1
2011-03-24UBIFS: use GFP_NOFS properlyArtem Bityutskiy-2/+2
2011-03-16UBIFS: allocate lpt dump buffer on demandArtem Bityutskiy-9/+18
2011-03-16UBIFS: allocate ltab checking buffer on demandArtem Bityutskiy-9/+20
2010-09-07UBIFS: check return code of pnode_lookupVasiliy Kulikov-0/+3
2010-06-12UBIFS: use ERR_CASTJulia Lawall-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-03-20UBIFS: fix commentariesArtem Bityutskiy-1/+1
2009-03-16UBIFS: use KERN_CONTArtem Bityutskiy-4/+4
2009-03-16UBIFS: fix lprops committing bugArtem Bityutskiy-4/+3
2009-02-09UBIFS: fix dbg_chk_lpt_sz()Adrian Hunter-8/+13
2009-01-28UBIFS: fix LPT out-of-space bug (again)Adrian Hunter-12/+32
2008-12-31UBIFS: fix numerous spelling mistakesArtem Bityutskiy-4/+4
2008-12-31UBIFS: fix checkpatch.pl warningsArtem Bityutskiy-1/+1
2008-12-03UBIFS: introduce LPT dump functionArtem Bityutskiy-5/+126
2008-12-03UBIFS: dump stack in LPT check functionsArtem Bityutskiy-1/+6
2008-12-03UBIFS: run debugging checks only if they are enabledArtem Bityutskiy-0/+9
2008-12-03UBIFS: separate debugging fields outArtem Bityutskiy-27/+28
2008-11-07UBIFS: allow for gaps when dirtying the LPTAdrian Hunter-2/+0
2008-09-30UBIFS: check buffer length when scanning for LPT nodesAdrian Hunter-0/+2
2008-09-30UBIFS: add more debugging messages for LPTAdrian Hunter-10/+175