rpc: implement new upcall
[safe/jmp/linux-2.6] / fs / ocfs2 /
2008-12-17 Joel Beckerocfs2: Add JBD2 compat feature bit.
2008-12-16 Tao Maocfs2: Always update xattr search when creating bucket.
2008-12-01 Mark Fashehocfs2: fix regression in ocfs2_read_blocks_sync()
2008-12-01 Coly Liocfs2: fix return value set in init_dlmfs_fs()
2008-12-01 David Teiglandocfs2: fix wake_up in unlock_ast
2008-12-01 David Teiglandocfs2: initialize stack_user lvbptr
2008-12-01 Coly Liocfs2: comments typo fix
2008-11-10 Tiger Yangocfs2: Check search result in ocfs2_xattr_block_get()
2008-11-10 Mark Fashehocfs2: fix printk related build warnings in xattr.c
2008-11-10 Dmitri Monakhovocfs2: truncate outstanding block after direct io failure
2008-11-10 Tao Maocfs2/xattr: Proper hash collision handle in bucket...
2008-11-10 Tao Maocfs2: return 0 in page_mkwrite to let VFS retry.
2008-11-10 Sunil Mushranocfs2: Set journal descriptor to NULL after journal...
2008-11-10 Tao Maocfs2: Fix check of return value of ocfs2_start_trans...
2008-11-10 Jan Karaocfs2: Let inode be really deleted when ocfs2_mknod_loc...
2008-11-10 Jan Karaocfs2: Fix checking of return value of new_inode()
2008-11-10 Jan Karaocfs2: Fix check of return value of ocfs2_start_trans()
2008-11-10 Tao Maocfs2: Fix some typos in xattr annotations.
2008-11-10 Tao Maocfs2: Remove unused ocfs2_restore_xattr_block().
2008-11-10 Joel Beckerocfs2: Don't repeat ocfs2_xattr_block_find()
2008-11-10 Joel Beckerocfs2: Specify appropriate journal access for new xattr...
2008-11-10 Joel Beckerocfs2: Check errors from ocfs2_xattr_update_xattr_search()
2008-11-10 Joel Beckerocfs2: Don't return -EFAULT from a corrupt xattr entry.
2008-11-10 Joel Beckerocfs2: Check xattr block signatures properly.
2008-11-10 Tiger Yangocfs2: add handler_map array bounds checking
2008-11-10 Tiger Yangocfs2: remove duplicate definition in xattr
2008-11-10 Tiger Yangocfs2: fix function declaration and definition in xattr
2008-11-10 Tiger Yangocfs2: fix license in xattr
2008-10-30 Nick Pigginfs: remove prepare_write/commit_write
2008-10-23 Linus TorvaldsMerge git://git./linux/kernel/git/viro/bdev
2008-10-23 Christoph Hellwig[PATCH] switch all filesystems over to d_obtain_alias
2008-10-21 Al Viro[PATCH] sanitize blkdev_get() and friends
2008-10-21 Al Viro[PATCH] pass fmode_t to blkdev_put()
2008-10-15 Mark Fashehocfs2: fix build error
2008-10-14 Joel Beckerocfs2: Make cached block reads the common case.
2008-10-14 Joel Beckerocfs2: Kill the last naked wait_on_buffer() for cached...
2008-10-14 Joel Beckerocfs2: Move ocfs2_bread() into dir.c
2008-10-14 Joel Beckerocfs2: Simplify ocfs2_read_block()
2008-10-14 Joel Beckerocfs2: Require an inode for ocfs2_read_block(s)().
2008-10-14 Joel Beckerocfs2: Separate out sync reads from ocfs2_read_blocks()
2008-10-14 Tao Maocfs2: Refactor xattr list and remove ocfs2_xattr_handl...
2008-10-14 Tao Maocfs2: Calculate EA hash only by its suffix.
2008-10-14 Mark Fashehocfs2: Move trusted and user attribute support into...
2008-10-14 Mark Fashehocfs2: Uninline ocfs2_xattr_name_hash()
2008-10-14 Mark Fashehocfs2: Don't check for NULL before brelse()
2008-10-14 Mark Fashehocfs2: use smaller counters in ocfs2_remove_xattr_clust...
2008-10-14 Mark Fashehocfs2: make la_debug_mutex static
2008-10-14 Mark Fashehocfs2: Remove pointless !!
2008-10-14 Tao Maocfs2: Add empty bucket support in xattr.
2008-10-14 Tao Maocfs2/xattr.c: Fix a bug when inserting xattr.
2008-10-14 Sunil Mushranocfs2: Add xattr mount option in ocfs2_show_options()
2008-10-14 Joel Beckerocfs2: Switch over to JBD2.
2008-10-13 Joel Beckerocfs2: Add the 'inode64' mount option.
2008-10-13 Joel Beckerocfs2: Limit inode allocation to 32bits.
2008-10-13 Tao Maocfs2: Resolve deadlock in ocfs2_xattr_free_block.
2008-10-13 Tao Maocfs2: bug-fix for journal extend in xattr.
2008-10-13 Joel Beckerocfs2: Change ocfs2_get_*_extent_tree() to ocfs2_init_...
2008-10-13 Joel Beckerocfs2: Comment struct ocfs2_extent_tree_operations.
2008-10-13 Joel Beckerocfs2: Make ocfs2_extent_tree the first-class represent...
2008-10-13 Joel Beckerocfs2: Add an insertion check to ocfs2_extent_tree_oper...
2008-10-13 Joel Beckerocfs2: Create specific get_extent_tree functions.
2008-10-13 Joel Beckerocfs2: Determine an extent tree's max_leaf_clusters...
2008-10-13 Joel Beckerocfs2: Use struct ocfs2_extent_tree in ocfs2_num_free_e...
2008-10-13 Joel Beckerocfs2: Provide the get_root_el() method to ocfs2_extent...
2008-10-13 Joel Beckerocfs2: Make 'private' into 'object' on ocfs2_extent_tree.
2008-10-13 Joel Beckerocfs2: Make ocfs2_extent_tree get/put instead of alloc.
2008-10-13 Joel Beckerocfs2: Prefix the ocfs2_extent_tree structure.
2008-10-13 Joel Beckerocfs2: Prefix the extent tree operations structure.
2008-10-13 Mark Fashehocfs2: fix printk format warnings
2008-10-13 Tiger Yangocfs2: Add incompatible flag for extended attribute
2008-10-13 Tao Maocfs2: Delete all xattr buckets during inode removal
2008-10-13 Tao Maocfs2: Enable xattr set in index btree
2008-10-13 Tao Maocfs2: Optionally limit extent size in ocfs2_insert_ext...
2008-10-13 Tao Maocfs2: Add xattr lookup code xattr btrees
2008-10-13 Tao Maocfs2: Add xattr bucket iteration for large numbers...
2008-10-13 Tao Maocfs2: Add xattr index tree operations
2008-10-13 Tiger Yangocfs2: Add extended attribute support
2008-10-13 Tiger Yangocfs2: reserve inline space for extended attribute
2008-10-13 Tao Maocfs2: Add extent tree operation for xattr value btrees
2008-10-13 Tao Maocfs2: Add helper function in uptodate.c for removing...
2008-10-13 Tao Maocfs2: Add the basic xattr disk layout in ocfs2_fs.h
2008-10-13 Tao Maocfs2: Make high level btree extend code generic
2008-10-13 Tao Maocfs2: Abstract ocfs2_extent_tree in b-tree operations.
2008-10-13 Tao Maocfs2: Use ocfs2_extent_list instead of ocfs2_dinode.
2008-10-13 Tao Maocfs2: Modify ocfs2_num_free_extents for future xattr...
2008-10-13 Mark Fashehocfs2: track local alloc state via debugfs
2008-10-13 Mark Fashehocfs2: throttle back local alloc when low on disk space
2008-10-13 Mark Fashehocfs2: Track local alloc bits internally
2008-10-13 Mark Fashehocfs2: POSIX file locks support
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-10-03 Mark Fashehocfs2: fiemap support
2008-09-10 Tao Maocfs2: Fix a bug in direct IO read.
2008-08-25 Joel Beckerocfs2: Increment the reference count of an already...
2008-08-22 Mark Fashehocfs2: correctly set i_blocks after inline dir gets...
2008-08-22 Tao Maocfs2: Jump to correct label in ocfs2_expand_inline_dir()
2008-08-22 Mark Fashehocfs2: Fix sleep-with-spinlock recovery regression
2008-08-22 Alexander Beregalov[PATCH] ocfs2/cluster/netdebug.c: fix warning
2008-08-22 Adrian Bunk[PATCH] ocfs2/cluster/tcp.c: make some functions static
2008-07-31 Julia Lawall[PATCH] ocfs2: Release mutex in error handling code
2008-07-31 Sunil Mushran[PATCH] ocfs2: Fix oops when racing files truncates...
next