aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-20UBI: rename ubi_scan_add_usedArtem Bityutskiy3-12/+9
2012-05-20UBI: remove unused functionArtem Bityutskiy2-31/+0
2012-05-20UBI: make ubi_scan_erase_peb static and renameArtem Bityutskiy2-6/+4
2012-05-20UBI: rename sv to avArtem Bityutskiy7-182/+182
2012-05-20UBI: rename si to aiArtem Bityutskiy8-260/+260
2012-05-20UBI: rename seb to aebArtem Bityutskiy7-196/+196
2012-05-20UBI: amend comments after renaming in scan.cArtem Bityutskiy1-10/+11
2012-05-20UBI: rename struct ubi_scan_infoArtem Bityutskiy7-42/+44
2012-05-20UBI: rename struct ubi_scan_volumeArtem Bityutskiy7-34/+34
2012-05-20UBI: rename struct ubi_scan_lebArtem Bityutskiy8-37/+37
2012-05-20UBI: rename few functions for consistencyArtem Bityutskiy3-14/+15
2012-05-20UBI: get rid of dbg_errArtem Bityutskiy8-54/+52
2012-05-20UBI: more of clean-up terminology for self-checksArtem Bityutskiy4-54/+49
2012-05-20UBI: clean-up terminology for self-checks in io.cArtem Bityutskiy1-39/+37
2012-05-20UBI: remove Kconfig debugging optionArtem Bityutskiy8-120/+0
2012-05-20UBI: rename ubi_dbg_dump_mkvol_reqArtem Bityutskiy3-5/+5
2012-05-20UBI: rename ubi_dbg_dump_sebArtem Bityutskiy3-7/+7
2012-05-20UBI: rename ubi_dbg_dump_svArtem Bityutskiy4-9/+9
2012-05-20UBI: rename ubi_dbg_dump_vtbl_recordArtem Bityutskiy4-9/+9
2012-05-20UBI: rename ubi_dbg_dump_vol_infoArtem Bityutskiy4-6/+6
2012-05-20UBI: amend commentaries WRT dtypeArtem Bityutskiy1-8/+1
2012-05-20UBI: Kill data type hintRichard Weinberger8-102/+36
2012-05-20UBI: remove superfluous "!!" operationRichard Weinberger1-1/+1
2012-05-20UBI: always warn if case of I/O errorsArtem Bityutskiy1-6/+6
2012-05-20UBI: always dump VID and EC headers in case of errorsArtem Bityutskiy4-28/+24
2012-05-20UBI: always dump flash contents in case of errorsArtem Bityutskiy4-47/+40
2012-05-20UBI: always dump the stack on errorArtem Bityutskiy5-23/+20
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-9/+1
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-9/+1
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds1-24/+5
2012-03-27mtd: remove R/O checking duplicationArtem Bityutskiy1-8/+0
2012-03-27mtd: do not duplicate length and offset checks in driversArtem Bityutskiy1-11/+0
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy1-5/+5
2012-03-09UBI: rename MOVE_CANCEL_BITFLIPS to MOVE_TARGET_BITFLIPSArtem Bityutskiy3-6/+6
2012-03-09UBI: rename peb_buf1 to peb_bufArtem Bityutskiy5-30/+30
2012-03-09UBI: reduce memory consumptionJosselin Costanzi3-12/+4
2012-03-09UBI: fix eraseblock picking criteriaArtem Bityutskiy1-6/+4
2012-03-09UBI: fix documentation and improve readabilityArtem Bityutskiy1-4/+5
2012-02-29UBI: fix error handling in ubi_scan()Richard Weinberger1-4/+4
2012-01-15UBI: use own macros for the layout volumeRichard Weinberger1-2/+2
2012-01-15UBI: fix nameless volumes handlingRichard Weinberger1-0/+3
2012-01-13Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2-2/+5
2012-01-11UBI: fix debugging messagesArtem Bityutskiy1-1/+4
2012-01-10Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds3-6/+14
2012-01-10UBI: make vid_hdr non-staticRichard Weinberger1-1/+1
2012-01-09mtd: introduce mtd_can_have_bb helperArtem Bityutskiy1-1/+1
2012-01-09mtd: do not use mtd->sync directlyArtem Bityutskiy1-3/+1
2012-01-09mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_sync interfaceArtem Bityutskiy1-1/+1