summaryrefslogtreecommitdiff
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate()Jan Kara2009-03-161-2/+4
* ocfs2: Add JBD2 compat feature bit.Joel Becker2008-12-161-1/+7
* ocfs2: Always update xattr search when creating bucket.Tao Ma2008-12-161-2/+2
* ocfs2: fix regression in ocfs2_read_blocks_sync()Mark Fasheh2008-12-011-11/+4
* ocfs2: fix return value set in init_dlmfs_fs()Coly Li2008-12-011-1/+3
* ocfs2: fix wake_up in unlock_astDavid Teigland2008-12-011-2/+1
* ocfs2: initialize stack_user lvbptrDavid Teigland2008-12-011-0/+3
* ocfs2: comments typo fixColy Li2008-12-012-2/+2
* ocfs2: Check search result in ocfs2_xattr_block_get()Tiger Yang2008-11-101-1/+6
* ocfs2: fix printk related build warnings in xattr.cMark Fasheh2008-11-101-14/+20
* ocfs2: truncate outstanding block after direct io failureDmitri Monakhov2008-11-101-0/+7
* ocfs2/xattr: Proper hash collision handle in bucket divisionTao Ma2008-11-101-29/+115
* ocfs2: return 0 in page_mkwrite to let VFS retry.Tao Ma2008-11-101-1/+5
* ocfs2: Set journal descriptor to NULL after journal shutdownSunil Mushran2008-11-102-0/+7
* ocfs2: Fix check of return value of ocfs2_start_trans() in xattr.c.Tao Ma2008-11-101-2/+2
* ocfs2: Let inode be really deleted when ocfs2_mknod_locked() failsJan Kara2008-11-101-1/+3
* ocfs2: Fix checking of return value of new_inode()Jan Kara2008-11-101-2/+2
* ocfs2: Fix check of return value of ocfs2_start_trans()Jan Kara2008-11-101-10/+10
* ocfs2: Fix some typos in xattr annotations.Tao Ma2008-11-101-8/+9
* ocfs2: Remove unused ocfs2_restore_xattr_block().Tao Ma2008-11-101-48/+0
* ocfs2: Don't repeat ocfs2_xattr_block_find()Joel Becker2008-11-101-30/+9
* ocfs2: Specify appropriate journal access for new xattr buckets.Joel Becker2008-11-101-1/+5
* ocfs2: Check errors from ocfs2_xattr_update_xattr_search()Joel Becker2008-11-101-1/+5
* ocfs2: Don't return -EFAULT from a corrupt xattr entry.Joel Becker2008-11-101-1/+1
* ocfs2: Check xattr block signatures properly.Joel Becker2008-11-102-22/+19
* ocfs2: add handler_map array bounds checkingTiger Yang2008-11-101-1/+1
* ocfs2: remove duplicate definition in xattrTiger Yang2008-11-101-9/+2
* ocfs2: fix function declaration and definition in xattrTiger Yang2008-11-102-27/+27
* ocfs2: fix license in xattrTiger Yang2008-11-102-19/+6
* fs: remove prepare_write/commit_writeNick Piggin2008-10-301-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds2008-10-231-3/+3
|\
| * [PATCH] sanitize blkdev_get() and friendsAl Viro2008-10-211-1/+1
| * [PATCH] pass fmode_t to blkdev_put()Al Viro2008-10-211-2/+2
* | [PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2008-10-231-24/+6
|/
* ocfs2: fix build errorMark Fasheh2008-10-141-8/+6
* ocfs2: Make cached block reads the common case.Joel Becker2008-10-147-17/+24
* ocfs2: Kill the last naked wait_on_buffer() for cached reads.Joel Becker2008-10-141-4/+3
* ocfs2: Move ocfs2_bread() into dir.cJoel Becker2008-10-143-52/+43
* ocfs2: Simplify ocfs2_read_block()Joel Becker2008-10-1416-94/+55
* ocfs2: Require an inode for ocfs2_read_block(s)().Joel Becker2008-10-1417-148/+116
* ocfs2: Separate out sync reads from ocfs2_read_blocks()Joel Becker2008-10-145-10/+96
* ocfs2: Refactor xattr list and remove ocfs2_xattr_handler().Tao Ma2008-10-131-35/+60
* ocfs2: Calculate EA hash only by its suffix.Tao Ma2008-10-131-30/+5
* ocfs2: Move trusted and user attribute support into xattr.cMark Fasheh2008-10-134-179/+111
* ocfs2: Uninline ocfs2_xattr_name_hash()Mark Fasheh2008-10-131-5/+5
* ocfs2: Don't check for NULL before brelse()Mark Fasheh2008-10-1312-147/+74
* ocfs2: use smaller counters in ocfs2_remove_xattr_clusters_from_cacheMark Fasheh2008-10-131-1/+1
* ocfs2: make la_debug_mutex staticMark Fasheh2008-10-131-2/+1
* ocfs2: Remove pointless !!Mark Fasheh2008-10-131-1/+1
* ocfs2: Add empty bucket support in xattr.Tao Ma2008-10-131-154/+43