aboutsummaryrefslogtreecommitdiff
path: root/fs/bfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-2/+0
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
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterGravatar Kirill A. Shutemov 1-1/+1
2012-12-20bfs: drop vmtruncateGravatar Marco Stornelli 1-5/+10
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-1/+0
2010-08-09BFS: clean up the superblock usageGravatar Artem Bityutskiy 1-3/+0
2010-08-09get rid of block_write_begin_newtruncGravatar Christoph Hellwig 1-3/+11
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-1/+0
2008-07-26bfs: kill BKLGravatar Dmitri Vorobiev 1-2/+2
2007-11-14Fixes to the BFS filesystem driverGravatar Dmitri Vorobiev 1-21/+41
2007-10-16bfs: convert to new aopsGravatar Nick Piggin 1-4/+8
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 1Gravatar Arjan van de Ven 1-1/+1
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
2005-09-09[PATCH] bfs: fix endianness, signedness; add trivial bugfixGravatar Andrew Stribblehill 1-10/+13
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+162