summaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
2011-04-14Treat writes as new when holes span across page boundariesGoldwyn Rodrigues1-0/+6
2011-03-21Ocfs2/refcounttree: Fix a bug for refcounttree to writeback clusters in a rig...Tristan Ye1-2/+5
2011-03-21ocfs2_connection_find() returns pointer to bad structuredann frazier1-1/+1
2011-03-21ocfs2: Don't walk off the end of fast symlinks.Joel Becker1-1/+1
2010-05-12ocfs2_dlmfs: Fix math error when reading LVB.Joel Becker1-1/+1
2010-05-12ocfs2: Compute metaecc for superblocks during online resize.Joel Becker1-0/+2
2010-05-12ocfs2: potential ERR_PTR dereference on error pathsDan Carpenter1-0/+1
2010-05-12ocfs2: Update VFS inode's id info after reflink.Tao Ma1-0/+3
2010-04-26ocfs2: Change bg_chain check for ocfs2_validate_gd_parent.Tao Ma1-5/+8
2010-04-26ocfs2: set i_mode on disk during acl operationsMark Fasheh1-5/+72
2010-03-15ocfs2: Only bug out in direct io write for reflinked extent.Tao Ma1-2/+3
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/gi...Linus 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/gi...Linus 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_no...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