summaryrefslogtreecommitdiffstats
path: root/fs/ramfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* ramfs: fix memleak on no-mmu archBob Liu2011-04-141-0/+1
* 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
* check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-091-3/+2
* rename generic_setattrChristoph Hellwig2010-08-091-1/+1
* fs: convert simple fs to new truncateNick Piggin2010-05-272-3/+5
* rename the generic fsync implementationsChristoph Hellwig2010-05-272-2/+2
* ramfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-14/+6
* devtmpfs: support !CONFIG_TMPFSPeter Korsgaard2010-05-211-1/+1
OpenPOWER on IntegriCloud