aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dir2.c
Commit message (Expand)AuthorAge
* Merge branch 'xfs-da-geom' into for-nextDave Chinner2014-06-09
|\
| * xfs: reduce direct usage of mp->m_dir_geoDave Chinner2014-06-06
| * xfs: move node entry counts to xfs_da_geometryDave Chinner2014-06-06
| * xfs: convert dir/attr btree threshold to xfs_da_geometryDave Chinner2014-06-06
| * xfs: convert m_dirblksize to xfs_da_geometryDave Chinner2014-06-06
| * xfs: convert m_dirblkfsbs to xfs_da_geometryDave Chinner2014-06-06
| * xfs: convert directory segment limits to xfs_da_geometryDave Chinner2014-06-06
| * xfs: convert directory db conversion to xfs_da_geometryDave Chinner2014-06-06
| * xfs: convert directory dablk conversion to xfs_da_geometryDave Chinner2014-06-06
| * xfs: convert dir byte/off conversion to xfs_da_geometryDave Chinner2014-06-06
| * xfs: kill XFS_DIR2...FIRSTDB macrosDave Chinner2014-06-06
| * xfs: introduce directory geometry structureDave Chinner2014-06-06
* | Merge branch 'xfs-feature-bit-cleanup' into for-nextDave Chinner2014-05-19
|\ \ | |/ |/|
| * xfs: don't need dirv2 checks anymoreDave Chinner2014-05-19
* | xfs: remove unused tp arg from xfs_bmap_last_offset() and callersEric Sandeen2014-04-14
|/
* xfs: allocate xfs_da_args to reduce stack footprintDave Chinner2014-02-27
* xfs: convert directory vector functions to constantsDave Chinner2013-10-30
* xfs: vectorise DA btree operationsDave Chinner2013-10-30
* xfs: vectorise directory leaf operationsDave Chinner2013-10-30
* xfs: abstract the differences in dir2/dir3 via an ops vectorDave Chinner2013-10-30
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-23
* xfs: decouple log and transaction headersDave Chinner2013-10-23
* xfs: unify directory/attribute format definitionsDave Chinner2013-10-23
* XFS: Assertion failed: first <= last && last < BBTOB(bp->b_length), file: fs/...Dave Chinner2013-08-30
* xfs: Add write support for dirent filetype fieldDave Chinner2013-08-22
* xfs: Add read-only support for dirent filetype fieldDave Chinner2013-08-22
* xfs: kill xfs_vnodeops.[ch]Dave Chinner2013-08-12
* xfs: reshuffle dir2 definitions around for userspaceDave Chinner2013-08-12
* xfs: move getdents code into it's own fileDave Chinner2013-08-12
* [readdir] convert xfsAl Viro2013-06-29
* xfs: remove struct xfs_dabuf and infrastructureDave Chinner2012-07-01
* xfs: clean up xfs_bit.h includesDave Chinner2012-05-14
* xfs: get rid of open-coded S_ISREG(), etc.Al Viro2011-07-26
* xfs: factor out xfs_da_grow_inode_intChristoph Hellwig2011-07-13
* xfs: reshuffle dir2 headersChristoph Hellwig2011-07-13
* xfs: kill struct xfs_dir2_sfChristoph Hellwig2011-07-08
* xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner2011-03-06
* xfs: split xfs_itrace_entryChristoph Hellwig2010-07-26
* xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig2010-07-26
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-26
* xfs: drop dmapi hooksChristoph Hellwig2010-07-26
* xfs: clean up sign warnings in dir2 codeDave Chinner2010-01-19
* xfs: make xfs_dir_cilookup_result use unsigned charDave Chinner2010-01-19
* xfs: convert dirnameops to unsigned char namesDave Chinner2010-01-19
* xfs: event tracing supportChristoph Hellwig2009-12-15
* xfs: switch to NOFS allocation under i_lock in xfs_dir_cilookup_resultChristoph Hellwig2009-08-12
* xfs: move declaration to header fileHannes Eder2009-03-06
* [XFS] Account for allocated blocks when expanding directoriesDavid Chinner2008-10-30
* [XFS] Zero uninitialised xfs_da_args structure in xfs_dir2.cBarry Naujok2008-07-28
* [XFS] XFS: ASCII case-insensitive supportBarry Naujok2008-07-28