aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-10ocfs2: budget for extent tree splits when adding refcount flagDarrick J. Wong1-0/+3
2016-12-10ocfs2: prohibit refcounted swapfilesDarrick J. Wong1-0/+9
2016-12-10ocfs2: add newlines to some error messagesDarrick J. Wong1-2/+2
2016-12-10ocfs2: convert inode refcount test to a helperDarrick J. Wong6-29/+23
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-11-30ocfs2: Use s_umount for quota recovery protectionJan Kara1-4/+7
2016-11-30ocfs2: Protect periodic quota syncing with s_umount semaphoreJan Kara2-2/+9
2016-11-11ocfs2: fix not enough credit panicJunxiao Bi1-1/+1
2016-11-04fs: Add helper to clean bdev aliases under a bh and use itJan Kara1-1/+1
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig1-0/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-1/+1
2016-10-11ocfs2: fix memory leak in dlm_migrate_request_handler()Guozhonghua1-0/+3
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds10-23/+27
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro6-60/+67
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-9/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-8/+6
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro3-8/+6
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-6/+4
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher3-9/+0
2016-10-07ocfs2: fix undefined struct variable in inode.hJoseph Qi1-2/+0
2016-10-07fs/ocfs2/dlm: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-10-07fs/ocfs2/super: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-10-07fs/ocfs2/cluster: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-10-07fs/ocfs2/dlmfs: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-34/+2
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro2-34/+2
2016-09-30ocfs2: fix deadlock on mmapped page in ocfs2_write_begin_nolock()Eric Ren1-0/+10
2016-09-27fs: 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-19Revert "ocfs2: bump up o2cb network protocol version"Junxiao Bi1-4/+1
2016-09-19ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant1-10/+24
2016-09-19ocfs2: fix double unlock in case retry after free truncate logJoseph Qi1-2/+12
2016-09-19ocfs2: fix trans extend while free cached blocksJunxiao Bi1-18/+9
2016-09-19ocfs2: fix trans extend while flush truncate logJunxiao Bi1-19/+10
2016-09-19ocfs2/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/git/viro/vfsLinus Torvalds4-7/+5
2016-08-02ocfs2/dlm: continue to purge recovery lockres when recovery master goes downpiaojun4-46/+74
2016-08-02ocfs2/dlm: solve a BUG when deref failed in dlm_drop_lockres_refpiaojun2-5/+17
2016-08-02ocfs2/dlm: disable BUG_ON when DLM_LOCK_RES_DROPPING_REF is cleared before dlm_deref_lockres_done_handlerpiaojun1-2/+11
2016-08-02ocfs2: retry on ENOSPC if sufficient space in truncate logEric Ren4-38/+58
2016-08-02ocfs2: ensure that dlm lockspace is created by kernel moduleGang He1-2/+9
2016-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2016-07-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+1
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds1-1/+1
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-73/+26
2016-07-26ocfs2/cluster: clean up unnecessary assignment for 'ret'piaojun1-6/+2