summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dir2_block.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: convert directory vector functions to constantsDave Chinner2013-10-301-2/+2
* xfs: vectorise encoding/decoding directory headersDave Chinner2013-10-301-1/+1
* xfs: vectorise directory leaf operationsDave Chinner2013-10-301-1/+1
* xfs: vectorise directory data operations part 2Dave Chinner2013-10-301-15/+18
* xfs: vectorise directory data operationsDave Chinner2013-10-301-27/+27
* xfs: vectorise remaining shortform dir2 opsDave Chinner2013-10-301-3/+3
* xfs: abstract the differences in dir2/dir3 via an ops vectorDave Chinner2013-10-301-1/+1
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-2/+2
* xfs: decouple log and transaction headersDave Chinner2013-10-231-3/+3
* xfs: unify directory/attribute format definitionsDave Chinner2013-10-231-1/+1
* xfs: dirent dtype presence is dependent on directory magic numbersDave Chinner2013-09-301-3/+3
* xfs: Add write support for dirent filetype fieldDave Chinner2013-08-221-0/+7
* xfs: Add read-only support for dirent filetype fieldDave Chinner2013-08-221-8/+8
* xfs: reshuffle dir2 definitions around for userspaceDave Chinner2013-08-121-1/+1
* xfs: move getdents code into it's own fileDave Chinner2013-08-121-96/+1
* Merge tag 'for-linus-v3.11-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-07-131-8/+12
|\
| * xfs: remove local fork format handling from xfs_bmapi_write()Dave Chinner2013-07-091-8/+12
* | [readdir] convert xfsAl Viro2013-06-291-10/+7
|/
* xfs: buffer type overruns blf_flags fieldDave Chinner2013-04-271-2/+2
* xfs: add buffer types to directory and attribute buffersDave Chinner2013-04-271-3/+9
* xfs: add CRC checking to dir2 leaf blocksDave Chinner2013-04-271-7/+12
* xfs: add CRC checking to dir2 data blocksDave Chinner2013-04-271-10/+12
* xfs: add CRC checks to block format directory blocksDave Chinner2013-04-271-38/+94
* xfs: recalculate leaf entry pointer after compacting a dir2 blockEric Sandeen2013-01-161-2/+4
* xfs: convert buffer verifiers to an ops structure.Dave Chinner2012-11-151-9/+11
* xfs: connect up write verifiers to new buffersDave Chinner2012-11-151-0/+2
* xfs: add pre-write metadata buffer verifier callbacksDave Chinner2012-11-151-1/+15
* xfs: factor out dir2 data block readingDave Chinner2012-11-151-2/+1
* xfs: verify dir2 block format buffersDave Chinner2012-11-151-1/+21
* xfs: factor dir2 block read operationsDave Chinner2012-11-151-177/+209
* xfs: add verifier callback to directory read codeDave Chinner2012-11-151-11/+12
* xfs: remove struct xfs_dabuf and infrastructureDave Chinner2012-07-011-67/+51
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0
* xfs: clean up minor sparse warningsDave Chinner2012-03-141-0/+1
* xfs: reshuffle dir2 headersChristoph Hellwig2011-07-131-5/+2
* xfs: byteswap constants instead of variablesChristoph Hellwig2011-07-081-7/+11
* xfs: avoid usage of struct xfs_dir2_dataChristoph Hellwig2011-07-081-8/+6
* xfs: kill struct xfs_dir2_blockChristoph Hellwig2011-07-081-8/+4
* xfs: avoid usage of struct xfs_dir2_blockChristoph Hellwig2011-07-081-89/+86
* xfs: kill struct xfs_dir2_sfChristoph Hellwig2011-07-081-22/+20
* xfs: cleanup shortform directory inode number handlingChristoph Hellwig2011-07-081-3/+2
* xfs: fix gcc 4.6 set but not read and unused statement warningsChristoph Hellwig2010-07-261-3/+3
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-1/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* xfs: clean up sign warnings in dir2 codeDave Chinner2010-01-201-4/+5
* xfs: event tracing supportChristoph Hellwig2009-12-141-7/+13
* xfs: kill ino64 mount optionChristoph Hellwig2009-03-291-6/+1
* [XFS] truncate readdir offsets to signed 32 bit valuesChristoph Hellwig2009-01-091-3/+4
* [XFS] Return case-insensitive match for dentry cacheBarry Naujok2008-07-281-4/+5
* [XFS] Add op_flags field and helpers to xfs_da_argsBarry Naujok2008-07-281-5/+5