aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/aops.c
Commit message (Expand)AuthorAge
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-25
* ocfs2: allocate blocks in ocfs2_direct_IO_get_blocksJoseph Qi2015-02-16
* ocfs2: implement ocfs2_direct_IO_writeJoseph Qi2015-02-16
* ocfs2: fix journal commit deadlockJunxiao Bi2014-12-18
* ocfs2: do not set filesystem readonly if link downjiangyiwen2014-12-10
* ocfs2: fix deadlock due to wrong locking orderJunxiao Bi2014-10-09
* switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-06
* pass iov_iter to ->direct_IO()Al Viro2014-05-06
* ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_fileDarrick J. Wong2014-04-03
* ocfs2: change ip_unaligned_aio to of type mutex from atomit_tWengang Wang2014-04-03
* ocfs2: simplify ocfs2_invalidatepage() and ocfs2_releasepage()Jan Kara2013-11-12
* ocfs2: fix possible double free in ocfs2_write_begin_nolockXue jiufei2013-11-12
* ocfs2: return ENOMEM when sb_getblk() failsRui Xiang2013-11-12
* fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_creditsGoldwyn Rodrigues2013-11-12
* ocfs2: use i_size_read() to access i_sizeJunxiao Bi2013-09-11
* direct-io: Implement generic deferred AIO completionsChristoph Hellwig2013-09-04
* ocfs2: fix NULL pointer dereference in ocfs2_duplicate_clusters_by_pageTiger Yang2013-08-13
* ocfs2: use ->invalidatepage() length argumentLukas Czerner2013-05-21
* jbd2: change jbd2_journal_invalidatepage to accept lengthLukas Czerner2013-05-21
* mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-21
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\
| * ocfs2: fix possible use-after-free with AIOJan Kara2013-02-26
| * new helper: file_inode(file)Al Viro2013-02-22
* | ocfs2: wait for page writeback to provide stable pagesJan Kara2013-02-21
|/
* ocfs2: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
* Merge branch 'mw-3.1-jul25' of git://oss.oracle.com/git/smushran/linux-2.6 in...Joel Becker2011-08-22
|\
| * ocfs2: Fix ocfs2_page_mkwrite()Wengang Wang2011-07-24
| * fs: move inode_dio_done to the end_io handlerChristoph Hellwig2011-07-20
| * fs: always maintain i_dio_countChristoph Hellwig2011-07-20
| * fs: kill i_alloc_semChristoph Hellwig2011-07-20
* | ocfs2: Avoid livelock in ocfs2_readpage()Jan Kara2011-07-28
* | ocfs2: serialize unaligned aioMark Fasheh2011-07-28
|/
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-03-28
|\
| * Treat writes as new when holes span across page boundariesGoldwyn Rodrigues2011-03-28
| * ocfs2: Remove mlog(0) from fs/ocfs2/aops.cTao Ma2011-02-22
| * ocfs2: Remove EXIT from masklog.Tao Ma2011-03-07
| * ocfs2: Remove ENTRY from masklog.Tao Ma2011-02-20
* | block: remove per-queue pluggingJens Axboe2011-03-10
|/
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-01-11
|\
| * ocfs2: Try to free truncate log when meeting ENOSPC in write.Tao Ma2010-12-16
* | Ocfs2: Teach 'coherency=full' O_DIRECT writes to correctly up_read i_alloc_sem.Tristan Ye2010-12-09
|/
* fs: kill block_prepare_writeChristoph Hellwig2010-10-25
* Merge branch 'cow_readahead' of git://oss.oracle.com/git/tma/linux-2.6 into m...Joel Becker2010-09-10
|\
| * ocfs2: Add struct file to ocfs2_refcount_cow.Tao Ma2010-08-11
| * ocfs2: pass struct file* to ocfs2_write_begin_nolock.Tao Ma2010-08-11
* | Reorganize data elements to reduce struct sizesGoldwyn Rodrigues2010-09-10
|/
* sort out blockdev_direct_IO variantsChristoph Hellwig2010-08-09
* direct-io: move aio_complete into ->end_ioChristoph Hellwig2010-07-26
* ocfs2: No need to zero pages past i_size.Joel Becker2010-07-12
* ocfs2: Zero the tail cluster when extending past i_size.Joel Becker2010-07-08