summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
AgeCommit message (Expand)AuthorLines
2012-06-07UBI: correct ubi_wl_flush lockingArtem Bityutskiy-4/+13
2012-06-07UBI: fix debugfs-less systems supportArtem Bityutskiy-2/+10
2012-05-21UBI: modify ubi_wl_flush function to clear work queue for a lnumJoel Reardon-31/+69
2012-05-21UBI: introduce UBI_ALL constantArtem Bityutskiy-5/+5
2012-05-21UBI: add lnum and vol_id to struct ubi_workJoel Reardon-18/+33
2012-05-21UBI: add volume id struct ubi_ainf_pebJoel Reardon-16/+35
2012-05-20UBI: add in hex the value for UBI_INTERNAL_VOL_START to commentJoel Reardon-2/+2
2012-05-20UBI: rename scan.c to attach.cArtem Bityutskiy-1/+1
2012-05-20UBI: remove scan.hArtem Bityutskiy-174/+147
2012-05-20UBI: rename UBI_SCAN_UNKNOWN_ECArtem Bityutskiy-12/+15
2012-05-20UBI: move and rename attach_by_scanningArtem Bityutskiy-62/+58
2012-05-20UBI: rename _init_scan functionsArtem Bityutskiy-9/+9
2012-05-20UBI: amend comments after all the renamingsArtem Bityutskiy-81/+73
2012-05-20UBI: rename ubi_scan_leb_slabArtem Bityutskiy-16/+16
2012-05-20UBI: rename ubi_scan_move_to_listArtem Bityutskiy-3/+3
2012-05-20UBI: rename ubi_scan_destroy_aiArtem Bityutskiy-6/+6
2012-05-20UBI: rename ubi_scan_get_free_pebArtem Bityutskiy-6/+6
2012-05-20UBI: rename ubi_scan_rm_volumeArtem Bityutskiy-5/+5
2012-05-20UBI: rename ubi_scan_find_avArtem Bityutskiy-9/+9
2012-05-20UBI: rename ubi_scan_add_usedArtem Bityutskiy-12/+9
2012-05-20UBI: remove unused functionArtem Bityutskiy-31/+0
2012-05-20UBI: make ubi_scan_erase_peb static and renameArtem Bityutskiy-6/+4
2012-05-20UBI: rename sv to avArtem Bityutskiy-182/+182
2012-05-20UBI: rename si to aiArtem Bityutskiy-260/+260
2012-05-20UBI: rename seb to aebArtem Bityutskiy-196/+196
2012-05-20UBI: amend comments after renaming in scan.cArtem Bityutskiy-10/+11
2012-05-20UBI: rename struct ubi_scan_infoArtem Bityutskiy-42/+44
2012-05-20UBI: rename struct ubi_scan_volumeArtem Bityutskiy-34/+34
2012-05-20UBI: rename struct ubi_scan_lebArtem Bityutskiy-37/+37
2012-05-20UBI: rename few functions for consistencyArtem Bityutskiy-14/+15
2012-05-20UBI: get rid of dbg_errArtem Bityutskiy-54/+52
2012-05-20UBI: more of clean-up terminology for self-checksArtem Bityutskiy-54/+49
2012-05-20UBI: clean-up terminology for self-checks in io.cArtem Bityutskiy-39/+37
2012-05-20UBI: remove Kconfig debugging optionArtem Bityutskiy-120/+0
2012-05-20UBI: rename ubi_dbg_dump_mkvol_reqArtem Bityutskiy-5/+5
2012-05-20UBI: rename ubi_dbg_dump_sebArtem Bityutskiy-7/+7
2012-05-20UBI: rename ubi_dbg_dump_svArtem Bityutskiy-9/+9
2012-05-20UBI: rename ubi_dbg_dump_vtbl_recordArtem Bityutskiy-9/+9
2012-05-20UBI: rename ubi_dbg_dump_vol_infoArtem Bityutskiy-6/+6
2012-05-20UBI: amend commentaries WRT dtypeArtem Bityutskiy-8/+1
2012-05-20UBI: Kill data type hintRichard Weinberger-102/+36
2012-05-20UBI: remove superfluous "!!" operationRichard Weinberger-1/+1
2012-05-20UBI: always warn if case of I/O errorsArtem Bityutskiy-6/+6
2012-05-20UBI: always dump VID and EC headers in case of errorsArtem Bityutskiy-28/+24
2012-05-20UBI: always dump flash contents in case of errorsArtem Bityutskiy-47/+40
2012-05-20UBI: always dump the stack on errorArtem Bityutskiy-23/+20
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-9/+1
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd-9/+1
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds-24/+5
2012-03-27mtd: remove R/O checking duplicationArtem Bityutskiy-8/+0