aboutsummaryrefslogtreecommitdiffstats
path: root/fs/omfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded version.h includes from fs/Jesper Juhl2011-06-241-1/+0
* block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bco...Linus Torvalds2010-08-101-5/+5
|\
| * omfs: fix uninitialized variable warningBill Pemberton2010-08-081-1/+1
| * omfs: check bounds on block numbers before passing to sb_breadBob Copeland2010-07-101-4/+4
* | remove inode_setattrChristoph Hellwig2010-08-091-1/+11
* | add missing setattr methodsChristoph Hellwig2010-08-091-0/+12
* | get rid of block_write_begin_newtruncChristoph Hellwig2010-08-091-3/+11
|/
* rename the generic fsync implementationsChristoph Hellwig2010-05-271-1/+1
* const: constify remaining file_operationsAlexey Dobriyan2009-10-011-1/+1
* const: mark remaining inode_operations as constAlexey Dobriyan2009-09-221-1/+1
* const: mark remaining address_space_operations constAlexey Dobriyan2009-09-221-1/+1
* switch omfs to simple_fsync()Al Viro2009-06-111-16/+1
* omfs: fix oops when file metadata is corruptedBob Copeland2008-08-151-7/+26
* omfs: sparse annotationsHarvey Harrison2008-07-301-3/+3
* omfs: add file routinesBob Copeland2008-07-261-0/+346