summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dir2_node.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix memory leak in xfs_dir2_node_removenameMark Tinguely2013-12-051-13/+13
* xfs:xfs_dir2_node.c: pointer use before check for nullDenis Efremov2013-10-301-1/+0
* xfs: convert directory vector functions to constantsDave Chinner2013-10-301-4/+4
* xfs: convert directory vector functions to constantsDave Chinner2013-10-301-30/+31
* xfs: vectorise encoding/decoding directory headersDave Chinner2013-10-301-86/+40
* xfs: vectorise directory leaf operationsDave Chinner2013-10-301-54/+63
* xfs: vectorise directory data operations part 2Dave Chinner2013-10-301-8/+8
* xfs: vectorise directory data operationsDave Chinner2013-10-301-11/+12
* 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: remove newlines from strings passed to __xfs_printkEric Sandeen2013-10-171-1/+1
* xfs: Add write support for dirent filetype fieldDave Chinner2013-08-221-0/+3
* xfs: Add read-only support for dirent filetype fieldDave Chinner2013-08-221-4/+4
* xfs: fix issues that cause userspace warningsDave Chinner2013-08-121-0/+2
* xfs: reshuffle dir2 definitions around for userspaceDave Chinner2013-08-121-0/+1
* xfs: fix dir3 freespace block corruptionDave Chinner2013-05-301-7/+6
* xfs: introduce CONFIG_XFS_WARNDave Chinner2013-05-071-2/+2
* xfs: buffer type overruns blf_flags fieldDave Chinner2013-04-271-5/+5
* xfs: add buffer types to directory and attribute buffersDave Chinner2013-04-271-2/+13
* xfs: add CRCs to dir2/da node blocksDave Chinner2013-04-271-13/+13
* xfs: add CRC checking to dir2 leaf blocksDave Chinner2013-04-271-198/+277
* xfs: add CRC checking to dir2 data blocksDave Chinner2013-04-271-16/+23
* xfs: add CRC checking to dir2 free blocksDave Chinner2013-04-271-151/+323
* xfs: add CRC checks to block format directory blocksDave Chinner2013-04-271-1/+1
* xfs: convert buffer verifiers to an ops structure.Dave Chinner2012-11-151-12/+14
* xfs: connect up write verifiers to new buffersDave Chinner2012-11-151-9/+15
* xfs: add pre-write metadata buffer verifier callbacksDave Chinner2012-11-151-1/+16
* xfs: factor dir2 leaf readDave Chinner2012-11-151-3/+3
* xfs: factor out dir2 data block readingDave Chinner2012-11-151-4/+4
* xfs: factor dir2 free block readingDave Chinner2012-11-151-78/+140
* xfs: add verifier callback to directory read codeDave Chinner2012-11-151-23/+20
* xfs: remove struct xfs_dabuf and infrastructureDave Chinner2012-07-011-136/+100
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-1/+1
|\
| * fs: Merge split stringsJean Delvare2011-07-221-1/+1
* | xfs: cleanup struct xfs_dir2_freeChristoph Hellwig2011-07-131-4/+4
* | xfs: reshuffle dir2 headersChristoph Hellwig2011-07-131-6/+2
* | xfs: byteswap constants instead of variablesChristoph Hellwig2011-07-081-25/+28
* | xfs: avoid usage of struct xfs_dir2_dataChristoph Hellwig2011-07-081-25/+25
* | xfs: factor out xfs_dir2_leaf_find_entryChristoph Hellwig2011-07-081-80/+4
|/
* xfs: Convert remaining cmn_err() callers to new APIDave Chinner2011-03-071-15/+10
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-1/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* xfs: make several more functions staticEric Sandeen2010-01-151-1/+1
* xfs: event tracing supportChristoph Hellwig2009-12-141-10/+17
* xfs: fix various typosMalcolm Parsons2009-03-291-1/+1
* [XFS] Fix returning case-preserved name with CI node form directoriesBarry Naujok2008-07-281-26/+43
* [XFS] Return case-insensitive match for dentry cacheBarry Naujok2008-07-281-5/+11
* [XFS] Add op_flags field and helpers to xfs_da_argsBarry Naujok2008-07-281-7/+9