summaryrefslogtreecommitdiff
path: root/fs/omfs/file.c
Commit message (Expand)AuthorAge
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* make new_sync_{read,write}() staticAl Viro2015-04-11
* write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-06
* switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-06
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-12
* omfs: drop vmtruncateMarco Stornelli2012-12-20
* omfs: convert to use beXX_add_cpu()Wei Yongjun2012-10-06
* Remove unneeded version.h includes from fs/Jesper Juhl2011-06-24
* block: remove per-queue pluggingJens Axboe2011-03-10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bco...Linus Torvalds2010-08-10
|\
| * omfs: fix uninitialized variable warningBill Pemberton2010-08-08
| * omfs: check bounds on block numbers before passing to sb_breadBob Copeland2010-07-10
* | remove inode_setattrChristoph Hellwig2010-08-09
* | add missing setattr methodsChristoph Hellwig2010-08-09
* | get rid of block_write_begin_newtruncChristoph Hellwig2010-08-09
|/
* rename the generic fsync implementationsChristoph Hellwig2010-05-27
* const: constify remaining file_operationsAlexey Dobriyan2009-10-01
* const: mark remaining inode_operations as constAlexey Dobriyan2009-09-22
* const: mark remaining address_space_operations constAlexey Dobriyan2009-09-22
* switch omfs to simple_fsync()Al Viro2009-06-11
* omfs: fix oops when file metadata is corruptedBob Copeland2008-08-15
* omfs: sparse annotationsHarvey Harrison2008-07-30
* omfs: add file routinesBob Copeland2008-07-26