summaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)Author
2024-09-26ocfs2: fix uninit-value in ocfs2_get_block()Joseph Qi
2024-09-26ocfs2: fix deadlock in ocfs2_get_system_file_inodeMohammed Anees
2024-09-26ocfs2: reserve space for inline xattr before attaching reflink treeGautham Ananthakrishna
2024-09-23Merge tag 'fs_for_v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-09-19Merge tag 'mm-hotfixes-stable-2024-09-19-00-31' of git://git.kernel.org/pub/s...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-09-12ocfs2: store cookie in private dataChristian Brauner
2024-09-09ocfs2: cleanup return value and mlog in ocfs2_global_read_info()Joseph Qi
2024-09-09ocfs2: cancel dqi_sync_work before freeing oinfoJoseph Qi
2024-09-09ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodateLizhi Xu
2024-09-09ocfs2: remove unreasonable unlock in ocfs2_read_blocksLizhi Xu
2024-09-09ocfs2: fix null-ptr-deref when journal load failed.Julian Sun
2024-09-01ocfs2: use max() to improve ocfs2_dlm_seq_show()Thorsten Blum
2024-09-01ocfs2: fix shift-out-of-bounds UBSAN bug in ocfs2_verify_volume()qasdev
2024-09-01ocfs2: fix unexpected zeroing of virtual diskChi Zhiling
2024-09-01ocfs2: remove custom swap functions in favor of built-in sort swapKuan-Wei Chiu
2024-09-01ocfs2: fix the la space leak when unmounting an ocfs2 volumeHeming Zhao
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-08-07buffer: Convert __block_write_begin() to take a folioMatthew Wilcox (Oracle)
2024-08-07ocfs2: Convert ocfs2_write_zero_page to use a folioMatthew Wilcox (Oracle)
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)
2024-07-22quota: remove unneeded return value of register_quota_formatKemeng Shi
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-07-04ocfs2: add bounds checking to ocfs2_check_dir_entry()lei lu
2024-07-04fs: add kernel-doc comments to ocfs2_prepare_orphan_dir()Yang Li
2024-06-24ocfs2: constify struct ocfs2_stack_operationsChristophe JAILLET
2024-06-24ocfs2: constify struct ocfs2_lock_res_opsChristophe JAILLET
2024-06-24ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()Ferry Meng
2024-06-24ocfs2: add bounds checking to ocfs2_xattr_find_entry()Ferry Meng
2024-06-24ocfs2: fix DIO failure due to insufficient transaction creditsJan Kara
2024-06-15ocfs2: fix NULL pointer dereference in ocfs2_abort_trigger()Joseph Qi
2024-06-15ocfs2: fix NULL pointer dereference in ocfs2_journal_dirty()Joseph Qi
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-05-13net: change proto and proto_ops accept typeJens Axboe
2024-05-08ocfs2: remove redundant assignment to variable statusColin Ian King
2024-04-25ocfs2: use coarse time for new created filesSu Yue
2024-04-25ocfs2: update inode fsync transaction id in ocfs2_unlink and ocfs2_linkSu Yue
2024-04-25ocfs2: fix races between hole punching and AIO+DIOSu Yue
2024-04-25ocfs2: return real error code in ocfs2_dio_wr_get_blockSu Yue
2024-04-25ocfs2: fix sparse warningsHeming Zhao
2024-04-25ocfs2: speed up chain-list searchingHeming Zhao
2024-04-25ocfs2: adjust enabling place for la windowHeming Zhao
2024-04-25ocfs2: improve write IO performance when fragmentation is highHeming Zhao
2024-04-25ocfs2: update inode ctime in ocfs2_fileattr_setSu Yue
2024-04-25ocfs2: correctly use ocfs2_find_next_zero_bit()Joseph Qi
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds