summaryrefslogtreecommitdiffstats
path: root/fs/jffs2/fs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-211-27/+0
|\
| * jffs2: Remove jffs2_gc_fetch_page and jffs2_gc_release_pageChristoph Hellwig2019-09-151-27/+0
* | Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-09-191-10/+11
|\ \
| * | vfs: Convert jffs2 to use the new mount APIDavid Howells2019-09-051-10/+11
| |/
* | fs: Fill in max and min timestamps in superblockDeepa Dinamani2019-08-301-0/+3
|/
* jffs2: pass the correct prototype to read_cache_pageChristoph Hellwig2019-07-121-1/+1
* fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-081-0/+1
* jffs2: use 64-bit intermediate timestampsArnd Bergmann2018-07-181-6/+6
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-6/+6
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-1/+0
|\
| * jffs2: Fix use-after-free bug in jffs2_iget()'s error handling pathJake Daryll Obina2018-01-251-1/+0
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-2/+2
|/
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-3/+3
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
|/
* 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
OpenPOWER on IntegriCloud