summaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)Author
2026-03-04ocfs2: fix reflink preserve cleanup issueHeming Zhao
2026-01-11ocfs2: fix kernel BUG in ocfs2_find_victim_chainPrithvi Tambewagh
2026-01-11ocfs2: fix memory leak in ocfs2_merge_rec_left()Dmitry Antipov
2026-01-11ocfs2: relax BUG() to ocfs2_error() in __ocfs2_move_extent()Dmitry Antipov
2025-10-29ocfs2: clear extent cache after moving/defragmenting extentsDeepanshu Kartikey
2025-10-23quota: remove unneeded return value of register_quota_formatKemeng Shi
2025-10-15ocfs2: fix double free in user_cluster_connect()Dan Carpenter
2025-09-19ocfs2: fix recursive semaphore deadlock in fiemap callMark Tinguely
2025-09-09ocfs2: prevent release journal inode after journal shutdownEdward Adam Davis
2025-06-19ocfs2: fix possible memory leak in ocfs2_finish_quota_recoveryMurad Masimov
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-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-23ocfs2: fix deadlock in ocfs2_get_system_file_inodeMohammed Anees
2025-01-09ocfs2: fix slab-use-after-free due to dangling pointer dqi_privDennis Lam
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-09ocfs2: fix uninitialized value in ocfs2_file_read_iter()Dmitry Antipov
2024-11-22ocfs2: fix UBSAN warning in ocfs2_verify_volume()Dmitry Antipov
2024-11-22ocfs2: 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-14ocfs2: 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-10ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodateLizhi Xu
2024-10-10ocfs2: fix null-ptr-deref when journal load failed.Julian Sun
2024-10-10ocfs2: remove unreasonable unlock in ocfs2_read_blocksLizhi Xu
2024-10-10ocfs2: cancel dqi_sync_work before freeing oinfoJoseph Qi
2024-10-10ocfs2: reserve space for inline xattr before attaching reflink treeGautham Ananthakrishna
2024-10-10ocfs2: fix uninit-value in ocfs2_get_block()Joseph Qi
2024-10-10ocfs2: fix the la space leak when unmounting an ocfs2 volumeHeming Zhao
2024-09-30ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()Ferry Meng
2024-09-30ocfs2: 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-06-27ocfs2: update inode fsync transaction id in ocfs2_unlink and ocfs2_linkSu Yue
2024-06-27ocfs2: convert to new timestamp accessorsJeff Layton
2024-06-27ocfs2: fix NULL pointer dereference in ocfs2_abort_trigger()Joseph Qi
2024-06-27ocfs2: fix NULL pointer dereference in ocfs2_journal_dirty()Joseph Qi
2024-06-21ocfs2: fix races between hole punching and AIO+DIOSu Yue
2024-06-21ocfs2: use coarse time for new created filesSu Yue
2024-03-26quota: Properly annotate i_dquot arrays with __rcuJan Kara
2023-08-31Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-08-31Merge tag 'dlm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds