summaryrefslogtreecommitdiffstats
path: root/fs/jffs2
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-10-3015-41/+56
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-10-302-10/+3
| |\
| * | jffs2: use kmemdupJulia Lawall2010-10-251-2/+1
| * | jffs2: Reduce excessive scan of empty blocksJoakim Tjernlund2010-10-251-6/+6
| * | jffs2: Fix serious write stall due to eraseJoakim Tjernlund2010-10-251-3/+4
| * | jffs2: Dynamically choose inocache hash sizeDaniel Drake2010-10-255-7/+29
| * | jffs2: drop unused model argumentMike Frysinger2010-10-256-22/+15
| * | jffs2: use cond_resched() instead of yield()Wolfram Sang2010-10-251-1/+1
* | | convert get_sb_mtd() users to ->mount()Al Viro2010-10-291-5/+4
* | | new helper: ihold()Al Viro2010-10-251-2/+2
| |/ |/|
* | BKL: Remove BKL from jffs2Arnd Bergmann2010-10-042-15/+1
* | BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-2/+9
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-08-1019-3/+20
|\
| * mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse2010-08-081-1/+0
| * jffs2: Update copyright noticesDavid Woodhouse2010-08-0818-2/+20
* | convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-094-5/+7
* | jffs2: don't open-code iget_failed()Al Viro2010-08-091-12/+4
* | check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-091-2/+2
* | Fix up trivial spelling errors ('taht' -> 'that')Linus Torvalds2010-07-211-1/+1
* | Merge git://git.infradead.org/~dwmw2/mtd-2.6.35Linus Torvalds2010-06-073-63/+74
|\ \
| * | jffs2: update ctime when changing the file's permission by setfaclJan Kara2010-06-061-1/+2
| |/
| * jffs2: Fix NFS race by using insert_inode_locked()David Woodhouse2010-06-032-3/+16
| * jffs2: Fix in-core inode leaks on error pathsDavid Woodhouse2010-06-031-59/+56
* | kill spurious reference to vmtruncatenpiggin@suse.de2010-05-271-2/+2
* | drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-272-3/+3
* | jffs2: constify xattr_handlerStephen Hemminger2010-05-217-15/+15
|/
* jffs2: Stop triggering block erases from jffs2_write_super()Joakim Tjernlund2010-05-191-4/+0
* jffs2: Rename jffs2_erase_pending_trigger() to jffs2_dirty_trigger()Joakim Tjernlund2010-05-192-3/+2
* jffs2: Use jffs2_garbage_collect_trigger() to trigger pending erasesDavid Woodhouse2010-05-195-10/+12
* jffs2: Require jffs2_garbage_collect_trigger() to be called with lock heldDavid Woodhouse2010-05-193-2/+5
* jffs2: Wake GC thread when there are blocks to be erasedJoakim Tjernlund2010-05-191-0/+4
* jffs2: Erase pending blocks in GC pass, avoid invalid -EIO returnDavid Woodhouse2010-05-193-4/+30
* jffs2: Add 'work_done' return value from jffs2_erase_pending_blocks()Joakim Tjernlund2010-05-192-2/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-05-108-7/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-308-7/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-03-261-1/+1
|\ \ | |/
| * jffs2: fix up rb_root initializations to use RB_ROOTVenkatesh Pallipadi2010-03-171-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-02-265-69/+56
|\ \ | |/
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds2009-12-165-69/+56
| |\
| | * sanitize xattr handler prototypesChristoph Hellwig2009-12-165-69/+56
* | | JFFS2: avoid using C++ keyword `new' in userspace-visible headerAndrew Morton2010-02-252-9/+9
|/ /
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-12-163-3/+4
|\ \ | |/ |/|
| * jffs2: Fix long-standing bug with symlink garbage collection.David Woodhouse2009-12-161-1/+2
| * JFFS2: fix min/max confusionRoel Kluin2009-11-301-1/+1
| * jffs2: Fix error return in jffs2_do_read_inode_internal()Roel Kluin2009-11-301-1/+1
* | Merge branch 'for-next' into for-linusJiri Kosina2009-12-073-3/+3
|\ \
| * | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-043-3/+3
| |/
* | jffs2: Fix memory corruption in jffs2_read_inode_range()David Woodhouse2009-11-301-3/+6
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-09-232-9/+15
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2009-09-205-11/+6
| |\
OpenPOWER on IntegriCloud