summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_da_btree.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0
* xfs: use blocks for storing the desired IO sizeDave Chinner2012-05-141-8/+8
* xfs: add lots of attribute trace pointsDave Chinner2012-03-271-0/+32
* xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REFChristoph Hellwig2011-10-111-7/+4
* xfs: rename xfs_bmapi to xfs_bmapi_writeDave Chinner2011-10-111-6/+4
* xfs: remove xfs_bmapi_single()Dave Chinner2011-10-111-24/+8
* xfs: introduce xfs_bmapi_read()Dave Chinner2011-10-111-5/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder2011-08-081-11/+21
|\
| * xfs: encapsulate a block of debug codeAlex Elder2011-07-261-11/+21
* | xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman2011-07-251-5/+5
* | xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman2011-07-251-1/+1
|/
* xfs: remove the dead XFS_DABUF_DEBUG codeChristoph Hellwig2011-07-131-56/+12
* xfs: factor out xfs_da_grow_inode_intChristoph Hellwig2011-07-131-57/+69
* xfs: reshuffle dir2 headersChristoph Hellwig2011-07-131-6/+3
* xfs: byteswap constants instead of variablesChristoph Hellwig2011-07-081-29/+29
* xfs: avoid usage of struct xfs_dir2_dataChristoph Hellwig2011-07-081-7/+4
* xfs: Convert remaining cmn_err() callers to new APIDave Chinner2011-03-071-5/+4
* xfs: remove xfs_buf wrappersChristoph Hellwig2010-10-181-1/+1
* xfs: fix gcc 4.6 set but not read and unused statement warningsChristoph Hellwig2010-07-261-4/+2
* xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig2010-07-261-5/+4
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-4/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* xfs: convert dirnameops to unsigned char namesDave Chinner2010-01-201-2/+2
* xfs: event tracing supportChristoph Hellwig2009-12-141-1/+2
* xfs: switch to NOFS allocation under i_lock in xfs_da_buf_makeChristoph Hellwig2009-08-121-2/+2
* xfs: switch to NOFS allocation under i_lock in xfs_da_state_allocChristoph Hellwig2009-08-121-1/+1
* xfs: remove uchar_t/ushort_t/uint_t/ulong_t typesChristoph Hellwig2009-02-091-1/+1
* [XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen2009-01-161-4/+4
* [XFS] Account for allocated blocks when expanding directoriesDavid Chinner2008-10-301-0/+5
* [XFS] streamline init/exit pathChristoph Hellwig2008-07-281-1/+1
* [XFS] Add op_flags field and helpers to xfs_da_argsBarry Naujok2008-07-281-1/+1
* [XFS] Name operation vector for hash and compareBarry Naujok2008-07-281-0/+22
* [XFS] Remove unused arg from kmem_free()Denys Vlasenko2008-07-281-11/+11
* xfs: convert beX_add to beX_add_cpu (new common API)Marcin Slusarz2008-02-131-7/+7
* [XFS] Unwrap xfs_dabuf_global_lockEric Sandeen2008-02-071-8/+5
* [XFS] fix sparse shadowed variable warningsChristoph Hellwig2007-09-051-1/+0
* [XFS] Remove a bunch of unused functions from XFS.Eric Sandeen2007-02-101-15/+0
* [XFS] fix sparse warning in xfs_da_btree.cLachlan McIlroy2007-02-101-2/+1
* [XFS] Minor code rearranging and cleanup to prevent some coverity falseNathan Scott2006-09-281-15/+18
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-157/+28
* [XFS] endianess annotations for xfs_dir_leaf_entry_t Christoph Hellwig2006-06-091-2/+2
* [XFS] endianess annotations for xfs_dir_leaf_hdr_t Christoph Hellwig2006-06-091-1/+1
* [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them reportOlaf Weber2006-06-091-4/+5
* [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott2006-03-291-1/+1
* [XFS] endianess annotations for xfs_da_node_hdr_t Nathan Scott2006-03-171-70/+69
* [XFS] endianess annotations for xfs_da_node_entry_t Nathan Scott2006-03-171-43/+43
* [XFS] endianess annotations for xfs_da_blkinfo_t Nathan Scott2006-03-171-107/+99
* [XFS] endianess annotations for xfs_dir2_leaf_entry_t Nathan Scott2006-03-171-1/+1
* [XFS] endianess annotations for xfs_dir2_leaf_hdr_t Nathan Scott2006-03-171-2/+2
* [XFS] endianess annotations for xfs_dir2_free_hdr_t Nathan Scott2006-03-171-1/+1