summaryrefslogtreecommitdiffstats
path: root/fs/ramfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-0/+2
* nommu: fix shared mmap after truncate shrinkage problemsDavid Howells2010-01-161-30/+1
* nommu: fix race between ramfs truncation and shared mmapDavid Howells2010-01-161-1/+6
* nommu: ramfs: remove unused local varMike Frysinger2009-12-171-1/+1
* truncate: use new helpersnpiggin@suse.de2009-09-241-13/+5
* 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
* fs/ramfs/file-nommu.c needs include/linux/sched.hCatalin Marinas2009-07-291-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
* ramfs-nommu: use generic lru cacheJohannes Weiner2009-04-011-11/+4
* ramfs: Remove quota callJan Kara2009-03-261-6/+0
* nommu: ramfs: don't leak pages when adding to page cache failsJohannes Weiner2009-03-141-0/+1
* nommu: ramfs: pages allocated to an inode's pagecache may get wrongly discardedEnrik Berkhan2009-03-141-0/+3
* NOMMU: Fix cleanup handling in ramfs_nommu_get_umapped_area()David Howells2009-01-081-11/+10
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-1/+0
OpenPOWER on IntegriCloud