aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/xattr.c
AgeCommit message (Expand)Author
2013-09-11ocfs2: fix possible double free in ocfs2_reflink_xattr_recJoseph Qi
2013-09-11ocfs2: free meta_ac and data_ac when ocfs2_start_trans fails in ocfs2_xattr_s...Younger Liu
2013-09-11ocfs2: add the missing return value check of ocfs2_xattr_get_clustersJoseph Qi
2013-07-03ocfs2: xattr: fix inlined xattr reflinkJunxiao Bi
2013-07-03ocfs2: xattr: remove useless free space checkingJunxiao Bi
2013-02-27ocfs2: fix ocfs2_init_security_and_acl() to initialize acl correctlyJeff Liu
2012-01-03ocfs2: propagate umode_tAl Viro
2011-12-01Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2011-11-17ocfs2: Commit transactions in error cases -v2Wengang Wang
2011-07-18security: new security_inode_init_security API adds function callbackMimi Zohar
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-28Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2011-02-23ocfs2: Remove masklog ML_XATTR.Tao Ma
2011-03-07ocfs2: Remove EXIT from masklog.Tao Ma
2011-02-21ocfs2: Remove ENTRY from masklog.Tao Ma
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris
2010-10-15ocfs2: Avoid to evaluate xattr block flags again.Jeff Liu
2010-09-10ocfs2/lockdep: Move ip_xattr_sem out of ocfs2_xattr_get_nolock.Tao Ma
2010-07-12ocfs2: Make xattr reflink work with new local alloc reservation.Tao Ma
2010-07-12ocfs2: make xattr extension work with new local alloc reservation.Tao Ma
2010-05-21ocfs: constify xattr_handlerStephen Hemminger
2010-05-18ocfs2: Don't retry xattr set in case value extension fails.Tao Ma
2010-05-18ocfs2: Reset xattr value size after xa_cleanup_value_truncate().Tao Ma
2010-03-22ocfs2: Free block to the right block group.Tao Ma
2010-03-26ocfs2: Set suballoc_loc on allocated metadata.Joel Becker
2010-05-06ocfs2: ocfs2_claim_*() don't need an ocfs2_super argument.Joel Becker
2010-05-05ocfs2: Make ocfs2_extend_trans() really extend.Tao Ma
2010-05-05ocfs2: Make ocfs2_journal_dirty() void.Joel Becker
2010-03-19ocfs2: Init meta_ac properly in ocfs2_create_empty_xattr_block.Tao Ma
2010-03-19ocfs2: Fix the update of name_offset when removing xattrsTao Ma
2010-02-26ocfs2: Handle errors while setting external xattr values.Joel Becker
2010-02-26ocfs2: Set inline xattr entries with ocfs2_xa_set()Joel Becker
2010-02-26ocfs2: Set xattr block entries with ocfs2_xa_set()Joel Becker
2010-02-26ocfs2: Let ocfs2_xa_prepare_entry() do space checks.Joel Becker
2010-02-26ocfs2: Gell into ocfs2_xa_set()Joel Becker
2010-02-26ocfs2: Allocation in ocfs2_xa_prepare_entry(), values in ocfs2_xa_store_value()Joel Becker
2010-02-26ocfs2: Teach ocfs2_xa_loc how to do its own journal workJoel Becker
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