aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ramfs/file-mmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-19ipc/shm: fix crash if CONFIG_SHMEM is not setKirill A. Shutemov1-0/+9
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2014-06-12->splice_write() via ->write_iter()Al Viro1-1/+1
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-01-23fs/ramfs: move ramfs_aops to inode.cAxel Lin1-7/+0
2010-05-27fs: convert simple fs to new truncateNick Piggin1-0/+1
2010-05-27rename the generic fsync implementationsChristoph Hellwig1-1/+1
2008-07-04ramfs: enable splice writeOctavian Purdila1-0/+1
2008-04-29fs/ramfs/ extern cleanupAdrian Bunk1-0/+3
2007-10-16implement simple fs aopsNick Piggin1-2/+2
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven1-1/+1
2007-02-11[PATCH] convert ramfs to use __set_page_dirty_no_writebackKen Chen1-1/+1
2006-12-30[PATCH] ramfs breaks without CONFIG_BLOCKDimitri Gorokhovik1-1/+3
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty1-2/+4
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-03-23[PATCH] fs/*/file.c: drop insane header dependenciesAlexey Dobriyan1-11/+0
2006-01-06[PATCH] NOMMU: Provide shared-writable mmap support on ramfsDavid Howells1-0/+57