summaryrefslogtreecommitdiffstats
path: root/fs/ramfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* writeback: add name to backing_dev_infoJens Axboe2009-09-111-0/+1
* ramfs: ignore unknown mount optionsMike Frysinger2009-06-141-3/+6
* ramfs: fix double freeing s_fs_info on failed mountIngo Molnar2009-04-071-8/+11
* ramfs: add support for "mode=" mount optionWu Fengguang2009-04-011-8/+86
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-1/+0
* CRED: Wrap task credential accesses in the RAMFS filesystemDavid Howells2008-11-141-2/+2
* Ramfs and Ram Disk pages are unevictableLee Schermerhorn2008-10-201-0/+1
* mm: bdi: add separate writeback accounting capabilityMiklos Szeredi2008-04-301-1/+1
* mm: bdi init hooksPeter Zijlstra2007-10-171-1/+11
* Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...Mel Gorman2007-07-171-0/+1
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-1/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-2/+2
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-121-2/+2
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-011-2/+2
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+0
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-6/+7
* [PATCH] ramfs needs to update directory m/ctime on symlinkPeter Staubach2006-03-061-0/+1
* [PATCH] ramfs: update dir mtime and ctimeAndrew Morton2006-02-241-0/+2
* [PATCH] NOMMU: Provide shared-writable mmap support on ramfsDavid Howells2006-01-061-21/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+246