summaryrefslogtreecommitdiffstats
path: root/fs/jffs2
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20140127' of git://git.infradead.org/linux-mtdLinus Torvalds2014-01-281-0/+4
|\
| * jffs2: NULL return of kmem_cache_zalloc should be handledZhouyi Zhou2014-01-031-0/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-287-143/+24
|\ \
| * | jffs2: use generic posix ACL infrastructureChristoph Hellwig2014-01-257-143/+24
| * | fs: make posix_acl_create more usefulChristoph Hellwig2014-01-251-1/+1
| * | fs: make posix_acl_chmod more usefulChristoph Hellwig2014-01-251-1/+1
| |/
* / fs/jffs2: use rbtree postorder iteration helper instead of opencodingCody P Schafer2014-01-232-49/+5
|/
* jffs2: do not support the MLC nandHuang Shijie2013-10-271-0/+4
* [readdir] convert jffs2Al Viro2013-06-291-36/+16
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-2/+2
|\
| * new helper: file_inode(file)Al Viro2013-02-221-2/+2
* | fs/jffs2: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-5/+5
|/
* jffs2: hold erase_completion_lock on exitAlexey Khoroshilov2012-11-181-2/+4
* jffs2: Fix lock acquisition order bug in jffs2_write_beginThomas Betker2012-11-091-18/+21
* Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse2012-10-096-30/+55
|\
| * rbtree: move some implementation details from rbtree.h to rbtree.cMichel Lespinasse2012-10-091-5/+8
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+6
| |\
| | * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+6
| * | userns: Convert jffs2 to use kuid and kgid where appropriateEric W. Biederman2012-09-214-23/+39
| * | userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman2012-09-181-2/+2
| |/
* | JFFS2: don't fail on bitflips in OOBBrian Norris2012-09-291-4/+4
* | JFFS2: fix unmount regressionArtem Bityutskiy2012-09-291-0/+4
|/
* don't expose I_NEW inodes via dentry->d_inodeAl Viro2012-07-231-4/+4
* don't pass nameidata to ->create()Al Viro2012-07-141-2/+2
* stop passing nameidata to ->lookup()Al Viro2012-07-141-2/+2
* Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdLinus Torvalds2012-06-016-13/+97
|\
| * jffs2: allow to complete xattr integrity check on first GC scanJean-Christophe DUBOIS2012-05-133-0/+10
| * jffs2: allow to discriminate between recoverable and non-recoverable errorsJean-Christophe DUBOIS2012-05-131-7/+9
| * jffs2: get rid of jffs2_sync_superArtem Bityutskiy2012-05-134-21/+58
| * jffs2: remove unnecessary GC pass on syncArtem Bityutskiy2012-05-131-2/+0
| * jffs2: remove unnecessary GC pass on umountArtem Bityutskiy2012-05-131-3/+0
| * jffs2: remove lock_superArtem Bityutskiy2012-05-131-3/+0
| * jffs2: refactor csize usage in jffs2_do_read_inode_internal()Xi Wang2012-05-131-6/+6
| * jffs2: validate symlink size in jffs2_do_read_inode_internal()Xi Wang2012-05-131-0/+6
| * JFFS2: Add parameter to reserve disk space for rootDaniel Drake2012-05-133-0/+66
* | jffs2: get rid of jffs2_sync_superArtem Bityutskiy2012-05-304-21/+58
* | jffs2: remove unnecessary GC pass on syncArtem Bityutskiy2012-05-301-2/+0
* | jffs2: remove unnecessary GC pass on umountArtem Bityutskiy2012-05-301-3/+0
* | jffs2: remove lock_superArtem Bityutskiy2012-05-301-3/+0
* | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\ \ | |/ |/|
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | jffs2: Fix lock acquisition order bug in gc pathJosh Cartwright2012-05-071-1/+1
|/
* Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-03-3028-680/+915
|\
| * mtd: unify initialization of erase_info->fail_addrShmulik Ladkani2012-03-271-1/+0
| * jffs2: Standardize JFFS_<LEVEL> usesJoe Perches2012-03-273-34/+13
| * jffs2: Use pr_fmt and remove jffs: from formatsJoe Perches2012-03-2723-38/+80
| * jffs2: Convert printks to pr_<level>Joe Perches2012-03-2717-264/+342
| * jffs2: Convert most D1/D2 macros to jffs2_dbgJoe Perches2012-03-2716-360/+504
| * jffs2: make jffs2_initxattrs() staticNikola Pajkovsky2012-03-271-2/+2