aboutsummaryrefslogtreecommitdiff
path: root/fs/jffs2/fs.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-07Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 1-3/+6
2014-04-03mm: remove read_cache_page_async()Gravatar Sasha Levin 1-1/+1
2014-04-03mm + fs: store shadow entries in page cacheGravatar Johannes Weiner 1-1/+1
2014-03-10jffs2: unlock f->sem on error in jffs2_new_inode()Gravatar Wang Guoli 1-3/+6
2014-01-25jffs2: use generic posix ACL infrastructureGravatar Christoph Hellwig 1-3/+4
2013-10-27jffs2: do not support the MLC nandGravatar Huang Shijie 1-0/+4
2012-09-21userns: Convert jffs2 to use kuid and kgid where appropriateGravatar Eric W. Biederman 1-11/+13
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 1-27/+40
2012-03-27jffs2: Use pr_fmt and remove jffs: from formatsGravatar Joe Perches 1-4/+6
2012-03-27jffs2: Convert printks to pr_<level>Gravatar Joe Perches 1-9/+13
2012-03-27jffs2: Convert most D1/D2 macros to jffs2_dbgGravatar Joe Perches 1-18/+25
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-4/+2
2012-01-09jffs2: fix up error handling for insert_inode_lockedGravatar Eric Sandeen 1-1/+0
2011-11-07Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 1-1/+1
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-3/+3
2011-10-19jffs2: implement mount option parsing and compression overridingGravatar Andres Salomon 1-1/+1
2011-08-01switch posix_acl_create() to umode_t *Gravatar Al Viro 1-1/+1
2011-07-26jffs2: S_ISLNK(mode & S_IFMT) is pointlessGravatar Al Viro 1-1/+1
2011-07-24fix jffs2 ACLs on big-endian with 16bit mode_tGravatar Al Viro 1-1/+1
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeGravatar Christoph Hellwig 1-1/+1
2010-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar David Woodhouse 1-4/+0
2010-10-25jffs2: Dynamically choose inocache hash sizeGravatar Daniel Drake 1-1/+21
2010-10-04BKL: Remove BKL from jffs2Gravatar Arnd Bergmann 1-4/+0
2010-08-10Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 1-0/+1
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Gravatar Al Viro 1-2/+4
2010-08-09check ATTR_SIZE contraints in inode_change_okGravatar Christoph Hellwig 1-2/+2
2010-08-08jffs2: Update copyright noticesGravatar David Woodhouse 1-0/+1
2010-06-07Merge git://git.infradead.org/~dwmw2/mtd-2.6.35Gravatar Linus Torvalds 1-1/+6
2010-06-03jffs2: Fix NFS race by using insert_inode_locked()Gravatar David Woodhouse 1-1/+6
2010-05-27kill spurious reference to vmtruncateGravatar npiggin@suse.de 1-2/+2
2010-02-25JFFS2: avoid using C++ keyword `new' in userspace-visible headerGravatar Andrew Morton 1-5/+5
2009-06-11Push BKL down into ->remount_fs()Gravatar Alessio Igor Bogani 1-0/+3
2009-06-11jffs2: move jffs2_write_super to super.cGravatar Christoph Hellwig 1-15/+0
2008-09-01CRED: Wrap task credential accesses in the JFFS2 filesystemGravatar David Howells 1-2/+2
2008-08-18[JFFS2] Fill in f_fsid field in jffs2_statfs()Gravatar David Woodhouse 1-0/+2
2008-05-01[JFFS2] Track parent inode for directories (for NFS export)Gravatar David Woodhouse 1-3/+2
2008-05-01[JFFS2] Invert last argument of jffs2_gc_fetch_inode(), make it boolean.Gravatar David Woodhouse 1-4/+5
2008-04-22[JFFS2] semaphore->mutex conversionGravatar David Woodhouse 1-14/+14
2008-02-25[JFFS2] Use ALLOC_DELETION priority for truncation to zero lengthGravatar David Woodhouse 1-1/+6
2008-02-25[JFFS2] Set i_blocks when truncating filesGravatar David Woodhouse 1-2/+5
2008-02-07Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 1-5/+1
2008-02-07iget: stop JFFS2 from using iget() and read_inode()Gravatar David Howells 1-21/+35
2007-11-01[JFFS2] Don't strip sgid bit from inode permissionsGravatar David Woodhouse 1-5/+1
2007-10-20[JFFS2] Tidy up fix for ACL/permissions problem.Gravatar KaiGai Kohei 1-15/+6
2007-10-13Merge Linux 2.6.23Gravatar David Woodhouse 1-1/+1
2007-09-02[JFFS2] fix write deadlock regressionGravatar Jason Lunz 1-1/+1
2007-08-22[JFFS2] Fix ACL vs. mode handling.Gravatar David Woodhouse 1-6/+26
2007-04-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar David Woodhouse 1-0/+12
2007-04-27JFFS2: add UBI supportGravatar Artem Bityutskiy 1-0/+12