aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_attr_leaf.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix attr2 vs large data fork assertChristoph Hellwig2011-12-091-25/+39
* 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/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* 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-141-8/+6
* 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/+25
* [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/+8
* [XFS] Switches xfs_vn_listxattr to set it's put_listent callback directlyChristoph Hellwig2008-07-281-54/+7
* [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-131-23/+23
* [XFS] Unwrap XFS_SB_LOCK.Eric Sandeen2008-02-071-5/+3
* [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/+155
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-2/+0
* [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them reportOlaf Weber2006-06-091-1/+1
* [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott2006-03-291-2/+2
* [XFS] endianess annotations for xfs_da_node_hdr_t Nathan Scott2006-03-171-2/+2
* [XFS] endianess annotations for xfs_da_node_entry_t Nathan Scott2006-03-171-3/+3
* [XFS] store xfs_attr_inactive_list_t in native endian Nathan Scott2006-03-171-9/+5
* [XFS] store xfs_attr_sf_sort in native endian Nathan Scott2006-03-171-10/+7
* [XFS] endianess annotations for xfs_attr_shortform_t Nathan Scott2006-03-171-30/+25
* [XFS] endianess annotations for xfs_attr_leaf_name_remote_t Nathan Scott2006-03-171-14/+10
* [XFS] endianess annotations for xfs_attr_leaf_name_local_t Nathan Scott2006-03-171-10/+8
* [XFS] endianess annotations for xfs_attr_leaf_entry_t Nathan Scott2006-03-171-74/+59
* [XFS] endianess annotations for xfs_attr_leaf_hdr_t Nathan Scott2006-03-171-226/+188
* [XFS] endianess annotations for xfs_da_blkinfo_t Nathan Scott2006-03-171-63/+35
* [XFS] Reverse the sense of COMPAT_ATTR and ATTR2, keeps it simple andNathan Scott2006-01-111-6/+6
* [XFS] Fix a case where attr2 format was being used unconditionally.Nathan Scott2005-11-251-3/+8
* [XFS] Fix up a 32/64 local flags variable issue when enabling attr2 mode.Nathan Scott2005-11-021-6/+6
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-021-25/+11
* [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott2005-11-021-14/+7
* [XFS] Fix up an internal sort function name collision issue.Nathan Scott2005-11-021-1/+1
* [XFS] Ondisk format extension for extended attributes (attr2). Basically,Nathan Scott2005-11-021-25/+152
* [XFS] Move some code around to prepare for the upcoming extendedNathan Scott2005-11-021-17/+22
* [XFS] mark various symbols static Patch from Adrian BunkChristoph Hellwig2005-06-211-6/+22
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+3050