aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds3-20/+19
2008-12-25Merge branch 'next' into for-linusJames Morris2-6/+6
2008-12-16ocfs2: Add JBD2 compat feature bit.Joel Becker1-1/+7
2008-12-16ocfs2: Always update xattr search when creating bucket.Tao Ma1-2/+2
2008-12-04Merge branch 'master' into nextJames Morris6-16/+13
2008-12-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller6-16/+13
2008-12-01ocfs2: fix regression in ocfs2_read_blocks_sync()Mark Fasheh1-11/+4
2008-12-01ocfs2: fix return value set in init_dlmfs_fs()Coly Li1-1/+3
2008-12-01ocfs2: fix wake_up in unlock_astDavid Teigland1-2/+1
2008-12-01ocfs2: initialize stack_user lvbptrDavid Teigland1-0/+3
2008-12-01ocfs2: comments typo fixColy Li2-2/+2
2008-11-14Merge branch 'master' into nextJames Morris9-222/+256
2008-11-14CRED: Wrap task credential accesses in the OCFS2 filesystemDavid Howells2-6/+6
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller9-222/+256
2008-11-10ocfs2: Check search result in ocfs2_xattr_block_get()Tiger Yang1-1/+6
2008-11-10ocfs2: fix printk related build warnings in xattr.cMark Fasheh1-14/+20
2008-11-10ocfs2: truncate outstanding block after direct io failureDmitri Monakhov1-0/+7
2008-11-10ocfs2/xattr: Proper hash collision handle in bucket divisionTao Ma1-29/+115
2008-11-10ocfs2: return 0 in page_mkwrite to let VFS retry.Tao Ma1-1/+5
2008-11-10ocfs2: Set journal descriptor to NULL after journal shutdownSunil Mushran2-0/+7
2008-11-10ocfs2: Fix check of return value of ocfs2_start_trans() in xattr.c.Tao Ma1-2/+2
2008-11-10ocfs2: Let inode be really deleted when ocfs2_mknod_locked() failsJan Kara1-1/+3
2008-11-10ocfs2: Fix checking of return value of new_inode()Jan Kara1-2/+2
2008-11-10ocfs2: Fix check of return value of ocfs2_start_trans()Jan Kara1-10/+10
2008-11-10ocfs2: Fix some typos in xattr annotations.Tao Ma1-8/+9
2008-11-10ocfs2: Remove unused ocfs2_restore_xattr_block().Tao Ma1-48/+0
2008-11-10ocfs2: Don't repeat ocfs2_xattr_block_find()Joel Becker1-30/+9
2008-11-10ocfs2: Specify appropriate journal access for new xattr buckets.Joel Becker1-1/+5
2008-11-10ocfs2: Check errors from ocfs2_xattr_update_xattr_search()Joel Becker1-1/+5
2008-11-10ocfs2: Don't return -EFAULT from a corrupt xattr entry.Joel Becker1-1/+1
2008-11-10ocfs2: Check xattr block signatures properly.Joel Becker2-22/+19
2008-11-10ocfs2: add handler_map array bounds checkingTiger Yang1-1/+1
2008-11-10ocfs2: remove duplicate definition in xattrTiger Yang1-9/+2
2008-11-10ocfs2: fix function declaration and definition in xattrTiger Yang2-27/+27
2008-11-10ocfs2: fix license in xattrTiger Yang2-19/+6
2008-10-31fs: replace NIPQUAD()Harvey Harrison3-20/+19
2008-10-30fs: remove prepare_write/commit_writeNick Piggin1-2/+1
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds1-3/+3
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig1-24/+6
2008-10-21[PATCH] sanitize blkdev_get() and friendsAl Viro1-1/+1
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro1-2/+2
2008-10-14ocfs2: fix build errorMark Fasheh1-8/+6
2008-10-14ocfs2: Make cached block reads the common case.Joel Becker7-17/+24
2008-10-14ocfs2: Kill the last naked wait_on_buffer() for cached reads.Joel Becker1-4/+3
2008-10-14ocfs2: Move ocfs2_bread() into dir.cJoel Becker3-52/+43
2008-10-14ocfs2: Simplify ocfs2_read_block()Joel Becker16-94/+55
2008-10-14ocfs2: Require an inode for ocfs2_read_block(s)().Joel Becker17-148/+116
2008-10-14ocfs2: Separate out sync reads from ocfs2_read_blocks()Joel Becker5-10/+96
2008-10-13ocfs2: Refactor xattr list and remove ocfs2_xattr_handler().Tao Ma1-35/+60
2008-10-13ocfs2: Calculate EA hash only by its suffix.Tao Ma1-30/+5