aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dir2.c
AgeCommit message (Expand)Author
2014-06-25libxfs: move source filesDave Chinner
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen
2014-06-10Merge branch 'xfs-da-geom' into for-nextDave Chinner
2014-06-06xfs: reduce direct usage of mp->m_dir_geoDave Chinner
2014-06-06xfs: move node entry counts to xfs_da_geometryDave Chinner
2014-06-06xfs: convert dir/attr btree threshold to xfs_da_geometryDave 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: convert dir byte/off conversion to xfs_da_geometryDave Chinner
2014-06-06xfs: kill XFS_DIR2...FIRSTDB macrosDave Chinner
2014-06-06xfs: introduce directory geometry structureDave Chinner
2014-05-20Merge branch 'xfs-feature-bit-cleanup' into for-nextDave Chinner
2014-05-20xfs: don't need dirv2 checks anymoreDave Chinner
2014-04-14xfs: remove unused tp arg from xfs_bmap_last_offset() and callersEric Sandeen
2014-02-27xfs: allocate xfs_da_args to reduce stack footprintDave Chinner
2013-10-30xfs: convert directory vector functions to constantsDave Chinner
2013-10-30xfs: vectorise DA btree operationsDave Chinner
2013-10-30xfs: vectorise directory leaf operationsDave Chinner
2013-10-30xfs: abstract the differences in dir2/dir3 via an ops vectorDave 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-08-30XFS: Assertion failed: first <= last && last < BBTOB(bp->b_length), file: fs/...Dave 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: kill xfs_vnodeops.[ch]Dave Chinner
2013-08-12xfs: reshuffle dir2 definitions around for userspaceDave Chinner
2013-08-12xfs: move getdents code into it's own fileDave Chinner
2013-06-29[readdir] convert xfsAl Viro
2012-07-01xfs: remove struct xfs_dabuf and infrastructureDave Chinner
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner
2011-07-26xfs: get rid of open-coded S_ISREG(), etc.Al Viro
2011-07-13xfs: factor out xfs_da_grow_inode_intChristoph Hellwig
2011-07-13xfs: reshuffle dir2 headersChristoph Hellwig
2011-07-08xfs: kill struct xfs_dir2_sfChristoph Hellwig
2011-03-07xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner
2010-07-26xfs: split xfs_itrace_entryChristoph Hellwig
2010-07-26xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig
2010-07-26xfs: drop dmapi hooksChristoph Hellwig
2010-01-20xfs: clean up sign warnings in dir2 codeDave Chinner
2010-01-20xfs: make xfs_dir_cilookup_result use unsigned charDave Chinner
2010-01-20xfs: convert dirnameops to unsigned char namesDave Chinner
2009-12-14xfs: event tracing supportChristoph Hellwig
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_dir_cilookup_resultChristoph Hellwig
2009-03-06xfs: move declaration to header fileHannes Eder
2008-10-30[XFS] Account for allocated blocks when expanding directoriesDavid Chinner