aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/debug.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failedZhihao Cheng1-2/+7
2023-10-18ubifs: convert to new timestamp accessorsJeff Layton1-6/+6
2023-07-24ubifs: convert to ctime accessor functionsJeff Layton1-2/+2
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-4/+4
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld1-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-4/+4
2021-06-18ubifs: fix snprintf() checkingDan Carpenter1-1/+1
2020-12-13ubifs: ubifs_dump_node: Dump all branches of the index nodeZhihao Cheng1-1/+1
2020-12-13ubifs: ubifs_dump_sleb: Remove unused functionZhihao Cheng1-16/+0
2020-12-13ubifs: Pass node length in all node dumping callersZhihao Cheng1-15/+15
2020-12-13ubifs: Limit dumping length by size of memory which is allocated for the nodeZhihao Cheng1-13/+50
2020-12-13ubifs: Remove the redundant return in dbg_check_nondata_nodes_orderChengsong Ke1-1/+0
2020-12-13ubifs: Fix the printing type of c->big_lptChengsong Ke1-1/+1
2020-12-13ubifs: Delete duplicated words + other fixesRandy Dunlap1-1/+1
2020-09-17ubifs: dent: Fix some potential memory leaks while iterating entriesZhihao Cheng1-0/+1
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig1-1/+1
2019-11-17ubifs: Remove obsolete TODO from dfs_file_write()Richard Weinberger1-12/+0
2019-09-15ubifs: Remove redundant assignment to pointer fnameColin Ian King1-1/+0
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-127/+42
2019-07-04ubifs: fix build warning after debugfs cleanup patchGreg Kroah-Hartman1-1/+1
2019-07-03ubifs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-126/+41
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-13/+1
2019-05-07ubifs: Drop unnecessary setting of zbr->znodeSascha Hauer1-1/+0
2018-10-23ubifs: Format changes for authentication supportSascha Hauer1-0/+6
2018-08-15ubifs: Rework ubifs_assert()Richard Weinberger1-0/+22
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger1-10/+10
2017-05-08ubifs: Fix cut and paste error on sb type comparisonsColin Ian King1-2/+2
2017-03-30ubifs: Fix debug messages for an invalid filename in ubifs_dump_inodeHyunchul Lee1-2/+4
2017-03-30ubifs: Fix debug messages for an invalid filename in ubifs_dump_nodeHyunchul Lee1-1/+3
2016-12-12ubifs: Implement encrypted filenamesRichard Weinberger1-7/+7
2016-05-24ubifs: ubifs_dump_inode: Fix dumping field bulk_readAndreas Gruenbacher1-1/+1
2015-10-03UBIFS: call dbg_is_power_cut() instead of reading c->dbg->pc_happenedshengyong1-4/+4
2015-03-25UBIFS: extend debug/message capabilitiesSheng Yong1-93/+93
2015-01-28UBIFS: add a couple of extra assertsArtem Bityutskiy1-0/+4
2014-09-30UBIFS: Fix trivial typo in power_cut_emulated()Richard Weinberger1-1/+1
2014-09-26UBIFS: Align the dump messages of SB_NODEhujianyang1-2/+2
2014-05-27UBIFS: Fix dump messages in ubifs_dump_lpropshujianyang1-1/+3
2014-01-23fs/ubifs: use rbtree postorder iteration helper instead of opencodingCody P Schafer1-19/+3
2013-10-26UBIFS: correct data corruption rangeMats Kärrman1-3/+3
2013-08-16UBIFS: remove invalid warn msg with tst_recovery enabledMats Kärrman1-3/+4
2013-01-15UBIFS: rename random32() to prandom_u32()Akinobu Mita1-4/+4
2012-12-17ubifs: use prandom_bytesAkinobu Mita1-5/+3
2012-10-02Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-363/+270
2012-09-21userns: Convert ubifs to use kuid/kgidEric W. Biederman1-2/+2
2012-08-31UBIFS: use pr_ helper instead of printkArtem Bityutskiy1-271/+211
2012-08-31UBIFS: comply with coding styleArtem Bityutskiy1-93/+64
2012-08-31UBIFS: fix power cut emulation for mtdramArtem Bityutskiy1-9/+11
2012-08-22UBIFS: always print full error reportsArtem Bityutskiy1-6/+0
2012-07-20UBIFS: add debugfs knob to switch to R/O modeArtem Bityutskiy1-0/+11
2012-06-27UBIFS: correct usage of IS_ENABLED()Brian Norris1-4/+4
2012-06-07UBIFS: fix debugfs-less systems supportArtem Bityutskiy1-2/+10
2012-05-20UBI: Kill data type hintRichard Weinberger1-6/+6
2012-05-16UBIFS: get rid of dbg_errArtem Bityutskiy1-15/+15
2012-05-16UBIFS: remove Kconfig debugging optionArtem Bityutskiy1-4/+0
2012-05-16UBIFS: rename dumping functionsArtem Bityutskiy1-55/+55
2012-05-16UBIFS: get rid of dbg_dump_stackArtem Bityutskiy1-1/+1
2012-02-29UBIFS: make the dbg_lock spinlock staticArtem Bityutskiy1-1/+1
2012-02-29UBIFS: increase dumps loglevelArtem Bityutskiy1-204/+204
2012-01-13UBIFS: fix key printingArtem Bityutskiy1-30/+30
2012-01-13UBIFS: use snprintf instead of sprintf when printing keysArtem Bityutskiy1-18/+20
2011-08-22UBIFS: introduce a helper to dump scanning infoArtem Bityutskiy1-0/+16
2011-07-04UBIFS: improve power cut emulation testingArtem Bityutskiy1-41/+50
2011-07-04UBIFS: rename recovery testing variablesArtem Bityutskiy1-24/+28
2011-07-04UBIFS: remove custom list of superblocksArtem Bityutskiy1-85/+20
2011-07-04UBIFS: stop re-defining UBI operationsArtem Bityutskiy1-2/+0
2011-07-04UBIFS: remove unused and unneeded debugging functionArtem Bityutskiy1-31/+2
2011-07-04UBIFS: add global debugfs knobsArtem Bityutskiy1-9/+129
2011-07-04UBIFS: introduce debugfs helpersArtem Bityutskiy1-20/+56
2011-07-04UBIFS: re-arrange debugging code a bitArtem Bityutskiy1-59/+59
2011-07-04UBIFS: be more informative in failure modeArtem Bityutskiy1-15/+23
2011-07-04UBIFS: switch self-check knobs to debugfsArtem Bityutskiy1-17/+123
2011-07-04UBIFS: lessen amount of debugging check typesArtem Bityutskiy1-2/+2
2011-07-04UBIFS: introduce helper functions for debugging checks and testsArtem Bityutskiy1-19/+11
2011-07-04UBIFS: amend debugging inode size check function prototypeArtem Bityutskiy1-1/+2
2011-07-04UBIFS: rename dbg_check_dir_size functionArtem Bityutskiy1-1/+1
2011-07-04UBIFS: improve inode dumping functionArtem Bityutskiy1-1/+55
2011-07-04UBIFS: lessen the size of debugging info data structureArtem Bityutskiy1-5/+13
2011-05-23UBIFS: switch to dynamic printksArtem Bityutskiy1-3/+0
2011-05-16UBIFS: add a superblock flag for free space fix-upMatthew L. Creech1-0/+2
2011-05-13UBIFS: fix debugging FS checking failureArtem Bityutskiy1-6/+35
2011-05-13UBIFS: do not change debugfs file positionArtem Bityutskiy1-1/+0
2011-05-13UBIFS: fix oops in lprops dump functionArtem Bityutskiy1-1/+7
2011-05-13UBIFS: use EROFS when emulating failuresArtem Bityutskiy1-12/+12
2011-05-13UBIFS: make force in-the-gaps to be a general self-checkArtem Bityutskiy1-6/+3
2011-05-13UBIFS: improve space checking debugging featureArtem Bityutskiy1-13/+29
2011-05-13UBIFS: rearrange the budget dumpArtem Bityutskiy1-12/+18
2011-05-13UBIFS: simplify dbg_dump_budg calling conventionsArtem Bityutskiy1-8/+4
2011-05-13UBIFS: introduce a separate structure for budgeting infoArtem Bityutskiy1-7/+7
2011-05-13UBIFS: fix minor stylistic issuesArtem Bityutskiy1-1/+2
2011-05-13UBIFS: make debugfs files non-seekableArtem Bityutskiy1-2/+2
2011-04-05UBIFS: fix debugging failure in dbg_check_space_infoArtem Bityutskiy1-5/+36
2011-04-05UBIFS: fix error path in dbg_debugfs_init_fsArtem Bityutskiy1-5/+5
2011-04-05UBIFS: unify error path dbg_debugfs_init_fsArtem Bityutskiy1-8/+6
2011-03-24UBIFS: use GFP_NOFS properlyArtem Bityutskiy1-1/+1
2011-03-16UBIFS: save 128KiB or more RAMArtem Bityutskiy1-9/+0
2011-03-16UBIFS: allocate dump buffer on demandArtem Bityutskiy1-2/+13
2011-03-11UBIFS: simplify UBIFS Kconfig menuArtem Bityutskiy1-2/+2
2011-02-06UBIFS: restrict world-writable debugfs filesVasiliy Kulikov1-3/+3
2010-10-22Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds1-0/+156
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-08-30UBIFS: introduce list sorting debugging checksArtem Bityutskiy1-0/+156
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-15fs/ubifs: use %pUB to print UUIDsJoe Perches1-7/+2
2009-12-08UBIFS: fix return code in check_leafRoel Kluin1-1/+1
2009-09-17UBIFS: fix debugging dumpArtem Bityutskiy1-1/+3
2009-09-15UBIFS: improve lprops dumpArtem Bityutskiy1-3/+84
2009-09-15UBIFS: improve journal head debugging printsArtem Bityutskiy1-2/+17
2009-09-10UBIFS: do not print scary error messages needlesslyArtem Bityutskiy1-1/+1
2009-03-20UBIFS: fix commentariesArtem Bityutskiy1-1/+1
2009-03-16UBIFS: use KERN_CONTArtem Bityutskiy1-2/+2
2009-01-29UBIFS: spelling fix 'date' -> 'data'Adrian Hunter1-1/+1
2009-01-26UBIFS: add re-mount debugging checksArtem Bityutskiy1-33/+87
2008-12-31UBIFS: print debugging messages properlyArtem Bityutskiy1-10/+10
2008-12-31UBIFS: fix checkpatch.pl warningsArtem Bityutskiy1-1/+2
2008-12-23UBIFS: use nicer 64-bit mathArtem Bityutskiy1-0/+1
2008-12-23UBIFS: improve budgeting dumpArtem Bityutskiy1-0/+13
2008-12-23UBIFS: fix tnc dumpingArtem Bityutskiy1-1/+1
2008-12-03UBIFS: introduce LPT dump functionArtem Bityutskiy1-10/+18
2008-12-03UBIFS: add debugfs supportArtem Bityutskiy1-17/+156
2008-12-03UBIFS: separate debugging fields outArtem Bityutskiy1-16/+55
2008-11-06UBIFS: fix compilation warningsArtem Bityutskiy1-25/+37
2008-11-06UBIFS: endian handling fixes and annotationsHarvey Harrison1-2/+2
2008-09-30UBIFS: add more debugging messages for LPTAdrian Hunter1-0/+37
2008-09-30UBIFS: update dbg_dump_inodeArtem Bityutskiy1-17/+25
2008-09-18UBIFS: fix printk format warningsAlexander Beregalov1-1/+1
2008-08-13UBIFS: print pid in dump functionArtem Bityutskiy1-10/+10
2008-08-13UBIFS: fix error return in failure modeAdrian Hunter1-3/+4
2008-07-15UBIFS: add new flash file systemArtem Bityutskiy1-0/+2289