summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dir2_node.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove redundant geometry information from xfs_da_stateDave Chinner2014-06-061-10/+3Star
* xfs: remove mp->m_dir_geo from directory loggingDave Chinner2014-06-061-37/+31Star
* xfs: move node entry counts to xfs_da_geometryDave Chinner2014-06-061-5/+5
* xfs: convert dir/attr btree threshold to xfs_da_geometryDave Chinner2014-06-061-1/+1
* xfs: convert m_dirblksize to xfs_da_geometryDave Chinner2014-06-061-20/+22
* xfs: convert directory db conversion to xfs_da_geometryDave Chinner2014-06-061-11/+16
* xfs: convert directory dablk conversion to xfs_da_geometryDave Chinner2014-06-061-18/+23
* xfs: kill XFS_DIR2...FIRSTDB macrosDave Chinner2014-06-061-4/+7
* xfs: remove unused tp arg from xfs_bmap_last_offset() and callersEric Sandeen2014-04-141-1/+1
* xfs: modify verifiers to differentiate CRC from other errorsEric Sandeen2014-02-271-6/+8
* 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/+1Star
* xfs: fix memory leak in xfs_dir2_node_removenameMark Tinguely2013-12-171-13/+13
* xfs:xfs_dir2_node.c: pointer use before check for nullDenis Efremov2013-10-301-1/+0Star
* 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/+40Star
* 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/+1Star
* 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-311-7/+6Star
* xfs: introduce CONFIG_XFS_WARNDave Chinner2013-05-081-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-161-12/+14
* xfs: connect up write verifiers to new buffersDave Chinner2012-11-161-9/+15
* xfs: add pre-write metadata buffer verifier callbacksDave Chinner2012-11-161-1/+16
* xfs: factor dir2 leaf readDave Chinner2012-11-161-3/+3
* xfs: factor out dir2 data block readingDave Chinner2012-11-161-4/+4
* xfs: factor dir2 free block readingDave Chinner2012-11-161-78/+140
* xfs: add verifier callback to directory read codeDave Chinner2012-11-161-23/+20Star
* xfs: remove struct xfs_dabuf and infrastructureDave Chinner2012-07-011-136/+100Star
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0Star
* 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/+2Star