summaryrefslogtreecommitdiffstats
path: root/fs/ramfs
Commit message (Expand)AuthorAgeFilesLines
* ramfs: Initialize security of in-memory inodesRoberto Sassu2024-01-261-1/+31
* mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-1/+1
* ramfs: convert to new timestamp accessorsJeff Layton2023-10-181-3/+4
* ramfs: convert to ctime accessor functionsJeff Layton2023-07-241-3/+3
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-1/+1
|\
| * shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu2023-06-191-1/+1
* | splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-242-2/+2
|/
* mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-1/+1
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-1/+1
|\
| * mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand2023-01-181-1/+1
* | fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->tmpfile() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
* | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-4/+4
|/
* Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-10-101-3/+3
|\
| * vfs: open inside ->tmpfile()Miklos Szeredi2022-09-241-3/+3
* | ramfs: convert ramfs_nommu_get_unmapped_area() to use filemap_get_folios_cont...Vishal Moola (Oracle)2022-09-111-21/+29
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-4/+7
|\
| * ramfs: fix mount source show for ramfsyangerkun2021-11-091-4/+7
* | mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig2021-10-181-0/+1
|/
* fs: move ramfs_aops to libfsChristoph Hellwig2021-06-291-8/+1
* ramfs: support O_TMPFILEAlexey Dobriyan2021-02-241-0/+13
* fs: make helpers idmap mount awareChristian Brauner2021-01-242-8/+13
* attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* ramfs: fix nommu mmap with gaps in the page cacheMatthew Wilcox (Oracle)2020-10-161-1/+1
* fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-7/+3
* fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
* vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount APIDavid Howells2019-09-121-41/+58
* make ramfs_fill_super() staticAl Viro2019-09-051-1/+1
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-5/+1
|\
| * init_rootfs(): don't bother with init_ramfs_fs()Al Viro2019-07-041-5/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-10/+2
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* mm: make pagevec_lookup() update indexJan Kara2017-09-061-1/+1
* ramfs: Implement show_optionsDavid Howells2017-07-061-11/+21
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-3/+3
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-0/+9
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| | * libfs: support RENAME_NOREPLACE in simple_rename()Miklos Szeredi2016-09-271-1/+1
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-3/+3
* | | Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-1/+1
|\ \ \ | |_|/ |/| |
| * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| |/
* / ipc/shm: fix crash if CONFIG_SHMEM is not setKirill A. Shutemov2016-09-191-0/+9
|/
* tmpfs/ramfs: fix VM_MAYSHARE mappings for NOMMURich Felker2016-05-201-6/+2
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2