summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/debug.c
AgeCommit message (Expand)AuthorLines
2024-09-27[tree-wide] finally take no_llseek outAl Viro-1/+0
2024-07-12ubifs: correct UBIFS_DFS_DIR_LEN macro definition and improve code clarityZhaoLong Wang-2/+2
2024-01-06ubi: Reserve sufficient buffer length for the input maskZhaoLong Wang-2/+2
2024-01-06ubi: Add six fault injection type for testingZhaoLong Wang-0/+30
2024-01-06ubi: Split io_failures into write_failure and erase_failureZhaoLong Wang-4/+9
2024-01-06ubi: Use the fault injection framework to enhance the fault injection capabilityZhaoLong Wang-6/+63
2023-02-02ubi: Fix permission display of the debugfs filesZhaoLong Wang-9/+10
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld-1/+1
2021-12-23ubi: Fix a mistake in commentKai Song-1/+1
2021-06-18ubifs: fix snprintf() checkingDan Carpenter-1/+1
2020-05-17ubi: Fix seq_file usage in detailed_erase_block_info debugfs fileRichard Weinberger-10/+2
2019-12-02Merge tag 'upstream-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+1
2019-11-17ubi: Print skip_check in ubi_dump_vol_info()Stefan Roese-0/+1
2019-11-14mtd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-88/+43
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-14/+1
2017-05-08ubi: Add debugfs file for tracking PEB stateBen Shelton-1/+125
2016-05-24UBI: Silence an unintialized variable warningDan Carpenter-1/+2
2015-12-16UBI: fix return error codeSudip Mukherjee-1/+1
2015-04-13UBI: power cut emulation for testingdavid.oberhollenzer@sigma-star.at-2/+87
2015-03-26UBI: Add initial support for fastmap self checksRichard Weinberger-0/+11
2014-11-07UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman-5/+5
2012-12-10UBI: embed ubi_debug_info field in ubi_device structEzequiel Garcia-30/+4
2012-09-04UBI: use pr_ helper instead of printkArtem Bityutskiy-78/+71
2012-09-04UBI: comply with coding styleArtem Bityutskiy-2/+2
2012-06-27UBI: correct usage of IS_ENABLED()Brian Norris-4/+4
2012-06-07UBI: fix debugfs-less systems supportArtem Bityutskiy-2/+10
2012-05-20UBI: rename sv to avArtem Bityutskiy-11/+11
2012-05-20UBI: rename si to aiArtem Bityutskiy-2/+2
2012-05-20UBI: rename seb to aebArtem Bityutskiy-8/+8
2012-05-20UBI: rename struct ubi_scan_volumeArtem Bityutskiy-2/+2
2012-05-20UBI: rename struct ubi_scan_lebArtem Bityutskiy-2/+2
2012-05-20UBI: remove Kconfig debugging optionArtem Bityutskiy-4/+0
2012-05-20UBI: rename ubi_dbg_dump_mkvol_reqArtem Bityutskiy-2/+2
2012-05-20UBI: rename ubi_dbg_dump_sebArtem Bityutskiy-2/+2
2012-05-20UBI: rename ubi_dbg_dump_svArtem Bityutskiy-2/+2
2012-05-20UBI: rename ubi_dbg_dump_vtbl_recordArtem Bityutskiy-2/+2
2012-05-20UBI: rename ubi_dbg_dump_vol_infoArtem Bityutskiy-2/+2
2012-05-20UBI: always dump VID and EC headers in case of errorsArtem Bityutskiy-6/+6
2012-05-20UBI: always dump flash contents in case of errorsArtem Bityutskiy-40/+35
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd-9/+1
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy-1/+1
2011-06-01UBI: switch debugging tests knobs to debugfsArtem Bityutskiy-7/+33
2011-06-01UBI: use debugfs for the extra checks knobsArtem Bityutskiy-4/+227
2011-05-20UBI: switch to dynamic printksArtem Bityutskiy-3/+0
2011-04-14UBI: fix minor stylistic issuesArtem Bityutskiy-9/+9
2011-03-16UBI: make tests modes dynamicArtem Bityutskiy-0/+3
2011-03-16UBI: make self-checks dynamicArtem Bityutskiy-0/+3
2011-03-16UBI: make debugging messages dynamicArtem Bityutskiy-0/+8
2009-08-14UBI: introduce flash dump helperArtem Bityutskiy-0/+32