summaryrefslogtreecommitdiff
path: root/fs/ramfs
Commit message (Expand)AuthorAge
* fs/ramfs/file-nommu.c: replace count*size kzalloc by kcallocFabian Frederick2014-08-08
* ->splice_write() via ->write_iter()Al Viro2014-06-12
* write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-06
* switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-06
* fs/ramfs: move ramfs_aops to inode.cAxel Lin2014-01-23
* fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_m...Axel Lin2014-01-23
* fs/ramfs: don't use module_init for non-modular core codePaul Gortmaker2014-01-21
* initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley2013-09-11
* initmpfs: move bdi setup from init_rootfs to init_ramfsRob Landley2013-09-11
* initmpfs: replace MS_NOUSER in initramfsRob Landley2013-09-11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\
| * new helper: file_inode(file)Al Viro2013-02-22
* | userns: Allow the userns root to mount ramfs.Eric W. Biederman2013-01-26
|/
* don't pass nameidata to ->create()Al Viro2012-07-14
* fs: ramfs: file-nommu: add SetPageUptodate()Bob Liu2012-07-11
* tidy up after d_make_root() conversionAl Viro2012-03-20
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-20
* pohmelfs: propagate umode_tAl Viro2012-01-03
* switch ->mknod() to umode_tAl Viro2012-01-03
* switch ->create() to umode_tAl Viro2012-01-03
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-03
* ramfs: remove module leftoversRichard Weinberger2011-11-02
* ramfs: fix memleak on no-mmu archBob Liu2011-04-14
* convert get_sb_nodev() usersAl Viro2010-10-29
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-25
* check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-09
* rename generic_setattrChristoph Hellwig2010-08-09
* fs: convert simple fs to new truncateNick Piggin2010-05-27
* rename the generic fsync implementationsChristoph Hellwig2010-05-27
* ramfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-21
* devtmpfs: support !CONFIG_TMPFSPeter Korsgaard2010-05-21
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* nommu: fix shared mmap after truncate shrinkage problemsDavid Howells2010-01-16
* nommu: fix race between ramfs truncation and shared mmapDavid Howells2010-01-16
* nommu: ramfs: remove unused local varMike Frysinger2009-12-17
* truncate: use new helpersnpiggin@suse.de2009-09-24
* ramfs: move RAMFS_MAGIC to include/linux/magic.hmaximilian attems2009-09-23
* writeback: add name to backing_dev_infoJens Axboe2009-09-11
* fs/ramfs/file-nommu.c needs include/linux/sched.hCatalin Marinas2009-07-29
* ramfs: ignore unknown mount optionsMike Frysinger2009-06-14
* ramfs: fix double freeing s_fs_info on failed mountIngo Molnar2009-04-07
* ramfs: add support for "mode=" mount optionWu Fengguang2009-04-01
* ramfs-nommu: use generic lru cacheJohannes Weiner2009-04-01
* ramfs: Remove quota callJan Kara2009-03-26
* nommu: ramfs: don't leak pages when adding to page cache failsJohannes Weiner2009-03-14
* nommu: ramfs: pages allocated to an inode's pagecache may get wrongly discardedEnrik Berkhan2009-03-14
* NOMMU: Fix cleanup handling in ramfs_nommu_get_umapped_area()David Howells2009-01-08
* zero i_uid/i_gid on inode allocationAl Viro2009-01-05
* CRED: Wrap task credential accesses in the RAMFS filesystemDavid Howells2008-11-14
* Ramfs and Ram Disk pages are unevictableLee Schermerhorn2008-10-20