summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/debug.c
AgeCommit message (Expand)AuthorLines
2017-05-08ubifs: Fix cut and paste error on sb type comparisonsColin Ian King-2/+2
2017-03-30ubifs: Fix debug messages for an invalid filename in ubifs_dump_inodeHyunchul Lee-2/+4
2017-03-30ubifs: Fix debug messages for an invalid filename in ubifs_dump_nodeHyunchul Lee-1/+3
2016-12-12ubifs: Implement encrypted filenamesRichard Weinberger-7/+7
2016-05-24ubifs: ubifs_dump_inode: Fix dumping field bulk_readAndreas Gruenbacher-1/+1
2015-10-03UBIFS: call dbg_is_power_cut() instead of reading c->dbg->pc_happenedshengyong-4/+4
2015-03-25UBIFS: extend debug/message capabilitiesSheng Yong-93/+93
2015-01-28UBIFS: add a couple of extra assertsArtem Bityutskiy-0/+4
2014-09-30UBIFS: Fix trivial typo in power_cut_emulated()Richard Weinberger-1/+1
2014-09-26UBIFS: Align the dump messages of SB_NODEhujianyang-2/+2
2014-05-27UBIFS: Fix dump messages in ubifs_dump_lpropshujianyang-1/+3
2014-01-23fs/ubifs: use rbtree postorder iteration helper instead of opencodingCody P Schafer-19/+3
2013-10-26UBIFS: correct data corruption rangeMats Kärrman-3/+3
2013-08-16UBIFS: remove invalid warn msg with tst_recovery enabledMats Kärrman-3/+4
2013-01-15UBIFS: rename random32() to prandom_u32()Akinobu Mita-4/+4
2012-12-17ubifs: use prandom_bytesAkinobu Mita-5/+3
2012-10-02Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds-363/+270
2012-09-21userns: Convert ubifs to use kuid/kgidEric W. Biederman-2/+2
2012-08-31UBIFS: use pr_ helper instead of printkArtem Bityutskiy-271/+211
2012-08-31UBIFS: comply with coding styleArtem Bityutskiy-93/+64
2012-08-31UBIFS: fix power cut emulation for mtdramArtem Bityutskiy-9/+11
2012-08-22UBIFS: always print full error reportsArtem Bityutskiy-6/+0
2012-07-20UBIFS: add debugfs knob to switch to R/O modeArtem Bityutskiy-0/+11
2012-06-27UBIFS: correct usage of IS_ENABLED()Brian Norris-4/+4
2012-06-07UBIFS: fix debugfs-less systems supportArtem Bityutskiy-2/+10
2012-05-20UBI: Kill data type hintRichard Weinberger-6/+6
2012-05-16UBIFS: get rid of dbg_errArtem Bityutskiy-15/+15
2012-05-16UBIFS: remove Kconfig debugging optionArtem Bityutskiy-4/+0
2012-05-16UBIFS: rename dumping functionsArtem Bityutskiy-55/+55
2012-05-16UBIFS: get rid of dbg_dump_stackArtem Bityutskiy-1/+1
2012-02-29UBIFS: make the dbg_lock spinlock staticArtem Bityutskiy-1/+1
2012-02-29UBIFS: increase dumps loglevelArtem Bityutskiy-204/+204
2012-01-13UBIFS: fix key printingArtem Bityutskiy-30/+30
2012-01-13UBIFS: use snprintf instead of sprintf when printing keysArtem Bityutskiy-18/+20
2011-08-22UBIFS: introduce a helper to dump scanning infoArtem Bityutskiy-0/+16
2011-07-04UBIFS: improve power cut emulation testingArtem Bityutskiy-41/+50
2011-07-04UBIFS: rename recovery testing variablesArtem Bityutskiy-24/+28
2011-07-04UBIFS: remove custom list of superblocksArtem Bityutskiy-85/+20
2011-07-04UBIFS: stop re-defining UBI operationsArtem Bityutskiy-2/+0
2011-07-04UBIFS: remove unused and unneeded debugging functionArtem Bityutskiy-31/+2
2011-07-04UBIFS: add global debugfs knobsArtem Bityutskiy-9/+129
2011-07-04UBIFS: introduce debugfs helpersArtem Bityutskiy-20/+56
2011-07-04UBIFS: re-arrange debugging code a bitArtem Bityutskiy-59/+59
2011-07-04UBIFS: be more informative in failure modeArtem Bityutskiy-15/+23
2011-07-04UBIFS: switch self-check knobs to debugfsArtem Bityutskiy-17/+123
2011-07-04UBIFS: lessen amount of debugging check typesArtem Bityutskiy-2/+2
2011-07-04UBIFS: introduce helper functions for debugging checks and testsArtem Bityutskiy-19/+11
2011-07-04UBIFS: amend debugging inode size check function prototypeArtem Bityutskiy-1/+2
2011-07-04UBIFS: rename dbg_check_dir_size functionArtem Bityutskiy-1/+1
2011-07-04UBIFS: improve inode dumping functionArtem Bityutskiy-1/+55