UBI: allow direct user-space I/O
[pandora-kernel.git] / drivers /
2009-07-17 Sidney AmaniUBI: allow direct user-space I/O
2009-07-17 Artem BityutskiyUBI: fix resource de-allocation
2009-07-17 Artem BityutskiyUBI: remove unused variable
2009-07-17 Artem BityutskiyUBI: use nicer 64-bit math
2009-07-17 Artem BityutskiyUBI: add ioctl compatibility
2009-07-17 Jan EngelhardtUBI: constify file operations
2009-07-17 Artem BityutskiyUBI: allow all ioctls
2009-07-17 Corentin CharyUBI: add ioctl for is_mapped operation
2009-07-17 Corentin CharyUBI: add ioctl for unmap operation
2009-07-17 Corentin CharyUBI: add ioctl for map operation
2009-07-17 Coly Lifix similar typos to successfull
2009-07-17 Frederik Schwarzertrivial: fix then -> than typos in comments and documen...
2009-07-17 Artem BityutskiyUBI: fix checkpatch.pl warnings
2009-07-17 Xiaochuan-XuUBI: simplify PEB protection code
2009-07-17 Xiaochuan-XuUBI: prepare for protection tree improvements
2009-07-17 Stefan RoeseUBI: return -ENOMEM upon failing vmalloc
2009-07-17 Artem BityutskiyUBI: handle write errors in WL worker
2009-07-17 Artem BityutskiyUBI: fix error path
2009-07-17 Artem BityutskiyUBI: some code re-structuring
2009-07-17 Artem BityutskiyUBI: fix deadlock
2009-07-17 Artem BityutskiyUBI: fix warnings when debugging is enabled
2009-07-17 Vitaliy GusevUBI: Don't exit from ubi_thread until kthread_should_st...
2009-07-17 Zoltan SogorUBI: fix EBADMSG handling
2009-07-17 Deepak SaxenaUBI: print reserved_peb when it is too large
2009-07-17 Julien BrunelUBI: fix IS_ERR test
2009-07-17 GPHPollux support + GPH wiz stuff dated 090105
2009-05-25 Artem BityutskiyUBI: always start the background thread
2009-05-25 Artem BityutskiyUBI: fix gcc warning
2009-05-25 Artem BityutskiyUBI: remove pre-sqnum images support
2009-05-25 Artem BityutskiyUBI: fix kernel-doc errors and warnings
2009-05-25 Artem BityutskiyUBI: fix checkpatch.pl errors and warnings
2009-05-25 Artem BityutskiyUBI: bugfix - do not torture PEB needlessly
2009-05-25 Artem BityutskiyUBI: rework scrubbing messages
2009-05-25 Artem BityutskiyUBI: implement multiple volumes rename
2009-05-25 Artem BityutskiyUBI: fix and re-work debugging stuff
2009-05-25 Artem BityutskiyUBI: amend commentaries
2009-05-25 Artem BityutskiyUBI: fix error message
2009-05-25 Artem BityutskiyUBI: improve mkvol request validation
2009-05-25 Artem BityutskiyUBI: add ubi_sync() interface
2009-05-25 Bruce LeonardUBI: fix 64-bit calculations
2009-05-25 Artem BityutskiyUBI: fix LEB locking
2009-05-25 Artem BityutskiyUBI: fix memory leak on error path
2009-05-25 Artem BityutskiyUBI: do not forget to free internal volumes
2009-05-25 Artem BityutskiyUBI: fix memory leak
2009-05-25 Kyungmin ParkUBI: avoid unnecessary division operations
2009-05-25 Kyungmin ParkUBI: fix buffer padding
2009-05-25 Artem BityutskiyUBI: add a comment
2009-05-25 Artem BityutskiyUBI: print error code
2009-05-25 Artem BityutskiyUBI: add a message
2009-05-25 Artem BityutskiyUBI: print media information earlier
2009-05-25 Artem BityutskiyUBI: fix mean EC calculation
2009-05-25 Jan AltenbergUBI: initialize static volumes with vol->used_bytes
2009-05-25 Artem BityutskiyUBI: improve Kconfig documentation
2009-05-25 Artem BityutskiyUBI: make ubi-header.h local
2009-05-25 Harvey HarrisonUBI: fix sparse errors in ubi.h
2009-05-25 Artem BityutskiyUBI: fix error printing
2009-05-25 Artem BityutskiyUBI: fix error message
2009-05-25 S.Çağlar OnurUBI: silence warning
2009-05-25 Artem BityutskiyUBI: be verbose when debuggin is enabled
2009-05-25 Artem BityutskiyUBI: do not flush queue on each vtbl change
2009-05-25 Artem BityutskiyUBI: implement atomic LEB change ioctl
2009-05-25 Artem BityutskiyUBI: handle zero-length case
2009-05-25 Artem BityutskiyUBI: simplify internal interfaces
2009-05-25 Artem BityutskiyUBI: do not change file pointer while updating
2009-05-25 Artem BityutskiyUBI: add layout volume information
2009-05-25 Artem BityutskiyUBI: fix warnings
2009-05-25 Artem BityutskiyUBI: add sanity check
2009-05-25 Artem BityutskiyUBI: remove bogus assertion
2009-05-25 Artem BityutskiyUBI: bugfix: calculate data offset properly
2009-05-25 Artem BityutskiyUBI: amend array size
2009-05-25 Artem BityutskiyUBI: add auto-resize feature
2009-05-25 Artem BityutskiyUBI: use bit-fields
2009-05-25 Artem BityutskiyUBI: fix warnings
2009-05-25 Artem BityutskiyUBI: get rid of ubi_ltree_slab
2009-05-25 Artem BityutskiyUBI: bugfix: do not forget to increment vol_count
2009-05-25 Artem BityutskiyUBI: do not support kiB
2009-05-25 Artem BityutskiyUBI: add mtd_num sysfs attribute
2009-05-25 Artem BityutskiyUBI: fix mtd device string parsing
2009-05-25 Artem BityutskiyUBI: use separate mutex for volumes checking
2009-05-25 Artem BityutskiyUBI: handle attach ioctl
2009-05-25 Artem BityutskiyUBI: remove data_offset
2009-05-25 Artem BityutskiyUBI: prepare attach and detach functions
2009-05-25 Artem BityutskiyUBI: add UBI devices reference counting
2009-05-25 Artem BityutskiyUBI: add UBI control device
2009-05-25 Artem BityutskiyUBI: fix comment
2009-05-25 Artem BityutskiyUBI: fix ubi_wl_flush
2009-05-25 Artem BityutskiyUBI: fix printk
2009-05-25 Artem BityutskiyUBI: bugfix: protect from volume removal
2009-05-25 Artem BityutskiyUBI: improve comment
2009-05-25 Artem BityutskiyUBI: add PID to debugging prints
2009-05-25 Artem BityutskiyUBI: tweak volumes locking some more
2009-05-25 Artem BityutskiyUBI: introduce volume refcounting
2009-05-25 Artem BityutskiyUBI: simplify error handling
2009-05-25 Artem BityutskiyUBI: fix and cleanup volume opening functions
2009-05-25 Artem BityutskiyUBI: fix error path
2009-05-25 Artem BityutskiyUBI: get device when opening volume
2009-05-25 Artem BityutskiyUBI: add some more comments
2009-05-25 Artem BityutskiyUBI: tweak volumes locking
2009-05-25 Artem BityutskiyUBI: improve internal interfaces
2009-05-25 Artem BityutskiyUBI: bugfix: dont oops with NULL module parameter
next