aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/aops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)1-21/+13
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+0
2019-10-23pipe: Reduce #inclusion of pipe_fs_i.hDavid Howells1-1/+0
2019-10-07fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()Jia-Ju Bai1-1/+2
2019-10-07ocfs2: clear zero in unaligned direct IOJia Guo1-1/+21
2019-09-24ocfs2: use jbd2_inode dirty range scopingJoseph Qi1-3/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner1-15/+1
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov1-1/+2
2018-11-18ocfs2: free up write context when direct IO failedWengang Wang1-2/+10
2018-10-26ocfs2: remove unneeded null checkDing Xiang1-2/+1
2018-04-05ocfs2: use 'oi' instead of 'OCFS2_I()'piaojun1-1/+1
2018-04-05ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun1-1/+1
2018-01-31ocfs2: try to reuse extent block in dealloc without meta_allocChangwei Ge1-0/+6
2018-01-31ocfs2: make metadata estimation accurate and clearChangwei Ge1-1/+3
2017-11-15ocfs2: ip_alloc_sem should be taken in ocfs2_get_block()alex chen1-8/+18
2017-02-27fs: add i_blocksize()Fabian Frederick1-1/+1
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-11/+20
2016-12-14Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-12-12ocfs2: clean up unused 'page' parameter in ocfs2_write_end_nolock()piaojun1-4/+3
2016-12-10ocfs2: fix bad pointer castDarrick J. Wong1-1/+1
2016-12-10ocfs2: always unlock when completing dio writesDarrick J. Wong1-4/+1
2016-12-10ocfs2: don't eat io errors during _dio_end_io_writeDarrick J. Wong1-6/+9
2016-12-10ocfs2: prohibit refcounted swapfilesDarrick J. Wong1-0/+9
2016-11-04fs: Add helper to clean bdev aliases under a bh and use itJan Kara1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-09-30ocfs2: fix deadlock on mmapped page in ocfs2_write_begin_nolock()Eric Ren1-0/+10
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-08-02ocfs2: retry on ENOSPC if sufficient space in truncate logEric Ren1-37/+0
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie1-1/+1
2016-05-29file_inode(f)->i_mapping is f->f_mappingAl Viro1-1/+1
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+4
2016-05-02ocfs2: don't open-code inode_lock/inode_unlockAl Viro1-2/+2
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-5/+4
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-24/+24
2016-03-25ocfs2: fix a deadlock issue in ocfs2_dio_end_io_write()Ryan Ding1-4/+8
2016-03-25ocfs2: fix disk file size and memory file size mismatchRyan Ding1-10/+17
2016-03-25ocfs2: take ip_alloc_sem in ocfs2_dio_get_block & ocfs2_dio_end_io_writeRyan Ding1-6/+17
2016-03-25ocfs2: fix ip_unaligned_aio deadlock with dio work queueRyan Ding1-6/+0
2016-03-25ocfs2: fix sparse file & data ordering issue in direct ioRyan Ding1-517/+346
2016-03-25ocfs2: record UNWRITTEN extents when populate write descRyan Ding1-5/+99
2016-03-25ocfs2: return the physical address in ocfs2_write_clusterRyan Ding1-15/+13
2016-03-25ocfs2: do not change i_size in write_end for direct ioRyan Ding1-33/+46
2016-03-25ocfs2: test target page before change itRyan Ding1-6/+26
2016-03-25ocfs2: use c_new to indicate newly allocated extentsRyan Ding1-10/+12
2016-03-25ocfs2: add ocfs2_write_type_t type to identify the caller of writeRyan Ding1-8/+12
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-1/+6
2016-02-27ocfs2: unlock inode if deleting inode from orphan failsGuozhonghua1-0/+1
2016-02-08direct-io: always call ->end_io if non-NULLChristoph Hellwig1-1/+6