summaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)Author
2025-02-01ocfs2: fix incorrect CPU endianness conversion causing mount failureHeming Zhao
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-27ocfs2_dentry_revalidate(): use stable parent inode and name passed by callerAl Viro
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-01-24ocfs2: use str_yes_no() and str_no_yes() helper functionsThorsten Blum
2025-01-24ocfs2: remove parameter parent_fe_bh from __ocfs2_mknod_lockedSu Yue
2025-01-24ocfs2: mark dquot as inactive if failed to start trans while releasing dquotSu Yue
2025-01-24ocfs2: check tl->count of truncate log inode in ocfs2_get_truncate_log_infoSu Yue
2025-01-24ocfs2: correct l_next_free_rec in online checkJulian Sun
2025-01-24ocfs2: check el->l_next_free_rec in ocfs2_get_clusters_nocacheJulian Sun
2025-01-15ocfs2: check dir i_size in ocfs2_find_entrySu Yue
2025-01-12ocfs2: support large folios in ocfs2_write_zero_page()Mark Tinguely
2025-01-12ocfs2: support large folios in ocfs2_zero_cluster_folios()Mark Tinguely
2025-01-12ocfs2: remove ocfs2_start_walk_page_trans() prototypeMatthew Wilcox (Oracle)
2025-01-12ocfs2: use a folio in ocfs2_fast_symlink_read_folio()Matthew Wilcox (Oracle)
2025-01-12ocfs2: convert ocfs2_read_inline_data() to take a folioMatthew Wilcox (Oracle)
2025-01-12ocfs2: convert ocfs2_map_and_dirty_page() to ocfs2_map_and_dirty_folio()Mark Tinguely
2025-01-12ocfs2: convert ocfs2_duplicate_clusters_by_page() to use a folioMark Tinguely
2025-01-12ocfs2: use an array of folios instead of an array of pagesMark Tinguely
2025-01-12ocfs2: convert ocfs2_clear_page_regions() to ocfs2_clear_folio_regions()Mark Tinguely
2025-01-12ocfs2: convert ocfs2_map_page_blocks() to ocfs2_map_folio_blocks()Mark Tinguely
2025-01-12ocfs2: use a folio in ocfs2_map_and_dirty_page()Mark Tinguely
2025-01-12ocfs2: use a folio in ocfs2_prepare_page_for_write()Mark Tinguely
2025-01-12ocfs2: use a folio in ocfs2_write_end_nolock()Mark Tinguely
2025-01-12ocfs2: convert ocfs2_write_failure() to use a folioMark Tinguely
2025-01-12ocfs2: convert w_pages to w_foliosMark Tinguely
2025-01-12ocfs2: convert ocfs2_inode_lock_with_page() to ocfs2_inode_lock_with_folio()Mark Tinguely
2025-01-12ocfs2: convert ocfs2_readpage_inline() to take a folioMark Tinguely
2025-01-12ocfs2: pass mmap_folio around instead of mmap_pageMatthew Wilcox (Oracle)
2025-01-12ocfs2: use a folio in ocfs2_write_begin_inline()Mark Tinguely
2025-01-12ocfs2: use a folio in ocfs2_zero_new_buffers()Mark Tinguely
2025-01-12ocfs2: convert w_target_page to w_target_folioMark Tinguely
2025-01-12ocfs2: convert ocfs2_page_mkwrite() to use a folioMatthew Wilcox (Oracle)
2025-01-12ocfs2: handle a symlink read error correctlyMatthew Wilcox (Oracle)
2025-01-12ocfs2: replace deprecated simple_strtol with kstrtolDaniel Yang
2025-01-12ocfs2: miscellaneous spelling fixesDmitry Antipov
2025-01-12ocfs2: heartbeat: replace simple_strtoul with kstrtoulDaniel Yang
2025-01-12ocfs2: convert to the new mount APIEric Sandeen
2025-01-12dlmfs: convert to the new mount APIEric Sandeen
2024-12-30ocfs2: fix slab-use-after-free due to dangling pointer dqi_privDennis Lam
2024-12-18ocfs2: fix the space leak in LA when releasing LAHeming Zhao
2024-12-18ocfs2: revert "ocfs2: fix the la space leak when unmounting an ocfs2 volume"Heming Zhao
2024-12-05ocfs2: update seq_file index in ocfs2_dlm_seq_nextWengang Wang
2024-12-05ocfs2: free inode when ocfs2_get_init_inode() failsTetsuo Handa
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-11-14ocfs2: uncache inode which has failed entering the groupDmitry Antipov