Age | Commit message (Expand) | Author | Files | Lines |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 1 | -1/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 | Thomas Gleixner | 1 | -13/+1 |
2018-12-14 | ubifs: Fix memory leak on error condition | Garry McNulty | 1 | -6/+6 |
2018-10-23 | ubifs: Create hash for default LPT | Sascha Hauer | 1 | -1/+20 |
2018-10-23 | ubifs: authentication: Authenticate LPT | Sascha Hauer | 1 | -0/+129 |
2018-10-23 | ubifs: Implement ubifs_lpt_lookup using ubifs_pnode_lookup | Sascha Hauer | 1 | -18/+2 |
2018-10-23 | ubifs: Export pnode_lookup as ubifs_pnode_lookup | Sascha Hauer | 1 | -0/+32 |
2018-08-15 | ubifs: Pass struct ubifs_info to ubifs_assert() | Richard Weinberger | 1 | -55/+57 |
2018-06-13 | treewide: Use array_size() in vmalloc() | Kees Cook | 1 | -3/+6 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -7/+9 |
2015-10-03 | UBIFS: use kmemdup rather than duplicating its implementation | Andrzej Hajda | 1 | -4/+2 |
2015-03-25 | UBIFS: extend debug/message capabilities | Sheng Yong | 1 | -29/+30 |
2014-07-19 | UBIFS: remove useless statements | hujianyang | 1 | -3/+0 |
2014-07-19 | UBIFS: Add missing break statements in dbg_chk_pnode() | hujianyang | 1 | -0/+2 |
2012-08-31 | UBIFS: print less | Artem Bityutskiy | 1 | -1/+1 |
2012-08-31 | UBIFS: comply with coding style | Artem Bityutskiy | 1 | -2/+1 |
2012-08-21 | UBIFS: fix crash on error path | Artem Bityutskiy | 1 | -1/+4 |
2012-05-20 | UBI: Kill data type hint | Richard Weinberger | 1 | -8/+5 |
2012-05-20 | UBIFS: make ubifs_lpt_init clean-up in case of failure | Artem Bityutskiy | 1 | -2/+6 |
2012-05-16 | UBIFS: get rid of dbg_err | Artem Bityutskiy | 1 | -21/+22 |
2012-05-16 | UBIFS: remove Kconfig debugging option | Artem Bityutskiy | 1 | -4/+0 |
2012-05-16 | UBIFS: rename dumping functions | Artem Bityutskiy | 1 | -1/+1 |
2012-05-16 | UBIFS: get rid of dbg_dump_stack | Artem Bityutskiy | 1 | -4/+4 |
2011-11-22 | UBIFS: Use kmemdup rather than duplicating its implementation | Thomas Meyer | 1 | -4/+2 |
2011-07-04 | UBIFS: switch to I/O helpers | Artem Bityutskiy | 1 | -8/+8 |
2011-07-04 | UBIFS: switch to ubifs_leb_read | Artem Bityutskiy | 1 | -8/+9 |
2011-07-04 | UBIFS: introduce helper functions for debugging checks and tests | Artem Bityutskiy | 1 | -1/+1 |
2011-07-04 | UBIFS: dump stack when pnode or nnode reading fails | Artem Bityutskiy | 1 | -0/+2 |
2011-04-05 | UBIFS: fix oops on error path in read_pnode | Artem Bityutskiy | 1 | -4/+3 |
2010-09-07 | UBIFS: check return code of ubifs_lpt_lookup | Vasiliy Kulikov | 1 | -1/+6 |
2010-06-12 | UBIFS: use ERR_CAST | Julia Lawall | 1 | -7/+7 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2008-12-23 | UBIFS: use nicer 64-bit math | Artem Bityutskiy | 1 | -9/+6 |
2008-12-03 | UBIFS: introduce LPT dump function | Artem Bityutskiy | 1 | -13/+14 |
2008-12-03 | UBIFS: run debugging checks only if they are enabled | Artem Bityutskiy | 1 | -2/+1 |
2008-10-19 | UBIFS: do not read unnecessary bytes when unpacking bits | Adrian Hunter | 1 | -7/+38 |
2008-09-30 | UBIFS: add more debugging messages for LPT | Adrian Hunter | 1 | -1/+2 |
2008-07-15 | UBIFS: add new flash file system | Artem Bityutskiy | 1 | -0/+2243 |