summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi
AgeCommit message (Expand)AuthorFilesLines
2009-07-24UBI: compatible fallback in absense of sequence numbersAdrian Hunter1-1/+12
2009-07-24UBI: fix double free on error pathAdrian Hunter1-0/+1
2009-07-15UBI: fix bug in image sequence number handlingHolger Brunck1-1/+1
2009-07-15UBI: gluebi: initialize ubi_num fieldArtem Bityutskiy1-0/+1
2009-07-08UBI: fix compilation warningsArtem Bityutskiy1-3/+3
2009-07-07UBI: fix NOR flash recoveryArtem Bityutskiy3-3/+64
2009-07-05UBI: nicify image sequence number handlingArtem Bityutskiy4-16/+18
2009-07-05UBI: add image sequence number to EC headerAdrian Hunter6-3/+33
2009-07-05UBI: remove bogus debugging checksArtem Bityutskiy3-88/+2
2009-07-05UBI: add empty eraseblocks verificationArtem Bityutskiy3-10/+21
2009-06-10UBI: add reboot notifierKevin Cernekee2-1/+38
2009-06-10UBI: handle more error codesArtem Bityutskiy1-7/+34
2009-06-10UBI: fix multiple spelling typosArtem Bityutskiy4-11/+11
2009-06-10UBI: fix kmem_cache_free on error patchArtem Bityutskiy1-1/+2
2009-06-09UBI: print amount of reserved PEBsArtem Bityutskiy1-3/+4
2009-06-08UBI: improve messages in the WL workerArtem Bityutskiy1-9/+24
2009-06-03UBI: make gluebi a separate moduleDmitry Pervushin3-98/+295
2009-06-02UBI: remove built-in gluebiDmitry Pervushin3-51/+2
2009-06-02UBI: add notification APIDmitry Pervushin5-21/+204
2009-06-02UBI: do not switch to R/O mode on read errorsArtem Bityutskiy4-15/+74
2009-06-02UBI: fix and clean-up error paths in WL workerArtem Bityutskiy2-61/+53
2009-06-02UBI: introduce new constantsArtem Bityutskiy3-26/+36
2009-05-26UBI: fix race conditionArtem Bityutskiy1-1/+7
2009-05-18UBI: minor serialization fixArtem Bityutskiy1-2/+2
2009-05-18UBI: do not panic if volume check failsArtem Bityutskiy1-7/+11
2009-05-18UBI: add dump_stack in checking codeArtem Bityutskiy1-0/+1
2009-05-18UBI: fix races in I/O debugging checksArtem Bityutskiy1-7/+73
2009-05-18UBI: small debugging code optimizationArtem Bityutskiy2-4/+4
2009-05-18UBI: improve debugging messagesArtem Bityutskiy3-10/+15
2009-05-18UBI: re-name volumes_mutex to device_mutexArtem Bityutskiy5-23/+23
2009-05-18UBI: remove redundant mutexArtem Bityutskiy3-7/+2
2009-02-20UBI: add fsync capabilityCorentin Chary1-0/+11
2009-01-27UBI: allow direct user-space I/OSidney Amani3-19/+32
2009-01-20UBI: fix resource de-allocationArtem Bityutskiy1-3/+13
2009-01-20UBI: remove unused variableArtem Bityutskiy1-4/+1
2009-01-18UBI: use nicer 64-bit mathArtem Bityutskiy5-52/+25
2009-01-18UBI: add ioctl compatibilityArtem Bityutskiy1-23/+57
2009-01-18UBI: constify file operationsJan Engelhardt2-6/+6
2009-01-18UBI: allow all ioctlsArtem Bityutskiy1-2/+0
2009-01-18UBI: remove unnecessry header inclusionArtem Bityutskiy1-1/+0
2009-01-18UBI: add ioctl for is_mapped operationCorentin Chary1-0/+14
2009-01-18UBI: add ioctl for unmap operationCorentin Chary1-1/+14
2009-01-18UBI: add ioctl for map operationCorentin Chary1-0/+14
2009-01-09Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-9/+10
2009-01-08fix similar typos to successfullColy Li1-1/+1
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds6-8/+8
2009-01-06mtd: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2-3/+3
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer6-8/+8
2009-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse7-330/+301
2008-12-28UBI: fix checkpatch.pl warningsArtem Bityutskiy3-7/+8