aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/file.c
AgeCommit message (Expand)Author
2019-11-12ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()Shuning Zhang
2018-07-06vfs: dedupe: rationalize argsMiklos Szeredi
2018-07-06vfs: dedupe: return intMiklos Szeredi
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-07ocfs2: clean up redundant function declarationsJia Guo
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-04-05ocfs2: keep the trace point consistent with the function nameJia Guo
2018-04-05ocfs2: use 'oi' instead of 'OCFS2_I()'piaojun
2018-04-05ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun
2018-01-31ocfs2: nowait aio supportGang He
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-15ocfs2: should wait dio before inode lock in ocfs2_setattr()alex chen
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-09-06ocfs2: clean up some dead codeJun Piao
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-02-27fs: add i_blocksize()Fabian Frederick
2017-02-22ocfs2: fix deadlock issue when taking inode lock at vfs entry pointsEric Ren
2016-12-10ocfs2: implement the VFS clone_range, copy_range, and dedupe_range featuresDarrick J. Wong
2016-12-10ocfs2: convert inode refcount test to a helperDarrick J. Wong
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-09-19ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-12ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hangJunxiao Bi
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-25ocfs2: fix ip_unaligned_aio deadlock with dio work queueRyan Ding
2016-03-25ocfs2: code clean up for direct ioRyan Ding
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-14ocfs2: return non-zero st_blocks for inline dataJohn Haxby
2015-09-04ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed()Tariq Saeed
2015-09-04ocfs2: clean up unused local variables in ocfs2_file_write_iterJoseph Qi
2015-09-04ocfs2: fix several issues of append dioJoseph Qi
2015-09-04ocfs2: fix race between dio and recover orphanJoseph Qi
2015-09-04ocfs2: direct write will call ocfs2_rw_unlock() twice when doing aio+dioRyan Ding
2015-07-23ocfs2: Handle error from dquot_initialize()Jan Kara
2015-07-23quota: Propagate error from ->acquire_dquot()Jan Kara
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-24ocfs2: remove OCFS2_IOCB_SEM lock type in direct ioWeiWei Wang
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells