aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
2016-06-24ocfs2: disable BUG assertions in reading blocksGravatar Gang He 2-2/+5
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-10/+13
2016-05-27ocfs2: bump up o2cb network protocol versionGravatar Junxiao Bi 1-1/+4
2016-05-27ocfs2: o2hb: fix hb hung timeGravatar Junxiao Bi 1-1/+1
2016-05-27ocfs2: o2hb: don't negotiate if last hb failGravatar Junxiao Bi 1-0/+10
2016-05-27ocfs2: o2hb: add some user/debug logGravatar Junxiao Bi 1-7/+32
2016-05-27ocfs2: o2hb: add NEGOTIATE_APPROVE messageGravatar Junxiao Bi 1-1/+27
2016-05-27ocfs2: o2hb: add NEGO_TIMEOUT messageGravatar Junxiao Bi 1-1/+65
2016-05-27ocfs2: o2hb: add negotiate timerGravatar Junxiao Bi 1-4/+47
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyGravatar Al Viro 1-10/+13
2016-05-26ocfs2: fix improper handling of return errnoGravatar Eric Ren 1-6/+1
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-1/+1
2016-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-8/+9
2016-05-19ocfs2: clean up an unneeded goto in ocfs2_put_slot()Gravatar Guozhonghua 1-5/+1
2016-05-19ocfs2: clean up unused parameter 'count' in o2hb_read_block_input()Gravatar Jun Piao 1-3/+2
2016-05-19ocfs2: clean up an unused variable 'wants_rotate' in ocfs2_truncate_recGravatar piaojun 1-2/+1
2016-05-19ocfs2: fix comment in struct ocfs2_extended_slotGravatar Guozhonghua 1-1/+1
2016-05-19ocfs2/cluster: block BH in TCP callbacksGravatar Eric Dumazet 1-8/+9
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+4
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-14/+17
2016-05-17Merge branch 'ovl-fixes' into for-linusGravatar Al Viro 1-0/+2
2016-05-12ocfs2: fix posix_acl_create deadlockGravatar Junxiao Bi 6-48/+77
2016-05-12ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hangGravatar Junxiao Bi 3-2/+27
2016-05-02parallel lookups: actual switch to rwsemGravatar Al Viro 1-1/+1
2016-05-02ocfs2: don't open-code inode_lock/inode_unlockGravatar Al Viro 1-2/+2
2016-05-02Merge getxattr prototype change into work.lookupsGravatar Al Viro 3-11/+14
2016-05-01direct-io: eliminate the offset argument to ->direct_IOGravatar Christoph Hellwig 1-5/+4
2016-04-28ocfs2/dlm: return zero if deref_done message is successfully handledGravatar xuejiufei 1-0/+2
2016-04-24jbd2: add support for avoiding data writes during transaction commitsGravatar Jan Kara 1-1/+1
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Gravatar Al Viro 1-10/+10
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbGravatar Al Viro 1-1/+1
2016-04-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-2/+9
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 2-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 9-78/+78
2016-03-31posix_acl: Inode acl caching fixesGravatar Andreas Gruenbacher 1-0/+3
2016-03-29ocfs2: Fix Q_GETNEXTQUOTA for filesystem without quotasGravatar Jan Kara 1-2/+9
2016-03-25ocfs2: extend enough credits for freeing one truncate record while replaying ...Gravatar Xue jiufei 1-11/+8
2016-03-25ocfs2: extend transaction for ocfs2_remove_rightmost_path() and ocfs2_update_...Gravatar Xue jiufei 1-28/+54
2016-03-25ocfs2/dlm: move lock to the tail of grant queue while doing in-place convertGravatar xuejiufei 1-0/+6
2016-03-25ocfs2: solve a problem of crossing the boundary in updating backupsGravatar jiangyiwen 1-1/+1
2016-03-25ocfs2: fix occurring deadlock by changing ocfs2_wq from global to localGravatar jiangyiwen 7-33/+32
2016-03-25ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listGravatar Joseph Qi 2-1/+13
2016-03-25ocfs2/dlm: fix race between convert and recoveryGravatar Joseph Qi 1-1/+10
2016-03-25ocfs2: fix a deadlock issue in ocfs2_dio_end_io_write()Gravatar Ryan Ding 1-4/+8
2016-03-25ocfs2: fix disk file size and memory file size mismatchGravatar Ryan Ding 1-10/+17
2016-03-25ocfs2: take ip_alloc_sem in ocfs2_dio_get_block & ocfs2_dio_end_io_writeGravatar Ryan Ding 1-6/+17
2016-03-25ocfs2: fix ip_unaligned_aio deadlock with dio work queueGravatar Ryan Ding 5-36/+9
2016-03-25ocfs2: code clean up for direct ioGravatar Ryan Ding 2-144/+10
2016-03-25ocfs2: fix sparse file & data ordering issue in direct ioGravatar Ryan Ding 1-517/+346
2016-03-25ocfs2: record UNWRITTEN extents when populate write descGravatar Ryan Ding 4-5/+106