aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/ubi.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-14UBI: eliminate possible undefined behaviourPhil Carmody1-1/+2
2009-07-07UBI: fix NOR flash recoveryArtem Bityutskiy1-1/+3
2009-07-05UBI: nicify image sequence number handlingArtem Bityutskiy1-2/+0
2009-07-05UBI: add image sequence number to EC headerAdrian Hunter1-0/+4
2009-06-10UBI: add reboot notifierKevin Cernekee1-1/+3
2009-06-10UBI: fix multiple spelling typosArtem Bityutskiy1-2/+2
2009-06-02UBI: remove built-in gluebiDmitry Pervushin1-26/+0
2009-06-02UBI: add notification APIDmitry Pervushin1-0/+12
2009-06-02UBI: do not switch to R/O mode on read errorsArtem Bityutskiy1-2/+14
2009-06-02UBI: introduce new constantsArtem Bityutskiy1-0/+16
2009-05-18UBI: small debugging code optimizationArtem Bityutskiy1-1/+1
2009-05-18UBI: re-name volumes_mutex to device_mutexArtem Bityutskiy1-4/+4
2009-05-18UBI: remove redundant mutexArtem Bityutskiy1-2/+0
2009-01-27UBI: allow direct user-space I/OSidney Amani1-1/+4
2009-01-18UBI: constify file operationsJan Engelhardt1-3/+3
2008-12-16UBI: simplify PEB protection codeXiaochuan-Xu1-17/+22
2008-12-15UBI: prepare for protection tree improvementsXiaochuan-Xu1-2/+4
2008-07-24UBI: fix kernel-doc errors and warningsArtem Bityutskiy1-0/+1
2008-07-24UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy1-1/+2
2008-07-24UBI: implement multiple volumes renameArtem Bityutskiy1-3/+30
2008-07-24UBI: amend commentariesArtem Bityutskiy1-19/+18
2008-07-24UBI: fix memory leakArtem Bityutskiy1-1/+0
2008-04-23Merge git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse1-2/+1
2008-04-22[MTD] replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-17UBI: make ubi-header.h localArtem Bityutskiy1-2/+1
2008-03-04UBI: fix sparse errors in ubi.hHarvey Harrison1-5/+5
2008-01-25UBI: implement atomic LEB change ioctlArtem Bityutskiy1-4/+23
2008-01-25UBI: simplify internal interfacesArtem Bityutskiy1-2/+3
2008-01-25UBI: add auto-resize featureArtem Bityutskiy1-1/+5
2008-01-25UBI: use bit-fieldsArtem Bityutskiy1-8/+8
2008-01-25UBI: get rid of ubi_ltree_slabArtem Bityutskiy1-1/+0
2007-12-26UBI: use separate mutex for volumes checkingArtem Bityutskiy1-0/+1
2007-12-26UBI: handle attach ioctlArtem Bityutskiy1-1/+1
2007-12-26UBI: remove data_offsetArtem Bityutskiy1-2/+1
2007-12-26UBI: prepare attach and detach functionsArtem Bityutskiy1-0/+5
2007-12-26UBI: add UBI devices reference countingArtem Bityutskiy1-1/+8
2007-12-26UBI: add UBI control deviceArtem Bityutskiy1-1/+2
2007-12-26UBI: fix ubi_wl_flushArtem Bityutskiy1-0/+1
2007-12-26UBI: bugfix: protect from volume removalArtem Bityutskiy1-4/+6
2007-12-26UBI: introduce volume refcountingArtem Bityutskiy1-11/+11
2007-12-26UBI: tweak volumes lockingArtem Bityutskiy1-2/+3
2007-12-26UBI: improve internal interfacesArtem Bityutskiy1-10/+11
2007-12-26UBI: remove ubi_devices_cntArtem Bityutskiy1-3/+1
2007-12-26UBI: create ubi_wl_entry slab on initializationArtem Bityutskiy1-0/+17
2007-12-26UBI: create ltree_entry slab on initializationArtem Bityutskiy1-0/+23
2007-12-26UBI: remove redundant fieldArtem Bityutskiy1-2/+0
2007-10-14UBI: fix atomic LEB change problemsArtem Bityutskiy1-2/+4
2007-10-14UBI: do not use vmalloc on I/O pathArtem Bityutskiy1-8/+22
2007-10-14UBI: allocate memory with GFP_NOFSArtem Bityutskiy1-2/+4
2007-07-18UBI: use vmalloc for large buffersArtem Bityutskiy1-0/+1