aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs/file.c
AgeCommit message (Expand)Author
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-11make new_sync_{read,write}() staticAl Viro
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner
2013-02-22new helper: file_inode(file)Al Viro
2012-01-28logfs: take write mutex lock during fsync and syncPrasad Joshi
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn
2010-08-14logfs: kill BKLArnd Bergmann
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig
2010-08-09remove inode_setattrChristoph Hellwig
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-07logfs: remove unused variableJoern Engel
2010-05-05logfs: fix syncJoern Engel
2010-05-04logfs: commit reservations under space pressureJoern Engel
2009-11-20[LogFS] add new flash file systemJoern Engel