aboutsummaryrefslogtreecommitdiff
path: root/fs/ufs/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
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-2/+1
2010-05-27rename the generic fsync implementationsGravatar Christoph Hellwig 1-1/+1
2010-05-24ufs: Remove dead quota codeGravatar Jan Kara 1-2/+1
2010-03-05dquot: cleanup dquot initialize routineGravatar Christoph Hellwig 1-0/+1
2010-03-05dquot: move dquot initialization responsibility into the filesystemGravatar Christoph Hellwig 1-1/+1
2009-06-11switch ufs to simple_fsync()Gravatar Al Viro 1-22/+1
2009-05-09switch ufs directories to ufs_sync_file()Gravatar Al Viro 1-1/+1
2008-02-08drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.hGravatar Mike Frysinger 1-1/+1
2007-10-17ufs: move non-layout parts of ufs_fs.h to fs/ufs/Gravatar Christoph Hellwig 1-0/+3
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Gravatar Jens Axboe 1-1/+1
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsGravatar Badari Pulavarty 1-2/+4
2006-07-01[PATCH] ufs: truncate should allocate block for last byteGravatar Evgeniy Dushistov 1-4/+0
2006-06-25[PATCH] ufs: fsync implementationGravatar Evgeniy Dushistov 1-0/+21
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-1/+1
2006-03-23[PATCH] fs/ufs/file.c: drop insane header dependenciesGravatar Alexey Dobriyan 1-10/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+55