summaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
9 daysocfs2: fix kernel BUG in ocfs2_find_victim_chainPrithvi Tambewagh1-0/+10
9 daysocfs2: fix memory leak in ocfs2_merge_rec_left()Dmitry Antipov1-1/+0
9 daysocfs2: 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-23quota: remove unneeded return value of register_quota_formatKemeng Shi1-4/+2
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-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-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-23ocfs2: fix deadlock in ocfs2_get_system_file_inodeMohammed Anees1-1/+7
2025-01-09ocfs2: fix slab-use-after-free due to dangling pointer dqi_privDennis Lam2-1/+2
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-09ocfs2: fix uninitialized value in ocfs2_file_read_iter()Dmitry Antipov2-0/+6
2024-11-22ocfs2: fix UBSAN warning in ocfs2_verify_volume()Dmitry Antipov1-4/+9
2024-11-22ocfs2: uncache inode which has failed entering the groupDmitry Antipov1-0/+2
2024-11-17fs: Fix uninitialized value issue in from_kuid and from_kgidAlessandro Zanni1-3/+6
2024-11-14ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove()Andrew Kanner1-2/+1
2024-11-08ocfs2: pass u64 to ocfs2_truncate_inline maybe overflowEdward Adam Davis1-0/+8
2024-10-10ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodateLizhi Xu1-1/+2
2024-10-10ocfs2: fix null-ptr-deref when journal load failed.Julian Sun1-3/+4
2024-10-10ocfs2: remove unreasonable unlock in ocfs2_read_blocksLizhi Xu1-1/+0
2024-10-10ocfs2: cancel dqi_sync_work before freeing oinfoJoseph Qi1-2/+6
2024-10-10ocfs2: reserve space for inline xattr before attaching reflink treeGautham Ananthakrishna2-12/+25
2024-10-10ocfs2: fix uninit-value in ocfs2_get_block()Joseph Qi1-3/+2
2024-10-10ocfs2: fix the la space leak when unmounting an ocfs2 volumeHeming Zhao1-0/+19
2024-09-30ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()Ferry Meng1-5/+10
2024-09-30ocfs2: add bounds checking to ocfs2_xattr_find_entry()Ferry Meng1-4/+8
2024-07-27ocfs2: add bounds checking to ocfs2_check_dir_entry()lei lu1-17/+29
2024-07-05ocfs2: fix DIO failure due to insufficient transaction creditsJan Kara4-0/+26
2024-06-27ocfs2: update inode fsync transaction id in ocfs2_unlink and ocfs2_linkSu Yue1-0/+2
2024-06-27ocfs2: convert to new timestamp accessorsJeff Layton12-75/+77
2024-06-27ocfs2: fix NULL pointer dereference in ocfs2_abort_trigger()Joseph Qi3-82/+131
2024-06-27ocfs2: fix NULL pointer dereference in ocfs2_journal_dirty()Joseph Qi1-4/+6
2024-06-21ocfs2: fix races between hole punching and AIO+DIOSu Yue1-0/+2
2024-06-21ocfs2: use coarse time for new created filesSu Yue1-1/+1
2024-03-27quota: Properly annotate i_dquot arrays with __rcuJan Kara2-2/+2
2023-09-01Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+4
2023-09-01Merge tag 'dlm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds1-10/+3
2023-08-30Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds6-43/+43