summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
Commit message (Expand)AuthorAgeFilesLines
...
| * UBI: fix autoresize handling in R/O modeArtem Bityutskiy2012-09-041-0/+5
| * UBI: add max_beb_per1024 to attach ioctlRichard Genoud2012-09-042-2/+3
| * UBI: allow specifying bad PEBs limit using module parameterRichard Genoud2012-09-042-15/+27
| * UBI: check max_beb_per1024 value in ubi_attach_mtd_devRichard Genoud2012-09-041-0/+9
| * UBI: prepare for max_beb_per1024 module parameter additionRichard Genoud2012-09-043-8/+12
| * UBI: introduce MTD_PARAM_MAX_COUNTRichard Genoud2012-09-041-2/+5
| * UBI: separate bad_peb_limit in a functionRichard Genoud2012-09-041-23/+31
| * UBI: use the whole MTD device size to get bad_peb_limitRichard Genoud2012-09-042-9/+39
| * UBI: kill CONFIG_MTD_UBI_BEB_RESERVEShmulik Ladkani2012-09-042-19/+0Star
| * UBI: limit amount of reserved eraseblocks for bad PEB handlingShmulik Ladkani2012-09-042-21/+41
| * UBI: introduce new bad PEB limitShmulik Ladkani2012-09-043-8/+32
| * UBI: print PID in debug messagesArtem Bityutskiy2012-09-041-1/+2
| * UBI: print image sequence number as unsigned integerArtem Bityutskiy2012-09-041-1/+1
* | UBI: fix a horrible memory deallocation bugArtem Bityutskiy2012-09-041-2/+2
|/
* UBI: harmonize the update of ubi->beb_rsvd_pebsShmulik Ladkani2012-07-183-18/+26
* UBI: trivial: fix comment of ubi_calculate_reserved functionShmulik Ladkani2012-07-181-1/+1
* UBI: fix spelling of detach in debug outputPeter Meerwald2012-07-181-1/+1
* UBI: Change the default percentage of reserved PEBRichard Genoud2012-07-181-1/+1
* UBI: correct usage of IS_ENABLED()Brian Norris2012-06-271-4/+4
* 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/+147Star
* UBI: rename UBI_SCAN_UNKNOWN_ECArtem Bityutskiy2012-05-202-12/+15
* UBI: move and rename attach_by_scanningArtem Bityutskiy2012-05-204-62/+58Star
* UBI: rename _init_scan functionsArtem Bityutskiy2012-05-204-9/+9
* UBI: amend comments after all the renamingsArtem Bityutskiy2012-05-206-81/+73Star
* 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/+9Star
* UBI: remove unused functionArtem Bityutskiy2012-05-202-31/+0Star
* UBI: make ubi_scan_erase_peb static and renameArtem Bityutskiy2012-05-202-6/+4Star
* 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/+52Star