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