| Commit message (Expand) | Author | Age | Files | Lines |
* | ubi: Add six fault injection type for testing | ZhaoLong Wang | 2024-01-06 | 1 | -6/+166 |
* | ubi: Split io_failures into write_failure and erase_failure | ZhaoLong Wang | 2024-01-06 | 1 | -6/+8 |
* | ubi: Use the fault injection framework to enhance the fault injection capability | ZhaoLong Wang | 2024-01-06 | 1 | -23/+119 |
* | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 2022-11-18 | 1 | -3/+3 |
* | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 2022-10-12 | 1 | -3/+3 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 1 | -14/+1 |
* | UBI: power cut emulation for testing | david.oberhollenzer@sigma-star.at | 2015-04-13 | 1 | -0/+2 |
* | UBI: Fastmap: Add new module parameter fm_debug | Richard Weinberger | 2015-03-26 | 1 | -0/+5 |
* | UBI: Add initial support for fastmap self checks | Richard Weinberger | 2015-03-26 | 1 | -0/+5 |
* | mtd: rename random32() to prandom_u32() | Akinobu Mita | 2013-02-04 | 1 | -3/+3 |
* | UBI: embed ubi_debug_info field in ubi_device struct | Ezequiel Garcia | 2012-12-10 | 1 | -46/+6 |
* | UBI: introduce helpers dbg_chk_{io, gen} | Ezequiel Garcia | 2012-12-10 | 1 | -0/+9 |
* | UBI: print less | Artem Bityutskiy | 2012-09-04 | 1 | -5/+0 |
* | UBI: use pr_ helper instead of printk | Artem Bityutskiy | 2012-09-04 | 1 | -4/+4 |
* | UBI: print PID in debug messages | Artem Bityutskiy | 2012-09-04 | 1 | -1/+2 |
* | UBI: rename sv to av | Artem Bityutskiy | 2012-05-20 | 1 | -1/+1 |
* | UBI: rename seb to aeb | Artem Bityutskiy | 2012-05-20 | 1 | -1/+1 |
* | UBI: rename struct ubi_scan_volume | Artem Bityutskiy | 2012-05-20 | 1 | -1/+1 |
* | UBI: rename struct ubi_scan_leb | Artem Bityutskiy | 2012-05-20 | 1 | -1/+1 |
* | UBI: rename few functions for consistency | Artem Bityutskiy | 2012-05-20 | 1 | -3/+2 |
* | UBI: get rid of dbg_err | Artem Bityutskiy | 2012-05-20 | 1 | -2/+0 |
* | UBI: remove Kconfig debugging option | Artem Bityutskiy | 2012-05-20 | 1 | -63/+0 |
* | UBI: rename ubi_dbg_dump_mkvol_req | Artem Bityutskiy | 2012-05-20 | 1 | -2/+2 |
* | UBI: rename ubi_dbg_dump_seb | Artem Bityutskiy | 2012-05-20 | 1 | -3/+3 |
* | UBI: rename ubi_dbg_dump_sv | Artem Bityutskiy | 2012-05-20 | 1 | -2/+2 |
* | UBI: rename ubi_dbg_dump_vtbl_record | Artem Bityutskiy | 2012-05-20 | 1 | -2/+2 |
* | UBI: rename ubi_dbg_dump_vol_info | Artem Bityutskiy | 2012-05-20 | 1 | -2/+2 |
* | UBI: always dump VID and EC headers in case of errors | Artem Bityutskiy | 2012-05-20 | 1 | -6/+2 |
* | UBI: always dump flash contents in case of errors | Artem Bityutskiy | 2012-05-20 | 1 | -3/+2 |
* | UBI: always dump the stack on error | Artem Bityutskiy | 2012-05-20 | 1 | -4/+1 |
* | UBI: fix debugging messages | Artem Bityutskiy | 2012-01-11 | 1 | -1/+4 |
* | UBI: do not link debug messages when debugging is disabled | Artem Bityutskiy | 2011-08-19 | 1 | -1/+1 |
* | UBI: switch debugging tests knobs to debugfs | Artem Bityutskiy | 2011-06-01 | 1 | -21/+16 |
* | UBI: make it possible to use struct ubi_device in debug.h | Artem Bityutskiy | 2011-06-01 | 1 | -8/+0 |
* | UBI: prepare debugging stuff to further debugfs conversion | Artem Bityutskiy | 2011-06-01 | 1 | -8/+15 |
* | UBI: use debugfs for the extra checks knobs | Artem Bityutskiy | 2011-06-01 | 1 | -17/+42 |
* | UBI: switch to dynamic printks | Artem Bityutskiy | 2011-05-20 | 1 | -55/+28 |
* | UBI: turn some macros into static inline | Artem Bityutskiy | 2011-05-20 | 1 | -25/+38 |
* | UBI: improve checking in debugging prints | Artem Bityutskiy | 2011-05-20 | 1 | -8/+25 |
* | UBI: make tests modes dynamic | Artem Bityutskiy | 2011-03-16 | 1 | -20/+36 |
* | UBI: make self-checks dynamic | Artem Bityutskiy | 2011-03-16 | 1 | -5/+13 |
* | UBI: make debugging messages dynamic | Artem Bityutskiy | 2011-03-16 | 1 | -25/+29 |
* | UBI: remove UBI_IO_DEBUG macro | Artem Bityutskiy | 2011-03-16 | 1 | -3/+0 |
* | UBI: introduce debugging helper function | Artem Bityutskiy | 2010-10-19 | 1 | -0/+4 |
* | UBI: add write checking | Artem Bityutskiy | 2010-02-01 | 1 | -0/+4 |
* | UBI: introduce flash dump helper | Artem Bityutskiy | 2009-08-14 | 1 | -0/+2 |
* | UBI: remove bogus debugging checks | Artem Bityutskiy | 2009-07-05 | 1 | -0/+1 |
* | UBI: add empty eraseblocks verification | Artem Bityutskiy | 2009-07-05 | 1 | -0/+6 |
* | UBI: fix checkpatch.pl warnings | Artem Bityutskiy | 2008-12-28 | 1 | -5/+5 |
* | UBI: fix and re-work debugging stuff | Artem Bityutskiy | 2008-07-24 | 1 | -24/+44 |