summaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
5 daysocfs2: reset folio to NULL when get folio failsLizhi Xu1-0/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+2
2025-05-12ocfs2: remove unnecessary NULL check before unregister_sysctl_table()Chen Ni1-2/+1
2025-05-12ocfs2: fix possible memory leak in ocfs2_finish_quota_recoveryMurad Masimov1-1/+1
2025-05-12ocfs2: simplify return statement in ocfs2_filecheck_attr_store()Thorsten Blum1-1/+1
2025-05-12ocfs2: o2net_idle_timer: Rename del_timer_sync in commentWangYuli1-1/+1
2025-05-08ocfs2: stop quota recovery before disabling quotasJan Kara5-9/+30
2025-05-08ocfs2: implement handshaking with ocfs2 recovery threadJan Kara2-17/+39
2025-05-08ocfs2: switch osb->disable_recovery to enumJan Kara2-7/+14
2025-05-08ocfs2: fix panic in failed foilio allocationMark Tinguely1-0/+1
2025-05-08ocfs2: fix the issue with discontiguous allocation in the global_bitmapHeming Zhao2-6/+33
2025-04-22fs/ocfs2: use sleeping version of __find_get_block()Davidlohr Bueso1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds3-13/+14
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+3
2025-03-17ocfs2: remove reference to bh->b_pageMatthew Wilcox (Oracle)1-1/+1
2025-03-17ocfs2: use memcpy_to_folio() in ocfs2_symlink_get_block()Matthew Wilcox (Oracle)1-12/+5
2025-03-17ocfs2: validate l_tree_depth to avoid out-of-bounds accessVasiliy Kovalev1-0/+8
2025-03-17fs: convert block_commit_write() to take a folioMatthew Wilcox (Oracle)2-3/+3
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown2-10/+10
2025-02-01ocfs2: fix incorrect CPU endianness conversion causing mount failureHeming Zhao1-1/+1
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+5
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-28ocfs2_dentry_revalidate(): use stable parent inode and name passed by callerAl Viro1-8/+3
2025-01-28Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-1/+2
2025-01-27Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds35-737/+708
2025-01-25ocfs2: use str_yes_no() and str_no_yes() helper functionsThorsten Blum4-15/+16
2025-01-25ocfs2: remove parameter parent_fe_bh from __ocfs2_mknod_lockedSu Yue1-4/+3
2025-01-25ocfs2: mark dquot as inactive if failed to start trans while releasing dquotSu Yue1-0/+5
2025-01-25ocfs2: check tl->count of truncate log inode in ocfs2_get_truncate_log_infoSu Yue1-0/+15
2025-01-25ocfs2: correct l_next_free_rec in online checkJulian Sun1-0/+24
2025-01-25ocfs2: check el->l_next_free_rec in ocfs2_get_clusters_nocacheJulian Sun1-0/+10
2025-01-16ocfs2: check dir i_size in ocfs2_find_entrySu Yue1-4/+21
2025-01-13ocfs2: support large folios in ocfs2_write_zero_page()Mark Tinguely1-4/+4
2025-01-13ocfs2: support large folios in ocfs2_zero_cluster_folios()Mark Tinguely1-9/+5
2025-01-13ocfs2: remove ocfs2_start_walk_page_trans() prototypeMatthew Wilcox (Oracle)1-5/+0
2025-01-13ocfs2: use a folio in ocfs2_fast_symlink_read_folio()Matthew Wilcox (Oracle)1-8/+3
2025-01-13ocfs2: convert ocfs2_read_inline_data() to take a folioMatthew Wilcox (Oracle)3-16/+8
2025-01-13ocfs2: convert ocfs2_map_and_dirty_page() to ocfs2_map_and_dirty_folio()Mark Tinguely3-15/+13
2025-01-13ocfs2: convert ocfs2_duplicate_clusters_by_page() to use a folioMark Tinguely1-17/+15
2025-01-13ocfs2: use an array of folios instead of an array of pagesMark Tinguely4-65/+49
2025-01-13ocfs2: convert ocfs2_clear_page_regions() to ocfs2_clear_folio_regions()Mark Tinguely1-5/+4
2025-01-13ocfs2: convert ocfs2_map_page_blocks() to ocfs2_map_folio_blocks()Mark Tinguely3-12/+10
2025-01-13ocfs2: use a folio in ocfs2_map_and_dirty_page()Mark Tinguely1-5/+6
2025-01-13ocfs2: use a folio in ocfs2_prepare_page_for_write()Mark Tinguely1-9/+9
2025-01-13ocfs2: use a folio in ocfs2_write_end_nolock()Mark Tinguely1-20/+17
2025-01-13ocfs2: convert ocfs2_write_failure() to use a folioMark Tinguely1-4/+3
2025-01-13ocfs2: convert w_pages to w_foliosMark Tinguely2-54/+65
2025-01-13ocfs2: convert ocfs2_inode_lock_with_page() to ocfs2_inode_lock_with_folio()Mark Tinguely3-15/+11
2025-01-13ocfs2: convert ocfs2_readpage_inline() to take a folioMark Tinguely1-5/+5