summaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-1/+2
11 daysocfs2: uncache inode which has failed entering the groupDmitry Antipov1-0/+2
14 daysocfs2: 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-10-02Merge patch series "Fixup NLM and kNFSD file lock callbacks"Christian Brauner2-1/+2
2024-10-01exportfs: Remove EXPORT_OP_ASYNC_LOCKBenjamin Coddington1-1/+0
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-12gfs2/ocfs2: set FOP_ASYNC_LOCKBenjamin Coddington1-0/+2
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
2024-08-07ocfs2: Convert ocfs2_write_zero_page to use a folioMatthew Wilcox (Oracle)1-8/+9
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)3-9/+9
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-1/+1
2024-07-22quota: remove unneeded return value of register_quota_formatKemeng Shi1-4/+2
2024-07-22Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds8-44/+67
2024-07-05ocfs2: add bounds checking to ocfs2_check_dir_entry()lei lu1-17/+29
2024-07-05fs: add kernel-doc comments to ocfs2_prepare_orphan_dir()Yang Li1-0/+2
2024-06-25ocfs2: constify struct ocfs2_stack_operationsChristophe JAILLET3-3/+3
2024-06-25ocfs2: constify struct ocfs2_lock_res_opsChristophe JAILLET2-15/+15
2024-06-25ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()Ferry Meng1-5/+10
2024-06-25ocfs2: add bounds checking to ocfs2_xattr_find_entry()Ferry Meng1-4/+8
2024-06-25ocfs2: fix DIO failure due to insufficient transaction creditsJan Kara4-0/+26
2024-06-15ocfs2: fix NULL pointer dereference in ocfs2_abort_trigger()Joseph Qi3-82/+131
2024-06-15ocfs2: fix NULL pointer dereference in ocfs2_journal_dirty()Joseph Qi1-4/+6
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-30/+30
2024-05-20Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds15-61/+148
2024-05-14net: change proto and proto_ops accept typeJens Axboe1-1/+4
2024-05-08ocfs2: remove redundant assignment to variable statusColin Ian King1-1/+0
2024-04-26ocfs2: use coarse time for new created filesSu Yue1-1/+1
2024-04-26ocfs2: update inode fsync transaction id in ocfs2_unlink and ocfs2_linkSu Yue1-0/+2