summaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
2015-08-17ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi1-3/+7
2015-07-04splice: Apply generic position and size checks to each writeBen Hutchings1-2/+6
2015-05-17ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi1-0/+13
2015-04-29move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2015-04-19ocfs2: _really_ sync the right rangeAl Viro1-4/+10
2015-01-16ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name() when li...Xue jiufei1-8/+35
2015-01-16ocfs2: fix journal commit deadlockJunxiao Bi1-2/+14
2014-10-06ocfs2/dlm: do not get resource spinlock if lockres is newJoseph Qi1-8/+10
2014-05-06ocfs2: fix panic on kfree(xattr->name)Tetsuo Handa1-2/+0
2014-05-06ocfs2: do not put bh when buffer_uptodate failedalex chen1-2/+0
2014-05-06ocfs2: dlm: fix recovery hungJunxiao Bi1-2/+13
2014-05-06ocfs2: dlm: fix lock migration crashJunxiao Bi1-6/+8
2014-03-29ocfs2: check if cluster name exists before derefSasha Levin1-1/+3
2014-03-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+4
2014-03-10ocfs2 syncs the wrong range...Al Viro1-4/+4
2014-03-04ocfs2: fix quota file corruptionJan Kara2-14/+17
2014-02-11ocfs2: check existence of old dentry in ocfs2_link()Xue jiufei1-0/+17
2014-02-11ocfs2: update inode size after zeroing the holeJunxiao Bi1-8/+32
2014-02-11ocfs2: fix issue that ocfs2_setattr() does not deal with new_i_size==i_sizeYounger Liu2-8/+3
2014-02-11ocfs2: fix ocfs2_sync_file() if filesystem is readonlyYounger Liu1-0/+3
2014-02-07ocfs2: free allocated clusters if error occurs after ocfs2_claim_clustersZongxun Wang3-3/+83
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-250/+72
2014-01-28ocfs2: do not log ENOENT in unlink()Xiaowei.Hu1-1/+1
2014-01-26ocfs2: use generic posix ACL infrastructureChristoph Hellwig7-250/+72
2014-01-26fs: make posix_acl_create more usefulChristoph Hellwig1-1/+1
2014-01-26fs: make posix_acl_chmod more usefulChristoph Hellwig1-1/+1
2014-01-22ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneouslyYiwen Jiang1-2/+6
2014-01-22ocfs2: punch hole should return EINVAL if the length argument in ioctl is neg...Tariq Saeed1-1/+2
2014-01-22ocfs2: fix sparse non static symbol warningWei Yongjun1-1/+1
2014-01-22ocfs2: adjust minlen with discard_granularity in the FITRIM ioctlJie Liu1-0/+2
2014-01-22ocfs2: return EINVAL if the given range to discard is less than block sizeJie Liu1-7/+3
2014-01-22ocfs2: return EOPNOTSUPP if the device does not support discardJie Liu1-0/+5
2014-01-22ocfs2: remove redundant ocfs2_alloc_dinode_update_counts() and ocfs2_block_gr...Younger Liu3-87/+14
2014-01-22ocfs2: use the new DLM operation callbacks while requesting new lockspaceGoldwyn Rodrigues1-24/+102
2014-01-22ocfs2: framework for version LVBGoldwyn Rodrigues1-0/+101
2014-01-22ocfs2: pass ocfs2_cluster_connection to ocfs2_this_nodeGoldwyn Rodrigues5-8/+24
2014-01-22ocfs2: shift allocation ocfs2_live_connection to user_connect()Goldwyn Rodrigues1-19/+18
2014-01-22ocfs2: add DLM recovery callbacksGoldwyn Rodrigues1-0/+38
2014-01-22ocfs2: add clustername to cluster connectionGoldwyn Rodrigues5-7/+24
2014-01-22ocfs2: remove versioning informationGoldwyn Rodrigues16-310/+7
2013-11-24block: Abstract out bvec iteratorKent Overstreet1-1/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-2/+2
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds18-107/+98
2013-11-13ocfs2: simplify ocfs2_invalidatepage() and ocfs2_releasepage()Jan Kara1-17/+2
2013-11-13ocfs2: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-4/+4
2013-11-13ocfs2: fix possible double free in ocfs2_write_begin_nolockXue jiufei1-2/+6
2013-11-13ocfs2: add missing errno in ocfs2_ioctl_move_extents()Younger Liu1-2/+6
2013-11-13ocfs2: do not call brelse() if group_bh is not initialized in ocfs2_group_add()Younger Liu1-3/+6
2013-11-13ocfs2: rollback transaction in ocfs2_group_add()Younger Liu1-0/+3