summaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)Author
2025-06-19ocfs2: fix possible memory leak in ocfs2_finish_quota_recoveryMurad Masimov
2025-05-29fs/ocfs2: use sleeping version of __find_get_block()Davidlohr Bueso
2025-05-18ocfs2: stop quota recovery before disabling quotasJan Kara
2025-05-18ocfs2: implement handshaking with ocfs2 recovery threadJan Kara
2025-05-18ocfs2: switch osb->disable_recovery to enumJan Kara
2025-05-18ocfs2: fix the issue with discontiguous allocation in the global_bitmapHeming Zhao
2025-04-10ocfs2: validate l_tree_depth to avoid out-of-bounds accessVasiliy Kovalev
2025-02-17ocfs2: check dir i_size in ocfs2_find_entrySu Yue
2025-02-17ocfs2: handle a symlink read error correctlyMatthew Wilcox (Oracle)
2025-02-17ocfs2: fix incorrect CPU endianness conversion causing mount failureHeming Zhao
2025-02-08ocfs2: mark dquot as inactive if failed to start trans while releasing dquotSu Yue
2025-01-09ocfs2: fix slab-use-after-free due to dangling pointer dqi_privDennis Lam
2024-12-27ocfs2: fix the space leak in LA when releasing LAHeming Zhao
2024-12-14ocfs2: Revert "ocfs2: fix the la space leak when unmounting an ocfs2 volume"Heming Zhao
2024-12-14ocfs2: update seq_file index in ocfs2_dlm_seq_nextWengang Wang
2024-12-14ocfs2: free inode when ocfs2_get_init_inode() failsTetsuo Handa
2024-12-05ocfs2: fix uninitialized value in ocfs2_file_read_iter()Dmitry Antipov
2024-11-14ocfs2: uncache inode which has failed entering the groupDmitry Antipov
2024-11-11ocfs2: fix UBSAN warning in ocfs2_verify_volume()Dmitry Antipov
2024-11-07ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove()Andrew Kanner
2024-10-28ocfs2: pass u64 to ocfs2_truncate_inline maybe overflowEdward Adam Davis
2024-10-17fs: Fix uninitialized value issue in from_kuid and from_kgidAlessandro Zanni
2024-09-26ocfs2: fix uninit-value in ocfs2_get_block()Joseph Qi
2024-09-26ocfs2: fix deadlock in ocfs2_get_system_file_inodeMohammed Anees
2024-09-26ocfs2: reserve space for inline xattr before attaching reflink treeGautham Ananthakrishna
2024-09-23Merge tag 'fs_for_v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-09-19Merge tag 'mm-hotfixes-stable-2024-09-19-00-31' of git://git.kernel.org/pub/s...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-09-12ocfs2: store cookie in private dataChristian Brauner
2024-09-09ocfs2: cleanup return value and mlog in ocfs2_global_read_info()Joseph Qi
2024-09-09ocfs2: cancel dqi_sync_work before freeing oinfoJoseph Qi
2024-09-09ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodateLizhi Xu
2024-09-09ocfs2: remove unreasonable unlock in ocfs2_read_blocksLizhi Xu
2024-09-09ocfs2: fix null-ptr-deref when journal load failed.Julian Sun
2024-09-01ocfs2: use max() to improve ocfs2_dlm_seq_show()Thorsten Blum
2024-09-01ocfs2: fix shift-out-of-bounds UBSAN bug in ocfs2_verify_volume()qasdev
2024-09-01ocfs2: fix unexpected zeroing of virtual diskChi Zhiling
2024-09-01ocfs2: remove custom swap functions in favor of built-in sort swapKuan-Wei Chiu
2024-09-01ocfs2: fix the la space leak when unmounting an ocfs2 volumeHeming Zhao
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-08-07buffer: Convert __block_write_begin() to take a folioMatthew Wilcox (Oracle)
2024-08-07ocfs2: Convert ocfs2_write_zero_page to use a folioMatthew Wilcox (Oracle)
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)
2024-07-22quota: remove unneeded return value of register_quota_formatKemeng Shi
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-07-04ocfs2: add bounds checking to ocfs2_check_dir_entry()lei lu
2024-07-04fs: add kernel-doc comments to ocfs2_prepare_orphan_dir()Yang Li