aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs/debug.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-13ubifs: ubifs_dump_node: Dump all branches of the index nodeGravatar Zhihao Cheng 1-1/+1
2020-12-13ubifs: ubifs_dump_sleb: Remove unused functionGravatar Zhihao Cheng 1-16/+0
2020-12-13ubifs: Pass node length in all node dumping callersGravatar Zhihao Cheng 1-15/+15
2020-12-13ubifs: Limit dumping length by size of memory which is allocated for the nodeGravatar Zhihao Cheng 1-13/+50
2020-12-13ubifs: Remove the redundant return in dbg_check_nondata_nodes_orderGravatar Chengsong Ke 1-1/+0
2020-12-13ubifs: Fix the printing type of c->big_lptGravatar Chengsong Ke 1-1/+1
2020-12-13ubifs: Delete duplicated words + other fixesGravatar Randy Dunlap 1-1/+1
2020-09-17ubifs: dent: Fix some potential memory leaks while iterating entriesGravatar Zhihao Cheng 1-0/+1
2020-06-02mm: remove the pgprot argument to __vmallocGravatar Christoph Hellwig 1-1/+1
2019-11-17ubifs: Remove obsolete TODO from dfs_file_write()Gravatar Richard Weinberger 1-12/+0
2019-09-15ubifs: Remove redundant assignment to pointer fnameGravatar Colin Ian King 1-1/+0
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-127/+42
2019-07-04ubifs: fix build warning after debugfs cleanup patchGravatar Greg Kroah-Hartman 1-1/+1
2019-07-03ubifs: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-126/+41
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Gravatar Thomas Gleixner 1-13/+1
2019-05-07ubifs: Drop unnecessary setting of zbr->znodeGravatar Sascha Hauer 1-1/+0
2018-10-23ubifs: Format changes for authentication supportGravatar Sascha Hauer 1-0/+6
2018-08-15ubifs: Rework ubifs_assert()Gravatar Richard Weinberger 1-0/+22
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Gravatar Richard Weinberger 1-10/+10
2017-05-08ubifs: Fix cut and paste error on sb type comparisonsGravatar Colin Ian King 1-2/+2
2017-03-30ubifs: Fix debug messages for an invalid filename in ubifs_dump_inodeGravatar Hyunchul Lee 1-2/+4
2017-03-30ubifs: Fix debug messages for an invalid filename in ubifs_dump_nodeGravatar Hyunchul Lee 1-1/+3
2016-12-12ubifs: Implement encrypted filenamesGravatar Richard Weinberger 1-7/+7
2016-05-24ubifs: ubifs_dump_inode: Fix dumping field bulk_readGravatar Andreas Gruenbacher 1-1/+1
2015-10-03UBIFS: call dbg_is_power_cut() instead of reading c->dbg->pc_happenedGravatar shengyong 1-4/+4
2015-03-25UBIFS: extend debug/message capabilitiesGravatar Sheng Yong 1-93/+93
2015-01-28UBIFS: add a couple of extra assertsGravatar Artem Bityutskiy 1-0/+4
2014-09-30UBIFS: Fix trivial typo in power_cut_emulated()Gravatar Richard Weinberger 1-1/+1
2014-09-26UBIFS: Align the dump messages of SB_NODEGravatar hujianyang 1-2/+2
2014-05-27UBIFS: Fix dump messages in ubifs_dump_lpropsGravatar hujianyang 1-1/+3
2014-01-23fs/ubifs: use rbtree postorder iteration helper instead of opencodingGravatar Cody P Schafer 1-19/+3
2013-10-26UBIFS: correct data corruption rangeGravatar Mats Kärrman 1-3/+3
2013-08-16UBIFS: remove invalid warn msg with tst_recovery enabledGravatar Mats Kärrman 1-3/+4
2013-01-15UBIFS: rename random32() to prandom_u32()Gravatar Akinobu Mita 1-4/+4
2012-12-17ubifs: use prandom_bytesGravatar Akinobu Mita 1-5/+3
2012-10-02Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 1-363/+270
2012-09-21userns: Convert ubifs to use kuid/kgidGravatar Eric W. Biederman 1-2/+2
2012-08-31UBIFS: use pr_ helper instead of printkGravatar Artem Bityutskiy 1-271/+211
2012-08-31UBIFS: comply with coding styleGravatar Artem Bityutskiy 1-93/+64
2012-08-31UBIFS: fix power cut emulation for mtdramGravatar Artem Bityutskiy 1-9/+11
2012-08-22UBIFS: always print full error reportsGravatar Artem Bityutskiy 1-6/+0
2012-07-20UBIFS: add debugfs knob to switch to R/O modeGravatar Artem Bityutskiy 1-0/+11
2012-06-27UBIFS: correct usage of IS_ENABLED()Gravatar Brian Norris 1-4/+4
2012-06-07UBIFS: fix debugfs-less systems supportGravatar Artem Bityutskiy 1-2/+10
2012-05-20UBI: Kill data type hintGravatar Richard Weinberger 1-6/+6
2012-05-16UBIFS: get rid of dbg_errGravatar Artem Bityutskiy 1-15/+15
2012-05-16UBIFS: remove Kconfig debugging optionGravatar Artem Bityutskiy 1-4/+0
2012-05-16UBIFS: rename dumping functionsGravatar Artem Bityutskiy 1-55/+55
2012-05-16UBIFS: get rid of dbg_dump_stackGravatar Artem Bityutskiy 1-1/+1
2012-02-29UBIFS: make the dbg_lock spinlock staticGravatar Artem Bityutskiy 1-1/+1