aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-08ocfs2/cluster: Make o2net connect messages KERN_NOTICESunil Mushran1-3/+3
2010-02-08ocfs2/dlm: Fix printing of locknameSunil Mushran1-1/+1
2010-02-05ocfs2: Fix contiguousness check in ocfs2_try_to_merge_extent_map()Roel Kluin1-1/+1
2010-02-03ocfs2/dlm: Remove BUG_ON in dlm recovery when freeing locks of a dead nodeSunil Mushran1-1/+6
2010-02-03ocfs2: Plugs race between the dc thread and an unlock ast messageSunil Mushran1-1/+3
2010-02-02ocfs2: Remove overzealous BUG_ON during blocked lock processingSunil Mushran1-2/+10
2010-02-02ocfs2: Do not downconvert if the lock level is already compatibleSunil Mushran1-0/+13
2010-02-02ocfs2: Prevent a livelock in dlmglueSunil Mushran2-3/+50
2010-02-02ocfs2: Fix setting of OCFS2_LOCK_BLOCKED during bastWengang Wang1-2/+3
2010-02-02ocfs2: Use compat_ptr in reflink_arguments.Tao Ma1-1/+13
2010-02-02ocfs2/dlm: Handle EAGAIN for compatibility - v2Sunil Mushran1-1/+7
2010-02-02ocfs2: Add parenthesis to wrap the check for O_DIRECT.Tao Ma1-2/+2
2010-02-02ocfs2: Only bug out when page size is larger than cluster size.Tao Ma1-2/+6
2010-02-02ocfs2: Fix memory overflow in cow_by_page.Tao Ma1-2/+2
2010-01-25ocfs2/dlm: Print more messages during lock migrationSunil Mushran1-8/+38
2010-01-25ocfs2/dlm: Ignore LVBs of locks in the Blocked listSunil Mushran1-14/+34
2010-01-25ocfs2/trivial: Remove trailing whitespacesSunil Mushran20-72/+72
2010-01-25ocfs2: fix a misleading variable nameWengang Wang1-6/+6
2010-01-25ocfs2: Sync max_inline_data_with_xattr from tools.Tao Ma1-2/+9
2010-01-11ocfs2: Fix refcnt leak on ocfs2_fast_follow_link() error pathOGAWA Hirofumi1-5/+5
2009-12-30ocfs2: Handle O_DIRECT when writing to a refcounted cluster.Tao Ma1-6/+15
2009-12-24Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds18-116/+168
2009-12-23ocfs2/trivial: Use le16_to_cpu for a disk value in xattr.cTao Ma1-1/+1
2009-12-23ocfs2/trivial: Use proper mask for 2 places in hearbeat.cTao Ma1-2/+4
2009-12-23Ocfs2: Let ocfs2 support fiemap for symlink and fast symlink.Tristan Ye2-4/+21
2009-12-23Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds4-39/+131
2009-12-18ocfs2: Set i_nlink properly during reflink.Tao Ma1-0/+3
2009-12-18ocfs2: Add reflinked file's inode to inode hash eariler.Tao Ma1-1/+1
2009-12-17Ocfs2: Should ocfs2 support fiemap for S_IFDIR inode?Tristan Ye1-0/+1
2009-12-17ocfs2: Use FIEMAP_EXTENT_SHAREDSunil Mushran1-0/+2
2009-12-17ocfs2: replace u8 by __u8 in ocfs2_fs.hColy Li1-1/+1
2009-12-17ocfs2: explicit declare uninitialized var in user_cluster_connect()Coly Li1-1/+1
2009-12-17ocfs2-devel: remove redundant OCFS2_MOUNT_POSIX_ACL check in ocfs2_get_acl_nolock()Jeff Liu1-4/+0
2009-12-16ocfs: stop using do_sync_mapping_rangeChristoph Hellwig1-2/+2
2009-12-16cleanup blockdev_direct_IO lockingChristoph Hellwig1-30/+4
2009-12-16sanitize xattr handler prototypesChristoph Hellwig2-99/+60
2009-12-10quota: Move definition of QFMT_OCFS2 to linux/quota.hJan Kara1-4/+0
2009-12-10const: struct quota_format_opsAlexey Dobriyan1-1/+1
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig1-1/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds6-6/+6
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-4/+4
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds1-10/+5
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina6-6/+6
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa5-5/+5
2009-12-04tree-wide: fix typos "offest" -> "offset"Uwe Kleine-König1-1/+1
2009-12-02ocfs2: return -EAGAIN instead of EAGAIN in dlmTiger Yang1-9/+9
2009-12-02ocfs2/cluster: Make fence method configurable - v2Sunil Mushran3-2/+72
2009-12-02ocfs2: refcounttree.c cleanup.Tao Ma1-25/+8
2009-12-02ocfs2: Find proper end cpos for a leaf refcount block.Tao Ma3-13/+119
2009-12-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller5-24/+80