summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dir2_data.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: Add write support for dirent filetype fieldDave Chinner2013-08-221-0/+2
* xfs: Add read-only support for dirent filetype fieldDave Chinner2013-08-221-6/+7
* xfs: remove __KERNEL__ from debug codeDave Chinner2013-08-121-2/+2
* xfs: reshuffle dir2 definitions around for userspaceDave Chinner2013-08-121-4/+2Star
* xfs: buffer type overruns blf_flags fieldDave Chinner2013-04-271-2/+2
* xfs: add buffer types to directory and attribute buffersDave Chinner2013-04-271-1/+7
* xfs: add CRC checking to dir2 data blocksDave Chinner2013-04-271-30/+70
* xfs: add CRC checks to block format directory blocksDave Chinner2013-04-271-61/+99
* xfs: convert buffer verifiers to an ops structure.Dave Chinner2012-11-161-9/+43
* xfs: connect up write verifiers to new buffersDave Chinner2012-11-161-6/+5Star
* xfs: add pre-write metadata buffer verifier callbacksDave Chinner2012-11-161-2/+17
* xfs: Add verifiers to dir2 data readahead.Dave Chinner2012-11-161-1/+12
* xfs: factor out dir2 data block readingDave Chinner2012-11-161-0/+32
* xfs: verify dir2 block format buffersDave Chinner2012-11-161-29/+44
* xfs: remove struct xfs_dabuf and infrastructureDave Chinner2012-07-011-25/+25
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0Star
* xfs: reshuffle dir2 headersChristoph Hellwig2011-07-131-5/+2Star
* xfs: byteswap constants instead of variablesChristoph Hellwig2011-07-081-23/+24
* xfs: kill struct xfs_dir2_dataChristoph Hellwig2011-07-081-10/+5Star
* xfs: avoid usage of struct xfs_dir2_dataChristoph Hellwig2011-07-081-148/+160
* xfs: avoid usage of struct xfs_dir2_blockChristoph Hellwig2011-07-081-3/+3
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-1/+0Star
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0Star
* [XFS] Name operation vector for hash and compareBarry Naujok2008-07-281-1/+4
* xfs: convert beX_add to beX_add_cpu (new common API)Marcin Slusarz2008-02-141-2/+2
* [XFS] Radix tree based inode cachingDavid Chinner2007-10-151-0/+1
* [XFS] Reduce shouting by removing unnecessary macros from dir2 code.Christoph Hellwig2007-07-141-27/+27
* [XFS] the "aendp" arg to xfs_dir2_data_freescan is always NULL, remove it.Eric Sandeen2007-05-081-5/+2Star
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-3/+0Star
* [XFS] endianess annotations for xfs_dir2_data_entry_t Christoph Hellwig2006-06-091-1/+1
* [XFS] endianess annotations for XFS_DIR2_DATA_ENTRY_TAG_P Nathan Scott2006-03-171-5/+5
* [XFS] endianess annotations for xfs_dir2_leaf_entry_t Nathan Scott2006-03-171-4/+4
* [XFS] endianess annotations for xfs_dir2_block_tail_t Nathan Scott2006-03-171-5/+5
* [XFS] endianess annotations for XFS_DIR2_DATA_UNUSED_TAG_P Nathan Scott2006-03-171-21/+20Star
* [XFS] endianess annotations for xfs_dir2_data_unused_t Nathan Scott2006-03-171-35/+33Star
* [XFS] endianess annotations for xfs_dir2_data_hdr structure.Nathan Scott2006-03-171-58/+65
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-021-25/+11Star
* [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott2005-11-021-12/+4Star
* [XFS] mark various symbols static Patch from Adrian BunkChristoph Hellwig2005-06-211-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+855