aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2/fs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-12jffs2: pass the correct prototype to read_cache_pageChristoph Hellwig1-1/+1
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2018-07-18jffs2: use 64-bit intermediate timestampsArnd Bergmann1-6/+6
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-6/+6
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2018-01-25jffs2: Fix use-after-free bug in jffs2_iget()'s error handling pathJake Daryll Obina1-1/+0
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-2/+2
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-3/+3
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-4/+4
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa1-4/+1
2015-06-23Merge tag 'for-linus-20150623' of git://git.infradead.org/linux-mtdLinus Torvalds1-5/+2
2015-05-10jffs2: switch to simple_follow_link()Al Viro1-0/+1
2015-05-07jffs2: fix unbalanced lockingBrian Norris1-5/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2014-04-07Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtdLinus Torvalds1-3/+6
2014-04-03mm: remove read_cache_page_async()Sasha Levin1-1/+1
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-03-10jffs2: unlock f->sem on error in jffs2_new_inode()Wang Guoli1-3/+6
2014-01-25jffs2: use generic posix ACL infrastructureChristoph Hellwig1-3/+4
2013-10-27jffs2: do not support the MLC nandHuang Shijie1-0/+4
2012-09-21userns: Convert jffs2 to use kuid and kgid where appropriateEric W. Biederman1-11/+13
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds1-27/+40
2012-03-27jffs2: Use pr_fmt and remove jffs: from formatsJoe Perches1-4/+6
2012-03-27jffs2: Convert printks to pr_<level>Joe Perches1-9/+13
2012-03-27jffs2: Convert most D1/D2 macros to jffs2_dbgJoe Perches1-18/+25
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-01-09jffs2: fix up error handling for insert_inode_lockedEric Sandeen1-1/+0
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-3/+3
2011-10-19jffs2: implement mount option parsing and compression overridingAndres Salomon1-1/+1
2011-08-01switch posix_acl_create() to umode_t *Al Viro1-1/+1
2011-07-26jffs2: S_ISLNK(mode & S_IFMT) is pointlessAl Viro1-1/+1
2011-07-24fix jffs2 ACLs on big-endian with 16bit mode_tAl Viro1-1/+1
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig1-1/+1
2010-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse1-4/+0
2010-10-25jffs2: Dynamically choose inocache hash sizeDaniel Drake1-1/+21
2010-10-04BKL: Remove BKL from jffs2Arnd Bergmann1-4/+0
2010-08-10Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-0/+1
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-2/+4
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-2/+2
2010-08-08jffs2: Update copyright noticesDavid Woodhouse1-0/+1
2010-06-07Merge git://git.infradead.org/~dwmw2/mtd-2.6.35Linus Torvalds1-1/+6
2010-06-03jffs2: Fix NFS race by using insert_inode_locked()David Woodhouse1-1/+6
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de1-2/+2
2010-02-25JFFS2: avoid using C++ keyword `new' in userspace-visible headerAndrew Morton1-5/+5