summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
Commit message (Expand)AuthorAgeFilesLines
* UBI: rename ubi_dbg_dump_vtbl_recordArtem Bityutskiy2012-05-204-9/+9
* UBI: rename ubi_dbg_dump_vol_infoArtem Bityutskiy2012-05-204-6/+6
* UBI: amend commentaries WRT dtypeArtem Bityutskiy2012-05-201-8/+1
* UBI: Kill data type hintRichard Weinberger2012-05-208-102/+36
* UBI: remove superfluous "!!" operationRichard Weinberger2012-05-201-1/+1
* UBI: always warn if case of I/O errorsArtem Bityutskiy2012-05-201-6/+6
* UBI: always dump VID and EC headers in case of errorsArtem Bityutskiy2012-05-204-28/+24
* UBI: always dump flash contents in case of errorsArtem Bityutskiy2012-05-204-47/+40
* UBI: always dump the stack on errorArtem Bityutskiy2012-05-205-23/+20
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-051-9/+1
|\
| * simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-9/+1
* | Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-03-301-24/+5
|\ \ | |/ |/|
| * mtd: remove R/O checking duplicationArtem Bityutskiy2012-03-271-8/+0
| * mtd: do not duplicate length and offset checks in driversArtem Bityutskiy2012-03-271-11/+0
| * mtd: add leading underscore to all mtd functionsArtem Bityutskiy2012-03-271-5/+5
* | UBI: rename MOVE_CANCEL_BITFLIPS to MOVE_TARGET_BITFLIPSArtem Bityutskiy2012-03-093-6/+6
* | UBI: rename peb_buf1 to peb_bufArtem Bityutskiy2012-03-095-30/+30
* | UBI: reduce memory consumptionJosselin Costanzi2012-03-093-12/+4
* | UBI: fix eraseblock picking criteriaArtem Bityutskiy2012-03-091-6/+4
* | UBI: fix documentation and improve readabilityArtem Bityutskiy2012-03-091-4/+5
* | UBI: fix error handling in ubi_scan()Richard Weinberger2012-02-291-4/+4
|/
* UBI: use own macros for the layout volumeRichard Weinberger2012-01-151-2/+2
* UBI: fix nameless volumes handlingRichard Weinberger2012-01-151-0/+3
* Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2012-01-132-2/+5
|\
| * UBI: fix debugging messagesArtem Bityutskiy2012-01-111-1/+4
| * UBI: make vid_hdr non-staticRichard Weinberger2012-01-101-1/+1
* | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2012-01-103-6/+14
|\ \
| * | UBI: fix use-after-free on error pathArtem Bityutskiy2012-01-051-3/+4
| * | UBI: fix missing scrub when there is a bit-flipBhavesh Parekh2011-11-303-3/+10
| |/
* | mtd: introduce mtd_can_have_bb helperArtem Bityutskiy2012-01-091-1/+1
* | mtd: do not use mtd->sync directlyArtem Bityutskiy2012-01-091-3/+1
* | mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy2012-01-091-1/+1
* | mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy2012-01-091-1/+1
* | mtd: introduce mtd_sync interfaceArtem Bityutskiy2012-01-091-1/+1
* | mtd: introduce mtd_write interfaceArtem Bityutskiy2012-01-091-4/+3
* | mtd: introduce mtd_read interfaceArtem Bityutskiy2012-01-092-4/+4
* | mtd: introduce mtd_erase interfaceArtem Bityutskiy2012-01-091-1/+1
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-11-076-18/+18
|\
| * mtd: utilize `mtd_is_*()' functionsBrian Norris2011-09-216-18/+18
* | mtd: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2011-10-311-0/+1
* | UBI: do not link debug messages when debugging is disabledArtem Bityutskiy2011-08-191-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-221-3/+7
|\
| * fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-3/+7
* | UBI: remove dead codeArtem Bityutskiy2011-06-071-13/+3
* | UBI: dump stack when switching to R/O modeArtem Bityutskiy2011-06-011-0/+1
* | UBI: fix oops in error pathArtem Bityutskiy2011-06-011-0/+2
* | UBI: switch debugging tests knobs to debugfsArtem Bityutskiy2011-06-012-28/+49
* | UBI: make it possible to use struct ubi_device in debug.hArtem Bityutskiy2011-06-012-9/+2
* | UBI: prepare debugging stuff to further debugfs conversionArtem Bityutskiy2011-06-013-13/+20
* | UBI: use debugfs for the extra checks knobsArtem Bityutskiy2011-06-019-36/+310