summaryrefslogtreecommitdiff
path: root/fs/ramfs/inode.c
AgeCommit message (Expand)Author
2023-10-18ramfs: convert to new timestamp accessorsJeff Layton
2023-07-24ramfs: convert to ctime accessor functionsJeff Layton
2023-06-19shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09ramfs: fix mount source show for ramfsyangerkun
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig
2021-06-29fs: move ramfs_aops to libfsChristoph Hellwig
2021-02-24ramfs: support O_TMPFILEAlexey Dobriyan
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2019-09-12vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount APIDavid Howells
2019-09-05make ramfs_fill_super() staticAl Viro
2019-07-04init_rootfs(): don't bother with init_ramfs_fs()Al Viro
2017-07-06ramfs: Implement show_optionsDavid Howells
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig
2014-01-23fs/ramfs: move ramfs_aops to inode.cAxel Lin
2014-01-21fs/ramfs: don't use module_init for non-modular core codePaul Gortmaker
2013-09-11initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley
2013-09-11initmpfs: move bdi setup from init_rootfs to init_ramfsRob Landley
2013-09-11initmpfs: replace MS_NOUSER in initramfsRob Landley
2013-01-26userns: Allow the userns root to mount ramfs.Eric W. Biederman
2012-07-14don't pass nameidata to ->create()Al Viro
2012-03-20tidy up after d_make_root() conversionAl Viro
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-01-03pohmelfs: propagate umode_tAl Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2011-11-02ramfs: remove module leftoversRichard Weinberger
2010-10-29convert get_sb_nodev() usersAl Viro
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig
2010-05-21ramfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov
2010-05-21devtmpfs: support !CONFIG_TMPFSPeter Korsgaard
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-23ramfs: move RAMFS_MAGIC to include/linux/magic.hmaximilian attems
2009-09-11writeback: add name to backing_dev_infoJens Axboe