nfsd: nfsd should drop CAP_MKNOD for non-root
[safe/jmp/linux-2.6] / fs / ocfs2 /
2009-03-12 Tao Maocfs2: Use xs->bucket to set xattr value outside
2009-03-12 Tao Maocfs2: Fix a bug found by sparse check.
2009-03-12 Tiger Yangocfs2: tweak to get the maximum inline data size with...
2009-03-12 Tiger Yangocfs2: reserve xattr block for new directory with inlin...
2009-02-26 wengang wangocfs2: add IO error check in ocfs2_get_sector()
2009-02-26 Tiger Yangocfs2: set gap to seperate entry and value when xattr...
2009-02-26 Tao Maocfs2: lock the metaecc process for xattr bucket
2009-02-26 Tao Maocfs2: Use the right access_* method in ctime update...
2009-02-26 Sunil Mushranocfs2/dlm: Make dlm_assert_master_handler() kill itself...
2009-02-26 Sunil Mushranocfs2/dlm: Use ast_lock to protect ast_list
2009-02-26 Sunil Mushranocfs2: Cleanup the lockname print in dlmglue.c
2009-02-26 Sunil Mushranocfs2/dlm: Retract fix for race between purge and migrate
2009-02-26 Tao Maocfs2: Access and dirty the buffer_head in mark_written.
2009-02-10 Jan Karajbd2: Avoid possible NULL dereference in jbd2_journal_b...
2009-02-02 Mark Fashehocfs2: add quota call to ocfs2_remove_btree_range()
2009-02-02 Sunil Mushranocfs2: Wakeup the downconvert thread after a successful...
2009-02-02 Tao Maocfs2: Access the xattr bucket only before modifying it.
2009-02-02 Jan Karaocfs2: Fix possible deadlock in ocfs2_write_dquot()
2009-02-02 Jan Karaocfs2: Push out dropping of dentry lock to ocfs2_wq
2009-01-26 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-01-22 Alexey Dobriyanfs/Kconfig: move ocfs2 out
2009-01-21 Jan Karaocfs2: Remove ocfs2_dquot_initialize() and ocfs2_dquot_...
2009-01-08 Coly Lifix similar typos to successfull
2009-01-08 Fernando Carrijoremove lots of double-semicolons
2009-01-06 Frederik Schwarzertrivial: fix then -> than typos in comments and documen...
2009-01-06 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2009-01-05 Al Virozero i_uid/i_gid on inode allocation
2009-01-05 Tao Maocfs2: Access the right buffer_head in ocfs2_merge_rec_...
2009-01-05 Mark Fashehocfs2: use min_t in ocfs2_quota_read()
2009-01-05 Mark Fashehocfs2: remove unneeded lvb casts
2009-01-05 Tiger Yangocfs2: Add xattr support checking in init_security
2009-01-05 Tiger Yangocfs2: alloc xattr bucket in ocfs2_xattr_set_handle
2009-01-05 Tiger Yangocfs2: calculate and reserve credits for xattr value...
2009-01-05 Tao Maocfs2/xattr: fix credits calculation during index create
2009-01-05 Tao Maocfs2/xattr: Always updating ctime during xattr set.
2009-01-05 Tao Maocfs2/xattr: Remove extend_trans call and add its credi...
2009-01-05 Sunil Mushranocfs2/dlm: Fix race during lockres mastery
2009-01-05 Sunil Mushranocfs2/dlm: Fix race in adding/removing lockres' to...
2009-01-05 Sunil Mushranocfs2/dlm: Hold off sending lockres drop ref message...
2009-01-05 Sunil Mushranocfs2/dlm: Clean up errors in dlm_proxy_ast_handler()
2009-01-05 Sunil Mushranocfs2/dlm: Fix a race between migrate request and exit...
2009-01-05 Joel Beckerocfs2: One more hamming code optimization.
2009-01-05 Joel Beckerocfs2: Another hamming code optimization.
2009-01-05 Joel Beckerocfs2: Don't hand-code xor in ocfs2_hamming_encode().
2009-01-05 Joel Beckerocfs2: Enable metadata checksums.
2009-01-05 Joel Beckerocfs2: Validate superblock with checksum and ecc.
2009-01-05 Joel Beckerocfs2: Checksum and ECC for directory blocks.
2009-01-05 Mark Fashehocfs2: Add directory block trailers.
2009-01-05 Joel Beckerocfs2: Use proper journal_access function in xattr.c
2009-01-05 Joel Beckerocfs2: Pass value buf to ocfs2_remove_value_outside().
2009-01-05 Joel Beckerocfs2: Use ocfs2_xattr_value_buf in ocfs2_xattr_set_ent...
2009-01-05 Joel Beckerocfs2: Pass value buf to ocfs2_xattr_update_entry().
2009-01-05 Joel Beckerocfs2: Pass ocfs2_xattr_value_buf into ocfs2_xattr_valu...
2009-01-05 Joel Beckerocfs2: Pull ocfs2_xattr_value_buf up into ocfs2_xattr_v...
2009-01-05 Joel Beckerocfs2: Pull ocfs2_xattr_value_buf up from __ocfs2_remov...
2009-01-05 Joel Beckerocfs2: Create ocfs2_xattr_value_buf.
2009-01-05 Joel Beckerocfs2: Add ecc and checksums to ocfs2 xattr buckets.
2009-01-05 Joel Beckerocfs2: Use metadata-specific ocfs2_journal_access_...
2009-01-05 Joel Beckerocfs2: Wrap up the common use cases of ocfs2_new_path().
2009-01-05 Joel Beckerocfs2: Add journal_access functions with jbd2 triggers.
2009-01-05 Joel Beckerocfs2: block read meta ecc.
2009-01-05 Joel Beckerocfs2: Add a validation hook for quota block reads.
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()
next