aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2/wbuf.c
Commit message (Expand)AuthorAgeFilesLines
* getting newer filesystem code workingWolfgang Wiedmeyer2015-10-231-9/+8
* 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
* [JFFS2] Switch to using an array of jffs2_raw_node_refs instead of a list.David Woodhouse2006-05-261-84/+203
* [JFFS2] Add 'jeb' argument to jffs2_prealloc_raw_node_refs()David Woodhouse2006-05-251-4/+4
* Merge branch 'master' of git://git.infradead.org/~gleixner/mtd-nand-2.6.gitDavid Woodhouse2006-05-241-20/+8
|\
| * [MTD] Remove read/write _ecc variantsThomas Gleixner2006-05-231-20/+8
* | [JFFS2] Reduce visibility of raw_node_ref to upper layers of JFFS2 code.David Woodhouse2006-05-241-17/+9
|/
* Merge branch 'master' of /home/tglx/work/kernel/git/mtd-2.6/Thomas Gleixner2006-05-231-42/+10
|\
| * [JFFS2] Remove flash offset argument from various functions.David Woodhouse2006-05-231-1/+3
| * [MTD] Merge STMicro NOR_ECC code with Intel Sibley codeJoern Engel2006-05-221-33/+3
| * [MTD] Introduce writesizeJoern Engel2006-05-221-3/+3
| * [JFFS2] Extend jffs2_link_node_ref() to link into per-inode list too.David Woodhouse2006-05-221-4/+2
* | [JFFS2] Simplify writebuffer handlingThomas Gleixner2006-05-231-170/+102
|/
* [JFFS2] Initialise ref->next_in_ino when marking dirty space in wbuf flushDavid Woodhouse2006-05-221-0/+1
* [JFFS2] File node reference for wasted space when flushing wbufDavid Woodhouse2006-05-211-9/+20
* [JFFS2] Add length argument to jffs2_add_physical_node_ref()David Woodhouse2006-05-211-3/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6Linus Torvalds2005-11-071-86/+126
|\
| * [JFFS2] Clean up trailing white spacesThomas Gleixner2005-11-071-64/+64
| * [JFFS2] Fix dataflash supportArtem B. Bityutskiy2005-11-061-16/+34
| * [JFFS2] Debug code simplification, update TODOArtem B. Bityutskiy2005-11-061-4/+1