summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/aops.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-211-1/+6
|\
| * direct-io: always call ->end_io if non-NULLChristoph Hellwig2016-02-081-1/+6
* | ocfs2: unlock inode if deleting inode from orphan failsGuozhonghua2016-02-271-0/+1
|/
* wrappers for ->i_mutex accessAl Viro2016-01-231-2/+2
* ocfs2: fill in the unused portion of the block with zeros by dio_zero_block()jiangyiwen2015-11-061-0/+1
* ocfs2_direct_IO_write() misses ocfs2_is_overwrite() error codeNorton.Zhu2015-11-061-0/+1
* ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches2015-09-051-2/+2
* ocfs2: call ocfs2_journal_access_di() before ocfs2_journal_dirty() in ocfs2_w...yangwenfang2015-09-051-5/+11
* ocfs2: add ip_alloc_sem in direct IO to protect allocation changesWeiWei Wang2015-09-051-2/+16
* ocfs2: fix several issues of append dioJoseph Qi2015-09-051-1/+6
* ocfs2: fix race between dio and recover orphanJoseph Qi2015-09-051-3/+6
* ocfs2: fix shift left overflowJoseph Qi2015-08-071-2/+2
* ocfs2: fix wrong check in ocfs2_direct_IO_get_blocksJoseph Qi2015-06-251-3/+5
* ocfs2: remove OCFS2_IOCB_SEM lock type in direct ioWeiWei Wang2015-06-251-3/+0Star
* ocfs2: fix a tiny race when truncate dio orohaned entryJoseph Qi2015-06-251-1/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-171-13/+9Star
|\
| * direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-121-3/+1Star
| * direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-121-1/+1
| * Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-121-9/+7Star
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-151-14/+141
|\ \ | |/ |/|
| * ocfs2: do not use ocfs2_zero_extend during direct IOJoseph Qi2015-04-151-8/+130
| * ocfs2: take inode lock when get clustersJoseph Qi2015-04-151-1/+10
| * ocfs2: no need get dinode bh when zeroing extendJoseph Qi2015-04-151-5/+1Star
| * ocfs2: fix a typing error in ocfs2_direct_IO_writeJoseph Qi2015-04-151-1/+1
* | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-261-0/+1
|/
* ocfs2: allocate blocks in ocfs2_direct_IO_get_blocksJoseph Qi2015-02-171-3/+42
* ocfs2: implement ocfs2_direct_IO_writeJoseph Qi2015-02-171-3/+194
* ocfs2: fix journal commit deadlockJunxiao Bi2014-12-191-2/+14
* ocfs2: do not set filesystem readonly if link downjiangyiwen2014-12-111-1/+1
* ocfs2: fix deadlock due to wrong locking orderJunxiao Bi2014-10-101-7/+8
* switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-061-1/+1
* pass iov_iter to ->direct_IO()Al Viro2014-05-061-4/+3Star
* ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_fileDarrick J. Wong2014-04-041-0/+1
* ocfs2: change ip_unaligned_aio to of type mutex from atomit_tWengang Wang2014-04-041-5/+1Star
* ocfs2: simplify ocfs2_invalidatepage() and ocfs2_releasepage()Jan Kara2013-11-131-17/+2Star
* ocfs2: fix possible double free in ocfs2_write_begin_nolockXue jiufei2013-11-131-2/+6
* ocfs2: return ENOMEM when sb_getblk() failsRui Xiang2013-11-131-0/+2
* fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_creditsGoldwyn Rodrigues2013-11-131-2/+1Star
* ocfs2: use i_size_read() to access i_sizeJunxiao Bi2013-09-121-1/+1
* direct-io: Implement generic deferred AIO completionsChristoph Hellwig2013-09-041-7/+1Star
* ocfs2: fix NULL pointer dereference in ocfs2_duplicate_clusters_by_pageTiger Yang2013-08-141-1/+1
* ocfs2: use ->invalidatepage() length argumentLukas Czerner2013-05-221-2/+1Star
* jbd2: change jbd2_journal_invalidatepage to accept lengthLukas Czerner2013-05-221-1/+2
* mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-221-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-3/+3
|\
| * ocfs2: fix possible use-after-free with AIOJan Kara2013-02-261-1/+1
| * new helper: file_inode(file)Al Viro2013-02-231-2/+2
* | ocfs2: wait for page writeback to provide stable pagesJan Kara2013-02-221-0/+1
|/
* ocfs2: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-8/+8
* Merge branch 'mw-3.1-jul25' of git://oss.oracle.com/git/smushran/linux-2.6 in...Joel Becker2011-08-221-14/+47
|\