aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/ubi.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* UBI: prepare for protection tree improvementsXiaochuan-Xu2008-12-151-2/+4
* UBI: fix kernel-doc errors and warningsArtem Bityutskiy2008-07-241-0/+1
* UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy2008-07-241-1/+2
* UBI: implement multiple volumes renameArtem Bityutskiy2008-07-241-3/+30
* UBI: amend commentariesArtem Bityutskiy2008-07-241-19/+18
* UBI: fix memory leakArtem Bityutskiy2008-07-241-1/+0
* Merge git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse2008-04-231-2/+1
|\
| * UBI: make ubi-header.h localArtem Bityutskiy2008-04-171-2/+1
* | [MTD] replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-221-2/+2
|/
* UBI: fix sparse errors in ubi.hHarvey Harrison2008-03-041-5/+5
* UBI: implement atomic LEB change ioctlArtem Bityutskiy2008-01-251-4/+23
* UBI: simplify internal interfacesArtem Bityutskiy2008-01-251-2/+3
* UBI: add auto-resize featureArtem Bityutskiy2008-01-251-1/+5
* UBI: use bit-fieldsArtem Bityutskiy2008-01-251-8/+8
* UBI: get rid of ubi_ltree_slabArtem Bityutskiy2008-01-251-1/+0
* UBI: use separate mutex for volumes checkingArtem Bityutskiy2007-12-261-0/+1
* UBI: handle attach ioctlArtem Bityutskiy2007-12-261-1/+1
* UBI: remove data_offsetArtem Bityutskiy2007-12-261-2/+1
* UBI: prepare attach and detach functionsArtem Bityutskiy2007-12-261-0/+5
* UBI: add UBI devices reference countingArtem Bityutskiy2007-12-261-1/+8
* UBI: add UBI control deviceArtem Bityutskiy2007-12-261-1/+2
* UBI: fix ubi_wl_flushArtem Bityutskiy2007-12-261-0/+1
* UBI: bugfix: protect from volume removalArtem Bityutskiy2007-12-261-4/+6
* UBI: introduce volume refcountingArtem Bityutskiy2007-12-261-11/+11
* UBI: tweak volumes lockingArtem Bityutskiy2007-12-261-2/+3
* UBI: improve internal interfacesArtem Bityutskiy2007-12-261-10/+11
* UBI: remove ubi_devices_cntArtem Bityutskiy2007-12-261-3/+1
* UBI: create ubi_wl_entry slab on initializationArtem Bityutskiy2007-12-261-0/+17
* UBI: create ltree_entry slab on initializationArtem Bityutskiy2007-12-261-0/+23
* UBI: remove redundant fieldArtem Bityutskiy2007-12-261-2/+0
* UBI: fix atomic LEB change problemsArtem Bityutskiy2007-10-141-2/+4
* UBI: do not use vmalloc on I/O pathArtem Bityutskiy2007-10-141-8/+22