summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/debug.c
AgeCommit message (Expand)AuthorLines
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
2009-07-05UBI: add image sequence number to EC headerAdrian Hunter-0/+2
2008-07-24UBI: remove pre-sqnum images supportArtem Bityutskiy-2/+0
2008-07-24UBI: fix and re-work debugging stuffArtem Bityutskiy-76/+84
2007-10-14UBI: use byte hexdumpArtem Bityutskiy-2/+2
2007-10-14UBI: use linux print_hex_dump(), not home-grown oneArtem Bityutskiy-35/+2
2007-07-18UBI: bugfix in error pathArtem Bityutskiy-3/+3
2007-07-18UBI: kill homegrown endian macrosChristoph Hellwig-19/+19
2007-04-27UBI: Unsorted Block ImagesArtem B. Bityutskiy-0/+224