| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: pass dentry to set acl method | Christian Brauner | 2022-10-19 | 1 | -1/+1 |
* | Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-06-03 | 1 | -0/+1 |
|\ |
|
| * | jffs2: fix memory leak in jffs2_do_fill_super | Baokun Li | 2022-05-27 | 1 | -0/+1 |
* | | jffs2: Convert jffs2 to read_folio | Matthew Wilcox (Oracle) | 2022-05-09 | 1 | -1/+1 |
|/ |
|
* | jffs2: fix use-after-free in jffs2_clear_xattr_subsystem | Baokun Li | 2022-03-16 | 1 | -1/+1 |
* | fs: make helpers idmap mount aware | Christian Brauner | 2021-01-24 | 1 | -1/+2 |
* | acl: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -1/+1 |
* | attr: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -1/+1 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -1/+1 |
* | Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-09-21 | 1 | -27/+0 |
|\ |
|
| * | jffs2: Remove jffs2_gc_fetch_page and jffs2_gc_release_page | Christoph Hellwig | 2019-09-15 | 1 | -27/+0 |
* | | Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2019-09-19 | 1 | -10/+11 |
|\ \ |
|
| * | | vfs: Convert jffs2 to use the new mount API | David Howells | 2019-09-05 | 1 | -10/+11 |
| |/ |
|
* / | fs: Fill in max and min timestamps in superblock | Deepa Dinamani | 2019-08-30 | 1 | -0/+3 |
|/ |
|
* | jffs2: pass the correct prototype to read_cache_page | Christoph Hellwig | 2019-07-12 | 1 | -1/+1 |
* | fs: mark expected switch fall-throughs | Gustavo A. R. Silva | 2019-04-09 | 1 | -0/+1 |
* | jffs2: use 64-bit intermediate timestamps | Arnd Bergmann | 2018-07-18 | 1 | -6/+6 |
* | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 2018-06-06 | 1 | -6/+6 |
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2018-01-31 | 1 | -1/+0 |
|\ |
|
| * | jffs2: Fix use-after-free bug in jffs2_iget()'s error handling path | Jake Daryll Obina | 2018-01-26 | 1 | -1/+0 |
* | | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 2017-11-27 | 1 | -2/+2 |
|/ |
|
* | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 2017-07-17 | 1 | -3/+3 |
* | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-11 | 1 | -1/+1 |
|\ |
|
| * | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps | Deepa Dinamani | 2016-09-28 | 1 | -1/+1 |
* | | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 2016-09-22 | 1 | -1/+1 |
|/ |
|
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -4/+4 |
* | tree wide: use kvfree() than conditional kfree()/vfree() | Tetsuo Handa | 2016-01-23 | 1 | -4/+1 |
* | Merge tag 'for-linus-20150623' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2015-06-24 | 1 | -5/+2 |
|\ |
|
| * | jffs2: fix unbalanced locking | Brian Norris | 2015-05-08 | 1 | -5/+2 |
* | | jffs2: switch to simple_follow_link() | Al Viro | 2015-05-11 | 1 | -0/+1 |
|/ |
|
* | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 1 | -1/+1 |
* | Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2014-04-07 | 1 | -3/+6 |
|\ |
|
| * | jffs2: unlock f->sem on error in jffs2_new_inode() | Wang Guoli | 2014-03-11 | 1 | -3/+6 |
* | | mm: remove read_cache_page_async() | Sasha Levin | 2014-04-04 | 1 | -1/+1 |
* | | mm + fs: store shadow entries in page cache | Johannes Weiner | 2014-04-04 | 1 | -1/+1 |
|/ |
|
* | jffs2: use generic posix ACL infrastructure | Christoph Hellwig | 2014-01-26 | 1 | -3/+4 |
* | jffs2: do not support the MLC nand | Huang Shijie | 2013-10-28 | 1 | -0/+4 |
* | userns: Convert jffs2 to use kuid and kgid where appropriate | Eric W. Biederman | 2012-09-21 | 1 | -11/+13 |
* | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 2012-05-06 | 1 | -1/+1 |
* | Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2012-03-31 | 1 | -27/+40 |
|\ |
|
| * | jffs2: Use pr_fmt and remove jffs: from formats | Joe Perches | 2012-03-27 | 1 | -4/+6 |
| * | jffs2: Convert printks to pr_<level> | Joe Perches | 2012-03-27 | 1 | -9/+13 |
| * | jffs2: Convert most D1/D2 macros to jffs2_dbg | Joe Perches | 2012-03-27 | 1 | -18/+25 |
* | | switch open-coded instances of d_make_root() to new helper | Al Viro | 2012-03-21 | 1 | -4/+2 |
|/ |
|
* | jffs2: fix up error handling for insert_inode_locked | Eric Sandeen | 2012-01-09 | 1 | -1/+0 |
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2011-11-07 | 1 | -1/+1 |
|\ |
|
| * | jffs2: implement mount option parsing and compression overriding | Andres Salomon | 2011-10-19 | 1 | -1/+1 |
* | | filesystems: add set_nlink() | Miklos Szeredi | 2011-11-02 | 1 | -3/+3 |
|/ |
|
* | switch posix_acl_create() to umode_t * | Al Viro | 2011-08-01 | 1 | -1/+1 |