aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/lpt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-13/+1
2018-12-13ubifs: Fix memory leak on error conditionGarry McNulty1-6/+6
2018-10-23ubifs: Create hash for default LPTSascha Hauer1-1/+20
2018-10-23ubifs: authentication: Authenticate LPTSascha Hauer1-0/+129
2018-10-23ubifs: Implement ubifs_lpt_lookup using ubifs_pnode_lookupSascha Hauer1-18/+2
2018-10-23ubifs: Export pnode_lookup as ubifs_pnode_lookupSascha Hauer1-0/+32
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger1-55/+57
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-3/+6
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-7/+9
2015-10-03UBIFS: use kmemdup rather than duplicating its implementationAndrzej Hajda1-4/+2
2015-03-25UBIFS: extend debug/message capabilitiesSheng Yong1-29/+30
2014-07-19UBIFS: remove useless statementshujianyang1-3/+0
2014-07-19UBIFS: Add missing break statements in dbg_chk_pnode()hujianyang1-0/+2
2012-08-31UBIFS: print lessArtem Bityutskiy1-1/+1
2012-08-31UBIFS: comply with coding styleArtem Bityutskiy1-2/+1
2012-08-21UBIFS: fix crash on error pathArtem Bityutskiy1-1/+4
2012-05-20UBI: Kill data type hintRichard Weinberger1-8/+5
2012-05-20UBIFS: make ubifs_lpt_init clean-up in case of failureArtem Bityutskiy1-2/+6
2012-05-16UBIFS: get rid of dbg_errArtem Bityutskiy1-21/+22
2012-05-16UBIFS: remove Kconfig debugging optionArtem Bityutskiy1-4/+0
2012-05-16UBIFS: rename dumping functionsArtem Bityutskiy1-1/+1
2012-05-16UBIFS: get rid of dbg_dump_stackArtem Bityutskiy1-4/+4
2011-11-22UBIFS: Use kmemdup rather than duplicating its implementationThomas Meyer1-4/+2
2011-07-04UBIFS: switch to I/O helpersArtem Bityutskiy1-8/+8
2011-07-04UBIFS: switch to ubifs_leb_readArtem Bityutskiy1-8/+9
2011-07-04UBIFS: introduce helper functions for debugging checks and testsArtem Bityutskiy1-1/+1
2011-07-04UBIFS: dump stack when pnode or nnode reading failsArtem Bityutskiy1-0/+2
2011-04-05UBIFS: fix oops on error path in read_pnodeArtem Bityutskiy1-4/+3
2010-09-07UBIFS: check return code of ubifs_lpt_lookupVasiliy Kulikov1-1/+6
2010-06-12UBIFS: use ERR_CASTJulia Lawall1-7/+7
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
2008-12-23UBIFS: use nicer 64-bit mathArtem Bityutskiy1-9/+6
2008-12-03UBIFS: introduce LPT dump functionArtem Bityutskiy1-13/+14
2008-12-03UBIFS: run debugging checks only if they are enabledArtem Bityutskiy1-2/+1
2008-10-19UBIFS: do not read unnecessary bytes when unpacking bitsAdrian Hunter1-7/+38
2008-09-30UBIFS: add more debugging messages for LPTAdrian Hunter1-1/+2
2008-07-15UBIFS: add new flash file systemArtem Bityutskiy1-0/+2243