aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_da_btree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-30xfs: abstract the differences in dir2/dir3 via an ops vectorDave Chinner1-0/+1
2013-10-23xfs: unify directory/attribute format definitionsDave Chinner1-140/+0
2013-10-23xfs: create a shared header file for format-related informationDave Chinner1-2/+0
2013-08-30XFS: Assertion failed: first <= last && last < BBTOB(bp->b_length), file: fs/xfs/xfs_trans_buf.c, line: 568Dave Chinner1-2/+9
2013-08-22xfs: Add read-only support for dirent filetype fieldDave Chinner1-0/+1
2013-04-27xfs: add buffer types to directory and attribute buffersDave Chinner1-0/+2
2013-04-27xfs: add CRCs to attr leaf blocksDave Chinner1-2/+3
2013-04-27xfs: add CRCs to dir2/da node blocksDave Chinner1-23/+83
2013-04-27xfs: add CRC checking to dir2 leaf blocksDave Chinner1-0/+23
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner1-2/+2
2012-11-15xfs: Add verifiers to dir2 data readahead.Dave Chinner1-2/+2
2012-11-15xfs: add xfs_da_node verificationDave Chinner1-0/+3
2012-11-15xfs: add verifier callback to directory read codeDave Chinner1-3/+4
2012-07-22xfs: fix comment typo of struct xfs_da_blkinfo.Chen Baozi1-1/+1
2012-07-01xfs: remove struct xfs_dabuf and infrastructureDave Chinner1-27/+5
2012-07-01xfs: use discontiguous xfs_buf support in dabuf wrappersDave Chinner1-5/+1
2011-07-13xfs: remove the dead XFS_DABUF_DEBUG codeChristoph Hellwig1-11/+0
2011-07-13xfs: factor out xfs_da_grow_inode_intChristoph Hellwig1-0/+2
2010-01-20xfs: convert dirnameops to unsigned char namesDave Chinner1-2/+3
2009-12-14xfs: event tracing supportChristoph Hellwig1-0/+7
2009-03-29xfs: fix various typosMalcolm Parsons1-1/+1
2009-03-06xfs: move declaration to header fileHannes Eder1-0/+1
2009-02-09xfs: remove uchar_t/ushort_t/uint_t/ulong_t typesChristoph Hellwig1-3/+3
2008-10-30[XFS] Sync up kernel and user-space headersBarry Naujok1-3/+1
2008-10-30[XFS] Remove final remnants of dirv1 macros and other stuffBarry Naujok1-20/+0
2008-07-28[XFS] Return case-insensitive match for dentry cacheBarry Naujok1-0/+1
2008-07-28[XFS] Add op_flags field and helpers to xfs_da_argsBarry Naujok1-4/+9
2008-07-28[XFS] Name operation vector for hash and compareBarry Naujok1-0/+22
2008-02-07[XFS] Fix up sparse warnings.David Chinner1-0/+1
2007-02-10[XFS] Remove a bunch of unused functions from XFS.Eric Sandeen1-1/+0
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-4/+0
2006-03-17[XFS] endianess annotations for xfs_da_node_hdr_t Nathan Scott1-2/+2
2006-03-17[XFS] endianess annotations for xfs_da_node_entry_t Nathan Scott1-2/+2
2006-03-17[XFS] endianess annotations for xfs_da_blkinfo_t Nathan Scott1-4/+4
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-58/+10
2005-11-02[XFS] Make some extended attributes routines take const parameters, forNathan Scott1-2/+2
2005-06-21[XFS] mark various symbols static Patch from Adrian BunkChristoph Hellwig1-3/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+335