aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/aops.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-24/+24
2016-03-25ocfs2: fix a deadlock issue in ocfs2_dio_end_io_write()Gravatar Ryan Ding 1-4/+8
2016-03-25ocfs2: fix disk file size and memory file size mismatchGravatar Ryan Ding 1-10/+17
2016-03-25ocfs2: take ip_alloc_sem in ocfs2_dio_get_block & ocfs2_dio_end_io_writeGravatar Ryan Ding 1-6/+17
2016-03-25ocfs2: fix ip_unaligned_aio deadlock with dio work queueGravatar Ryan Ding 1-6/+0
2016-03-25ocfs2: fix sparse file & data ordering issue in direct ioGravatar Ryan Ding 1-517/+346
2016-03-25ocfs2: record UNWRITTEN extents when populate write descGravatar Ryan Ding 1-5/+99
2016-03-25ocfs2: return the physical address in ocfs2_write_clusterGravatar Ryan Ding 1-15/+13
2016-03-25ocfs2: do not change i_size in write_end for direct ioGravatar Ryan Ding 1-33/+46
2016-03-25ocfs2: test target page before change itGravatar Ryan Ding 1-6/+26
2016-03-25ocfs2: use c_new to indicate newly allocated extentsGravatar Ryan Ding 1-10/+12
2016-03-25ocfs2: add ocfs2_write_type_t type to identify the caller of writeGravatar Ryan Ding 1-8/+12
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+6
2016-02-27ocfs2: unlock inode if deleting inode from orphan failsGravatar Guozhonghua 1-0/+1
2016-02-08direct-io: always call ->end_io if non-NULLGravatar Christoph Hellwig 1-1/+6
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2015-11-05ocfs2: fill in the unused portion of the block with zeros by dio_zero_block()Gravatar jiangyiwen 1-0/+1
2015-11-05ocfs2_direct_IO_write() misses ocfs2_is_overwrite() error codeGravatar Norton.Zhu 1-0/+1
2015-09-04ocfs2: neaten do_error, ocfs2_error and ocfs2_abortGravatar Joe Perches 1-2/+2
2015-09-04ocfs2: call ocfs2_journal_access_di() before ocfs2_journal_dirty() in ocfs2_w...Gravatar yangwenfang 1-5/+11
2015-09-04ocfs2: add ip_alloc_sem in direct IO to protect allocation changesGravatar WeiWei Wang 1-2/+16
2015-09-04ocfs2: fix several issues of append dioGravatar Joseph Qi 1-1/+6
2015-09-04ocfs2: fix race between dio and recover orphanGravatar Joseph Qi 1-3/+6
2015-08-07ocfs2: fix shift left overflowGravatar Joseph Qi 1-2/+2
2015-06-24ocfs2: fix wrong check in ocfs2_direct_IO_get_blocksGravatar Joseph Qi 1-3/+5
2015-06-24ocfs2: remove OCFS2_IOCB_SEM lock type in direct ioGravatar WeiWei Wang 1-3/+0
2015-06-24ocfs2: fix a tiny race when truncate dio orohaned entryGravatar Joseph Qi 1-1/+11
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-13/+9
2015-04-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-14/+141
2015-04-14ocfs2: do not use ocfs2_zero_extend during direct IOGravatar Joseph Qi 1-8/+130
2015-04-14ocfs2: take inode lock when get clustersGravatar Joseph Qi 1-1/+10
2015-04-14ocfs2: no need get dinode bh when zeroing extendGravatar Joseph Qi 1-5/+1
2015-04-14ocfs2: fix a typing error in ocfs2_direct_IO_writeGravatar Joseph Qi 1-1/+1
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Gravatar Omar Sandoval 1-3/+1
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereGravatar Omar Sandoval 1-1/+1
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Gravatar Omar Sandoval 1-9/+7
2015-03-25fs: move struct kiocb to fs.hGravatar Christoph Hellwig 1-0/+1
2015-02-16ocfs2: allocate blocks in ocfs2_direct_IO_get_blocksGravatar Joseph Qi 1-3/+42
2015-02-16ocfs2: implement ocfs2_direct_IO_writeGravatar Joseph Qi 1-3/+194
2014-12-18ocfs2: fix journal commit deadlockGravatar Junxiao Bi 1-2/+14
2014-12-10ocfs2: do not set filesystem readonly if link downGravatar jiangyiwen 1-1/+1
2014-10-09ocfs2: fix deadlock due to wrong locking orderGravatar Junxiao Bi 1-7/+8
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterGravatar Al Viro 1-1/+1
2014-05-06pass iov_iter to ->direct_IO()Gravatar Al Viro 1-4/+3
2014-04-03ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_fileGravatar Darrick J. Wong 1-0/+1
2014-04-03ocfs2: change ip_unaligned_aio to of type mutex from atomit_tGravatar Wengang Wang 1-5/+1
2013-11-13ocfs2: simplify ocfs2_invalidatepage() and ocfs2_releasepage()Gravatar Jan Kara 1-17/+2
2013-11-13ocfs2: fix possible double free in ocfs2_write_begin_nolockGravatar Xue jiufei 1-2/+6
2013-11-13ocfs2: return ENOMEM when sb_getblk() failsGravatar Rui Xiang 1-0/+2