summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/aops.c
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: use 'oi' instead of 'OCFS2_I()'piaojun2018-04-051-1/+1
* ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun2018-04-051-1/+1
* ocfs2: try to reuse extent block in dealloc without meta_allocChangwei Ge2018-01-311-0/+6
* ocfs2: make metadata estimation accurate and clearChangwei Ge2018-01-311-1/+3
* ocfs2: ip_alloc_sem should be taken in ocfs2_get_block()alex chen2017-11-151-8/+18
* fs: add i_blocksize()Fabian Frederick2017-02-271-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-171-11/+20
|\
| * ocfs2: fix bad pointer castDarrick J. Wong2016-12-101-1/+1
| * ocfs2: always unlock when completing dio writesDarrick J. Wong2016-12-101-4/+1
| * ocfs2: don't eat io errors during _dio_end_io_writeDarrick J. Wong2016-12-101-6/+9
| * ocfs2: prohibit refcounted swapfilesDarrick J. Wong2016-12-101-0/+9
* | Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-141-1/+1
|\ \
| * | fs: Add helper to clean bdev aliases under a bh and use itJan Kara2016-11-041-1/+1
| |/
* / ocfs2: clean up unused 'page' parameter in ocfs2_write_end_nolock()piaojun2016-12-121-4/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* | ocfs2: fix deadlock on mmapped page in ocfs2_write_begin_nolock()Eric Ren2016-09-301-0/+10
|/
* ocfs2: retry on ENOSPC if sufficient space in truncate logEric Ren2016-08-021-37/+0
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-281-1/+1
|\
| * file_inode(f)->i_mapping is f->f_mappingAl Viro2016-05-291-1/+1
* | fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-071-1/+1
|/
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-171-5/+4
|\
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-5/+4
* | ocfs2: don't open-code inode_lock/inode_unlockAl Viro2016-05-021-2/+2
|/
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-24/+24
* ocfs2: fix a deadlock issue in ocfs2_dio_end_io_write()Ryan Ding2016-03-251-4/+8
* ocfs2: fix disk file size and memory file size mismatchRyan Ding2016-03-251-10/+17
* ocfs2: take ip_alloc_sem in ocfs2_dio_get_block & ocfs2_dio_end_io_writeRyan Ding2016-03-251-6/+17
* ocfs2: fix ip_unaligned_aio deadlock with dio work queueRyan Ding2016-03-251-6/+0
* ocfs2: fix sparse file & data ordering issue in direct ioRyan Ding2016-03-251-517/+346
* ocfs2: record UNWRITTEN extents when populate write descRyan Ding2016-03-251-5/+99
* ocfs2: return the physical address in ocfs2_write_clusterRyan Ding2016-03-251-15/+13
* ocfs2: do not change i_size in write_end for direct ioRyan Ding2016-03-251-33/+46
* ocfs2: test target page before change itRyan Ding2016-03-251-6/+26
* ocfs2: use c_new to indicate newly allocated extentsRyan Ding2016-03-251-10/+12
* ocfs2: add ocfs2_write_type_t type to identify the caller of writeRyan Ding2016-03-251-8/+12
* 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-221-2/+2
* ocfs2: fill in the unused portion of the block with zeros by dio_zero_block()jiangyiwen2015-11-051-0/+1
* ocfs2_direct_IO_write() misses ocfs2_is_overwrite() error codeNorton.Zhu2015-11-051-0/+1
* ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches2015-09-041-2/+2
* ocfs2: call ocfs2_journal_access_di() before ocfs2_journal_dirty() in ocfs2_w...yangwenfang2015-09-041-5/+11
* ocfs2: add ip_alloc_sem in direct IO to protect allocation changesWeiWei Wang2015-09-041-2/+16
* ocfs2: fix several issues of append dioJoseph Qi2015-09-041-1/+6
* ocfs2: fix race between dio and recover orphanJoseph Qi2015-09-041-3/+6
* ocfs2: fix shift left overflowJoseph Qi2015-08-071-2/+2
* ocfs2: fix wrong check in ocfs2_direct_IO_get_blocksJoseph Qi2015-06-241-3/+5