aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ramfs/file-mmu.c
Commit message (Expand)AuthorAgeFilesLines
* fs: convert simple fs to new truncateNick Piggin2010-05-271-0/+1
* rename the generic fsync implementationsChristoph Hellwig2010-05-271-1/+1
* ramfs: enable splice writeOctavian Purdila2008-07-041-0/+1
* fs/ramfs/ extern cleanupAdrian Bunk2008-04-291-0/+3
* implement simple fs aopsNick Piggin2007-10-161-2/+2
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-1/+1
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-121-1/+1
* [PATCH] convert ramfs to use __set_page_dirty_no_writebackKen Chen2007-02-111-1/+1
* [PATCH] ramfs breaks without CONFIG_BLOCKDimitri Gorokhovik2006-12-301-1/+3
* [PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty2006-10-011-2/+4
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] fs/*/file.c: drop insane header dependenciesAlexey Dobriyan2006-03-231-11/+0
* [PATCH] NOMMU: Provide shared-writable mmap support on ramfsDavid Howells2006-01-061-0/+57