aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-2/+2
2014-04-03ocfs2: pass "new" parameter to ocfs2_init_xattr_bucketWengang Wang1-8/+15
2014-04-03ocfs2: avoid system inode ref confusion by adding mutex lockjiangyiwen3-0/+7
2014-04-03ocfs2: iput inode alloc when failed locallyjiangyiwen2-2/+4
2014-04-03ocfs2/o2net: o2net_listen_data_ready should do nothing if socket state is not TCP_LISTENTariq Saeed1-5/+17
2014-04-03ocfs2: rollback alloc_dinode counts when ocfs2_block_group_set_bits() failedYounger Liu3-2/+32
2014-04-03ocfs2: flock: drop cross-node lock when failed locallyWengang Wang1-0/+2
2014-04-03ocfs2: call ocfs2_update_inode_fsync_trans when updating any inodeDarrick J. Wong8-1/+20
2014-04-03ocfs2: fix panic on kfree(xattr->name)Tetsuo Handa1-2/+0
2014-04-03ocfs2: do not put bh when buffer_uptodate failedalex chen1-2/+0
2014-04-03ocfs2: __ocfs2_mknod_locked should return error when ocfs2_create_new_inode_locks() failedXue jiufei1-3/+0
2014-04-03ocfs2: allow for more than one data extent when creating xattrTariq Saeed1-1/+8
2014-04-03ocfs2: fix deadlock risk when kmalloc failed in dlm_query_region_handlerZhonghua Guo1-12/+9
2014-04-03ocfs2: llseek requires ocfs2 inode lock for the file in SEEK_ENDJensen1-1/+10
2014-04-03ocfs2: fix type conversion risk when get cluster attributesJoseph Qi1-3/+3
2014-04-03ocfs2: revert iput deferring code in ocfs2_drop_dentry_lockGoldwyn Rodrigues4-122/+9
2014-04-03ocfs2: avoid blocking in ocfs2_mark_lockres_freeing() in downconvert threadJan Kara3-7/+47
2014-04-03ocfs2: implement delayed dropping of last dquot referenceJan Kara4-0/+50
2014-04-03ocfs2: move dquot_initialize() in ocfs2_delete_inode() somewhat laterJan Kara1-7/+9
2014-04-03ocfs2: remove OCFS2_INODE_SKIP_DELETE flagJan Kara3-17/+3
2014-04-03ocfs2: add dlm_recover_callback_support in sysfsGoldwyn Rodrigues1-0/+14
2014-04-03ocfs2: dlm: fix recovery hungJunxiao Bi1-2/+13
2014-04-03ocfs2: dlm: fix lock migration crashJunxiao Bi1-6/+8
2014-04-03ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_fileDarrick J. Wong9-21/+74
2014-04-03ocfs2: remove unused variable uuid_net_key in ocfs2_initialize_superjoyce.xue1-3/+0
2014-04-03ocfs2: change ip_unaligned_aio to of type mutex from atomit_tWengang Wang5-30/+7
2014-04-03ocfs2: fix null pointer dereference when access dlm_state before launching dlm threadZongxun Wang1-3/+3
2014-03-28ocfs2: 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/viro/vfsLinus 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-10ocfs2: check existence of old dentry in ocfs2_link()Xue jiufei1-0/+17
2014-02-10ocfs2: update inode size after zeroing the holeJunxiao Bi1-8/+32
2014-02-10ocfs2: fix issue that ocfs2_setattr() does not deal with new_i_size==i_sizeYounger Liu2-8/+3
2014-02-10ocfs2: fix ocfs2_sync_file() if filesystem is readonlyYounger Liu1-0/+3
2014-02-06ocfs2: 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/viro/vfsLinus Torvalds7-250/+72
2014-01-27ocfs2: do not log ENOENT in unlink()Xiaowei.Hu1-1/+1
2014-01-25ocfs2: use generic posix ACL infrastructureChristoph Hellwig7-250/+72
2014-01-25fs: make posix_acl_create more usefulChristoph Hellwig1-1/+1
2014-01-25fs: make posix_acl_chmod more usefulChristoph Hellwig1-1/+1
2014-01-21ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneouslyYiwen Jiang1-2/+6
2014-01-21ocfs2: punch hole should return EINVAL if the length argument in ioctl is negativeTariq Saeed1-1/+2
2014-01-21ocfs2: fix sparse non static symbol warningWei Yongjun1-1/+1
2014-01-21ocfs2: adjust minlen with discard_granularity in the FITRIM ioctlJie Liu1-0/+2
2014-01-21ocfs2: return EINVAL if the given range to discard is less than block sizeJie Liu1-7/+3
2014-01-21ocfs2: return EOPNOTSUPP if the device does not support discardJie Liu1-0/+5
2014-01-21ocfs2: remove redundant ocfs2_alloc_dinode_update_counts() and ocfs2_block_group_set_bits()Younger Liu3-87/+14
2014-01-21ocfs2: use the new DLM operation callbacks while requesting new lockspaceGoldwyn Rodrigues1-24/+102