aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2
Commit message (Expand)AuthorAgeFilesLines
* 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-221-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-261-1/+0
| * jffs2: Standardize JFFS_<LEVEL> usesJoe Perches2012-03-263-34/+13
| * jffs2: Use pr_fmt and remove jffs: from formatsJoe Perches2012-03-2623-38/+80
| * jffs2: Convert printks to pr_<level>Joe Perches2012-03-2617-264/+342
| * jffs2: Convert most D1/D2 macros to jffs2_dbgJoe Perches2012-03-2616-360/+504
| * jffs2: make jffs2_initxattrs() staticNikola Pajkovsky2012-03-261-2/+2
| * jffs2: Fix typo in compr.cMasanari Iida2012-03-261-1/+1
| * jffs2: Remove unnecessary OOM messagesJoe Perches2012-03-262-5/+2
| * jffs2: fix typo in scan.cMasanari Iida2012-03-261-1/+1
| * jffs2: update to new MTD interfaceBrian Norris2012-03-261-3/+1
| * jffs2: remove direct mtd->point referenceArtem Bityutskiy2012-03-261-11/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-4/+2
|\ \
| * | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-4/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-201-1/+1
|\ \ | |/ |/|
| * jffs2: Fix typo in compr.cMasanari Iida2012-02-091-1/+1
* | jffs2: do not initialize variable unnecessarilyArtem Bityutskiy2012-01-111-1/+1
|/
* Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-01-107-81/+45
|\
| * mtd: do not use mtd->block_markbad directlyArtem Bityutskiy2012-01-091-3/+0
| * mtd: do not use mtd->sync directlyArtem Bityutskiy2012-01-091-3/+1