summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/lpt.c
Commit message (Expand)AuthorAgeFilesLines
* ubifs: Fix the printing type of c->big_lptChengsong Ke2020-12-131-2/+2
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-13/+1
* ubifs: Fix memory leak on error conditionGarry McNulty2018-12-131-6/+6
* ubifs: Create hash for default LPTSascha Hauer2018-10-231-1/+20
* ubifs: authentication: Authenticate LPTSascha Hauer2018-10-231-0/+129
* ubifs: Implement ubifs_lpt_lookup using ubifs_pnode_lookupSascha Hauer2018-10-231-18/+2
* ubifs: Export pnode_lookup as ubifs_pnode_lookupSascha Hauer2018-10-231-0/+32
* ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger2018-08-151-55/+57
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-3/+6
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-7/+9
* UBIFS: use kmemdup rather than duplicating its implementationAndrzej Hajda2015-10-031-4/+2
* UBIFS: extend debug/message capabilitiesSheng Yong2015-03-251-29/+30
* UBIFS: remove useless statementshujianyang2014-07-191-3/+0
* UBIFS: Add missing break statements in dbg_chk_pnode()hujianyang2014-07-191-0/+2
* UBIFS: print lessArtem Bityutskiy2012-08-311-1/+1
* UBIFS: comply with coding styleArtem Bityutskiy2012-08-311-2/+1
* UBIFS: fix crash on error pathArtem Bityutskiy2012-08-211-1/+4
* UBI: Kill data type hintRichard Weinberger2012-05-201-8/+5
* UBIFS: make ubifs_lpt_init clean-up in case of failureArtem Bityutskiy2012-05-201-2/+6
* UBIFS: get rid of dbg_errArtem Bityutskiy2012-05-161-21/+22
* UBIFS: remove Kconfig debugging optionArtem Bityutskiy2012-05-161-4/+0
* UBIFS: rename dumping functionsArtem Bityutskiy2012-05-161-1/+1
* UBIFS: get rid of dbg_dump_stackArtem Bityutskiy2012-05-161-4/+4
* UBIFS: Use kmemdup rather than duplicating its implementationThomas Meyer2011-11-221-4/+2
* UBIFS: switch to I/O helpersArtem Bityutskiy2011-07-041-8/+8
* UBIFS: switch to ubifs_leb_readArtem Bityutskiy2011-07-041-8/+9
* UBIFS: introduce helper functions for debugging checks and testsArtem Bityutskiy2011-07-041-1/+1
* UBIFS: dump stack when pnode or nnode reading failsArtem Bityutskiy2011-07-041-0/+2
* UBIFS: fix oops on error path in read_pnodeArtem Bityutskiy2011-04-051-4/+3
* UBIFS: check return code of ubifs_lpt_lookupVasiliy Kulikov2010-09-071-1/+6
* UBIFS: use ERR_CASTJulia Lawall2010-06-121-7/+7
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* UBIFS: use nicer 64-bit mathArtem Bityutskiy2008-12-231-9/+6
* UBIFS: introduce LPT dump functionArtem Bityutskiy2008-12-031-13/+14
* UBIFS: run debugging checks only if they are enabledArtem Bityutskiy2008-12-031-2/+1
* UBIFS: do not read unnecessary bytes when unpacking bitsAdrian Hunter2008-10-191-7/+38
* UBIFS: add more debugging messages for LPTAdrian Hunter2008-09-301-1/+2
* UBIFS: add new flash file systemArtem Bityutskiy2008-07-151-0/+2243