summaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
2024-02-23fs: move S_ISGID stripping into the vfs_*() helpersYang Xu1-0/+1
2023-09-23fs: ocfs2: namei: check return value of ocfs2_add_entry()Artem Chernyshev1-0/+4
2023-06-21ocfs2: check new file size on fallocate callLuís Henriques1-1/+7
2023-06-21ocfs2: fix use-after-free when unmounting read-only filesystemLuís Henriques1-2/+4
2023-06-09treewide: Remove uninitialized_var() usageKees Cook6-14/+14
2023-06-09ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider useAndy Shevchenko1-4/+0
2023-04-05ocfs2: fix data corruption after failed writeJan Kara via Ocfs2-devel1-2/+16
2023-03-11ocfs2: fix non-auto defrag path not working issueHeming Zhao via Ocfs2-devel1-11/+13
2023-03-11ocfs2: fix defrag path triggering jbd2 ASSERTHeming Zhao via Ocfs2-devel1-10/+0
2023-01-18ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdownHeming Zhao2-5/+6
2023-01-18ocfs2: fix memory leak in ocfs2_mount_volume()Li Zetao3-2/+6
2023-01-18ocfs2: rewrite error handling of ocfs2_fill_superHeming Zhao via Ocfs2-devel1-35/+32
2023-01-18ocfs2: ocfs2_mount_volume does cleanup job before return errorHeming Zhao via Ocfs2-devel1-12/+23
2023-01-18ocfs2: fix memory leak in ocfs2_stack_glue_init()Shang XiaoJing1-1/+7
2022-10-29ocfs2: fix BUG when iput after ocfs2_mknod failsJoseph Qi1-10/+1
2022-10-29ocfs2: clear dinode links count in case of errorJoseph Qi1-2/+10
2022-06-14ocfs2: dlmfs: fix error handling of user_dlm_destroy_lockJunxiao Bi via Ocfs2-devel1-1/+15
2022-03-23ocfs2: fix crash when initialize filecheck kobj failsJoseph Qi1-11/+11
2021-11-17ocfs2: fix data corruption on truncateJan Kara1-2/+6
2021-10-27ocfs2: mount fails with buffer overflow in strlenValentin Vidic1-4/+10
2021-10-27ocfs2: fix data corruption after conversion from inline formatJan Kara1-34/+12
2021-09-30ocfs2: drop acl cache for directories tooWengang Wang1-1/+2
2021-08-04ocfs2: issue zeroout to EOF blocksJunxiao Bi1-39/+60
2021-08-04ocfs2: fix zero out valid dataJunxiao Bi1-2/+2
2021-07-14ocfs2: fix snprintf() checkingDan Carpenter2-11/+3
2021-06-10ocfs2: fix data corruption by fallocateJunxiao Bi1-5/+50
2021-04-14ocfs2: fix deadlock between setattr and dio_end_io_writeWengang Wang2-12/+7
2021-03-04ocfs2: fix a use after free on errorDan Carpenter1-1/+7
2020-11-18ocfs2: initialize ip_next_orphanWengang Wang1-0/+1
2020-08-21ocfs2: change slot number type s16 to u16Junxiao Bi3-6/+6
2020-08-19ocfs2: fix unbalanced lockingPavel Machek1-1/+7
2020-06-30ocfs2: fix panic on nfs server over ocfs2Junxiao Bi1-3/+6
2020-06-30ocfs2: fix value of OCFS2_INVALID_SLOTJunxiao Bi1-1/+1
2020-06-30ocfs2: load global_inode_allocJunxiao Bi1-1/+1
2020-06-30ocfs2: avoid inode removal while nfsd is accessing itJunxiao Bi2-1/+17
2020-05-06dlmfs_file_write(): fix the bogosity in handling non-zero *pposAl Viro1-15/+12
2020-04-17ocfs2: no need try to truncate file beyond i_sizeChangwei Ge1-0/+4
2020-02-24ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()wangyan1-3/+5
2020-02-24ocfs2: make local header paths relative to C filesMasahiro Yamada13-45/+41
2020-02-11ocfs2: fix oops when writing cloned fileGang He1-8/+6
2020-01-17ocfs2: call journal flush to mark journal as empty after journal recovery whe...Kai Li1-0/+8
2020-01-09ocfs2: fix the crash due to call ocfs2_get_dlm_debug once lessGang He1-0/+1
2020-01-04ocfs2: fix passing zero to 'PTR_ERR' warningDing Xiang1-2/+2
2019-12-17quota: Check that quota is not dirty before releaseDmitry Monakhov1-1/+1
2019-11-22Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare...Joseph Qi1-23/+33
2019-11-06ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()Shuning Zhang1-44/+90
2019-10-19ocfs2: fix panic due to ocfs2_wq is nullYi Li2-2/+4
2019-10-19ocfs2: fix error handling in ocfs2_setattr()Chengguang Xu1-0/+2
2019-10-08fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_a...Jia-Ju Bai1-1/+1
2019-10-08fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()Jia-Ju Bai1-1/+2