Age | Commit message (Expand) | Author |
2024-01-08 | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER | Kirill A. Shutemov |
2023-10-18 | ramfs: convert to new timestamp accessors | Jeff Layton |
2023-07-24 | ramfs: convert to ctime accessor functions | Jeff Layton |
2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-06-19 | shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfs | Roberto Sassu |
2023-05-24 | splice: Use filemap_splice_read() instead of generic_file_splice_read() | David Howells |
2023-04-05 | mm, treewide: redefine MAX_ORDER sanely | Kirill A. Shutemov |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-01-19 | fs: port inode_init_owner() to mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->tmpfile() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->mknod() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->symlink() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner |
2023-01-18 | mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map... | David Hildenbrand |
2022-10-10 | Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2022-09-24 | vfs: open inside ->tmpfile() | Miklos Szeredi |
2022-09-11 | ramfs: convert ramfs_nommu_get_unmapped_area() to use filemap_get_folios_cont... | Vishal Moola (Oracle) |
2021-11-09 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-11-09 | ramfs: fix mount source show for ramfs | yangerkun |
2021-10-18 | mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h> | Christoph Hellwig |
2021-06-29 | fs: move ramfs_aops to libfs | Christoph Hellwig |
2021-02-24 | ramfs: support O_TMPFILE | Alexey Dobriyan |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner |
2021-01-24 | attr: handle idmapped mounts | Christian Brauner |
2021-01-24 | inode: make init and permission helpers idmapped mount aware | Christian Brauner |
2020-10-16 | ramfs: fix nommu mmap with gaps in the page cache | Matthew Wilcox (Oracle) |
2020-02-07 | fs_parse: fold fs_parameter_desc/fs_parameter_spec | Al Viro |
2020-02-07 | fs_parser: remove fs_parameter_description name field | Eric Sandeen |
2019-09-12 | vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount API | David Howells |
2019-09-05 | make ramfs_fill_super() static | Al Viro |
2019-07-19 | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2019-07-04 | init_rootfs(): don't bother with init_ramfs_fs() | Al Viro |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2017-09-06 | mm: make pagevec_lookup() update index | Jan Kara |
2017-07-06 | ramfs: Implement show_options | David Howells |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds |
2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-10-10 | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro |
2016-10-08 | Merge remote-tracking branch 'jk/vfs' into work.misc | Al Viro |
2016-09-27 | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani |
2016-09-27 | fs: rename "rename2" i_op to "rename" | Miklos Szeredi |
2016-09-27 | libfs: support RENAME_NOREPLACE in simple_rename() | Miklos Szeredi |
2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara |
2016-09-19 | ipc/shm: fix crash if CONFIG_SHMEM is not set | Kirill A. Shutemov |
2016-05-20 | tmpfs/ramfs: fix VM_MAYSHARE mappings for NOMMU | Rich Felker |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov |
2015-12-08 | don't put symlink bodies in pagecache into highmem | Al Viro |