| Commit message (Expand) | Author | Age | Files | Lines |
* | make new_sync_{read,write}() static | Al Viro | 2015-04-12 | 1 | -2/+0 |
* | ->splice_write() via ->write_iter() | Al Viro | 2014-06-12 | 1 | -1/+1 |
* | write_iter variants of {__,}generic_file_aio_write() | Al Viro | 2014-05-06 | 1 | -2/+2 |
* | switch simple generic_file_aio_read() users to ->read_iter() | Al Viro | 2014-05-06 | 1 | -2/+2 |
* | fs/ramfs: move ramfs_aops to inode.c | Axel Lin | 2014-01-24 | 1 | -7/+0 |
* | fs: convert simple fs to new truncate | Nick Piggin | 2010-05-28 | 1 | -0/+1 |
* | rename the generic fsync implementations | Christoph Hellwig | 2010-05-28 | 1 | -1/+1 |
* | ramfs: enable splice write | Octavian Purdila | 2008-07-04 | 1 | -0/+1 |
* | fs/ramfs/ extern cleanup | Adrian Bunk | 2008-04-29 | 1 | -0/+3 |
* | implement simple fs aops | Nick Piggin | 2007-10-16 | 1 | -2/+2 |
* | sendfile: remove .sendfile from filesystems that use generic_file_sendfile() | Jens Axboe | 2007-07-10 | 1 | -1/+1 |
* | [PATCH] mark struct inode_operations const 3 | Arjan van de Ven | 2007-02-12 | 1 | -1/+1 |
* | [PATCH] convert ramfs to use __set_page_dirty_no_writeback | Ken Chen | 2007-02-11 | 1 | -1/+1 |
* | [PATCH] ramfs breaks without CONFIG_BLOCK | Dimitri Gorokhovik | 2006-12-30 | 1 | -1/+3 |
* | [PATCH] Streamline generic_file_* interfaces and filemap cleanups | Badari Pulavarty | 2006-10-01 | 1 | -2/+4 |
* | [PATCH] mark address_space_operations const | Christoph Hellwig | 2006-06-28 | 1 | -1/+1 |
* | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 2006-03-28 | 1 | -1/+1 |
* | [PATCH] fs/*/file.c: drop insane header dependencies | Alexey Dobriyan | 2006-03-23 | 1 | -11/+0 |
* | [PATCH] NOMMU: Provide shared-writable mmap support on ramfs | David Howells | 2006-01-06 | 1 | -0/+57 |