UBI: fix sparse errors in ubi.h
[pandora-kernel.git] / drivers / mtd / ubi /
2008-03-04 Harvey HarrisonUBI: fix sparse errors in ubi.h
2008-03-04 Artem BityutskiyUBI: fix error message
2008-03-04 S.Çağlar OnurUBI: silence warning
2008-02-18 Lachlan McIlroyMerge git://git./linux/kernel/git/torvalds/linux-2...
2008-02-11 Linus TorvaldsMerge branch 'for-linus' of git://linux-nfs.org/~bfield...
2008-02-11 Jeff GarzikMerge branch 'r6040' of git://git./linux/kernel/git...
2008-02-09 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-02-09 David S. MillerMerge branch 'pending' of /linux/kernel/git/vxy/lksctp-dev
2008-02-08 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-02-08 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-02-08 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com:8090...
2008-02-07 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-02-07 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2008-02-07 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc-2.6
2008-02-07 Linus TorvaldsMerge git://git.infradead.org/mtd-2.6
2008-02-03 David WoodhouseMerge git://git.infradead.org/~dedekind/ubi-2.6
2008-02-03 David WoodhouseMerge git://git.infradead.org/~kmpark/onenand-mtd-2.6
2008-02-03 David WoodhouseMerge git://git./linux/kernel/git/torvalds/linux-2...
2008-02-03 akpm@linux-foundat... [UBI] drivers/mtd/ubi/scan.c: fix uninitialized var...
2008-02-03 akpm@linux-foundat... [UBI] drivers/mtd/ubi/wl.c: fix uninitialized var warning
2008-02-03 akpm@linux-foundat... [UBI] drivers/mtd/ubi/cdev.c: unused var
2008-02-01 Artem BityutskiyUBI: do not flush queue on each vtbl change
2008-01-25 Artem BityutskiyUBI: implement atomic LEB change ioctl
2008-01-25 Artem BityutskiyUBI: handle zero-length case
2008-01-25 Artem BityutskiyUBI: simplify internal interfaces
2008-01-25 Artem BityutskiyUBI: do not change file pointer while updating
2008-01-25 Artem BityutskiyUBI: add layout volume information
2008-01-25 Artem BityutskiyUBI: fix warnings
2008-01-25 Artem BityutskiyUBI: add sanity check
2008-01-25 Artem BityutskiyUBI: remove bogus assertion
2008-01-25 Artem BityutskiyUBI: bugfix: calculate data offset properly
2008-01-25 Artem BityutskiyUBI: amend array size
2008-01-25 Artem BityutskiyUBI: add auto-resize feature
2008-01-25 Artem BityutskiyUBI: use bit-fields
2008-01-25 Artem BityutskiyUBI: fix warnings
2008-01-25 Artem BityutskiyUBI: get rid of ubi_ltree_slab
2007-12-26 Artem BityutskiyUBI: bugfix: do not forget to increment vol_count
2007-12-26 Artem BityutskiyUBI: do not support kiB
2007-12-26 Artem BityutskiyUBI: add mtd_num sysfs attribute
2007-12-26 Artem BityutskiyUBI: fix mtd device string parsing
2007-12-26 Artem BityutskiyUBI: use separate mutex for volumes checking
2007-12-26 Artem BityutskiyUBI: handle attach ioctl
2007-12-26 Artem BityutskiyUBI: remove data_offset
2007-12-26 Artem BityutskiyUBI: prepare attach and detach functions
2007-12-26 Artem BityutskiyUBI: add UBI devices reference counting
2007-12-26 Artem BityutskiyUBI: add UBI control device
2007-12-26 Artem BityutskiyUBI: fix comment
2007-12-26 Artem BityutskiyUBI: fix ubi_wl_flush
2007-12-26 Artem BityutskiyUBI: fix printk
2007-12-26 Artem BityutskiyUBI: bugfix: protect from volume removal
2007-12-26 Artem BityutskiyUBI: improve comment
2007-12-26 Artem BityutskiyUBI: add PID to debugging prints
2007-12-26 Artem BityutskiyUBI: tweak volumes locking some more
2007-12-26 Artem BityutskiyUBI: introduce volume refcounting
2007-12-26 Artem BityutskiyUBI: simplify error handling
2007-12-26 Artem BityutskiyUBI: fix and cleanup volume opening functions
2007-12-26 Artem BityutskiyUBI: fix error path
2007-12-26 Artem BityutskiyUBI: get device when opening volume
2007-12-26 Artem BityutskiyUBI: add some more comments
2007-12-26 Artem BityutskiyUBI: tweak volumes locking
2007-12-26 Artem BityutskiyUBI: improve internal interfaces
2007-12-26 Artem BityutskiyUBI: bugfix: dont oops with NULL module parameter
2007-12-26 Artem BityutskiyUBI: remove ubi_devices_cnt
2007-12-26 Artem BityutskiyUBI: create ubi_wl_entry slab on initialization
2007-12-26 Artem BityutskiyUBI: create ltree_entry slab on initialization
2007-12-26 Artem BityutskiyUBI: improve error messages
2007-12-26 Artem BityutskiyUBI: remove redundant field
2007-12-26 Artem BityutskiyUBI: minor tidy-ups
2007-12-26 Jesper JuhlUBI: silence a warning
2007-12-26 Artem BityutskiyUBI: add ubi_leb_map interface
2007-12-26 Artem BityutskiyUBI: bugfix: allocate mandatory EBs first
2007-12-26 Artem BityutskiyUBI: fix error code in ubi_io_read()
2007-12-10 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com:8090...
2007-11-20 Len BrownPull cpuidle into release branch
2007-11-17 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davej/cpufreq
2007-10-29 Len BrownPull cpuidle into release branch
2007-10-24 Jeff GarzikMerge branch 'upstream-jeff' of git://git./linux/kernel...
2007-10-23 Linus TorvaldsMerge /pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
2007-10-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-10-23 Paul MackerrasMerge branch 'for-2.6.24' of /linux/kernel/git/jwboyer...
2007-10-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-10-23 Linus TorvaldsMerge git://git.infradead.org/battery-2.6
2007-10-21 Linus TorvaldsMerge branch 'master' of hera./linux/kernel/git/kyle...
2007-10-20 Linus TorvaldsMerge branch 'upstream-linus' of /linux/kernel/git...
2007-10-20 Linus TorvaldsMerge branch 'upstream-linus' of /linux/kernel/git...
2007-10-20 Jeff GarzikMerge branch 'fixes-jgarzik' of git://git./linux/kernel...
2007-10-19 Linus TorvaldsMerge ssh:///linux/kernel/git/tglx/linux-2.6-x86
2007-10-19 Linus TorvaldsMerge git://git.linux-nfs.org/pub/linux/nfs-2.6
2007-10-19 Linus TorvaldsMerge git://git./linux/kernel/git/sam/kbuild
2007-10-19 Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2007-10-19 Linus TorvaldsMerge git://git./linux/kernel/git/mingo/linux-2.6-sched
2007-10-19 Linus TorvaldsMerge branch 'upstream' of git://ftp.linux-mips.org...
2007-10-19 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2007-10-19 Linus TorvaldsMerge ssh:///linux/kernel/git/tglx/linux-2.6-x86
2007-10-19 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com:8090...
2007-10-19 Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2007-10-19 Pavel EmelyanovUse helpers to obtain task pid in printks
2007-10-18 David S. MillerMerge branch 'fixes-davem' of /linux/kernel/git/linvill...
2007-10-17 Linus TorvaldsMerge branch 'xen-upstream' of git://git./linux/kernel...
2007-10-17 Linus TorvaldsMerge git://git./linux/kernel/git/mingo/linux-2.6-sched
next