summaryrefslogtreecommitdiff
path: root/fs/ocfs2/aops.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-26ocfs2: return real error code in ocfs2_dio_wr_get_blockSu Yue1-2/+0
2023-12-29ocfs2: remove writepage implementationMatthew Wilcox (Oracle)1-9/+6
2023-12-11fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)1-1/+1
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-9/+10
2023-10-26buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)1-1/+1
2023-10-26ocfs2: convert ocfs2_map_page_blocks to use a folioMatthew Wilcox (Oracle)1-9/+10
2023-10-18ocfs2: convert to new timestamp accessorsJeff Layton1-3/+3
2023-07-24ocfs2: convert to ctime accessor functionsJeff Layton1-1/+1
2023-04-25Merge tag 'pull-old-dio' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2023-03-08ocfs2: fix data corruption after failed writeJan Kara via Ocfs2-devel1-2/+17
2023-03-06__blockdev_direct_IO(): get rid of submit_io callbackAl Viro1-1/+1
2022-09-12ocfs2: replace ll_rw_block()Zhang Yi1-1/+1
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-15/+13
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)1-1/+1
2022-08-02ocfs2: Convert ocfs2_read_folio() to use a folioMatthew Wilcox (Oracle)1-14/+12
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche1-1/+1
2022-05-10fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)1-1/+1
2022-05-10ocfs2: Convert to release_folioMatthew Wilcox (Oracle)1-5/+5
2022-05-09ocfs2: Convert ocfs2 to read_folioMatthew Wilcox (Oracle)1-2/+3
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)1-3/+3
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-2/+2
2022-03-23fs/ocfs2: fix comments mentioning i_mutexhongnanli1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)1-1/+1
2022-01-15ocfs2: clearly handle ocfs2_grab_pages_for_write() return valueJoseph Qi1-13/+13
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+1
2021-06-29ocfs2: remove repeated uptodate check for bufferWan Jiabing1-2/+1
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-3/+1
2021-04-10ocfs2: fix deadlock between setattr and dio_end_io_writeWengang Wang1-10/+1
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)1-21/+13
2019-12-01Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+0
2019-10-23pipe: Reduce #inclusion of pipe_fs_i.hDavid Howells1-1/+0
2019-10-08fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()Jia-Ju Bai1-1/+2
2019-10-08ocfs2: clear zero in unaligned direct IOJia Guo1-1/+21
2019-09-25ocfs2: 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-05fs: 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-27ocfs2: remove unneeded null checkDing Xiang1-2/+1
2018-04-06ocfs2: use 'oi' instead of 'OCFS2_I()'piaojun1-1/+1
2018-04-06ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun1-1/+1
2018-02-01ocfs2: try to reuse extent block in dealloc without meta_allocChangwei Ge1-0/+6
2018-02-01ocfs2: make metadata estimation accurate and clearChangwei Ge1-1/+3
2017-11-16ocfs2: ip_alloc_sem should be taken in ocfs2_get_block()alex chen1-8/+18
2017-02-28fs: add i_blocksize()Fabian Frederick1-1/+1
2016-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-11/+20
2016-12-15Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-12-13ocfs2: clean up unused 'page' parameter in ocfs2_write_end_nolock()piaojun1-4/+3
2016-12-10ocfs2: fix bad pointer castDarrick J. Wong1-1/+1