aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_da_btree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-20xfs: convert dirnameops to unsigned char namesDave Chinner1-2/+2
2009-12-14xfs: event tracing supportChristoph Hellwig1-1/+2
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_da_buf_makeChristoph Hellwig1-2/+2
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_da_state_allocChristoph Hellwig1-1/+1
2009-02-09xfs: remove uchar_t/ushort_t/uint_t/ulong_t typesChristoph Hellwig1-1/+1
2009-01-16[XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen1-4/+4
2008-10-30[XFS] Account for allocated blocks when expanding directoriesDavid Chinner1-0/+5
2008-07-28[XFS] streamline init/exit pathChristoph Hellwig1-1/+1
2008-07-28[XFS] Add op_flags field and helpers to xfs_da_argsBarry Naujok1-1/+1
2008-07-28[XFS] Name operation vector for hash and compareBarry Naujok1-0/+22
2008-07-28[XFS] Remove unused arg from kmem_free()Denys Vlasenko1-11/+11
2008-02-13xfs: convert beX_add to beX_add_cpu (new common API)Marcin Slusarz1-7/+7
2008-02-07[XFS] Unwrap xfs_dabuf_global_lockEric Sandeen1-8/+5
2007-09-05[XFS] fix sparse shadowed variable warningsChristoph Hellwig1-1/+0
2007-02-10[XFS] Remove a bunch of unused functions from XFS.Eric Sandeen1-15/+0
2007-02-10[XFS] fix sparse warning in xfs_da_btree.cLachlan McIlroy1-2/+1
2006-09-28[XFS] Minor code rearranging and cleanup to prevent some coverity falseNathan Scott1-15/+18
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-157/+28
2006-06-09[XFS] endianess annotations for xfs_dir_leaf_entry_t Christoph Hellwig1-2/+2
2006-06-09[XFS] endianess annotations for xfs_dir_leaf_hdr_t Christoph Hellwig1-1/+1
2006-06-09[XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them reportOlaf Weber1-4/+5
2006-03-29[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott1-1/+1
2006-03-17[XFS] endianess annotations for xfs_da_node_hdr_t Nathan Scott1-70/+69
2006-03-17[XFS] endianess annotations for xfs_da_node_entry_t Nathan Scott1-43/+43
2006-03-17[XFS] endianess annotations for xfs_da_blkinfo_t Nathan Scott1-107/+99
2006-03-17[XFS] endianess annotations for xfs_dir2_leaf_entry_t Nathan Scott1-1/+1
2006-03-17[XFS] endianess annotations for xfs_dir2_leaf_hdr_t Nathan Scott1-2/+2
2006-03-17[XFS] endianess annotations for xfs_dir2_free_hdr_t Nathan Scott1-1/+1
2006-03-17[XFS] endianess annotations for xfs_dir2_data_hdr structure.Nathan Scott1-1/+1
2005-11-03[XFS] Fixed the inconsistency between attribute b-tree intermidiate nodeYingping Lu1-1/+2
2005-11-02[XFS] Remove an unhelpful ifdef, the comment above the routine explainsNathan Scott1-13/+1
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott1-25/+11
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott1-11/+9
2005-11-02[XFS] Make some extended attributes routines take const parameters, forNathan Scott1-1/+1
2005-11-02[XFS] Move some code around to prepare for the upcoming extendedNathan Scott1-27/+1
2005-06-21[XFS] mark various symbols static Patch from Adrian BunkChristoph Hellwig1-3/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2648