summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/debug.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-127/+42Star
|\
| * ubifs: fix build warning after debugfs cleanup patchGreg Kroah-Hartman2019-07-041-1/+1
| * ubifs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-031-126/+41Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-13/+1Star
|/
* ubifs: Drop unnecessary setting of zbr->znodeSascha Hauer2019-05-071-1/+0Star
* ubifs: Format changes for authentication supportSascha Hauer2018-10-231-0/+6
* ubifs: Rework ubifs_assert()Richard Weinberger2018-08-151-0/+22
* ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger2018-08-151-10/+10
* ubifs: Fix cut and paste error on sb type comparisonsColin Ian King2017-05-081-2/+2
* ubifs: Fix debug messages for an invalid filename in ubifs_dump_inodeHyunchul Lee2017-03-301-2/+4
* ubifs: Fix debug messages for an invalid filename in ubifs_dump_nodeHyunchul Lee2017-03-301-1/+3
* ubifs: Implement encrypted filenamesRichard Weinberger2016-12-121-7/+7
* ubifs: ubifs_dump_inode: Fix dumping field bulk_readAndreas Gruenbacher2016-05-241-1/+1
* UBIFS: call dbg_is_power_cut() instead of reading c->dbg->pc_happenedshengyong2015-10-031-4/+4
* UBIFS: extend debug/message capabilitiesSheng Yong2015-03-251-93/+93
* UBIFS: add a couple of extra assertsArtem Bityutskiy2015-01-281-0/+4
* UBIFS: Fix trivial typo in power_cut_emulated()Richard Weinberger2014-09-301-1/+1
* UBIFS: Align the dump messages of SB_NODEhujianyang2014-09-261-2/+2
* UBIFS: Fix dump messages in ubifs_dump_lpropshujianyang2014-05-271-1/+3
* fs/ubifs: use rbtree postorder iteration helper instead of opencodingCody P Schafer2014-01-241-19/+3Star
* UBIFS: correct data corruption rangeMats Kärrman2013-10-261-3/+3
* UBIFS: remove invalid warn msg with tst_recovery enabledMats Kärrman2013-08-161-3/+4
* UBIFS: rename random32() to prandom_u32()Akinobu Mita2013-01-151-4/+4
* ubifs: use prandom_bytesAkinobu Mita2012-12-181-5/+3Star
* Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2012-10-031-363/+270Star
|\
| * UBIFS: use pr_ helper instead of printkArtem Bityutskiy2012-08-311-271/+211Star
| * UBIFS: comply with coding styleArtem Bityutskiy2012-08-311-93/+64Star
| * UBIFS: fix power cut emulation for mtdramArtem Bityutskiy2012-08-311-9/+11
| * UBIFS: always print full error reportsArtem Bityutskiy2012-08-221-6/+0Star
* | userns: Convert ubifs to use kuid/kgidEric W. Biederman2012-09-211-2/+2
|/
* UBIFS: add debugfs knob to switch to R/O modeArtem Bityutskiy2012-07-201-0/+11
* UBIFS: correct usage of IS_ENABLED()Brian Norris2012-06-271-4/+4
* UBIFS: fix debugfs-less systems supportArtem Bityutskiy2012-06-071-2/+10
* UBI: Kill data type hintRichard Weinberger2012-05-201-6/+6
* UBIFS: get rid of dbg_errArtem Bityutskiy2012-05-161-15/+15
* UBIFS: remove Kconfig debugging optionArtem Bityutskiy2012-05-161-4/+0Star
* UBIFS: rename dumping functionsArtem Bityutskiy2012-05-161-55/+55
* UBIFS: get rid of dbg_dump_stackArtem Bityutskiy2012-05-161-1/+1
* UBIFS: make the dbg_lock spinlock staticArtem Bityutskiy2012-02-291-1/+1
* UBIFS: increase dumps loglevelArtem Bityutskiy2012-02-291-204/+204
* UBIFS: fix key printingArtem Bityutskiy2012-01-131-30/+30
* UBIFS: use snprintf instead of sprintf when printing keysArtem Bityutskiy2012-01-131-18/+20
* UBIFS: introduce a helper to dump scanning infoArtem Bityutskiy2011-08-221-0/+16
* UBIFS: improve power cut emulation testingArtem Bityutskiy2011-07-041-41/+50
* UBIFS: rename recovery testing variablesArtem Bityutskiy2011-07-041-24/+28
* UBIFS: remove custom list of superblocksArtem Bityutskiy2011-07-041-85/+20Star
* UBIFS: stop re-defining UBI operationsArtem Bityutskiy2011-07-041-2/+0Star
* UBIFS: remove unused and unneeded debugging functionArtem Bityutskiy2011-07-041-31/+2Star
* UBIFS: add global debugfs knobsArtem Bityutskiy2011-07-041-9/+129
* UBIFS: introduce debugfs helpersArtem Bityutskiy2011-07-041-20/+56