aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus-1Artem Bityutskiy7-22/+26
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn1-1/+1
2011-03-22zlib: slim down zlib_deflate() workspace when possibleJim Keniston1-3/+4
2011-03-11jffs2: remove a trailing white space in commentariesTracey Dent1-1/+1
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris5-18/+21
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris5-18/+21
2011-01-17Merge git://git.infradead.org/mtd-2.6Linus Torvalds3-10/+9
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin2-2/+5
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-12-03jffs2: typo in commentDan Carpenter1-1/+1
2010-12-03jffs2: fix error value signVasiliy Kulikov1-6/+6
2010-12-03jffs2: use vzallocJoe Perches1-3/+2
2010-10-30Merge git://git.infradead.org/mtd-2.6Linus Torvalds15-41/+56
2010-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2-10/+3
2010-10-29convert get_sb_mtd() users to ->mount()Al Viro1-5/+4
2010-10-25new helper: ihold()Al Viro1-2/+2
2010-10-25jffs2: use kmemdupJulia Lawall1-2/+1
2010-10-25jffs2: Reduce excessive scan of empty blocksJoakim Tjernlund1-6/+6
2010-10-25jffs2: Fix serious write stall due to eraseJoakim Tjernlund1-3/+4
2010-10-25jffs2: Dynamically choose inocache hash sizeDaniel Drake5-7/+29
2010-10-25jffs2: drop unused model argumentMike Frysinger6-22/+15
2010-10-25jffs2: use cond_resched() instead of yield()Wolfram Sang1-1/+1
2010-10-04BKL: Remove BKL from jffs2Arnd Bergmann2-15/+1
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-2/+9
2010-08-10Merge git://git.infradead.org/mtd-2.6Linus Torvalds19-3/+20
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro4-5/+7
2010-08-09jffs2: don't open-code iget_failed()Al Viro1-12/+4
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-2/+2
2010-08-08mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse1-1/+0
2010-08-08jffs2: Update copyright noticesDavid Woodhouse18-2/+20
2010-07-21Fix up trivial spelling errors ('taht' -> 'that')Linus Torvalds1-1/+1
2010-06-07Merge git://git.infradead.org/~dwmw2/mtd-2.6.35Linus Torvalds3-63/+74
2010-06-06jffs2: update ctime when changing the file's permission by setfaclJan Kara1-1/+2
2010-06-03jffs2: Fix NFS race by using insert_inode_locked()David Woodhouse2-3/+16
2010-06-03jffs2: Fix in-core inode leaks on error pathsDavid Woodhouse1-59/+56
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de1-2/+2
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig2-3/+3
2010-05-21jffs2: constify xattr_handlerStephen Hemminger7-15/+15
2010-05-19jffs2: Stop triggering block erases from jffs2_write_super()Joakim Tjernlund1-4/+0
2010-05-19jffs2: Rename jffs2_erase_pending_trigger() to jffs2_dirty_trigger()Joakim Tjernlund2-3/+2
2010-05-19jffs2: Use jffs2_garbage_collect_trigger() to trigger pending erasesDavid Woodhouse5-10/+12
2010-05-19jffs2: Require jffs2_garbage_collect_trigger() to be called with lock heldDavid Woodhouse3-2/+5
2010-05-19jffs2: Wake GC thread when there are blocks to be erasedJoakim Tjernlund1-0/+4
2010-05-19jffs2: Erase pending blocks in GC pass, avoid invalid -EIO returnDavid Woodhouse3-4/+30
2010-05-19jffs2: Add 'work_done' return value from jffs2_erase_pending_blocks()Joakim Tjernlund2-2/+5
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse8-7/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo8-7/+1
2010-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-1/+1
2010-03-17jffs2: fix up rb_root initializations to use RB_ROOTVenkatesh Pallipadi1-1/+1
2010-02-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse5-69/+56