summaryrefslogtreecommitdiffstats
path: root/fs/ramfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-0/+1
* mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko2015-10-161-2/+3
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* make new_sync_{read,write}() staticAl Viro2015-04-112-4/+0
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+0
* fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-202-20/+9
* fs/ramfs/file-nommu.c: replace count*size kzalloc by kcallocFabian Frederick2014-08-081-1/+1
* ->splice_write() via ->write_iter()Al Viro2014-06-122-2/+2
* write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-062-4/+4
* switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-062-4/+4
* fs/ramfs: move ramfs_aops to inode.cAxel Lin2014-01-234-15/+7
* fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_m...Axel Lin2014-01-231-2/+8
* 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
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | 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
* fs: ramfs: file-nommu: add SetPageUptodate()Bob Liu2012-07-111-0/+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