aboutsummaryrefslogtreecommitdiff
path: root/fs/omfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
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-20omfs: drop vmtruncateGravatar Marco Stornelli 1-7/+15
2012-10-06omfs: convert to use beXX_add_cpu()Gravatar Wei Yongjun 1-3/+2
2011-06-24Remove unneeded version.h includes from fs/Gravatar Jesper Juhl 1-1/+0
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-1/+0
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bco...Gravatar Linus Torvalds 1-5/+5
2010-08-09remove inode_setattrGravatar Christoph Hellwig 1-1/+11
2010-08-09add missing setattr methodsGravatar Christoph Hellwig 1-0/+12
2010-08-09get rid of block_write_begin_newtruncGravatar Christoph Hellwig 1-3/+11
2010-08-08omfs: fix uninitialized variable warningGravatar Bill Pemberton 1-1/+1
2010-07-10omfs: check bounds on block numbers before passing to sb_breadGravatar Bob Copeland 1-4/+4
2010-05-27rename the generic fsync implementationsGravatar Christoph Hellwig 1-1/+1
2009-10-01const: constify remaining file_operationsGravatar Alexey Dobriyan 1-1/+1
2009-09-22const: mark remaining inode_operations as constGravatar Alexey Dobriyan 1-1/+1
2009-09-22const: mark remaining address_space_operations constGravatar Alexey Dobriyan 1-1/+1
2009-06-11switch omfs to simple_fsync()Gravatar Al Viro 1-16/+1
2008-08-15omfs: fix oops when file metadata is corruptedGravatar Bob Copeland 1-7/+26
2008-07-30omfs: sparse annotationsGravatar Harvey Harrison 1-3/+3
2008-07-26omfs: add file routinesGravatar Bob Copeland 1-0/+346