summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()wangyan2020-02-241-3/+5
* ocfs2: make local header paths relative to C filesMasahiro Yamada2020-02-2413-45/+41
* ocfs2: fix oops when writing cloned fileGang He2020-02-111-8/+6
* ocfs2: call journal flush to mark journal as empty after journal recovery whe...Kai Li2020-01-171-0/+8
* ocfs2: fix the crash due to call ocfs2_get_dlm_debug once lessGang He2020-01-091-0/+1
* ocfs2: fix passing zero to 'PTR_ERR' warningDing Xiang2020-01-041-2/+2
* quota: Check that quota is not dirty before releaseDmitry Monakhov2019-12-171-1/+1
* Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare...Joseph Qi2019-11-221-23/+33
* ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()Shuning Zhang2019-11-061-44/+90
* ocfs2: fix panic due to ocfs2_wq is nullYi Li2019-10-192-2/+4
* ocfs2: fix error handling in ocfs2_setattr()Chengguang Xu2019-10-191-0/+2
* fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_a...Jia-Ju Bai2019-10-071-1/+1
* fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()Jia-Ju Bai2019-10-071-1/+2
* fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()Jia-Ju Bai2019-10-071-33/+23
* ocfs2: clear zero in unaligned direct IOJia Guo2019-10-071-1/+21
* ocfs2: fix spelling mistake "ambigous" -> "ambiguous"Colin Ian King2019-09-241-1/+1
* ocfs2: checkpoint appending truncate log transaction before flushingChangwei Ge2019-09-241-0/+15
* ocfs2: wait for recovering done after direct unlock requestChangwei Ge2019-09-241-4/+19
* ocfs2: delete unnecessary checks before brelse()Markus Elfring2019-09-242-7/+3
* fs/ocfs2/dir.c: remove set but not used variableszhengbin2019-09-241-2/+1
* fs/ocfs2/file.c: remove set but not used variableszhengbin2019-09-241-3/+0
* fs/ocfs2/namei.c: remove set but not used variableszhengbin2019-09-241-2/+0
* ocfs2: remove unused ocfs2_orphan_scan_exit() declarationGuozhonghua2019-09-241-2/+1
* ocfs2: remove unused ocfs2_calc_tree_trunc_credits()Guozhonghua2019-09-241-28/+0
* ocfs2: further debugfs cleanupsGreg Kroah-Hartman2019-09-249-180/+61
* ocfs2: use jbd2_inode dirty range scopingJoseph Qi2019-09-244-11/+28
* ocfs2: remove set but not used variable 'last_hash'YueHaibing2019-08-031-3/+0
* Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds2019-07-121-10/+3
|\
| * vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong2019-07-011-10/+3
* | ocfs2: use kmemdup rather than duplicating its implementationFuqian Huang2019-07-122-9/+7
* | fs/ocfs2/dlmglue.c: unneeded variable: "status"Hariprasad Kelam2019-07-121-2/+1
* | ocfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-1213-261/+73
* | ocfs2: add first lock wait time in locking_stateGang He2019-07-122-3/+30
* | ocfs2: add locking filter debugfs fileGang He2019-07-122-0/+40
* | ocfs2: add last unlock times in locking_stateGang He2019-07-122-3/+16
* | ocfs2/dlm: use struct_size() helperGustavo A. R. Silva2019-07-121-5/+3
* | fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat"ChenGang2019-07-124-4/+4
* | fs/ocfs2: fix race in ocfs2_dentry_attach_lock()Wengang Wang2019-06-131-0/+12
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 405Thomas Gleixner2019-06-054-56/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner2019-06-056-54/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 275Thomas Gleixner2019-06-052-32/+2
* ocfs2: fix error path kobject memory leakTobin C. Harding2019-06-011-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-3014-126/+14
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-3075-1147/+75
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-214-0/+4
* treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-182-3/+2
* ocfs2: fix ocfs2 read inode data panic in ocfs2_igetShuning Zhang2019-05-141-1/+29
* ocfs2: use common file type conversionPhillip Potter2019-05-142-43/+5
* Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-071-10/+0
|\
| * block: remove CONFIG_LBDAFChristoph Hellwig2019-04-061-10/+0