aboutsummaryrefslogtreecommitdiff
path: root/fs/ramfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-3/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 1-0/+1
2015-01-20fs: remove mapping->backing_dev_infoGravatar Christoph Hellwig 1-1/+0
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportGravatar Christoph Hellwig 1-20/+2
2014-01-23fs/ramfs: move ramfs_aops to inode.cGravatar Axel Lin 1-0/+7
2014-01-21fs/ramfs: don't use module_init for non-modular core codeGravatar Paul Gortmaker 1-1/+1
2013-09-11initmpfs: move rootfs code from fs/ramfs/ to init/Gravatar Rob Landley 1-31/+1
2013-09-11initmpfs: move bdi setup from init_rootfs to init_ramfsGravatar Rob Landley 1-6/+19
2013-09-11initmpfs: replace MS_NOUSER in initramfsGravatar Rob Landley 1-1/+6
2013-01-26userns: Allow the userns root to mount ramfs.Gravatar Eric W. Biederman 1-0/+1
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 1-1/+1
2012-03-20tidy up after d_make_root() conversionGravatar Al Viro 1-14/+6
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-10/+2
2012-01-03pohmelfs: propagate umode_tGravatar Al Viro 1-1/+1
2012-01-03switch ->mknod() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 1-1/+1
2011-11-02ramfs: remove module leftoversGravatar Richard Weinberger 1-10/+0
2010-10-29convert get_sb_nodev() usersGravatar Al Viro 1-9/+8
2010-10-25fs: do not assign default i_ino in new_inodeGravatar Christoph Hellwig 1-0/+1
2010-05-21ramfs: replace inode uid,gid,mode initialization with helper functionGravatar Dmitry Monakhov 1-14/+6
2010-05-21devtmpfs: support !CONFIG_TMPFSGravatar Peter Korsgaard 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-23ramfs: move RAMFS_MAGIC to include/linux/magic.hGravatar maximilian attems 1-3/+1
2009-09-11writeback: add name to backing_dev_infoGravatar Jens Axboe 1-0/+1
2009-06-14ramfs: ignore unknown mount optionsGravatar Mike Frysinger 1-3/+6
2009-04-07ramfs: fix double freeing s_fs_info on failed mountGravatar Ingo Molnar 1-8/+11
2009-04-01ramfs: add support for "mode=" mount optionGravatar Wu Fengguang 1-8/+86
2009-01-05zero i_uid/i_gid on inode allocationGravatar Al Viro 1-1/+0
2008-11-14CRED: Wrap task credential accesses in the RAMFS filesystemGravatar David Howells 1-2/+2
2008-10-20Ramfs and Ram Disk pages are unevictableGravatar Lee Schermerhorn 1-0/+1
2008-04-30mm: bdi: add separate writeback accounting capabilityGravatar Miklos Szeredi 1-1/+1
2007-10-17mm: bdi init hooksGravatar Peter Zijlstra 1-1/+11
2007-07-17Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...Gravatar Mel Gorman 1-0/+1
2007-05-21Detach sched.h from mm.hGravatar Alexey Dobriyan 1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-02-12[PATCH] Mark struct super_operations constGravatar Josef 'Jeff' Sipek 1-2/+2
2007-02-12[PATCH] mark struct inode_operations const 3Gravatar Arjan van de Ven 1-2/+2
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperGravatar Dave Hansen 1-2/+2
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 1-1/+0
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountGravatar David Howells 1-6/+7
2006-03-06[PATCH] ramfs needs to update directory m/ctime on symlinkGravatar Peter Staubach 1-0/+1
2006-02-24[PATCH] ramfs: update dir mtime and ctimeGravatar Andrew Morton 1-0/+2
2006-01-06[PATCH] NOMMU: Provide shared-writable mmap support on ramfsGravatar David Howells 1-21/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+246