summaryrefslogtreecommitdiffstats
path: root/fs/jffs2/fs.c
Commit message (Expand)AuthorAgeFilesLines
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-4/+4
* tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-221-4/+1
* Merge tag 'for-linus-20150623' of git://git.infradead.org/linux-mtdLinus Torvalds2015-06-231-5/+2
|\
| * jffs2: fix unbalanced lockingBrian Norris2015-05-071-5/+2
* | jffs2: switch to simple_follow_link()Al Viro2015-05-101-0/+1
|/
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtdLinus Torvalds2014-04-071-3/+6
|\
| * jffs2: unlock f->sem on error in jffs2_new_inode()Wang Guoli2014-03-101-3/+6
* | mm: remove read_cache_page_async()Sasha Levin2014-04-031-1/+1
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
|/
* jffs2: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-3/+4
* jffs2: do not support the MLC nandHuang Shijie2013-10-271-0/+4
* userns: Convert jffs2 to use kuid and kgid where appropriateEric W. Biederman2012-09-211-11/+13
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-03-301-27/+40
|\
| * jffs2: Use pr_fmt and remove jffs: from formatsJoe Perches2012-03-271-4/+6
| * jffs2: Convert printks to pr_<level>Joe Perches2012-03-271-9/+13
| * jffs2: Convert most D1/D2 macros to jffs2_dbgJoe Perches2012-03-271-18/+25
* | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-4/+2
|/
* jffs2: fix up error handling for insert_inode_lockedEric Sandeen2012-01-091-1/+0
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-11-071-1/+1
|\
| * jffs2: implement mount option parsing and compression overridingAndres Salomon2011-10-191-1/+1
* | filesystems: add set_nlink()Miklos Szeredi2011-11-021-3/+3
|/
* switch posix_acl_create() to umode_t *Al Viro2011-08-011-1/+1
* jffs2: S_ISLNK(mode & S_IFMT) is pointlessAl Viro2011-07-261-1/+1
* fix jffs2 ACLs on big-endian with 16bit mode_tAl Viro2011-07-241-1/+1
* fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2011-05-271-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-10-301-4/+0
|\
| * BKL: Remove BKL from jffs2Arnd Bergmann2010-10-041-4/+0
* | jffs2: Dynamically choose inocache hash sizeDaniel Drake2010-10-251-1/+21
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-08-101-0/+1
|\
| * jffs2: Update copyright noticesDavid Woodhouse2010-08-081-0/+1
* | convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-091-2/+4
* | check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-091-2/+2
* | Merge git://git.infradead.org/~dwmw2/mtd-2.6.35Linus Torvalds2010-06-071-1/+6
|\|
| * jffs2: Fix NFS race by using insert_inode_locked()David Woodhouse2010-06-031-1/+6
* | kill spurious reference to vmtruncatenpiggin@suse.de2010-05-271-2/+2
|/
* JFFS2: avoid using C++ keyword `new' in userspace-visible headerAndrew Morton2010-02-251-5/+5
* Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-111-0/+3
* jffs2: move jffs2_write_super to super.cChristoph Hellwig2009-06-111-15/+0
* CRED: Wrap task credential accesses in the JFFS2 filesystemDavid Howells2008-09-011-2/+2
* [JFFS2] Fill in f_fsid field in jffs2_statfs()David Woodhouse2008-08-181-0/+2
* [JFFS2] Track parent inode for directories (for NFS export)David Woodhouse2008-05-011-3/+2
* [JFFS2] Invert last argument of jffs2_gc_fetch_inode(), make it boolean.David Woodhouse2008-05-011-4/+5
* [JFFS2] semaphore->mutex conversionDavid Woodhouse2008-04-221-14/+14
* [JFFS2] Use ALLOC_DELETION priority for truncation to zero lengthDavid Woodhouse2008-02-251-1/+6
* [JFFS2] Set i_blocks when truncating filesDavid Woodhouse2008-02-251-2/+5
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-02-071-5/+1
|\
| * [JFFS2] Don't strip sgid bit from inode permissionsDavid Woodhouse2007-11-011-5/+1
* | iget: stop JFFS2 from using iget() and read_inode()David Howells2008-02-071-21/+35
|/