summaryrefslogtreecommitdiffstats
path: root/fs/jffs2/wbuf.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: kill the ecclayout->oobavail fieldBoris BREZILLON2016-03-071-4/+2
* jffs2: use to_delayed_workGeliang Tang2016-01-061-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-071-1/+1
|\
| * fs/jffs2/wbuf.c: remove stray semicolonAndrew Morton2015-11-061-1/+1
* | jffs2: remove unneeded kfreefangwei2015-09-281-1/+0
|/
* [jffs2] kill wbuf_queued/wbuf_dwork_lockAl Viro2014-10-091-15/+2
* JFFS2: don't fail on bitflips in OOBBrian Norris2012-09-291-4/+4
* jffs2: get rid of jffs2_sync_superArtem Bityutskiy2012-05-301-3/+52
* jffs2: Use pr_fmt and remove jffs: from formatsJoe Perches2012-03-271-5/+7
* jffs2: Convert printks to pr_<level>Joe Perches2012-03-271-41/+42
* jffs2: Convert most D1/D2 macros to jffs2_dbgJoe Perches2012-03-271-30/+37
* mtd: do not use mtd->block_markbad directlyArtem Bityutskiy2012-01-091-3/+0
* mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_write_oob interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_read_oob interfaceArtem Bityutskiy2012-01-091-2/+2
* mtd: introduce mtd_write interfaceArtem Bityutskiy2012-01-091-9/+9
* mtd: introduce mtd_read interfaceArtem Bityutskiy2012-01-091-4/+5
* mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris2011-09-111-3/+3
* jffs2: use mutex_is_locked() in __jffs2_flush_wbuf()Alexey Khoroshilov2011-09-111-2/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* jffs2: Rename jffs2_erase_pending_trigger() to jffs2_dirty_trigger()Joakim Tjernlund2010-05-191-1/+1
* jffs2: Use jffs2_garbage_collect_trigger() to trigger pending erasesDavid Woodhouse2010-05-191-3/+3
* JFFS2: add missing verify buffer allocation/deallocationMassimo Cirillo2009-09-031-0/+10
* [JFFS2] Write buffer offset adjustment for NOR-ECC (Sibley) flashAlexander Belyakov2008-10-181-4/+1
* [JFFS2] Track parent inode for directories (for NFS export)David Woodhouse2008-05-011-1/+1
* [JFFS2] Invert last argument of jffs2_gc_fetch_inode(), make it boolean.David Woodhouse2008-05-011-1/+1
* [JFFS2] semaphore->mutex conversionDavid Woodhouse2008-04-221-8/+8
* [JFFS2] add write verify on dataflash.michael2008-04-221-0/+12
* [JFFS2] Correct cleanmarker checks -- we should use only 8 bytesDavid Woodhouse2007-08-091-2/+2
* [JFFS2] Add support for write-buffer verification.David Woodhouse2007-07-111-10/+63
* [JFFS2] Whitespace cleanups.David Woodhouse2007-07-101-2/+2
* [JFFS2] Don't advance c->wbuf_ofs to next eraseblock after wbuf flushDavid Woodhouse2007-05-051-1/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-04-271-0/+24
|\
| * JFFS2: add UBI supportArtem Bityutskiy2007-04-271-0/+24
* | [JFFS2] Tidy up licensing/copyright boilerplate.David Woodhouse2007-04-251-4/+2
* | [JFFS2] Fix cross-endian build.David Woodhouse2007-04-231-3/+3
* | [JFFS2] Disable summary after wbuf recoveryAdrian Hunter2007-04-171-0/+3
|/
* [JFFS2] print a message when marking bad blockArtem Bityutskiy2007-03-091-1/+1
* [JFFS2] Fix writebuffer recovery in the first page of a blockVitaly Wool2007-03-081-1/+4
* [JFFS2] printk warning fixesAndrew Morton2007-02-181-9/+9
* [JFFS2] Use MTD_OOB_AUTO to automatically place cleanmarker on NANDArtem Bityutskiy2007-02-091-136/+67
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-01-181-0/+1
|\
| * [PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro2006-12-041-0/+1
* | [MTD] [NAND] remove len/ooblen confusion.Vitaly Wool2006-11-281-12/+9
|/
* [PATCH] fs: use list_move()Akinobu Mita2006-06-261-2/+1
* [MTD] NAND Signal that a bitflip was corrected by ECCThomas Gleixner2006-05-291-15/+17
* [MTD] Rework the out of band handling completelyThomas Gleixner2006-05-291-112/+118
* [MTD] NAND Replace oobinfo by ecclayoutThomas Gleixner2006-05-291-35/+16
* [MTD] NAND Consolidate oobinfo handlingThomas Gleixner2006-05-291-1/+1
* [JFFS2] Fix wbuf recovery of f->metadata->raw node.David Woodhouse2006-05-271-1/+5