summaryrefslogtreecommitdiff
path: root/fs/ocfs2/xattr.c
AgeCommit message (Expand)Author
2010-02-26ocfs2: Provide ocfs2_xa_fill_value_buf() for external value processingJoel Becker
2010-02-26ocfs2: Handle value tree roots in ocfs2_xa_set_inline_value()Joel Becker
2010-02-26ocfs2: Set the xattr name+value pair in one placeJoel Becker
2010-02-26ocfs2: Wrap calculation of name+value pair size.Joel Becker
2010-02-26ocfs2: Add a name_len field to ocfs2_xattr_info.Joel Becker
2010-02-26ocfs2: Prefix the member fields of struct ocfs2_xattr_info.Joel Becker
2010-02-26ocfs2: Remove xattrs via ocfs2_xa_locJoel Becker
2010-02-26ocfs2: Introduce ocfs2_xa_locJoel Becker
2010-02-26ocfs2: add extent block stealing for ocfs2 v5Tiger Yang
2009-12-24Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2009-12-23ocfs2/trivial: Use le16_to_cpu for a disk value in xattr.cTao Ma
2009-12-16sanitize xattr handler prototypesChristoph Hellwig
2009-10-28ocfs2: Always include ACL supportJan Kara
2009-09-22ocfs2: Add preserve to reflink.Tao Ma
2009-09-22ocfs2: Modify removing xattr process for refcount.Tao Ma
2009-09-22ocfs2: Add reflink support for xattr.Tao Ma
2009-09-22ocfs2: Create an xattr indexed block if needed.Tao Ma
2009-09-22ocfs2: Call refcount tree remove process properly.Tao Ma
2009-09-22ocfs2: Attach xattr clusters to refcount tree.Tao Ma
2009-09-22ocfs2: Abstract ocfs2 xattr tree extend rec iteration process.Tao Ma
2009-09-22ocfs2: Abstract the creation of xattr block.Tao Ma
2009-09-22ocfs2: Remove inode from ocfs2_xattr_bucket_get_name_value.Tao Ma
2009-09-22ocfs2: Add CoW support for xattr.Tao Ma
2009-09-22ocfs2: Return extent flags for xattr value tree.Tao Ma
2009-09-04ocfs2: Pass ocfs2_caching_info into ocfs_init_*_extent_tree().Joel Becker
2009-09-04ocfs2: ocfs2_remove_extent() no longer needs struct inode.Joel Becker
2009-09-04ocfs2: ocfs2_add_clusters_in_btree() no longer needs struct inode.Joel Becker
2009-09-04ocfs2: ocfs2_insert_extent() no longer needs struct inode.Joel Becker
2009-09-04ocfs2: ocfs2_find_path() only needs the caching infoJoel Becker
2009-09-04ocfs2: Pass struct ocfs2_caching_info to the journal functions.Joel Becker
2009-09-04ocfs2: Take the inode out of the metadata read/write paths.Joel Becker
2009-07-20ocfs2: Fix compilation warning for fs/ocfs2/xattr.cSubrata Modak
2009-05-05ocfs2: Don't printk the error when listing too many xattrs.Tao Ma
2009-04-03ocfs2: Add a name indexed b-tree to directory inodesMark Fasheh
2009-03-12ocfs2: Use xs->bucket to set xattr value outsideTao Ma
2009-03-12ocfs2: reserve xattr block for new directory with inline dataTiger Yang
2009-02-26ocfs2: set gap to seperate entry and value when xattr in bucketTiger Yang
2009-02-26ocfs2: lock the metaecc process for xattr bucketTao Ma
2009-02-26ocfs2: Use the right access_* method in ctime update of xattr.Tao Ma
2009-02-02ocfs2: Access the xattr bucket only before modifying it.Tao Ma
2009-01-05ocfs2: Add xattr support checking in init_securityTiger Yang
2009-01-05ocfs2: alloc xattr bucket in ocfs2_xattr_set_handleTiger Yang
2009-01-05ocfs2: calculate and reserve credits for xattr value in mknodTiger Yang
2009-01-05ocfs2/xattr: fix credits calculation during index createTao Ma
2009-01-05ocfs2/xattr: Always updating ctime during xattr set.Tao Ma
2009-01-05ocfs2/xattr: Remove extend_trans call and add its credits from the beginningTao Ma
2009-01-05ocfs2: Use proper journal_access function in xattr.cJoel Becker
2009-01-05ocfs2: Pass value buf to ocfs2_remove_value_outside().Joel Becker
2009-01-05ocfs2: Use ocfs2_xattr_value_buf in ocfs2_xattr_set_entry().Joel Becker
2009-01-05ocfs2: Pass value buf to ocfs2_xattr_update_entry().Joel Becker