summaryrefslogtreecommitdiffstats
path: root/fs/omfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* fs: omfs: Use flexible-array member in struct omfs_extentGustavo A. R. Silva2023-07-311-6/+6
* splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
* omfs: remove ->writepageChristoph Hellwig2022-12-111-6/+1
* fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)2022-05-091-3/+3
* fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1
* fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)2022-05-081-2/+1
* fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
* fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-151-0/+1
* mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+1
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+2
* attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-4/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209Thomas Gleixner2019-05-301-1/+1
* fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-061-2/+2
* switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-121-1/+1
* omfs: drop vmtruncateMarco Stornelli2012-12-201-7/+15
* omfs: convert to use beXX_add_cpu()Wei Yongjun2012-10-061-3/+2
* 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