summaryrefslogtreecommitdiff
path: root/fs/ocfs2/aops.c
AgeCommit message (Expand)Author
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-02ocfs2: don't open-code inode_lock/inode_unlockAl Viro
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-25ocfs2: fix a deadlock issue in ocfs2_dio_end_io_write()Ryan Ding
2016-03-25ocfs2: fix disk file size and memory file size mismatchRyan Ding
2016-03-25ocfs2: take ip_alloc_sem in ocfs2_dio_get_block & ocfs2_dio_end_io_writeRyan Ding
2016-03-25ocfs2: fix ip_unaligned_aio deadlock with dio work queueRyan Ding
2016-03-25ocfs2: fix sparse file & data ordering issue in direct ioRyan Ding
2016-03-25ocfs2: record UNWRITTEN extents when populate write descRyan Ding
2016-03-25ocfs2: return the physical address in ocfs2_write_clusterRyan Ding
2016-03-25ocfs2: do not change i_size in write_end for direct ioRyan Ding
2016-03-25ocfs2: test target page before change itRyan Ding
2016-03-25ocfs2: use c_new to indicate newly allocated extentsRyan Ding
2016-03-25ocfs2: add ocfs2_write_type_t type to identify the caller of writeRyan Ding
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-02-27ocfs2: unlock inode if deleting inode from orphan failsGuozhonghua
2016-02-08direct-io: always call ->end_io if non-NULLChristoph Hellwig
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-11-05ocfs2: fill in the unused portion of the block with zeros by dio_zero_block()jiangyiwen
2015-11-05ocfs2_direct_IO_write() misses ocfs2_is_overwrite() error codeNorton.Zhu
2015-09-04ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches
2015-09-04ocfs2: call ocfs2_journal_access_di() before ocfs2_journal_dirty() in ocfs2_w...yangwenfang
2015-09-04ocfs2: add ip_alloc_sem in direct IO to protect allocation changesWeiWei Wang
2015-09-04ocfs2: fix several issues of append dioJoseph Qi
2015-09-04ocfs2: fix race between dio and recover orphanJoseph Qi
2015-08-07ocfs2: fix shift left overflowJoseph Qi
2015-06-24ocfs2: fix wrong check in ocfs2_direct_IO_get_blocksJoseph Qi
2015-06-24ocfs2: remove OCFS2_IOCB_SEM lock type in direct ioWeiWei Wang
2015-06-24ocfs2: fix a tiny race when truncate dio orohaned entryJoseph Qi
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-14ocfs2: do not use ocfs2_zero_extend during direct IOJoseph Qi
2015-04-14ocfs2: take inode lock when get clustersJoseph Qi
2015-04-14ocfs2: no need get dinode bh when zeroing extendJoseph Qi
2015-04-14ocfs2: fix a typing error in ocfs2_direct_IO_writeJoseph Qi
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-02-16ocfs2: allocate blocks in ocfs2_direct_IO_get_blocksJoseph Qi
2015-02-16ocfs2: implement ocfs2_direct_IO_writeJoseph Qi
2014-12-18ocfs2: fix journal commit deadlockJunxiao Bi
2014-12-10ocfs2: do not set filesystem readonly if link downjiangyiwen
2014-10-09ocfs2: fix deadlock due to wrong locking orderJunxiao Bi
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-04-03ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_fileDarrick J. Wong
2014-04-03ocfs2: change ip_unaligned_aio to of type mutex from atomit_tWengang Wang