summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_dir2_leaf.c
AgeCommit message (Expand)Author
2014-06-25libxfs: move source filesDave Chinner
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen
2014-06-06xfs: remove mp->m_dir_geo from directory loggingDave Chinner
2014-06-06xfs: convert m_dirblksize to xfs_da_geometryDave Chinner
2014-06-06xfs: convert m_dirblkfsbs to xfs_da_geometryDave Chinner
2014-06-06xfs: convert directory segment limits to xfs_da_geometryDave Chinner
2014-06-06xfs: convert directory db conversion to xfs_da_geometryDave Chinner
2014-06-06xfs: convert directory dablk conversion to xfs_da_geometryDave Chinner
2014-06-06xfs: kill XFS_DIR2...FIRSTDB macrosDave Chinner
2014-04-14xfs: remove unused tp arg from xfs_bmap_last_offset() and callersEric Sandeen
2014-02-27xfs: modify verifiers to differentiate CRC from other errorsEric Sandeen
2014-02-27xfs: add helper for updating checksums on xfs_bufsEric Sandeen
2014-02-27xfs: add helper for verifying checksums on xfs_bufsEric Sandeen
2013-10-30xfs: convert directory vector functions to constantsDave Chinner
2013-10-30xfs: convert directory vector functions to constantsDave Chinner
2013-10-30xfs: vectorise encoding/decoding directory headersDave Chinner
2013-10-30xfs: vectorise directory leaf operationsDave Chinner
2013-10-30xfs: vectorise directory data operations part 2Dave Chinner
2013-10-30xfs: vectorise directory data operationsDave Chinner
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner
2013-10-23xfs: decouple log and transaction headersDave Chinner
2013-10-23xfs: unify directory/attribute format definitionsDave Chinner
2013-09-09xfs: check magic numbers in dir3 leaf verifier firstDave Chinner
2013-08-22xfs: Add write support for dirent filetype fieldDave Chinner
2013-08-22xfs: Add read-only support for dirent filetype fieldDave Chinner
2013-08-12xfs: remove __KERNEL__ check from xfs_dir2_leaf.cDave Chinner
2013-08-12xfs: reshuffle dir2 definitions around for userspaceDave Chinner
2013-08-12xfs: move getdents code into it's own fileDave Chinner
2013-07-09Merge tag 'for-linus-v3.11-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2013-06-29[readdir] convert xfsAl Viro
2013-06-27xfs: plug directory buffer readaheadDave Chinner
2013-05-24xfs: fix missing KM_NOFS tags to keep lockdep happyDave Chinner
2013-05-20xfs: fix missing KM_NOFS tags to keep lockdep happyDave Chinner
2013-04-27xfs: buffer type overruns blf_flags fieldDave Chinner
2013-04-27xfs: add buffer types to directory and attribute buffersDave Chinner
2013-04-27xfs: add CRC checking to dir2 leaf blocksDave Chinner
2013-04-27xfs: add CRC checking to dir2 data blocksDave Chinner
2013-04-27xfs: add CRC checking to dir2 free blocksDave Chinner
2013-04-27xfs: add CRC checks to block format directory blocksDave Chinner
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner
2012-11-15xfs: connect up write verifiers to new buffersDave Chinner
2012-11-15xfs: add pre-write metadata buffer verifier callbacksDave Chinner
2012-11-15xfs: Add verifiers to dir2 data readahead.Dave Chinner
2012-11-15xfs: add xfs_da_node verificationDave Chinner
2012-11-15xfs: factor dir2 leaf readDave Chinner
2012-11-15xfs: factor out dir2 data block readingDave Chinner
2012-11-15xfs: factor dir2 free block readingDave Chinner
2012-11-15xfs: add verifier callback to directory read codeDave Chinner
2012-11-15xfs: make buffer read verication an IO completion functionDave Chinner
2012-07-01xfs: factor buffer reading from xfs_dir2_leaf_getdentsDave Chinner