summaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
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
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
2024-04-26ocfs2: fix races between hole punching and AIO+DIOSu Yue1-0/+2
2024-04-26ocfs2: return real error code in ocfs2_dio_wr_get_blockSu Yue1-2/+0
2024-04-26ocfs2: fix sparse warningsHeming Zhao5-15/+16
2024-04-26ocfs2: speed up chain-list searchingHeming Zhao1-1/+1
2024-04-26ocfs2: adjust enabling place for la windowHeming Zhao2-12/+8
2024-04-26ocfs2: improve write IO performance when fragmentation is highHeming Zhao5-11/+108
2024-04-26ocfs2: update inode ctime in ocfs2_fileattr_setSu Yue1-0/+1
2024-04-26ocfs2: correctly use ocfs2_find_next_zero_bit()Joseph Qi3-18/+9