summaryrefslogtreecommitdiffstats
path: root/fs/jffs2/fs.c
Commit message (Expand)AuthorAgeFilesLines
* jffs2: convert to new timestamp accessorsJeff Layton2023-10-181-10/+10
* jffs2: convert to ctime accessor functionsJeff Layton2023-07-241-5/+5
* Merge tag 'ubifs-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-011-1/+1
|\
| * jffs2: fix spelling mistake "neccecary"->"necessary"Yu Zhe2023-02-021-1/+1
* | fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
|/
* fs: pass dentry to set acl methodChristian Brauner2022-10-191-1/+1
* Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-031-0/+1
|\
| * jffs2: fix memory leak in jffs2_do_fill_superBaokun Li2022-05-271-0/+1
* | jffs2: Convert jffs2 to read_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
|/
* jffs2: fix use-after-free in jffs2_clear_xattr_subsystemBaokun Li2022-03-161-1/+1
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+2
* acl: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* attr: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* 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