summaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)Author
2026-03-04ocfs2: fix reflink preserve cleanup issueHeming Zhao
2026-01-19ocfs2: fix kernel BUG in ocfs2_find_victim_chainPrithvi Tambewagh
2026-01-19ocfs2: fix memory leak in ocfs2_merge_rec_left()Dmitry Antipov
2026-01-19ocfs2: relax BUG() to ocfs2_error() in __ocfs2_move_extent()Dmitry Antipov
2025-10-29ocfs2: clear extent cache after moving/defragmenting extentsDeepanshu Kartikey
2025-10-29ocfs2: fix double free in user_cluster_connect()Dan Carpenter
2025-10-02ocfs2: fix recursive semaphore deadlock in fiemap callMark Tinguely
2025-06-04ocfs2: stop quota recovery before disabling quotasJan Kara
2025-06-04ocfs2: implement handshaking with ocfs2 recovery threadJan Kara
2025-06-04ocfs2: switch osb->disable_recovery to enumJan Kara
2025-04-10ocfs2: validate l_tree_depth to avoid out-of-bounds accessVasiliy Kovalev
2025-03-13ocfs2: check dir i_size in ocfs2_find_entrySu Yue
2025-03-13ocfs2: handle a symlink read error correctlyMatthew Wilcox (Oracle)
2025-03-13ocfs2: fix incorrect CPU endianness conversion causing mount failureHeming Zhao
2025-03-13ocfs2: mark dquot as inactive if failed to start trans while releasing dquotSu Yue
2025-02-01ocfs2: fix slab-use-after-free due to dangling pointer dqi_privDennis Lam
2025-02-01ocfs2: correct return value of ocfs2_local_free_info()Joseph Qi
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-14ocfs2: fix uninitialized value in ocfs2_file_read_iter()Dmitry Antipov
2024-12-14ocfs2: fix UBSAN warning in ocfs2_verify_volume()Dmitry Antipov
2024-12-14ocfs2: uncache inode which has failed entering the groupDmitry Antipov
2024-11-17fs: Fix uninitialized value issue in from_kuid and from_kgidAlessandro Zanni
2024-11-17ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove()Andrew Kanner
2024-11-08ocfs2: pass u64 to ocfs2_truncate_inline maybe overflowEdward Adam Davis
2024-10-17ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodateLizhi Xu
2024-10-17ocfs2: fix null-ptr-deref when journal load failed.Julian Sun
2024-10-17ocfs2: remove unreasonable unlock in ocfs2_read_blocksLizhi Xu
2024-10-17ocfs2: cancel dqi_sync_work before freeing oinfoJoseph Qi
2024-10-17ocfs2: reserve space for inline xattr before attaching reflink treeGautham Ananthakrishna
2024-10-17ocfs2: fix uninit-value in ocfs2_get_block()Joseph Qi
2024-10-17ocfs2: fix the la space leak when unmounting an ocfs2 volumeHeming Zhao
2024-10-17ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()Ferry Meng
2024-10-17ocfs2: add bounds checking to ocfs2_xattr_find_entry()Ferry Meng
2024-07-27ocfs2: add bounds checking to ocfs2_check_dir_entry()lei lu
2024-07-05ocfs2: fix DIO failure due to insufficient transaction creditsJan Kara
2024-07-05ocfs2: fix races between hole punching and AIO+DIOSu Yue
2024-07-05ocfs2: use coarse time for new created filesSu Yue
2023-09-19fs: ocfs2: namei: check return value of ocfs2_add_entry()Artem Chernyshev
2023-06-21ocfs2: check new file size on fallocate callLuís Henriques
2023-06-21ocfs2: fix use-after-free when unmounting read-only filesystemLuís Henriques
2023-05-30ocfs2: Switch to security_inode_init_security()Roberto Sassu
2023-04-20ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdownHeming Zhao
2023-04-05ocfs2: fix data corruption after failed writeJan Kara via Ocfs2-devel
2023-03-22attr: use consistent sgid stripping checksAmir Goldstein
2023-03-22fs: move S_ISGID stripping into the vfs_*() helpersYang Xu
2023-03-11ocfs2: fix non-auto defrag path not working issueHeming Zhao via Ocfs2-devel
2023-03-11ocfs2: fix defrag path triggering jbd2 ASSERTHeming Zhao via Ocfs2-devel
2023-01-14ocfs2: fix memory leak in ocfs2_mount_volume()Li Zetao