summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/aops.c
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: fix deadlock due to wrong locking orderJunxiao Bi2014-10-091-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/+3
* ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_fileDarrick J. Wong2014-04-031-0/+1
* ocfs2: change ip_unaligned_aio to of type mutex from atomit_tWengang Wang2014-04-031-5/+1
* ocfs2: simplify ocfs2_invalidatepage() and ocfs2_releasepage()Jan Kara2013-11-131-17/+2
* 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/+1
* ocfs2: use i_size_read() to access i_sizeJunxiao Bi2013-09-111-1/+1
* direct-io: Implement generic deferred AIO completionsChristoph Hellwig2013-09-041-7/+1
* ocfs2: fix NULL pointer dereference in ocfs2_duplicate_clusters_by_pageTiger Yang2013-08-131-1/+1
* ocfs2: use ->invalidatepage() length argumentLukas Czerner2013-05-211-2/+1
* jbd2: change jbd2_journal_invalidatepage to accept lengthLukas Czerner2013-05-211-1/+2
* mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-211-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-3/+3
|\
| * ocfs2: fix possible use-after-free with AIOJan Kara2013-02-261-1/+1
| * new helper: file_inode(file)Al Viro2013-02-221-2/+2
* | ocfs2: wait for page writeback to provide stable pagesJan Kara2013-02-211-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-211-14/+47
|\
| * ocfs2: Fix ocfs2_page_mkwrite()Wengang Wang2011-07-241-8/+43
| * fs: move inode_dio_done to the end_io handlerChristoph Hellwig2011-07-201-0/+1
| * fs: always maintain i_dio_countChristoph Hellwig2011-07-201-3/+1
| * fs: kill i_alloc_semChristoph Hellwig2011-07-201-4/+3
* | ocfs2: Avoid livelock in ocfs2_readpage()Jan Kara2011-07-281-0/+8
* | ocfs2: serialize unaligned aioMark Fasheh2011-07-281-0/+10
|/
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-03-281-43/+39
|\
| * Treat writes as new when holes span across page boundariesGoldwyn Rodrigues2011-03-281-0/+6
| * ocfs2: Remove mlog(0) from fs/ocfs2/aops.cTao Ma2011-02-221-26/+29
| * ocfs2: Remove EXIT from masklog.Tao Ma2011-03-071-15/+4
| * ocfs2: Remove ENTRY from masklog.Tao Ma2011-02-211-9/+7
* | block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
|/
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-01-111-1/+58
|\
| * ocfs2: Try to free truncate log when meeting ENOSPC in write.Tao Ma2010-12-161-1/+58
* | Ocfs2: Teach 'coherency=full' O_DIRECT writes to correctly up_read i_alloc_sem.Tristan Ye2010-12-091-2/+5
|/
* fs: kill block_prepare_writeChristoph Hellwig2010-10-251-17/+2
* Merge branch 'cow_readahead' of git://oss.oracle.com/git/tma/linux-2.6 into m...Joel Becker2010-09-101-3/+4
|\
| * ocfs2: Add struct file to ocfs2_refcount_cow.Tao Ma2010-08-121-1/+1
| * ocfs2: pass struct file* to ocfs2_write_begin_nolock.Tao Ma2010-08-121-2/+3
* | Reorganize data elements to reduce struct sizesGoldwyn Rodrigues2010-09-101-1/+1
|/
* sort out blockdev_direct_IO variantsChristoph Hellwig2010-08-091-5/+4
* direct-io: move aio_complete into ->end_ioChristoph Hellwig2010-07-261-1/+6
* ocfs2: No need to zero pages past i_size.Joel Becker2010-07-121-4/+18
* ocfs2: Zero the tail cluster when extending past i_size.Joel Becker2010-07-081-14/+28
* ocfs2: When zero extending, do it by page.Joel Becker2010-07-081-30/+0
* ocfs2: use allocation reservations during file writeMark Fasheh2010-05-051-0/+3
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-051-5/+6
|\
| * dquot: cleanup space allocation / freeing routinesChristoph Hellwig2010-03-051-5/+6
* | ocfs2: Only bug out in direct io write for reflinked extent.Tao Ma2010-02-261-2/+3
|/