Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
11be4bc6a1ee7a824237e63b59d228956aa8c2a7
/
fs
/
jffs2
/
wbuf.c
8bdc81c
jffs2: get rid of jffs2_sync_super
by Artem Bityutskiy
· 12 years ago
5a52895
jffs2: Use pr_fmt and remove jffs: from formats
by Joe Perches
· 13 years ago
da320f0
jffs2: Convert printks to pr_<level>
by Joe Perches
· 13 years ago
9c261b3
jffs2: Convert most D1/D2 macros to jffs2_dbg
by Joe Perches
· 13 years ago
800ffd3
mtd: do not use mtd->block_markbad directly
by Artem Bityutskiy
· 13 years ago
5942ddb
mtd: introduce mtd_block_markbad interface
by Artem Bityutskiy
· 13 years ago
a2cc5ba
mtd: introduce mtd_write_oob interface
by Artem Bityutskiy
· 13 years ago
fd2819b
mtd: introduce mtd_read_oob interface
by Artem Bityutskiy
· 13 years ago
eda95cb
mtd: introduce mtd_write interface
by Artem Bityutskiy
· 13 years ago
329ad39
mtd: introduce mtd_read interface
by Artem Bityutskiy
· 13 years ago
0612b9d
mtd: rename MTD_OOB_* to MTD_OPS_*
by Brian Norris
· 13 years ago
51b11e3
jffs2: use mutex_is_locked() in __jffs2_flush_wbuf()
by Alexey Khoroshilov
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
64a5c2e
jffs2: Rename jffs2_erase_pending_trigger() to jffs2_dirty_trigger()
by Joakim Tjernlund
· 14 years ago
ae3b6ba
jffs2: Use jffs2_garbage_collect_trigger() to trigger pending erases
by David Woodhouse
· 14 years ago
bc8cec0
JFFS2: add missing verify buffer allocation/deallocation
by Massimo Cirillo
· 15 years ago
5bf1723
[JFFS2] Write buffer offset adjustment for NOR-ECC (Sibley) flash
by Alexander Belyakov
· 16 years ago
27c72b0
[JFFS2] Track parent inode for directories (for NFS export)
by David Woodhouse
· 17 years ago
1b690b4
[JFFS2] Invert last argument of jffs2_gc_fetch_inode(), make it boolean.
by David Woodhouse
· 17 years ago
ced2207
[JFFS2] semaphore->mutex conversion
by David Woodhouse
· 17 years ago
cca1584
[JFFS2] add write verify on dataflash.
by michael
· 17 years ago
09b3fba
[JFFS2] Correct cleanmarker checks -- we should use only 8 bytes
by David Woodhouse
· 17 years ago
a6bc432
[JFFS2] Add support for write-buffer verification.
by David Woodhouse
· 17 years ago
ef53cb0
[JFFS2] Whitespace cleanups.
by David Woodhouse
· 17 years ago
3fddb6c
[JFFS2] Don't advance c->wbuf_ofs to next eraseblock after wbuf flush
by David Woodhouse
· 18 years ago
d1da4e5
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Woodhouse
· 18 years ago
0029da3
JFFS2: add UBI support
by Artem Bityutskiy
· 18 years ago
c00c310
[JFFS2] Tidy up licensing/copyright boilerplate.
by David Woodhouse
· 18 years ago
566865a
[JFFS2] Fix cross-endian build.
by David Woodhouse
· 18 years ago
7f762ab
[JFFS2] Disable summary after wbuf recovery
by Adrian Hunter
· 18 years ago
0feba82
[JFFS2] print a message when marking bad block
by Artem Bityutskiy
· 18 years ago
180bfb3
[JFFS2] Fix writebuffer recovery in the first page of a block
by Vitaly Wool
· 18 years ago
7be26bfb
[JFFS2] printk warning fixes
by Andrew Morton
· 18 years ago
a7a6ace1
[JFFS2] Use MTD_OOB_AUTO to automatically place cleanmarker on NAND
by Artem Bityutskiy
· 18 years ago
9cdf083
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Woodhouse
· 18 years ago
914e263
[PATCH] severing fs.h, radix-tree.h -> sched.h
by Al Viro
· 18 years ago
7014568
[MTD] [NAND] remove len/ooblen confusion.
by Vitaly Wool
· 18 years ago
f116629
[PATCH] fs: use list_move()
by Akinobu Mita
· 18 years ago
9a1fcdf
[MTD] NAND Signal that a bitflip was corrected by ECC
by Thomas Gleixner
· 18 years ago
8593fbc
[MTD] Rework the out of band handling completely
by Thomas Gleixner
· 18 years ago
5bd34c0
[MTD] NAND Replace oobinfo by ecclayout
by Thomas Gleixner
· 18 years ago
ff268fb
[MTD] NAND Consolidate oobinfo handling
by Thomas Gleixner
· 18 years ago
ddc58bd
[JFFS2] Fix wbuf recovery of f->metadata->raw node.
by David Woodhouse
· 18 years ago
9bfeb69
[JFFS2] Switch to using an array of jffs2_raw_node_refs instead of a list.
by David Woodhouse
· 18 years ago
046b8b9
[JFFS2] Add 'jeb' argument to jffs2_prealloc_raw_node_refs()
by David Woodhouse
· 18 years ago
0305c86
Merge branch 'master' of git://git.infradead.org/~gleixner/mtd-nand-2.6.git
by David Woodhouse
· 18 years ago
2f78540
[JFFS2] Reduce visibility of raw_node_ref to upper layers of JFFS2 code.
by David Woodhouse
· 18 years ago
9223a45
[MTD] Remove read/write _ecc variants
by Thomas Gleixner
· 18 years ago
4cbb9b8
Merge branch 'master' of /home/tglx/work/kernel/git/mtd-2.6/
by Thomas Gleixner
· 18 years ago
dcb0932
[JFFS2] Simplify writebuffer handling
by Thomas Gleixner
· 18 years ago
9fe4854
[JFFS2] Remove flash offset argument from various functions.
by David Woodhouse
· 18 years ago
c8b229d
[MTD] Merge STMicro NOR_ECC code with Intel Sibley code
by Joern Engel
· 18 years ago
2831877
[MTD] Introduce writesize
by Joern Engel
· 18 years ago
fcb7578
[JFFS2] Extend jffs2_link_node_ref() to link into per-inode list too.
by David Woodhouse
· 18 years ago
a1b563d
[JFFS2] Initialise ref->next_in_ino when marking dirty space in wbuf flush
by David Woodhouse
· 18 years ago
0bcc099
[JFFS2] File node reference for wasted space when flushing wbuf
by David Woodhouse
· 18 years ago
b64335f
[JFFS2] Add length argument to jffs2_add_physical_node_ref()
by David Woodhouse
· 18 years ago
b3ce1de
Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6
by Linus Torvalds
· 19 years ago
f99d49a
[PATCH] kfree cleanup: fs
by Jesper Juhl
· 19 years ago
182ec4e
[JFFS2] Clean up trailing white spaces
by Thomas Gleixner
· 19 years ago
daba5cc
[JFFS2] Fix dataflash support
by Artem B. Bityutskiy
· 19 years ago
733802d
[JFFS2] Debug code simplification, update TODO
by Artem B. Bityutskiy
· 19 years ago
e631ddb
[JFFS2] Add erase block summary support (mount time improvement)
by Ferenc Havasi
· 19 years ago
59da721
[JFFS2] Teach JFFS2 about Sibley flash
by Nicolas Pitre
· 19 years ago
e0c8e42
[JFFS2] Debug code clean up - step 3
by Artem B. Bityutskiy
· 19 years ago
61a39b6
[JFFS2] Debug code clean up - step 2
by Artem B. Bityutskiy
· 19 years ago
730554d
[JFFS2] Debug code clean up - step 1
by Artem B. Bityutskiy
· 19 years ago
4e57b68
[PATCH] fix missing includes
by Tim Schmielau
· 19 years ago
894214d
[JFFS2] Fix race problems with wbuf.
by Artem B. Bityuckiy
· 20 years ago
4d95270
[JFFS2] Use function to manipulate superblock dirty flag
by Artem B. Bityuckiy
· 20 years ago
2f82ce1
[JFFS2] Use a single config option for write buffer support
by Andrew Victor
· 20 years ago
8f15fd5
[JFFS2] Add support for JFFS2-on-Dataflash devices.
by Andrew Victor
· 20 years ago
3be3667
[JFFS2] Core changes required to support JFFS2-on-Dataflash devices.
by Andrew Victor
· 20 years ago
67d9e95
[JFFS2] Prevent deadlock during write buffer recovery
by Estelle Hammache
· 20 years ago
8aee6ac
[JFFS2] Remove NAND dependencies for NOR FLASH
by David Woodhouse
· 20 years ago
9b88f47
[JFFS2] Code cleanup
by Estelle Hammache
· 20 years ago
7f716cf
[JFFS2] Fix block refiling
by Estelle Hammache
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago