aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+13
2016-05-27ocfs2: bump up o2cb network protocol versionJunxiao Bi1-1/+4
2016-05-27ocfs2: o2hb: fix hb hung timeJunxiao Bi1-1/+1
2016-05-27ocfs2: o2hb: don't negotiate if last hb failJunxiao Bi1-0/+10
2016-05-27ocfs2: o2hb: add some user/debug logJunxiao Bi1-7/+32
2016-05-27ocfs2: o2hb: add NEGOTIATE_APPROVE messageJunxiao Bi1-1/+27
2016-05-27ocfs2: o2hb: add NEGO_TIMEOUT messageJunxiao Bi1-1/+65
2016-05-27ocfs2: o2hb: add negotiate timerJunxiao Bi1-4/+47
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-10/+13
2016-05-26ocfs2: fix improper handling of return errnoEric Ren1-6/+1
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+1
2016-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-8/+9
2016-05-19ocfs2: clean up an unneeded goto in ocfs2_put_slot()Guozhonghua1-5/+1
2016-05-19ocfs2: clean up unused parameter 'count' in o2hb_read_block_input()Jun Piao1-3/+2
2016-05-19ocfs2: clean up an unused variable 'wants_rotate' in ocfs2_truncate_recpiaojun1-2/+1
2016-05-19ocfs2: fix comment in struct ocfs2_extended_slotGuozhonghua1-1/+1
2016-05-19ocfs2/cluster: block BH in TCP callbacksEric Dumazet1-8/+9
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+4
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-14/+17
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro1-0/+2
2016-05-12ocfs2: fix posix_acl_create deadlockJunxiao Bi6-48/+77
2016-05-12ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hangJunxiao Bi3-2/+27
2016-05-02parallel lookups: actual switch to rwsemAl Viro1-1/+1
2016-05-02ocfs2: don't open-code inode_lock/inode_unlockAl Viro1-2/+2
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro3-11/+14
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-5/+4
2016-04-28ocfs2/dlm: return zero if deref_done message is successfully handledxuejiufei1-0/+2
2016-04-24jbd2: add support for avoiding data writes during transaction commitsJan Kara1-1/+1
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro1-10/+10
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-1/+1
2016-04-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-2/+9
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov9-78/+78
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher1-0/+3
2016-03-29ocfs2: Fix Q_GETNEXTQUOTA for filesystem without quotasJan Kara1-2/+9
2016-03-25ocfs2: extend enough credits for freeing one truncate record while replaying truncate recordsXue jiufei1-11/+8
2016-03-25ocfs2: extend transaction for ocfs2_remove_rightmost_path() and ocfs2_update_edge_lengths() before to avoid inconsistency between inode and etXue jiufei1-28/+54
2016-03-25ocfs2/dlm: move lock to the tail of grant queue while doing in-place convertxuejiufei1-0/+6
2016-03-25ocfs2: solve a problem of crossing the boundary in updating backupsjiangyiwen1-1/+1
2016-03-25ocfs2: fix occurring deadlock by changing ocfs2_wq from global to localjiangyiwen7-33/+32
2016-03-25ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi2-1/+13
2016-03-25ocfs2/dlm: fix race between convert and recoveryJoseph Qi1-1/+10
2016-03-25ocfs2: fix a deadlock issue in ocfs2_dio_end_io_write()Ryan Ding1-4/+8
2016-03-25ocfs2: fix disk file size and memory file size mismatchRyan Ding1-10/+17
2016-03-25ocfs2: take ip_alloc_sem in ocfs2_dio_get_block & ocfs2_dio_end_io_writeRyan Ding1-6/+17
2016-03-25ocfs2: fix ip_unaligned_aio deadlock with dio work queueRyan Ding5-36/+9
2016-03-25ocfs2: code clean up for direct ioRyan Ding2-144/+10
2016-03-25ocfs2: fix sparse file & data ordering issue in direct ioRyan Ding1-517/+346
2016-03-25ocfs2: record UNWRITTEN extents when populate write descRyan Ding4-5/+106
2016-03-25ocfs2: return the physical address in ocfs2_write_clusterRyan Ding1-15/+13