summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/ubi.h
Commit message (Expand)AuthorAgeFilesLines
* UBI: modify ubi_wl_flush function to clear work queue for a lnumJoel Reardon2012-05-211-1/+1
* UBI: introduce UBI_ALL constantArtem Bityutskiy2012-05-211-5/+5
* UBI: add lnum and vol_id to struct ubi_workJoel Reardon2012-05-211-1/+2
* UBI: add volume id struct ubi_ainf_pebJoel Reardon2012-05-211-1/+4
* UBI: remove scan.hArtem Bityutskiy2012-05-201-1/+147
* UBI: move and rename attach_by_scanningArtem Bityutskiy2012-05-201-0/+1
* UBI: rename _init_scan functionsArtem Bityutskiy2012-05-201-2/+2
* UBI: rename si to aiArtem Bityutskiy2012-05-201-3/+3
* UBI: rename struct ubi_scan_infoArtem Bityutskiy2012-05-201-3/+3
* UBI: Kill data type hintRichard Weinberger2012-05-201-8/+4
* UBI: always dump the stack on errorArtem Bityutskiy2012-05-201-1/+1
* UBI: rename MOVE_CANCEL_BITFLIPS to MOVE_TARGET_BITFLIPSArtem Bityutskiy2012-03-091-2/+2
* UBI: rename peb_buf1 to peb_bufArtem Bityutskiy2012-03-091-3/+3
* UBI: reduce memory consumptionJosselin Costanzi2012-03-091-3/+1
* UBI: fix missing scrub when there is a bit-flipBhavesh Parekh2011-11-301-0/+2
* UBI: dump stack when switching to R/O modeArtem Bityutskiy2011-06-011-0/+1
* UBI: make it possible to use struct ubi_device in debug.hArtem Bityutskiy2011-06-011-1/+2
* UBI: use debugfs for the extra checks knobsArtem Bityutskiy2011-06-011-0/+4
* UBI: fix minor stylistic issuesArtem Bityutskiy2011-04-141-2/+2
* Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2011-03-181-0/+3
|\
| * UBI: incorporate maximum write sizeArtem Bityutskiy2011-03-081-0/+3
* | UBI: kill debugging bufferArtem Bityutskiy2011-03-161-6/+0
* | UBI: allocate write checking buffer on demandArtem Bityutskiy2011-03-161-0/+1
|/
* UBI: preserve corrupted PEBsArtem Bityutskiy2010-10-191-0/+3
* UBI: make check_pattern function non-staticArtem Bityutskiy2010-10-191-0/+1
* UBI: handle bit-flips when no header foundArtem Bityutskiy2010-10-191-1/+9
* UBI: remove duplicate IO error codesArtem Bityutskiy2010-10-191-6/+2
* UBI: rename IO error codeArtem Bityutskiy2010-10-191-3/+4
* UBI: introduce a new IO return codeArtem Bityutskiy2010-06-041-0/+3
* UBI: simplify IO error codesArtem Bityutskiy2010-06-041-5/+2
* UBI: remove reboot notifierKevin Cernekee2010-05-031-2/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-221-1/+1
|\
| * trivial: fix typo "to to" in multiple filesAnand Gadiyar2009-09-211-1/+1
* | UBI: eliminate possible undefined behaviourPhil Carmody2009-08-141-1/+2
|/
* UBI: fix NOR flash recoveryArtem Bityutskiy2009-07-071-1/+3
* UBI: nicify image sequence number handlingArtem Bityutskiy2009-07-051-2/+0
* UBI: add image sequence number to EC headerAdrian Hunter2009-07-051-0/+4
* UBI: add reboot notifierKevin Cernekee2009-06-101-1/+3
* UBI: fix multiple spelling typosArtem Bityutskiy2009-06-101-2/+2
* UBI: remove built-in gluebiDmitry Pervushin2009-06-021-26/+0
* UBI: add notification APIDmitry Pervushin2009-06-021-0/+12
* UBI: do not switch to R/O mode on read errorsArtem Bityutskiy2009-06-021-2/+14
* UBI: introduce new constantsArtem Bityutskiy2009-06-021-0/+16
* UBI: small debugging code optimizationArtem Bityutskiy2009-05-181-1/+1
* UBI: re-name volumes_mutex to device_mutexArtem Bityutskiy2009-05-181-4/+4
* UBI: remove redundant mutexArtem Bityutskiy2009-05-181-2/+0
* UBI: allow direct user-space I/OSidney Amani2009-01-271-1/+4
* UBI: constify file operationsJan Engelhardt2009-01-181-3/+3
* UBI: simplify PEB protection codeXiaochuan-Xu2008-12-161-17/+22