aboutsummaryrefslogtreecommitdiff
path: root/fs/jffs2
AgeCommit message (Expand)AuthorFilesLines
2014-01-28Merge tag 'for-linus-20140127' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 1-0/+4
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 7-143/+24
2014-01-25jffs2: use generic posix ACL infrastructureGravatar Christoph Hellwig 7-143/+24
2014-01-25fs: make posix_acl_create more usefulGravatar Christoph Hellwig 1-1/+1
2014-01-25fs: make posix_acl_chmod more usefulGravatar Christoph Hellwig 1-1/+1
2014-01-23fs/jffs2: use rbtree postorder iteration helper instead of opencodingGravatar Cody P Schafer 2-49/+5
2014-01-03jffs2: NULL return of kmem_cache_zalloc should be handledGravatar Zhouyi Zhou 1-0/+4
2013-10-27jffs2: do not support the MLC nandGravatar Huang Shijie 1-0/+4
2013-06-29[readdir] convert jffs2Gravatar Al Viro 1-36/+16
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-2/+2
2013-01-21fs/jffs2: remove depends on CONFIG_EXPERIMENTALGravatar Kees Cook 1-5/+5
2012-11-18jffs2: hold erase_completion_lock on exitGravatar Alexey Khoroshilov 1-2/+4
2012-11-09jffs2: Fix lock acquisition order bug in jffs2_write_beginGravatar Thomas Betker 1-18/+21
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...Gravatar David Woodhouse 6-30/+55
2012-10-09rbtree: move some implementation details from rbtree.h to rbtree.cGravatar Michel Lespinasse 1-5/+8
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+6
2012-09-29JFFS2: don't fail on bitflips in OOBGravatar Brian Norris 1-4/+4
2012-09-29JFFS2: fix unmount regressionGravatar Artem Bityutskiy 1-0/+4
2012-09-21userns: Convert jffs2 to use kuid and kgid where appropriateGravatar Eric W. Biederman 4-23/+39
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrGravatar Eric W. Biederman 1-2/+2
2012-07-23don't expose I_NEW inodes via dentry->d_inodeGravatar Al Viro 1-4/+4
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 1-2/+2
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-2/+2
2012-06-01Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 6-13/+97
2012-05-30jffs2: get rid of jffs2_sync_superGravatar Artem Bityutskiy 4-21/+58
2012-05-30jffs2: remove unnecessary GC pass on syncGravatar Artem Bityutskiy 1-2/+0
2012-05-30jffs2: remove unnecessary GC pass on umountGravatar Artem Bityutskiy 1-3/+0
2012-05-30jffs2: remove lock_superGravatar Artem Bityutskiy 1-3/+0
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxGravatar Linus Torvalds 1-1/+1
2012-05-13jffs2: allow to complete xattr integrity check on first GC scanGravatar Jean-Christophe DUBOIS 3-0/+10
2012-05-13jffs2: allow to discriminate between recoverable and non-recoverable errorsGravatar Jean-Christophe DUBOIS 1-7/+9
2012-05-13jffs2: get rid of jffs2_sync_superGravatar Artem Bityutskiy 4-21/+58
2012-05-13jffs2: remove unnecessary GC pass on syncGravatar Artem Bityutskiy 1-2/+0
2012-05-13jffs2: remove unnecessary GC pass on umountGravatar Artem Bityutskiy 1-3/+0
2012-05-13jffs2: remove lock_superGravatar Artem Bityutskiy 1-3/+0
2012-05-13jffs2: refactor csize usage in jffs2_do_read_inode_internal()Gravatar Xi Wang 1-6/+6
2012-05-13jffs2: validate symlink size in jffs2_do_read_inode_internal()Gravatar Xi Wang 1-0/+6
2012-05-13JFFS2: Add parameter to reserve disk space for rootGravatar Daniel Drake 3-0/+66
2012-05-07jffs2: Fix lock acquisition order bug in gc pathGravatar Josh Cartwright 1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 28-680/+915
2012-03-27mtd: unify initialization of erase_info->fail_addrGravatar Shmulik Ladkani 1-1/+0
2012-03-27jffs2: Standardize JFFS_<LEVEL> usesGravatar Joe Perches 3-34/+13
2012-03-27jffs2: Use pr_fmt and remove jffs: from formatsGravatar Joe Perches 23-38/+80
2012-03-27jffs2: Convert printks to pr_<level>Gravatar Joe Perches 17-264/+342
2012-03-27jffs2: Convert most D1/D2 macros to jffs2_dbgGravatar Joe Perches 16-360/+504
2012-03-27jffs2: make jffs2_initxattrs() staticGravatar Nikola Pajkovsky 1-2/+2