aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dir2_leaf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-06xfs: remove mp->m_dir_geo from directory loggingDave Chinner1-50/+53
2014-06-06xfs: convert m_dirblksize to xfs_da_geometryDave Chinner1-17/+18
2014-06-06xfs: convert m_dirblkfsbs to xfs_da_geometryDave Chinner1-2/+2
2014-06-06xfs: convert directory segment limits to xfs_da_geometryDave Chinner1-6/+6
2014-06-06xfs: convert directory db conversion to xfs_da_geometryDave Chinner1-13/+17
2014-06-06xfs: convert directory dablk conversion to xfs_da_geometryDave Chinner1-10/+11
2014-06-06xfs: kill XFS_DIR2...FIRSTDB macrosDave Chinner1-4/+5
2014-04-14xfs: remove unused tp arg from xfs_bmap_last_offset() and callersEric Sandeen1-1/+1
2014-02-27xfs: modify verifiers to differentiate CRC from other errorsEric Sandeen1-6/+8
2014-02-27xfs: add helper for updating checksums on xfs_bufsEric Sandeen1-1/+1
2014-02-27xfs: add helper for verifying checksums on xfs_bufsEric Sandeen1-2/+1
2013-10-30xfs: convert directory vector functions to constantsDave Chinner1-3/+3
2013-10-30xfs: convert directory vector functions to constantsDave Chinner1-1/+1
2013-10-30xfs: vectorise encoding/decoding directory headersDave Chinner1-76/+24
2013-10-30xfs: vectorise directory leaf operationsDave Chinner1-40/+51
2013-10-30xfs: vectorise directory data operations part 2Dave Chinner1-13/+13
2013-10-30xfs: vectorise directory data operationsDave Chinner1-11/+11
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-3/+1
2013-10-23xfs: decouple log and transaction headersDave Chinner1-3/+3
2013-10-23xfs: unify directory/attribute format definitionsDave Chinner1-1/+1
2013-09-09xfs: check magic numbers in dir3 leaf verifier firstDave Chinner1-7/+13
2013-08-22xfs: Add write support for dirent filetype fieldDave Chinner1-0/+3
2013-08-22xfs: Add read-only support for dirent filetype fieldDave Chinner1-3/+3
2013-08-12xfs: remove __KERNEL__ check from xfs_dir2_leaf.cDave Chinner1-4/+0
2013-08-12xfs: reshuffle dir2 definitions around for userspaceDave Chinner1-0/+1
2013-08-12xfs: move getdents code into it's own fileDave Chinner1-390/+0
2013-07-09Merge tag 'for-linus-v3.11-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-0/+3
2013-06-29[readdir] convert xfsAl Viro1-10/+8
2013-06-27xfs: plug directory buffer readaheadDave Chinner1-0/+3
2013-05-24xfs: fix missing KM_NOFS tags to keep lockdep happyDave Chinner1-1/+1
2013-05-20xfs: fix missing KM_NOFS tags to keep lockdep happyDave Chinner1-1/+1
2013-04-27xfs: buffer type overruns blf_flags fieldDave Chinner1-6/+6
2013-04-27xfs: add buffer types to directory and attribute buffersDave Chinner1-5/+21
2013-04-27xfs: add CRC checking to dir2 leaf blocksDave Chinner1-288/+504
2013-04-27xfs: add CRC checking to dir2 data blocksDave Chinner1-30/+41
2013-04-27xfs: add CRC checking to dir2 free blocksDave Chinner1-7/+8
2013-04-27xfs: add CRC checks to block format directory blocksDave Chinner1-2/+4
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner1-16/+20
2012-11-15xfs: connect up write verifiers to new buffersDave Chinner1-7/+12
2012-11-15xfs: add pre-write metadata buffer verifier callbacksDave Chinner1-7/+24
2012-11-15xfs: Add verifiers to dir2 data readahead.Dave Chinner1-6/+5
2012-11-15xfs: add xfs_da_node verificationDave Chinner1-1/+1
2012-11-15xfs: factor dir2 leaf readDave Chinner1-11/+62
2012-11-15xfs: factor out dir2 data block readingDave Chinner1-21/+17
2012-11-15xfs: factor dir2 free block readingDave Chinner1-2/+1
2012-11-15xfs: add verifier callback to directory read codeDave Chinner1-17/+16
2012-11-15xfs: make buffer read verication an IO completion functionDave Chinner1-1/+1
2012-07-01xfs: factor buffer reading from xfs_dir2_leaf_getdentsDave Chinner1-202/+232
2012-07-01xfs: remove struct xfs_dabuf and infrastructureDave Chinner1-100/+91
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner1-1/+0