aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ramfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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