aboutsummaryrefslogtreecommitdiff
path: root/fs/ramfs/file-mmu.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-12->splice_write() via ->write_iter()Gravatar Al Viro 1-1/+1
2014-05-06write_iter variants of {__,}generic_file_aio_write()Gravatar Al Viro 1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Gravatar Al Viro 1-2/+2
2014-01-23fs/ramfs: move ramfs_aops to inode.cGravatar Axel Lin 1-7/+0
2010-05-27fs: convert simple fs to new truncateGravatar Nick Piggin 1-0/+1
2010-05-27rename the generic fsync implementationsGravatar Christoph Hellwig 1-1/+1
2008-07-04ramfs: enable splice writeGravatar Octavian Purdila 1-0/+1
2008-04-29fs/ramfs/ extern cleanupGravatar Adrian Bunk 1-0/+3
2007-10-16implement simple fs aopsGravatar Nick Piggin 1-2/+2
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Gravatar Jens Axboe 1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 3Gravatar Arjan van de Ven 1-1/+1
2007-02-11[PATCH] convert ramfs to use __set_page_dirty_no_writebackGravatar Ken Chen 1-1/+1
2006-12-30[PATCH] ramfs breaks without CONFIG_BLOCKGravatar Dimitri Gorokhovik 1-1/+3
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsGravatar Badari Pulavarty 1-2/+4
2006-06-28[PATCH] mark address_space_operations constGravatar Christoph Hellwig 1-1/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-1/+1
2006-03-23[PATCH] fs/*/file.c: drop insane header dependenciesGravatar Alexey Dobriyan 1-11/+0
2006-01-06[PATCH] NOMMU: Provide shared-writable mmap support on ramfsGravatar David Howells 1-0/+57