summaryrefslogtreecommitdiffstats
path: root/fs/ramfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* ramfs: Initialize security of in-memory inodesRoberto Sassu2024-01-261-1/+31
* ramfs: convert to new timestamp accessorsJeff Layton2023-10-181-3/+4
* ramfs: convert to ctime accessor functionsJeff Layton2023-07-241-3/+3
* shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu2023-06-191-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
* vfs: open inside ->tmpfile()Miklos Szeredi2022-09-241-3/+3
* 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-241-6/+10
* inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-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
* init_rootfs(): don't bother with init_ramfs_fs()Al Viro2019-07-041-5/+1
* ramfs: Implement show_optionsDavid Howells2017-07-061-11/+21
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-3/+3
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-0/+1
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+0
* fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-201-20/+2
* fs/ramfs: move ramfs_aops to inode.cAxel Lin2014-01-231-0/+7
* fs/ramfs: don't use module_init for non-modular core codePaul Gortmaker2014-01-211-1/+1
* initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley2013-09-111-31/+1
* initmpfs: move bdi setup from init_rootfs to init_ramfsRob Landley2013-09-111-6/+19
* initmpfs: replace MS_NOUSER in initramfsRob Landley2013-09-111-1/+6
* userns: Allow the userns root to mount ramfs.Eric W. Biederman2013-01-261-0/+1
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* tidy up after d_make_root() conversionAl Viro2012-03-201-14/+6
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-10/+2
* pohmelfs: propagate umode_tAl Viro2012-01-031-1/+1
* switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* switch ->create() to umode_tAl Viro2012-01-031-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
* ramfs: remove module leftoversRichard Weinberger2011-11-021-10/+0
* convert get_sb_nodev() usersAl Viro2010-10-291-9/+8
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+1
* ramfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-14/+6
* devtmpfs: support !CONFIG_TMPFSPeter Korsgaard2010-05-211-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ramfs: move RAMFS_MAGIC to include/linux/magic.hmaximilian attems2009-09-231-3/+1