summaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
2018-07-22ocfs2: ip_alloc_sem should be taken in ocfs2_get_block()alex chen1-8/+18
2018-07-22ocfs2: subsystem.su_mutex is required while accessing the item->ci_parentalex chen1-8/+55
2018-05-30ocfs2/dlm: don't handle migrate lockres if already in shutdownJun Piao3-15/+33
2018-05-30ocfs2: return error when we attempt to access a dirty bh in jbd2piaojun1-11/+12
2018-05-30ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attributepiaojun2-0/+8
2018-05-30ocfs2: return -EROFS to mount.ocfs2 if inode block is invalidpiaojun1-3/+2
2018-02-22ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGEGang He1-0/+9
2017-11-24ocfs2: should wait dio before inode lock in ocfs2_setattr()alex chen1-2/+7
2017-11-24ocfs2: fix cluster hang after a node diesChangwei Ge1-0/+1
2017-11-08ocfs2: fstrim: Fix start offset of first cluster group during fstrimAshish Samant1-6/+18
2017-10-21ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lockEric Ren3-3/+121
2017-07-05ocfs2: o2hb: revert hb threshold to keep compatibleJunxiao Bi1-4/+4
2017-06-14fs: add i_blocksize()Fabian Frederick2-2/+2
2017-01-19ocfs2: fix crash caused by stale lvb with fsdlm pluginEric Ren3-0/+19
2016-11-11ocfs2: fix not enough credit panicJunxiao Bi1-1/+1
2016-10-12ocfs2: fix memory leak in dlm_migrate_request_handler()Guozhonghua1-0/+3
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds10-23/+27
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro6-60/+67
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds3-9/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-8/+6
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro3-8/+6
2016-10-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-6/+4
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher3-9/+0
2016-10-08ocfs2: fix undefined struct variable in inode.hJoseph Qi1-2/+0
2016-10-08fs/ocfs2/dlm: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-10-08fs/ocfs2/super: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-10-08fs/ocfs2/cluster: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-10-08fs/ocfs2/dlmfs: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-10-08Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-34/+2
2016-10-06switch generic_file_splice_read() to use of ->read_iter()Al Viro2-34/+2
2016-10-01ocfs2: fix deadlock on mmapped page in ocfs2_write_begin_nolock()Eric Ren1-0/+10
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani10-22/+22
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara2-2/+2
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara1-6/+4
2016-09-20Revert "ocfs2: bump up o2cb network protocol version"Junxiao Bi1-4/+1
2016-09-20ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant1-10/+24
2016-09-20ocfs2: fix double unlock in case retry after free truncate logJoseph Qi1-2/+12
2016-09-20ocfs2: fix trans extend while free cached blocksJunxiao Bi1-18/+9
2016-09-20ocfs2: fix trans extend while flush truncate logJunxiao Bi1-19/+10
2016-09-20ocfs2/dlm: fix race between convert and migrationJoseph Qi1-6/+6
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-7/+5
2016-08-03ocfs2/dlm: continue to purge recovery lockres when recovery master goes downpiaojun4-46/+74
2016-08-03ocfs2/dlm: solve a BUG when deref failed in dlm_drop_lockres_refpiaojun2-5/+17
2016-08-03ocfs2/dlm: disable BUG_ON when DLM_LOCK_RES_DROPPING_REF is cleared before dl...piaojun1-2/+11
2016-08-03ocfs2: retry on ENOSPC if sufficient space in truncate logEric Ren4-38/+58
2016-08-03ocfs2: ensure that dlm lockspace is created by kernel moduleGang He1-2/+9
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-07-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+1