summaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)Author
2011-04-14Treat writes as new when holes span across page boundariesGoldwyn Rodrigues
2011-03-21Ocfs2/refcounttree: Fix a bug for refcounttree to writeback clusters in a rig...Tristan Ye
2011-03-21ocfs2_connection_find() returns pointer to bad structuredann frazier
2011-03-21ocfs2: Don't walk off the end of fast symlinks.Joel Becker
2010-05-12ocfs2_dlmfs: Fix math error when reading LVB.Joel Becker
2010-05-12ocfs2: Compute metaecc for superblocks during online resize.Joel Becker
2010-05-12ocfs2: potential ERR_PTR dereference on error pathsDan Carpenter
2010-05-12ocfs2: Update VFS inode's id info after reflink.Tao Ma
2010-04-26ocfs2: Change bg_chain check for ocfs2_validate_gd_parent.Tao Ma
2010-04-26ocfs2: set i_mode on disk during acl operationsMark Fasheh
2010-03-15ocfs2: Only bug out in direct io write for reflinked extent.Tao Ma
2010-02-08ocfs2/cluster: Make o2net connect messages KERN_NOTICESunil Mushran
2010-02-08ocfs2/dlm: Fix printing of locknameSunil Mushran
2010-02-05ocfs2: Fix contiguousness check in ocfs2_try_to_merge_extent_map()Roel Kluin
2010-02-03ocfs2/dlm: Remove BUG_ON in dlm recovery when freeing locks of a dead nodeSunil Mushran
2010-02-03ocfs2: Plugs race between the dc thread and an unlock ast messageSunil Mushran
2010-02-02ocfs2: Remove overzealous BUG_ON during blocked lock processingSunil Mushran
2010-02-02ocfs2: Do not downconvert if the lock level is already compatibleSunil Mushran
2010-02-02ocfs2: Prevent a livelock in dlmglueSunil Mushran
2010-02-02ocfs2: Fix setting of OCFS2_LOCK_BLOCKED during bastWengang Wang
2010-02-02ocfs2: Use compat_ptr in reflink_arguments.Tao Ma
2010-02-02ocfs2/dlm: Handle EAGAIN for compatibility - v2Sunil Mushran
2010-02-02ocfs2: Add parenthesis to wrap the check for O_DIRECT.Tao Ma
2010-02-02ocfs2: Only bug out when page size is larger than cluster size.Tao Ma
2010-02-02ocfs2: Fix memory overflow in cow_by_page.Tao Ma
2010-01-25ocfs2/dlm: Print more messages during lock migrationSunil Mushran
2010-01-25ocfs2/dlm: Ignore LVBs of locks in the Blocked listSunil Mushran
2010-01-25ocfs2/trivial: Remove trailing whitespacesSunil Mushran
2010-01-25ocfs2: fix a misleading variable nameWengang Wang
2010-01-25ocfs2: Sync max_inline_data_with_xattr from tools.Tao Ma
2010-01-11ocfs2: Fix refcnt leak on ocfs2_fast_follow_link() error pathOGAWA Hirofumi
2009-12-30ocfs2: Handle O_DIRECT when writing to a refcounted cluster.Tao Ma
2009-12-24Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2009-12-23ocfs2/trivial: Use le16_to_cpu for a disk value in xattr.cTao Ma
2009-12-23ocfs2/trivial: Use proper mask for 2 places in hearbeat.cTao Ma
2009-12-23Ocfs2: Let ocfs2 support fiemap for symlink and fast symlink.Tristan Ye
2009-12-23Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2009-12-18ocfs2: Set i_nlink properly during reflink.Tao Ma
2009-12-18ocfs2: Add reflinked file's inode to inode hash eariler.Tao Ma
2009-12-17Ocfs2: Should ocfs2 support fiemap for S_IFDIR inode?Tristan Ye
2009-12-17ocfs2: Use FIEMAP_EXTENT_SHAREDSunil Mushran
2009-12-17ocfs2: replace u8 by __u8 in ocfs2_fs.hColy Li
2009-12-17ocfs2: explicit declare uninitialized var in user_cluster_connect()Coly Li
2009-12-17ocfs2-devel: remove redundant OCFS2_MOUNT_POSIX_ACL check in ocfs2_get_acl_no...Jeff Liu
2009-12-16ocfs: stop using do_sync_mapping_rangeChristoph Hellwig
2009-12-16cleanup blockdev_direct_IO lockingChristoph Hellwig
2009-12-16sanitize xattr handler prototypesChristoph Hellwig
2009-12-10quota: Move definition of QFMT_OCFS2 to linux/quota.hJan Kara
2009-12-10const: struct quota_format_opsAlexey Dobriyan
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig