summaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
14 daysocfs2: fix kernel BUG in ocfs2_find_victim_chainPrithvi Tambewagh1-0/+10
2025-12-18ocfs2: fix memory leak in ocfs2_merge_rec_left()Dmitry Antipov1-1/+0
2025-12-18ocfs2: relax BUG() to ocfs2_error() in __ocfs2_move_extent()Dmitry Antipov1-1/+7
2025-10-29ocfs2: clear extent cache after moving/defragmenting extentsDeepanshu Kartikey1-0/+5
2025-10-15ocfs2: fix double free in user_cluster_connect()Dan Carpenter1-0/+1
2025-09-19ocfs2: fix recursive semaphore deadlock in fiemap callMark Tinguely1-1/+9
2025-09-09ocfs2: prevent release journal inode after journal shutdownEdward Adam Davis1-0/+3
2025-06-19ocfs2: fix possible memory leak in ocfs2_finish_quota_recoveryMurad Masimov1-1/+1
2025-05-29fs/ocfs2: use sleeping version of __find_get_block()Davidlohr Bueso1-1/+1
2025-05-18ocfs2: stop quota recovery before disabling quotasJan Kara5-9/+30
2025-05-18ocfs2: implement handshaking with ocfs2 recovery threadJan Kara2-17/+39
2025-05-18ocfs2: switch osb->disable_recovery to enumJan Kara2-7/+14
2025-05-18ocfs2: fix the issue with discontiguous allocation in the global_bitmapHeming Zhao2-6/+33
2025-04-10ocfs2: validate l_tree_depth to avoid out-of-bounds accessVasiliy Kovalev1-0/+8
2025-02-17ocfs2: check dir i_size in ocfs2_find_entrySu Yue1-4/+21
2025-02-17ocfs2: handle a symlink read error correctlyMatthew Wilcox (Oracle)1-2/+3
2025-02-17ocfs2: fix incorrect CPU endianness conversion causing mount failureHeming Zhao1-1/+1
2025-02-08ocfs2: mark dquot as inactive if failed to start trans while releasing dquotSu Yue1-0/+5
2025-01-09ocfs2: fix slab-use-after-free due to dangling pointer dqi_privDennis Lam2-1/+2
2024-12-27ocfs2: fix the space leak in LA when releasing LAHeming Zhao1-3/+5
2024-12-14ocfs2: Revert "ocfs2: fix the la space leak when unmounting an ocfs2 volume"Heming Zhao1-19/+0
2024-12-14ocfs2: update seq_file index in ocfs2_dlm_seq_nextWengang Wang1-0/+1
2024-12-14ocfs2: free inode when ocfs2_get_init_inode() failsTetsuo Handa1-1/+3
2024-12-05ocfs2: fix uninitialized value in ocfs2_file_read_iter()Dmitry Antipov2-0/+6
2024-11-15ocfs2: uncache inode which has failed entering the groupDmitry Antipov1-0/+2
2024-11-12ocfs2: fix UBSAN warning in ocfs2_verify_volume()Dmitry Antipov1-4/+9
2024-11-08ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove()Andrew Kanner1-2/+1
2024-10-29ocfs2: pass u64 to ocfs2_truncate_inline maybe overflowEdward Adam Davis1-0/+8
2024-10-17fs: Fix uninitialized value issue in from_kuid and from_kgidAlessandro Zanni1-3/+6
2024-09-27ocfs2: fix uninit-value in ocfs2_get_block()Joseph Qi1-3/+2
2024-09-27ocfs2: fix deadlock in ocfs2_get_system_file_inodeMohammed Anees1-1/+7
2024-09-27ocfs2: reserve space for inline xattr before attaching reflink treeGautham Ananthakrishna2-12/+25
2024-09-23Merge tag 'fs_for_v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+2
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds8-47/+40
2024-09-19Merge tag 'mm-hotfixes-stable-2024-09-19-00-31' of git://git.kernel.org/pub/s...Linus Torvalds3-7/+12
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds3-3/+12
2024-09-12ocfs2: store cookie in private dataChristian Brauner3-3/+12
2024-09-10ocfs2: cleanup return value and mlog in ocfs2_global_read_info()Joseph Qi1-6/+9
2024-09-10ocfs2: cancel dqi_sync_work before freeing oinfoJoseph Qi1-2/+6
2024-09-10ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodateLizhi Xu1-1/+2
2024-09-10ocfs2: remove unreasonable unlock in ocfs2_read_blocksLizhi Xu1-1/+0
2024-09-10ocfs2: fix null-ptr-deref when journal load failed.Julian Sun1-3/+4
2024-09-02ocfs2: use max() to improve ocfs2_dlm_seq_show()Thorsten Blum1-5/+2
2024-09-02ocfs2: fix shift-out-of-bounds UBSAN bug in ocfs2_verify_volume()qasdev1-2/+2
2024-09-02ocfs2: fix unexpected zeroing of virtual diskChi Zhiling1-1/+1
2024-09-02ocfs2: remove custom swap functions in favor of built-in sort swapKuan-Wei Chiu3-33/+7
2024-09-02ocfs2: fix the la space leak when unmounting an ocfs2 volumeHeming Zhao1-0/+19
2024-08-13introduce fd_file(), convert all accessors to it.Al Viro1-3/+3
2024-08-07buffer: Convert __block_write_begin() to take a folioMatthew Wilcox (Oracle)1-1/+1