index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
jffs2
/
wbuf.c
Age
Commit message (
Expand
)
Author
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2022-09-21
mtd: always initialize 'stats' in struct mtd_oob_ops
Michał Kępień
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2017-09-14
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2017-08-13
mtd: nand: Rename nand.h into rawnand.h
Boris Brezillon
2017-07-17
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
2016-03-07
mtd: kill the ecclayout->oobavail field
Boris BREZILLON
2016-01-06
jffs2: use to_delayed_work
Geliang Tang
2015-11-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-11-06
fs/jffs2/wbuf.c: remove stray semicolon
Andrew Morton
2015-09-28
jffs2: remove unneeded kfree
fangwei
2014-10-09
[jffs2] kill wbuf_queued/wbuf_dwork_lock
Al Viro
2012-09-29
JFFS2: don't fail on bitflips in OOB
Brian Norris
2012-05-30
jffs2: get rid of jffs2_sync_super
Artem Bityutskiy
2012-03-27
jffs2: Use pr_fmt and remove jffs: from formats
Joe Perches
2012-03-27
jffs2: Convert printks to pr_<level>
Joe Perches
2012-03-27
jffs2: Convert most D1/D2 macros to jffs2_dbg
Joe Perches
2012-01-09
mtd: do not use mtd->block_markbad directly
Artem Bityutskiy
2012-01-09
mtd: introduce mtd_block_markbad interface
Artem Bityutskiy
2012-01-09
mtd: introduce mtd_write_oob interface
Artem Bityutskiy
2012-01-09
mtd: introduce mtd_read_oob interface
Artem Bityutskiy
2012-01-09
mtd: introduce mtd_write interface
Artem Bityutskiy
2012-01-09
mtd: introduce mtd_read interface
Artem Bityutskiy
2011-09-11
mtd: rename MTD_OOB_* to MTD_OPS_*
Brian Norris
2011-09-11
jffs2: use mutex_is_locked() in __jffs2_flush_wbuf()
Alexey Khoroshilov
2011-03-31
Fix common misspellings
Lucas De Marchi
2010-05-19
jffs2: Rename jffs2_erase_pending_trigger() to jffs2_dirty_trigger()
Joakim Tjernlund
2010-05-19
jffs2: Use jffs2_garbage_collect_trigger() to trigger pending erases
David Woodhouse
2009-09-03
JFFS2: add missing verify buffer allocation/deallocation
Massimo Cirillo
2008-10-18
[JFFS2] Write buffer offset adjustment for NOR-ECC (Sibley) flash
Alexander Belyakov
2008-05-01
[JFFS2] Track parent inode for directories (for NFS export)
David Woodhouse
2008-05-01
[JFFS2] Invert last argument of jffs2_gc_fetch_inode(), make it boolean.
David Woodhouse
2008-04-22
[JFFS2] semaphore->mutex conversion
David Woodhouse
2008-04-22
[JFFS2] add write verify on dataflash.
michael
2007-08-09
[JFFS2] Correct cleanmarker checks -- we should use only 8 bytes
David Woodhouse
2007-07-11
[JFFS2] Add support for write-buffer verification.
David Woodhouse
2007-07-10
[JFFS2] Whitespace cleanups.
David Woodhouse
2007-05-05
[JFFS2] Don't advance c->wbuf_ofs to next eraseblock after wbuf flush
David Woodhouse
2007-04-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
2007-04-27
JFFS2: add UBI support
Artem Bityutskiy
2007-04-25
[JFFS2] Tidy up licensing/copyright boilerplate.
David Woodhouse
2007-04-23
[JFFS2] Fix cross-endian build.
David Woodhouse
2007-04-17
[JFFS2] Disable summary after wbuf recovery
Adrian Hunter
2007-03-09
[JFFS2] print a message when marking bad block
Artem Bityutskiy
2007-03-08
[JFFS2] Fix writebuffer recovery in the first page of a block
Vitaly Wool
2007-02-18
[JFFS2] printk warning fixes
Andrew Morton
2007-02-09
[JFFS2] Use MTD_OOB_AUTO to automatically place cleanmarker on NAND
Artem Bityutskiy
2007-01-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
2006-12-04
[PATCH] severing fs.h, radix-tree.h -> sched.h
Al Viro
2006-11-28
[MTD] [NAND] remove len/ooblen confusion.
Vitaly Wool
[next]