Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / drivers / mtd / mtdchar.c
2012-05-07 Will Newtonmtd: fix oops in dataflash driver
2012-04-09 Al Virofix breakage in mtdchar_open(), sanitize failure exits
2012-03-31 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-03-31 Al Viromtdchar: kill persistently held vfsmount
2012-03-31 Linus TorvaldsMerge tag 'for-linus-3.4' of git://git.infradead.org...
2012-03-26 Artem Bityutskiymtd: add leading underscore to all mtd functions
2012-03-23 Muthu Kumarmagic.h: move some FS magic numbers into magic.h
2012-01-09 Artem Bityutskiymtd: do not use mtd->block_markbad directly
2012-01-09 Artem Bityutskiymtd: introduce mtd_can_have_bb helper
2012-01-09 Artem Bityutskiymtd: do not use mtd->lock, unlock and is_locked directly
2012-01-09 Artem Bityutskiymtd: do not use mtd->sync directly
2012-01-09 Artem Bityutskiymtd: do not use mtd->lock_user_prot_reg directly
2012-01-09 Artem Bityutskiymtd: mtd->write_user_prot_reg directly
2012-01-09 Artem Bityutskiymtd: do not use mtd->read_*_prot_reg directly
2012-01-09 Artem Bityutskiymtd: do not use mtd->get_*_prot_info directly
2012-01-09 Artem Bityutskiymtd: do not use mtd->read_oob directly
2012-01-09 Artem Bityutskiymtd: do not use mtd->get_unmapped_area directly
2012-01-09 Artem Bityutskiymtd: introduce mtd_has_oob helper
2012-01-09 Artem Bityutskiymtd: remove extra retlen assignment
2012-01-09 Artem Bityutskiymtd: introduce mtd_block_markbad interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_block_isbad interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_is_locked interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_unlock interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_lock interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_sync interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_lock_user_prot_reg interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_write_user_prot_reg interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_read_user_prot_reg interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_get_user_prot_info interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_read_fact_prot_reg interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_get_fact_prot_info interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_write_oob interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_read_oob interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_write interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_read interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_get_unmapped_area interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_erase interface
2012-01-09 Artem Bityutskiymtd: mtdchar: rename functions
2011-11-07 Linus TorvaldsMerge git://git.infradead.org/mtd-2.6
2011-11-02 Miklos Szeredifilesystems: add missing nlink wrappers
2011-09-21 Brian Norrismtd: utilize `mtd_is_*()' functions
2011-09-11 Brian Norrismtd: kill old field for `struct mtd_info_user'
2011-09-11 Brian Norrismtd: add MEMWRITE ioctl
2011-09-11 Brian Norrismtd: rename MTD_MODE_* to MTD_FILE_MODE_*
2011-09-11 Brian Norrismtd: rename MTD_OOB_* to MTD_OPS_*
2011-09-11 Brian Norrismtd: support reading OOB without ECC
2011-09-11 Brian Norrismtd: support writing OOB without ECC
2011-09-11 Brian Norrismtd: do not assume oobsize is power of 2
2011-09-11 Brian Norrismtd: spelling fixes
2011-09-11 Brian Norrismtd: replace DEBUG() with pr_debug()
2011-09-11 Brian Norrismtd: edit NAND-related comment
2011-09-11 Brian Norrismtd: nand: handle ECC errors in OOB
2011-09-11 Brian Norrismtd: spelling, capitalization, uniformity
2011-09-11 Peter Wippichmtd: mtdchar: add missing initializer on raw write
2011-07-24 Tim ChenVFS : mount lock scalability for internal mounts
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-25 Jamie Ilesmtd: kill CONFIG_MTD_PARTITIONS
2011-05-25 Grant Ericksonmtd: mtdchar: retry large buffer allocations
2011-03-31 Lucas De MarchiFix common misspellings
2011-01-17 Linus TorvaldsMerge git://git.infradead.org/mtd-2.6
2011-01-16 Al Virosanitize vfsmount refcounting changes
2011-01-13 Al Viropass default dentry_operations to mount_pseudo()
2011-01-07 Nick Pigginfs: scale mntget/mntput
2010-12-03 Roman Tereshonkovmtd: fix master device identification for mtd repartition
2010-12-03 Vasiliy Kulikovmtd: mtdchar: fix information leak to userland
2010-10-30 Linus TorvaldsMerge git://git.infradead.org/mtd-2.6
2010-10-30 David WoodhouseMerge branch 'master' of git://git./linux/kernel/git...
2010-10-29 Al Viroconvert get_sb_pseudo() users
2010-10-24 Roman Tereshonkovmtd: add BLKPG API based repartition support
2010-10-24 Dan Carpentermtd: sanity check ioctl input
2010-10-24 Brian Norrismtd: edit comments on deprecation of ioctl ECCGETLAYOUT
2010-10-24 Brian Norrismtd: nand: expand nand_ecc_layout, deprecate ioctl...
2010-09-15 Arnd Bergmannmtd: autoconvert trivial BKL users to private mutex
2010-08-10 Linus TorvaldsMerge git://git.infradead.org/mtd-2.6
2010-08-08 David Woodhousemtd: Remove obsolete <mtd/compatmac.h> include
2010-08-08 David Woodhousemtd: Update copyright notices
2010-08-04 Anatolij Gustschinmtd: mtdchar: fix mmap for MTD RAM/ROM char devices
2010-08-02 Richard Cochranmtd: add an ioctl to query the lock status of a flash...
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-06-08 Linus TorvaldsMerge git://git.infradead.org/~dwmw2/mtd-2.6.35
2010-05-24 Linus TorvaldsMerge branch 'bkl/ioctl' of git://git./linux/kernel...
2010-05-22 Julia Lawalldrivers/mtd: Use memdup_user
2010-05-18 Kirill A. Shutemovmtd: mtdchar: Do not corrupt backing device of device...
2010-05-17 Arnd Bergmanndrivers: Push down BKL into various drivers
2010-02-25 Ben Hutchingsmtdchar: Register the full range of minor numbers
2010-02-25 Ben Hutchingsmtd: Remove unnecessary comparisons with MAX_MTD_DEVICES
2010-02-25 Roel Kluinmtd: change positive error return into negative
2010-02-25 H Hartley Sweetenmtd: fix different address space noise
2009-05-29 David Woodhousemtd: Fix pointer handling in compat ioctls to use compa...
2009-05-29 Kevin Cernekeemtd: Handle compat ioctls directly; remove all trace...
2009-05-29 Kevin Cernekeemtd: add OOB ioctls for >4GiB devices
2009-05-29 Kevin Cernekeemtd: compat_ioctl cleanup
2009-05-29 Kevin Cernekeemtd: add MEMERASE64 ioctl for >4GiB devices
2009-04-04 David Brownell[MTD] driver model updates
2009-03-24 David HowellsNOMMU: Present backing device capabilities for MTD...
2009-03-20 Scott James Remnant[MTD] Auto-load mtdchar module when device opened.
2008-12-10 Adrian Hunter[MTD] update internal API to support 64-bit device...
2008-10-21 Al Viro[PATCH] introduce fmode_t, do annotations
2008-10-20 Linus TorvaldsMerge git://git.infradead.org/mtd-2.6
2008-10-16 Greg Kroah-Hartmandevice create: misc: convert device_create_drvdata...
next