aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-14logfs: remove from treeChristoph Hellwig1-285/+0
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-13/+13
2016-01-22wrappers for ->i_mutex accessAl Viro1-4/+4
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-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-1/+2
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-01-28logfs: take write mutex lock during fsync and syncPrasad Joshi1-0/+2
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+10
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn1-1/+1
2010-08-14logfs: kill BKLArnd Bergmann1-3/+3
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig1-4/+4
2010-08-09remove inode_setattrChristoph Hellwig1-7/+11
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-2/+2
2010-05-07logfs: remove unused variableJoern Engel1-1/+0
2010-05-05logfs: fix syncJoern Engel1-2/+1
2010-05-04logfs: commit reservations under space pressureJoern Engel1-1/+11
2009-11-20[LogFS] add new flash file systemJoern Engel1-0/+263