summaryrefslogtreecommitdiffstats
path: root/fs/omfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-11omfs: remove ->writepageChristoph Hellwig1-6/+1
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)1-3/+3
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)1-2/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)1-0/+1
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-1/+2
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)1-4/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209Thomas Gleixner1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2012-12-20omfs: drop vmtruncateMarco Stornelli1-7/+15
2012-10-06omfs: convert to use beXX_add_cpu()Wei Yongjun1-3/+2
2011-06-24Remove unneeded version.h includes from fs/Jesper Juhl1-1/+0
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bco...Linus Torvalds1-5/+5
2010-08-09remove inode_setattrChristoph Hellwig1-1/+11
2010-08-09add missing setattr methodsChristoph Hellwig1-0/+12
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig1-3/+11
2010-08-08omfs: fix uninitialized variable warningBill Pemberton1-1/+1
2010-07-10omfs: check bounds on block numbers before passing to sb_breadBob Copeland1-4/+4
2010-05-27rename the generic fsync implementationsChristoph Hellwig1-1/+1
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan1-1/+1
2009-09-22const: mark remaining address_space_operations constAlexey Dobriyan1-1/+1
2009-06-11switch omfs to simple_fsync()Al Viro1-16/+1
2008-08-15omfs: fix oops when file metadata is corruptedBob Copeland1-7/+26
2008-07-30omfs: sparse annotationsHarvey Harrison1-3/+3
2008-07-26omfs: add file routinesBob Copeland1-0/+346