summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
AgeCommit message (Expand)Author
2020-08-21ocfs2: change slot number type s16 to u16Junxiao Bi
2020-08-19ocfs2: fix unbalanced lockingPavel Machek
2020-06-30ocfs2: fix panic on nfs server over ocfs2Junxiao Bi
2020-06-30ocfs2: fix value of OCFS2_INVALID_SLOTJunxiao Bi
2020-06-30ocfs2: load global_inode_allocJunxiao Bi
2020-06-30ocfs2: avoid inode removal while nfsd is accessing itJunxiao Bi
2020-05-06dlmfs_file_write(): fix the bogosity in handling non-zero *pposAl Viro
2020-04-17ocfs2: no need try to truncate file beyond i_sizeChangwei Ge
2020-02-24ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()wangyan
2020-02-24ocfs2: make local header paths relative to C filesMasahiro Yamada
2020-02-11ocfs2: fix oops when writing cloned fileGang He
2020-01-17ocfs2: call journal flush to mark journal as empty after journal recovery whe...Kai Li
2020-01-09ocfs2: fix the crash due to call ocfs2_get_dlm_debug once lessGang He
2020-01-04ocfs2: fix passing zero to 'PTR_ERR' warningDing Xiang
2019-12-17quota: Check that quota is not dirty before releaseDmitry Monakhov
2019-11-22Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare...Joseph Qi
2019-11-06ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()Shuning Zhang
2019-10-19ocfs2: fix panic due to ocfs2_wq is nullYi Li
2019-10-19ocfs2: fix error handling in ocfs2_setattr()Chengguang Xu
2019-10-07fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_a...Jia-Ju Bai
2019-10-07fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()Jia-Ju Bai
2019-10-07fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()Jia-Ju Bai
2019-10-07ocfs2: clear zero in unaligned direct IOJia Guo
2019-09-24ocfs2: fix spelling mistake "ambigous" -> "ambiguous"Colin Ian King
2019-09-24ocfs2: checkpoint appending truncate log transaction before flushingChangwei Ge
2019-09-24ocfs2: wait for recovering done after direct unlock requestChangwei Ge
2019-09-24ocfs2: delete unnecessary checks before brelse()Markus Elfring
2019-09-24fs/ocfs2/dir.c: remove set but not used variableszhengbin
2019-09-24fs/ocfs2/file.c: remove set but not used variableszhengbin
2019-09-24fs/ocfs2/namei.c: remove set but not used variableszhengbin
2019-09-24ocfs2: remove unused ocfs2_orphan_scan_exit() declarationGuozhonghua
2019-09-24ocfs2: remove unused ocfs2_calc_tree_trunc_credits()Guozhonghua
2019-09-24ocfs2: further debugfs cleanupsGreg Kroah-Hartman
2019-09-24ocfs2: use jbd2_inode dirty range scopingJoseph Qi
2019-08-03ocfs2: remove set but not used variable 'last_hash'YueHaibing
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds
2019-07-12ocfs2: use kmemdup rather than duplicating its implementationFuqian Huang
2019-07-12fs/ocfs2/dlmglue.c: unneeded variable: "status"Hariprasad Kelam
2019-07-12ocfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-07-12ocfs2: add first lock wait time in locking_stateGang He
2019-07-12ocfs2: add locking filter debugfs fileGang He
2019-07-12ocfs2: add last unlock times in locking_stateGang He
2019-07-12ocfs2/dlm: use struct_size() helperGustavo A. R. Silva
2019-07-12fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat"ChenGang
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong
2019-06-13fs/ocfs2: fix race in ocfs2_dentry_attach_lock()Wengang Wang
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 405Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 275Thomas Gleixner
2019-06-01ocfs2: fix error path kobject memory leakTobin C. Harding