summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_attr_leaf.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: buffer type overruns blf_flags fieldDave Chinner2013-04-271-3/+3
* xfs: add buffer types to directory and attribute buffersDave Chinner2013-04-271-1/+8
* xfs: split remote attribute code outDave Chinner2013-04-271-0/+1
* xfs: add CRCs to attr leaf blocksDave Chinner2013-04-271-750/+990
* xfs: add CRCs to dir2/da node blocksDave Chinner2013-04-271-13/+16
* xfs: add support for large btree blocksChristoph Hellwig2013-04-211-1/+1
* xfs: take inode version into account in XFS_LITINOChristoph Hellwig2013-03-141-2/+4
* xfs: convert buffer verifiers to an ops structure.Dave Chinner2012-11-161-9/+10
* xfs: connect up write verifiers to new buffersDave Chinner2012-11-161-2/+2
* xfs: add pre-write metadata buffer verifier callbacksDave Chinner2012-11-161-2/+17
* xfs: add xfs_da_node verificationDave Chinner2012-11-161-6/+6
* xfs: factor and verify attr leaf readsDave Chinner2012-11-161-33/+45
* xfs: add verifier callback to directory read codeDave Chinner2012-11-161-9/+9
* xfs: add more attribute tree trace points.Dave Chinner2012-11-131-15/+22
* xfs: fix attr tree double split corruptionDave Chinner2012-11-131-2/+18
* xfs: remove struct xfs_dabuf and infrastructureDave Chinner2012-07-011-117/+138
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0Star
* xfs: kill XBF_LOCKDave Chinner2012-05-141-1/+1
* xfs: add lots of attribute trace pointsDave Chinner2012-03-281-4/+36
* xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig2012-01-171-9/+0Star
* xfs: fix attr2 vs large data fork assertChristoph Hellwig2011-11-291-25/+39
* xfs: introduce xfs_bmapi_read()Dave Chinner2011-10-121-3/+2Star
* xfs: Check the return value of xfs_trans_get_buf()Chandra Seetharaman2011-10-121-0/+2
* xfs: byteswap constants instead of variablesChristoph Hellwig2011-07-081-30/+30
* xfs: use KM_NOFS for allocations during attribute list operationsDave Chinner2010-12-231-2/+2
* xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig2010-07-261-1/+1
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-2/+0Star
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0Star
* xfs: remove duplicate buffer flagsChristoph Hellwig2010-01-211-1/+1
* xfs: convert attr to use unsigned namesDave Chinner2010-01-201-14/+14
* xfs: event tracing supportChristoph Hellwig2009-12-151-8/+6Star
* xfs: kill the STATIC_INLINE macroChristoph Hellwig2009-12-111-1/+1
* xfs: remove m_attroffsetChristoph Hellwig2009-03-291-1/+2
* xfs: factor out attr fork reset handlingChristoph Hellwig2009-02-041-30/+25Star
* [XFS] Remove macro-to-function indirections in attr codeEric Sandeen2009-01-091-36/+36
* [XFS] Move xfs_attr_rolltrans to xfs_trans_rollNiv Sardi2008-08-131-67/+8Star
* [XFS] Switches xfs_vn_listxattr to set it's put_listent callback directlyChristoph Hellwig2008-07-281-54/+7Star
* [XFS] Add op_flags field and helpers to xfs_da_argsBarry Naujok2008-07-281-9/+11
* [XFS] Remove unused arg from kmem_free()Denys Vlasenko2008-07-281-9/+9
* [XFS] Always use di_forkoff when checking for attr space.Eric Sandeen2008-04-181-1/+1
* [XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen2008-04-101-3/+3
* xfs: convert beX_add to beX_add_cpu (new common API)Marcin Slusarz2008-02-141-23/+23
* [XFS] Unwrap XFS_SB_LOCK.Eric Sandeen2008-02-071-5/+3Star
* [XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen2007-05-081-1/+1
* [XFS] Fix assertion in xfs_attr_shortform_remove().Lachlan McIlroy2007-02-101-1/+2
* [XFS] Fix attr2 corruption with btree data extentsBarry Naujok2007-02-101-3/+42
* [XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner2007-02-101-3/+3
* [XFS] Add EA list callbacks for xfs kernel use. Cleanup some namespaceTim Shimmin2006-09-281-196/+155Star
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-2/+0Star
* [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them reportOlaf Weber2006-06-091-1/+1