summaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
2016-10-31posix_acl: Clear SGID bit when setting file permissionsJan Kara1-6/+4
2016-09-30ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant1-10/+24
2016-09-30ocfs2/dlm: fix race between convert and migrationJoseph Qi1-6/+6
2016-05-19ocfs2: fix posix_acl_create deadlockJunxiao Bi6-48/+77
2016-05-19ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hangJunxiao Bi3-2/+27
2016-04-12ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi2-1/+13
2016-04-12ocfs2/dlm: fix race between convert and recoveryJoseph Qi1-1/+10
2016-03-04ocfs2: unlock inode if deleting inode from orphan failsGuozhonghua1-0/+1
2016-02-17ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei1-0/+2
2016-02-17ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei1-11/+15
2016-02-17ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lockTariq Saeed1-0/+6
2015-12-30ocfs2/dlm: clear migration_pending when migration target goes downxuejiufei1-0/+2
2015-12-30ocfs2: fix flock panic issueJunxiao Bi1-1/+4
2015-12-30ocfs2: fix BUG when calculate new backup superJoseph Qi1-3/+12
2015-12-12ocfs2: fix SGID not inherited issueJunxiao Bi1-3/+1
2015-11-21ocfs2: fix umask ignored issueJunxiao Bi1-0/+2
2015-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2-374/+112
2015-11-14xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher1-18/+27
2015-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-59/+107
2015-11-06ocfs2: clean up unused variable in ocfs2_duplicate_clusters_by_page()Joseph Qi1-4/+1
2015-11-06ocfs2: add uuid to ocfs2 thread name for problem analysisJoseph Qi5-6/+10
2015-11-06ocfs2: should reclaim the inode if '__ocfs2_mknod_locked' returns an erroralex chen1-1/+10
2015-11-06ocfs2: fix race between mount and delete node/clusterJoseph Qi1-3/+16
2015-11-06ocfs2: only take lock if dio entry when recover orphansJoseph Qi2-39/+49
2015-11-06ocfs2: do not include dio entry in case of orphan scanJoseph Qi3-5/+15
2015-11-06ocfs2: improve performance for localallocJoseph Qi1-1/+4
2015-11-06ocfs2: fill in the unused portion of the block with zeros by dio_zero_block()jiangyiwen1-0/+1
2015-11-06ocfs2_direct_IO_write() misses ocfs2_is_overwrite() error codeNorton.Zhu1-0/+1
2015-11-05Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-4/+4
2015-10-23ocfs2/dlm: unlock lockres spinlock before dlm_lockres_putJoseph Qi2-2/+3
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington1-4/+4
2015-10-14ocfs2/cluster: use per-attribute show and store methodsChristoph Hellwig2-346/+100
2015-10-14ocfs2/cluster: move locking into attribute store methodsChristoph Hellwig1-35/+19
2015-09-23ocfs2/dlm: fix deadlock when dispatch assert masterJoseph Qi2-5/+12
2015-09-12revert "ocfs2/dlm: use list_for_each_entry instead of list_for_each"Andrew Morton1-2/+4
2015-09-05fs: create and use seq_show_option for escapingKees Cook1-2/+2
2015-09-05ocfs2: clean up redundant NULL checks before kfreeJoseph Qi2-5/+3
2015-09-05ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches14-202/+163
2015-09-05ocfs2: do not set fs read-only if rec[0] is empty while committing truncateXue jiufei1-6/+38
2015-09-05ocfs2: call ocfs2_journal_access_di() before ocfs2_journal_dirty() in ocfs2_w...yangwenfang1-5/+11
2015-09-05ocfs2: use 64bit variables to track heartbeat timeTina Ruchandani1-40/+9
2015-09-05ocfs2: fix race between crashed dio and rmJoseph Qi2-1/+12
2015-09-05ocfs2: avoid access invalid address when read o2dlm debug messagesYiwen Jiang2-11/+21
2015-09-05ocfs2: take inode lock in ocfs2_iop_set/get_acl()Tariq Saeed1-6/+20
2015-09-05ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed()Tariq Saeed1-1/+8
2015-09-05ocfs2: optimize error handling in dlm_request_joinNorton.Zhu1-32/+39
2015-09-05ocfs2: fix a tiny case that inode can not removedYiwen Jiang1-0/+5
2015-09-05ocfs2: add ip_alloc_sem in direct IO to protect allocation changesWeiWei Wang1-2/+16
2015-09-05ocfs2: clear the rest of the buffers on errorGoldwyn Rodrigues1-0/+6
2015-09-05ocfs2: acknowledge return value of ocfs2_error()Goldwyn Rodrigues7-83/+51