summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/debug.c
AgeCommit message (Expand)AuthorLines
2025-01-18ubifs: skip dumping tnc tree when zroot is nullpangliyuan-9/+13
2025-01-18ubifs: ubifs_dump_leb: remove return from end of void functionPintu Kumar-1/+0
2024-09-27[tree-wide] finally take no_llseek outAl Viro-2/+0
2024-07-12ubifs: correct UBIFS_DFS_DIR_LEN macro definition and improve code clarityZhaoLong Wang-2/+2
2024-02-25ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failedZhihao Cheng-2/+7
2023-10-18ubifs: convert to new timestamp accessorsJeff Layton-6/+6
2023-07-24ubifs: convert to ctime accessor functionsJeff Layton-2/+2
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-4/+4
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld-4/+4
2021-06-18ubifs: fix snprintf() checkingDan Carpenter-1/+1
2020-12-13ubifs: ubifs_dump_node: Dump all branches of the index nodeZhihao Cheng-1/+1
2020-12-13ubifs: ubifs_dump_sleb: Remove unused functionZhihao Cheng-16/+0
2020-12-13ubifs: Pass node length in all node dumping callersZhihao Cheng-15/+15
2020-12-13ubifs: Limit dumping length by size of memory which is allocated for the nodeZhihao Cheng-13/+50
2020-12-13ubifs: Remove the redundant return in dbg_check_nondata_nodes_orderChengsong Ke-1/+0
2020-12-13ubifs: Fix the printing type of c->big_lptChengsong Ke-1/+1
2020-12-13ubifs: Delete duplicated words + other fixesRandy Dunlap-1/+1
2020-09-17ubifs: dent: Fix some potential memory leaks while iterating entriesZhihao Cheng-0/+1
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig-1/+1
2019-11-17ubifs: Remove obsolete TODO from dfs_file_write()Richard Weinberger-12/+0
2019-09-15ubifs: Remove redundant assignment to pointer fnameColin Ian King-1/+0
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-127/+42
2019-07-04ubifs: fix build warning after debugfs cleanup patchGreg Kroah-Hartman-1/+1
2019-07-03ubifs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-126/+41
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner-13/+1
2019-05-07ubifs: Drop unnecessary setting of zbr->znodeSascha Hauer-1/+0
2018-10-23ubifs: Format changes for authentication supportSascha Hauer-0/+6
2018-08-15ubifs: Rework ubifs_assert()Richard Weinberger-0/+22
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger-10/+10
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