Separate out common fstatat code into vfs_fstatat
[safe/jmp/linux-2.6] / fs / ocfs2 /
2009-01-05 Joel Beckerocfs2: Add the underlying blockcheck code.
2009-01-05 Joel Beckerocfs2: Add the on-disk structures for metadata checksums.
2009-01-05 Tao Maocfs2/quota: Add QUOTA in mlog_attribute.
2009-01-05 Joel Beckerocfs2: Pass xs->bucket into ocfs2_add_new_xattr_bucket().
2009-01-05 Joel Beckerocfs2: Move buckets up into ocfs2_add_new_xattr_bucket().
2009-01-05 Joel Beckerocfs2: Move buckets up into ocfs2_add_new_xattr_cluster().
2009-01-05 Joel Beckerocfs2: Pass buckets into ocfs2_mv_xattr_bucket_cross_cl...
2009-01-05 Joel Beckerocfs2: Start using buckets in ocfs2_adjust_xattr_cross_...
2009-01-05 Joel Beckerocfs2: Use ocfs2_mv_xattr_buckets() in ocfs2_mv_xattr_b...
2009-01-05 Joel Beckerocfs2: ocfs2_mv_xattr_buckets() can handle a partial...
2009-01-05 Joel Beckerocfs2: Rename ocfs2_cp_xattr_cluster() to ocfs2_mv_xatt...
2009-01-05 Joel Beckerocfs2: Use ocfs2_cp_xattr_bucket() in ocfs2_mv_xattr_bu...
2009-01-05 Joel Beckerocfs2: Explain t_is_new in ocfs2_cp_xattr_cluster().
2009-01-05 Joel Beckerocfs2: Dirty the entire first bucket in ocfs2_cp_xattr_...
2009-01-05 Joel Beckerocfs2: Dirty the entire first bucket in ocfs2_extend_xa...
2009-01-05 Tao Maocfs2: Narrow the transaction for deleting xattrs from...
2009-01-05 Joel Beckerocfs2: Dirty the entire bucket in ocfs2_bucket_value_tr...
2009-01-05 Tao Maocfs2/quota: sparse fixes for quota
2009-01-05 Tao Maocfs2: fix indendation in ocfs2_dquot_drop_slow
2009-01-05 Jan Karaocfs2: Fix build warnings (64-bit types vs long long)
2009-01-05 Jan Karaocfs2: Make ocfs2_get_quota_block() consistent with...
2009-01-05 Jan Karaocfs2: Fix oops when extending quota files
2009-01-05 Joel Beckerocfs2: Fix ocfs2_read_quota_block() error handling.
2009-01-05 Jan Karaocfs2: Add missing initialization
2009-01-05 Mark Fashehocfs2: Use BH_JBDPrivateStart instead of BH_Unshadow
2009-01-05 Jan Karaocfs2: Enable quota accounting on mount, disable on...
2009-01-05 Jan Karaocfs2: Implement quota recovery
2009-01-05 Mark Fashehocfs2: Periodic quota syncing
2009-01-05 Jan Karaocfs2: Add quota calls for allocation and freeing of...
2009-01-05 Jan Karaocfs2: Implementation of local and global quota file...
2009-01-05 Jan Karaocfs2: Mark system files as not subject to quota accounting
2009-01-05 Jan Karaocfs2: Assign feature bits and system inodes to quota...
2009-01-05 Jan Karaocfs2: Support nested transactions
2009-01-05 Tao Maocfs2/xattr: Restore not_found in xis
2009-01-05 Tao Maocfs2/xattr: Fix a bug in xattr allocation estimation
2009-01-05 Mark Fashehocfs2: Remove JBD compatibility layer
2009-01-05 Joel Beckerocfs2: Convert ocfs2_read_dir_block() to ocfs2_read_vir...
2009-01-05 Joel Beckerocfs2: Wrap virtual block reads in ocfs2_read_virt_blocks()
2009-01-05 Joel Beckerocfs2: Validate metadata only when it's read from disk.
2009-01-05 Joel Beckerocfs2: Wrap xattr block reads in a dedicated function
2009-01-05 Joel Beckerocfs2: Wrap dirblock reads in a dedicated function.
2009-01-05 Joel Beckerocfs2: Wrap extent block reads in a dedicated function.
2009-01-05 Joel Beckerocfs2: Morph the haphazard OCFS2_IS_VALID_GROUP_DESC...
2009-01-05 Joel Beckerocfs2: Wrap group descriptor reads in a dedicated function.
2009-01-05 Joel Beckerocfs2: Consolidate validation of group descriptors.
2009-01-05 Joel Beckerocfs2: Morph the haphazard OCFS2_IS_VALID_DINODE()...
2009-01-05 Joel Beckerocfs2: Wrap inode block reads in a dedicated function.
2009-01-05 Tiger Yangocfs2: add mount option and Kconfig option for acl
2009-01-05 Tiger Yangocfs2: add ocfs2_init_acl in mknod
2009-01-05 Tiger Yangocfs2: add ocfs2_acl_chmod
2009-01-05 Tiger Yangocfs2: add ocfs2_check_acl
2009-01-05 Tiger Yangocfs2: add POSIX ACL API
2009-01-05 Tiger Yangocfs2: add ocfs2_xattr_get_nolock
2009-01-05 Tiger Yangocfs2: add ocfs2_init_security in during file create
2009-01-05 Tiger Yangocfs2: add security xattr API
2009-01-05 Tiger Yangocfs2: add ocfs2_xattr_set_handle
2009-01-05 Tiger Yangocfs2: move new inode allocation out of the transaction
2009-01-05 Mark Fashehocfs2: turn __ocfs2_remove_inode_range() into ocfs2_rem...
2009-01-05 Tao Maocfs2/xattr: Merge xattr set transaction.
2009-01-05 Tao Maocfs2/xattr: Reserve meta/data at the beginning of...
2009-01-05 Tao Maocfs2/xattr: Move clusters free into dealloc.
2009-01-05 Tao Maocfs2: Add clusters free in dealloc_ctxt.
2009-01-05 Tao Maocfs2/xattr: Only extend xattr bucket in need.
2009-01-05 Tao Maocfs2/xattr: Only set buffer update if it doesn't exist...
2009-01-05 Tao Maocfs2/xattr: Remove additional bucket allocation in...
2009-01-05 Joel Beckerocfs2: Use buckets in ocfs2_xattr_set_entry_in_bucket().
2009-01-05 Joel Beckerocfs2: Use buckets in ocfs2_defrag_xattr_bucket().
2009-01-05 Joel Beckerocfs2: Use buckets in ocfs2_xattr_create_index_block().
2009-01-05 Joel Beckerocfs2: Use buckets in ocfs2_xattr_bucket_find().
2009-01-05 Joel Beckerocfs2: Take ocfs2_xattr_bucket structures off of the...
2009-01-05 Joel Beckerocfs2: Copy xattr buckets with a dedicated function.
2009-01-05 Joel Beckerocfs2: Wrap journal_access/journal_dirty for xattr...
2009-01-05 Joel Beckerocfs2: Improve ocfs2_read_xattr_bucket().
2009-01-05 Joel Beckerocfs2: Provide a wrapper to brelse() xattr bucket buffers.
2009-01-05 Joel Beckerocfs2: Convenient access to an xattr bucket's header.
2009-01-05 Joel Beckerocfs2: Convenient access to xattr bucket data blocks.
2009-01-05 Joel Beckerocfs2: Convenient access to an xattr bucket's block...
2009-01-05 Joel Beckerocfs2: Field prefixes for the xattr_bucket structure
2008-12-28 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2008-12-25 James MorrisMerge branch 'next' into for-linus
2008-12-17 Joel Beckerocfs2: Add JBD2 compat feature bit.
2008-12-16 Tao Maocfs2: Always update xattr search when creating bucket.
2008-12-04 James MorrisMerge branch 'master' into next
2008-12-03 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
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-14 James MorrisMerge branch 'master' into next
2008-11-13 David HowellsCRED: Wrap task credential accesses in the OCFS2 filesystem
2008-11-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
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...
next