aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/cdev.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-4/+8
* UBI: fix nameless volumes handlingRichard Weinberger2012-01-251-0/+3
* UBI: fix minor stylistic issuesArtem Bityutskiy2011-04-141-2/+2
* UBI: re-name set volume properties ioctlArtem Bityutskiy2011-04-141-4/+4
* UBI: make the control character device non-seekableArtem Bityutskiy2011-04-141-1/+1
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* UBI: eliminate update of list_for_each_entry loop cursorJulia Lawall2010-08-301-6/+6
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-2/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* UBI: fix volume creation input checkingMika Westerberg2010-01-271-1/+0
* UBI: remove built-in gluebiDmitry Pervushin2009-06-021-1/+0
* UBI: add notification APIDmitry Pervushin2009-06-021-0/+1
* UBI: improve debugging messagesArtem Bityutskiy2009-05-181-2/+4
* UBI: re-name volumes_mutex to device_mutexArtem Bityutskiy2009-05-181-11/+11
* UBI: remove redundant mutexArtem Bityutskiy2009-05-181-4/+2
* UBI: add fsync capabilityCorentin Chary2009-02-201-0/+11
* UBI: allow direct user-space I/OSidney Amani2009-01-271-8/+28
* UBI: use nicer 64-bit mathArtem Bityutskiy2009-01-181-15/+5
* UBI: add ioctl compatibilityArtem Bityutskiy2009-01-181-23/+57
* UBI: constify file operationsJan Engelhardt2009-01-181-3/+3
* UBI: allow all ioctlsArtem Bityutskiy2009-01-181-2/+0
* UBI: remove unnecessry header inclusionArtem Bityutskiy2009-01-181-1/+0
* UBI: add ioctl for is_mapped operationCorentin Chary2009-01-181-0/+14
* UBI: add ioctl for unmap operationCorentin Chary2009-01-181-1/+14
* UBI: add ioctl for map operationCorentin Chary2009-01-181-0/+14
* UBI: fix checkpatch.pl warningsArtem Bityutskiy2008-12-281-1/+2
* UBI: remove BKLArtem Bityutskiy2008-09-051-5/+1
* UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy2008-07-241-2/+2
* UBI: implement multiple volumes renameArtem Bityutskiy2008-07-241-1/+187
* UBI: fix and re-work debugging stuffArtem Bityutskiy2008-07-241-13/+13
* UBI: improve mkvol request validationArtem Bityutskiy2008-07-241-2/+5
* UBI: fix 64-bit calculationsBruce Leonard2008-07-241-1/+2
* UBI: avoid unnecessary division operationsKyungmin Park2008-07-241-3/+3
* UBI: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-1/+6
* UBI: implement atomic LEB change ioctlArtem Bityutskiy2008-01-251-12/+60
* UBI: simplify internal interfacesArtem Bityutskiy2008-01-251-2/+2
* UBI: do not change file pointer while updatingArtem Bityutskiy2008-01-251-3/+1
* UBI: fix warningsArtem Bityutskiy2008-01-251-5/+5
* UBI: handle attach ioctlArtem Bityutskiy2007-12-261-15/+80
* UBI: add UBI devices reference countingArtem Bityutskiy2007-12-261-24/+10
* UBI: add UBI control deviceArtem Bityutskiy2007-12-261-0/+10
* UBI: tweak volumes locking some moreArtem Bityutskiy2007-12-261-3/+10
* UBI: get device when opening volumeArtem Bityutskiy2007-12-261-3/+6
* UBI: improve internal interfacesArtem Bityutskiy2007-12-261-3/+3
* UBI: remove ubi_devices_cntArtem Bityutskiy2007-12-261-1/+1
* UBI: improve error messagesArtem Bityutskiy2007-12-261-1/+2
* UBI: remove redundant fieldArtem Bityutskiy2007-12-261-1/+1
* UBI: fix compile warningPaul Mundt2007-07-181-0/+1
* UBI: cleanup ioctl handlingChristoph Hellwig2007-07-181-28/+5
* UBI: minor comma fixArtem Bityutskiy2007-07-181-2/+2