aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
2019-12-01Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+2
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2019-12-01ocfs2: fix passing zero to 'PTR_ERR' warningGravatar Ding Xiang 1-2/+2
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+0
2019-11-30Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 2-3/+3
2019-11-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 3-28/+31
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2019-11-22Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare...Gravatar Joseph Qi 1-23/+33
2019-11-06ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()Gravatar Shuning Zhang 1-44/+90
2019-11-06Pull series refactoring quota enabling and disabling code.Gravatar Jan Kara 4-38/+49
2019-11-05Merge branch 'jk/jbd2-revoke-overflow'Gravatar Theodore Ts'o 2-20/+20
2019-11-05jbd2: Reserve space for revoke descriptor blocksGravatar Jan Kara 1-2/+2
2019-11-05ocfs2: Use accessor function for h_buffer_creditsGravatar Jan Kara 2-18/+18
2019-11-04fs: Use dquot_load_quota_inode() from filesystemsGravatar Jan Kara 1-2/+2
2019-10-31quota: Check that quota is not dirty before releaseGravatar Dmitry Monakhov 1-1/+1
2019-10-23pipe: Reduce #inclusion of pipe_fs_i.hGravatar David Howells 1-1/+0
2019-10-23fs: compat_ioctl: move FITRIM emulation into file systemsGravatar Arnd Bergmann 1-0/+1
2019-10-21jbd2: Make state lock a spinlockGravatar Thomas Gleixner 1-8/+11
2019-10-19ocfs2: fix panic due to ocfs2_wq is nullGravatar Yi Li 2-2/+4
2019-10-19ocfs2: fix error handling in ocfs2_setattr()Gravatar Chengguang Xu 1-0/+2
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Gravatar Qian Cai 1-1/+1
2019-10-07fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_a...Gravatar Jia-Ju Bai 1-1/+1
2019-10-07fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()Gravatar Jia-Ju Bai 1-1/+2
2019-10-07fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()Gravatar Jia-Ju Bai 1-33/+23
2019-10-07ocfs2: clear zero in unaligned direct IOGravatar Jia Guo 1-1/+21
2019-09-24ocfs2: fix spelling mistake "ambigous" -> "ambiguous"Gravatar Colin Ian King 1-1/+1
2019-09-24ocfs2: checkpoint appending truncate log transaction before flushingGravatar Changwei Ge 1-0/+15
2019-09-24ocfs2: wait for recovering done after direct unlock requestGravatar Changwei Ge 1-4/+19
2019-09-24ocfs2: delete unnecessary checks before brelse()Gravatar Markus Elfring 2-7/+3
2019-09-24fs/ocfs2/dir.c: remove set but not used variablesGravatar zhengbin 1-2/+1
2019-09-24fs/ocfs2/file.c: remove set but not used variablesGravatar zhengbin 1-3/+0
2019-09-24fs/ocfs2/namei.c: remove set but not used variablesGravatar zhengbin 1-2/+0
2019-09-24ocfs2: remove unused ocfs2_orphan_scan_exit() declarationGravatar Guozhonghua 1-2/+1
2019-09-24ocfs2: remove unused ocfs2_calc_tree_trunc_credits()Gravatar Guozhonghua 1-28/+0
2019-09-24ocfs2: further debugfs cleanupsGravatar Greg Kroah-Hartman 9-180/+61
2019-09-24ocfs2: use jbd2_inode dirty range scopingGravatar Joseph Qi 4-11/+28
2019-08-03ocfs2: remove set but not used variable 'last_hash'Gravatar YueHaibing 1-3/+0
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Gravatar Linus Torvalds 1-10/+3
2019-07-12ocfs2: use kmemdup rather than duplicating its implementationGravatar Fuqian Huang 2-9/+7
2019-07-12fs/ocfs2/dlmglue.c: unneeded variable: "status"Gravatar Hariprasad Kelam 1-2/+1
2019-07-12ocfs: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 13-261/+73
2019-07-12ocfs2: add first lock wait time in locking_stateGravatar Gang He 2-3/+30
2019-07-12ocfs2: add locking filter debugfs fileGravatar Gang He 2-0/+40
2019-07-12ocfs2: add last unlock times in locking_stateGravatar Gang He 2-3/+16
2019-07-12ocfs2/dlm: use struct_size() helperGravatar Gustavo A. R. Silva 1-5/+3
2019-07-12fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat"Gravatar ChenGang 4-4/+4
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSGravatar Darrick J. Wong 1-10/+3
2019-06-13fs/ocfs2: fix race in ocfs2_dentry_attach_lock()Gravatar Wengang Wang 1-0/+12
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 405Gravatar Thomas Gleixner 4-56/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Gravatar Thomas Gleixner 6-54/+6