summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dir2_data.c
Commit message (Expand)AuthorAgeFilesLines
* libxfs: move source filesDave Chinner2014-06-251-1050/+0
* xfs: remove mp->m_dir_geo from directory loggingDave Chinner2014-06-061-33/+26
* xfs: convert m_dirblksize to xfs_da_geometryDave Chinner2014-06-061-7/+10
* xfs: convert directory segment limits to xfs_da_geometryDave Chinner2014-06-061-4/+5
* xfs: convert directory db conversion to xfs_da_geometryDave Chinner2014-06-061-1/+2
* xfs: convert directory dablk conversion to xfs_da_geometryDave Chinner2014-06-061-2/+2
* xfs: remove unused tp arg from xfs_da_reada_buf & callersEric Sandeen2014-04-141-2/+1
* xfs: modify verifiers to differentiate CRC from other errorsEric Sandeen2014-02-271-8/+9
* xfs: add helper for updating checksums on xfs_bufsEric Sandeen2014-02-271-1/+1
* xfs: add helper for verifying checksums on xfs_bufsEric Sandeen2014-02-271-2/+1
* xfs: validity check the directory block leaf entry countDave Chinner2013-10-301-4/+15
* xfs: convert directory vector functions to constantsDave Chinner2013-10-301-4/+4
* xfs: vectorise directory leaf operationsDave Chinner2013-10-301-10/+3
* xfs: vectorise directory data operations part 2Dave Chinner2013-10-301-49/+57
* xfs: vectorise directory data operationsDave Chinner2013-10-301-12/+26
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-2/+1
* xfs: decouple log and transaction headersDave Chinner2013-10-231-3/+3
* xfs: unify directory/attribute format definitionsDave Chinner2013-10-231-1/+1
* 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/+2
* 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-151-9/+43
* xfs: connect up write verifiers to new buffersDave Chinner2012-11-151-6/+5
* xfs: add pre-write metadata buffer verifier callbacksDave Chinner2012-11-151-2/+17
* xfs: Add verifiers to dir2 data readahead.Dave Chinner2012-11-151-1/+12
* xfs: factor out dir2 data block readingDave Chinner2012-11-151-0/+32
* xfs: verify dir2 block format buffersDave Chinner2012-11-151-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/+0
* xfs: reshuffle dir2 headersChristoph Hellwig2011-07-131-5/+2
* xfs: byteswap constants instead of variablesChristoph Hellwig2011-07-081-23/+24
* xfs: kill struct xfs_dir2_dataChristoph Hellwig2011-07-081-10/+5
* 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/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* [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-131-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/+2
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-3/+0
* [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
OpenPOWER on IntegriCloud