summaryrefslogtreecommitdiff
path: root/fs/ocfs2/aops.c
AgeCommit message (Expand)Author
2023-12-29ocfs2: remove writepage implementationMatthew Wilcox (Oracle)
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-25buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)
2023-10-25ocfs2: convert ocfs2_map_page_blocks to use a folioMatthew Wilcox (Oracle)
2023-10-18ocfs2: convert to new timestamp accessorsJeff Layton
2023-07-24ocfs2: convert to ctime accessor functionsJeff Layton
2023-04-24Merge tag 'pull-old-dio' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2023-03-07ocfs2: fix data corruption after failed writeJan Kara via Ocfs2-devel
2023-03-05__blockdev_direct_IO(): get rid of submit_io callbackAl Viro
2022-09-11ocfs2: replace ll_rw_block()Zhang Yi
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)
2022-08-02ocfs2: Convert ocfs2_read_folio() to use a folioMatthew Wilcox (Oracle)
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche
2022-05-09fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)
2022-05-09ocfs2: Convert to release_folioMatthew Wilcox (Oracle)
2022-05-09ocfs2: Convert ocfs2 to read_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22fs/ocfs2: fix comments mentioning i_mutexhongnanli
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)
2022-01-15ocfs2: clearly handle ocfs2_grab_pages_for_write() return valueJoseph Qi
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig
2021-06-29ocfs2: remove repeated uptodate check for bufferWan Jiabing
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada
2021-04-09ocfs2: fix deadlock between setattr and dio_end_io_writeWengang Wang
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds
2019-10-23pipe: Reduce #inclusion of pipe_fs_i.hDavid Howells
2019-10-07fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()Jia-Ju Bai
2019-10-07ocfs2: clear zero in unaligned direct IOJia Guo
2019-09-24ocfs2: use jbd2_inode dirty range scopingJoseph Qi
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov
2018-11-18ocfs2: free up write context when direct IO failedWengang Wang
2018-10-26ocfs2: remove unneeded null checkDing Xiang
2018-04-05ocfs2: use 'oi' instead of 'OCFS2_I()'piaojun
2018-04-05ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun
2018-01-31ocfs2: try to reuse extent block in dealloc without meta_allocChangwei Ge
2018-01-31ocfs2: make metadata estimation accurate and clearChangwei Ge
2017-11-15ocfs2: ip_alloc_sem should be taken in ocfs2_get_block()alex chen
2017-02-27fs: add i_blocksize()Fabian Frederick
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-14Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-12-12ocfs2: clean up unused 'page' parameter in ocfs2_write_end_nolock()piaojun
2016-12-10ocfs2: fix bad pointer castDarrick J. Wong
2016-12-10ocfs2: always unlock when completing dio writesDarrick J. Wong