UBI: fix and re-work debugging stuff
[safe/jmp/linux-2.6] / drivers / mtd / ubi /
2008-07-24 Artem BityutskiyUBI: fix and re-work debugging stuff
2008-07-24 Artem BityutskiyUBI: amend commentaries
2008-07-24 Artem BityutskiyUBI: fix error message
2008-07-24 Artem BityutskiyUBI: improve mkvol request validation
2008-07-24 Artem BityutskiyUBI: add ubi_sync() interface
2008-07-24 Bruce LeonardUBI: fix 64-bit calculations
2008-07-24 Artem BityutskiyUBI: fix LEB locking
2008-07-24 Artem BityutskiyUBI: fix memory leak on error path
2008-07-24 Artem BityutskiyUBI: do not forget to free internal volumes
2008-07-24 Artem BityutskiyUBI: fix memory leak
2008-07-24 Kyungmin ParkUBI: avoid unnecessary division operations
2008-07-24 Kyungmin ParkUBI: fix buffer padding
2008-07-24 Artem BityutskiyUBI: add a comment
2008-07-24 Artem BityutskiyUBI: print error code
2008-06-20 Jonathan CorbetUBI: cdev lock_kernel() pushdown
2008-04-23 Artem BityutskiyUBI: add a message
2008-04-23 David WoodhouseMerge git://git.infradead.org/~dedekind/ubi-2.6
2008-04-22 Harvey Harrison[MTD] replace remaining __FUNCTION__ occurrences
2008-04-20 Artem BityutskiyUBI: print media information earlier
2008-04-19 Artem BityutskiyUBI: fix mean EC calculation
2008-04-17 Jan AltenbergUBI: initialize static volumes with vol->used_bytes
2008-04-17 Artem BityutskiyUBI: improve Kconfig documentation
2008-04-17 Artem BityutskiyUBI: fix error printing
2008-04-17 Artem BityutskiyUBI: make ubi-header.h local
2008-04-17 Artem BityutskiyUBI: be verbose when debuggin is enabled
2008-03-04 Adrian BunkUBI: mtd/ubi/vtbl.c: fix memory leak
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-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-10-19 Pavel EmelyanovUse helpers to obtain task pid in printks
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-14 David WoodhouseMerge branch 'master' of git://git.infradead.org/~dedek...
2007-10-14 Artem BityutskiyUBI: return correct error code
2007-10-14 Artem BityutskiyUBI: remove useless inlines
2007-10-14 Artem BityutskiyUBI: fix atomic LEB change problems
2007-10-14 Artem BityutskiyUBI: use byte hexdump
2007-10-14 Artem BityutskiyUBI: do not use vmalloc on I/O path
2007-10-14 Artem BityutskiyUBI: allocate memory with GFP_NOFS
2007-10-14 Artem BityutskiyUBI: use linux print_hex_dump(), not home-grown one
2007-10-14 Jesper JuhlUBI: don't use array index before testing if it is...
2007-10-14 Artem BityutskiyUBI: add more prints
2007-10-14 Artem BityutskiyUBI: fix sparse warnings
2007-10-14 Florin MalitaUBI: fix leak in ubi_scan_erase_peb
2007-08-01 Mariusz Kozlowski[UBI] drivers/mtd/ubi/scan.c: kmalloc + memset conversi...
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-18 Paul MundtUBI: fix compile warning
next