summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/aops.c
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: replace ll_rw_block()Zhang Yi2022-09-111-1/+1
* Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-031-15/+13
|\
| * mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-1/+1
| * ocfs2: Convert ocfs2_read_folio() to use a folioMatthew Wilcox (Oracle)2022-08-021-14/+12
* | fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-141-1/+1
|/
* fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)2022-05-091-1/+1
* ocfs2: Convert to release_folioMatthew Wilcox (Oracle)2022-05-091-5/+5
* ocfs2: Convert ocfs2 to read_folioMatthew Wilcox (Oracle)2022-05-091-2/+3
* fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)2022-05-091-3/+3
* fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-2/+2
|\
| * fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
| * fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-151-1/+1
* | fs/ocfs2: fix comments mentioning i_mutexhongnanli2022-03-221-1/+1
|/
* ocfs2: clearly handle ocfs2_grab_pages_for_write() return valueJoseph Qi2022-01-151-13/+13
* mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+1
* ocfs2: remove repeated uptodate check for bufferWan Jiabing2021-06-291-2/+1
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-3/+1
* ocfs2: fix deadlock between setattr and dio_end_io_writeWengang Wang2021-04-091-10/+1
* fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-21/+13
* Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds2019-11-301-1/+0
|\
| * pipe: Reduce #inclusion of pipe_fs_i.hDavid Howells2019-10-231-1/+0
* | fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()Jia-Ju Bai2019-10-071-1/+2
* | ocfs2: clear zero in unaligned direct IOJia Guo2019-10-071-1/+21
|/
* ocfs2: use jbd2_inode dirty range scopingJoseph Qi2019-09-241-3/+10
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-301-15/+1
* fs: don't open code lru_to_page()Nikolay Borisov2019-01-041-1/+2
* ocfs2: free up write context when direct IO failedWengang Wang2018-11-181-2/+10
* ocfs2: remove unneeded null checkDing Xiang2018-10-261-2/+1
* 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
|/