aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dir2_sf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-06xfs: convert m_dirblksize to xfs_da_geometryDave Chinner1-6/+8
2014-06-06xfs: convert directory segment limits to xfs_da_geometryDave Chinner1-1/+1
2014-06-06xfs: convert directory db conversion to xfs_da_geometryDave Chinner1-2/+2
2014-04-14xfs: remove unused calculation in xfs_dir2_sf_addname()Eric Sandeen1-14/+7
2013-12-11xfs: xfs_dir2_block_to_sf temp buffer allocation failsDave Chinner1-24/+34
2013-10-30xfs: convert directory vector functions to constantsDave Chinner1-3/+3
2013-10-30xfs: vectorise directory data operations part 2Dave Chinner1-1/+1
2013-10-30xfs: vectorise directory data operationsDave Chinner1-10/+10
2013-10-30xfs: vectorise remaining shortform dir2 opsDave Chinner1-121/+30
2013-10-30xfs: abstract the differences in dir2/dir3 via an ops vectorDave Chinner1-16/+15
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-2/+2
2013-10-23xfs: decouple log and transaction headersDave Chinner1-3/+3
2013-10-23xfs: unify directory/attribute format definitionsDave Chinner1-1/+1
2013-09-30xfs: dirent dtype presence is dependent on directory magic numbersDave Chinner1-3/+3
2013-09-03xfs: dtype changed xfs_dir2_sfe_put_ino to xfs_dir3_sfe_put_inoDave Chinner1-1/+1
2013-08-26xfs: xfs_dir3_sfe_put_ino can be staticFengguang Wu1-1/+1
2013-08-22xfs: Add write support for dirent filetype fieldDave Chinner1-8/+27
2013-08-22xfs: Add read-only support for dirent filetype fieldDave Chinner1-49/+72
2013-08-12xfs: reshuffle dir2 definitions around for userspaceDave Chinner1-3/+3
2013-08-12xfs: move getdents code into it's own fileDave Chinner1-94/+0
2013-06-29[readdir] convert xfsAl Viro1-18/+13
2013-04-27xfs: shortform directory offsets change for dir3 formatDave Chinner1-5/+5
2013-04-27xfs: add CRC checks to block format directory blocksDave Chinner1-1/+1
2012-07-01xfs: remove struct xfs_dabuf and infrastructureDave Chinner1-2/+2
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner1-1/+0
2011-07-13xfs: reshuffle dir2 headersChristoph Hellwig1-5/+3
2011-07-08xfs: use generic get_unaligned_beXX helpersChristoph Hellwig1-5/+8
2011-07-08xfs: kill struct xfs_dir2_blockChristoph Hellwig1-7/+7
2011-07-08xfs: avoid usage of struct xfs_dir2_blockChristoph Hellwig1-4/+5
2011-07-08xfs: cleanup the definition of struct xfs_dir2_sf_entryChristoph Hellwig1-3/+3
2011-07-08xfs: kill struct xfs_dir2_sfChristoph Hellwig1-94/+94
2011-07-08xfs: cleanup shortform directory inode number handlingChristoph Hellwig1-39/+99
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-1/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-1/+0
2010-01-20xfs: clean up sign warnings in dir2 codeDave Chinner1-1/+1
2009-12-14xfs: event tracing supportChristoph Hellwig1-9/+17
2009-03-29xfs: kill ino64 mount optionChristoph Hellwig1-12/+1
2009-01-09[XFS] truncate readdir offsets to signed 32 bit valuesChristoph Hellwig1-7/+8
2008-07-28[XFS] Return case-insensitive match for dentry cacheBarry Naujok1-7/+10
2008-07-28[XFS] Add op_flags field and helpers to xfs_da_argsBarry Naujok1-4/+4
2008-07-28[XFS] Name operation vector for hash and compareBarry Naujok1-26/+36
2008-07-28[XFS] Remove unused arg from kmem_free()Denys Vlasenko1-4/+4
2007-12-18[XFS] Put the correct offset in dirent d_offLachlan McIlroy1-6/+3
2007-10-15[XFS] Radix tree based inode cachingDavid Chinner1-0/+1
2007-10-15[XFS] use filldir internallyChristoph Hellwig1-77/+44
2007-07-14[XFS] Reduce shouting by removing unnecessary macros from dir2 code.Christoph Hellwig1-102/+102
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-3/+0
2006-06-09[XFS] endianess annotations for xfs_dir2_data_entry_t Christoph Hellwig1-5/+5
2006-03-17[XFS] endianess annotations for xfs_dir2_leaf_entry_t Nathan Scott1-1/+1
2006-03-17[XFS] endianess annotations for xfs_dir2_block_tail_t Nathan Scott1-1/+1