summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dir2.c
Commit message (Expand)AuthorAgeFilesLines
* libxfs: move source filesDave Chinner2014-06-251-762/+0
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-221-1/+1
* Merge branch 'xfs-da-geom' into for-nextDave Chinner2014-06-101-47/+85
|\
| * xfs: reduce direct usage of mp->m_dir_geoDave Chinner2014-06-061-27/+23
| * xfs: move node entry counts to xfs_da_geometryDave Chinner2014-06-061-3/+0
| * xfs: convert dir/attr btree threshold to xfs_da_geometryDave Chinner2014-06-061-2/+0
| * xfs: convert m_dirblksize to xfs_da_geometryDave Chinner2014-06-061-3/+2
| * xfs: convert m_dirblkfsbs to xfs_da_geometryDave Chinner2014-06-061-3/+2
| * xfs: convert directory segment limits to xfs_da_geometryDave Chinner2014-06-061-5/+2
| * xfs: convert directory db conversion to xfs_da_geometryDave Chinner2014-06-061-4/+9
| * xfs: convert directory dablk conversion to xfs_da_geometryDave Chinner2014-06-061-2/+2
| * xfs: convert dir byte/off conversion to xfs_da_geometryDave Chinner2014-06-061-1/+1
| * xfs: kill XFS_DIR2...FIRSTDB macrosDave Chinner2014-06-061-1/+1
| * xfs: introduce directory geometry structureDave Chinner2014-06-061-13/+60
* | Merge branch 'xfs-feature-bit-cleanup' into for-nextDave Chinner2014-05-201-1/+1
|\ \ | |/ |/|
| * xfs: don't need dirv2 checks anymoreDave Chinner2014-05-201-1/+1
* | xfs: remove unused tp arg from xfs_bmap_last_offset() and callersEric Sandeen2014-04-141-14/+12
|/
* xfs: allocate xfs_da_args to reduce stack footprintDave Chinner2014-02-271-130/+212
* xfs: convert directory vector functions to constantsDave Chinner2013-10-301-1/+1
* xfs: vectorise DA btree operationsDave Chinner2013-10-301-2/+5
* xfs: vectorise directory leaf operationsDave Chinner2013-10-301-6/+1
* xfs: abstract the differences in dir2/dir3 via an ops vectorDave Chinner2013-10-301-0/+7
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-3/+2
* xfs: decouple log and transaction headersDave Chinner2013-10-231-3/+3
* xfs: unify directory/attribute format definitionsDave Chinner2013-10-231-1/+1
* XFS: Assertion failed: first <= last && last < BBTOB(bp->b_length), file: fs/...Dave Chinner2013-08-301-6/+10
* xfs: Add write support for dirent filetype fieldDave Chinner2013-08-221-0/+3
* xfs: Add read-only support for dirent filetype fieldDave Chinner2013-08-221-1/+4
* xfs: kill xfs_vnodeops.[ch]Dave Chinner2013-08-121-1/+0
* xfs: reshuffle dir2 definitions around for userspaceDave Chinner2013-08-121-1/+1
* xfs: move getdents code into it's own fileDave Chinner2013-08-121-31/+0
* [readdir] convert xfsAl Viro2013-06-291-8/+5
* xfs: remove struct xfs_dabuf and infrastructureDave Chinner2012-07-011-2/+2
* xfs: clean up xfs_bit.h includesDave Chinner2012-05-141-1/+0
* xfs: get rid of open-coded S_ISREG(), etc.Al Viro2011-07-261-8/+8
* xfs: factor out xfs_da_grow_inode_intChristoph Hellwig2011-07-131-110/+15
* xfs: reshuffle dir2 headersChristoph Hellwig2011-07-131-6/+3
* xfs: kill struct xfs_dir2_sfChristoph Hellwig2011-07-081-3/+3
* xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner2011-03-071-1/+1
* xfs: split xfs_itrace_entryChristoph Hellwig2010-07-261-1/+1
* xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig2010-07-261-4/+3
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-1/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* xfs: clean up sign warnings in dir2 codeDave Chinner2010-01-201-1/+1
* xfs: make xfs_dir_cilookup_result use unsigned charDave Chinner2010-01-201-1/+1
* xfs: convert dirnameops to unsigned char namesDave Chinner2010-01-201-2/+2
* xfs: event tracing supportChristoph Hellwig2009-12-141-3/+5
* xfs: switch to NOFS allocation under i_lock in xfs_dir_cilookup_resultChristoph Hellwig2009-08-121-1/+1
* xfs: move declaration to header fileHannes Eder2009-03-061-2/+0
* [XFS] Account for allocated blocks when expanding directoriesDavid Chinner2008-10-301-0/+6
OpenPOWER on IntegriCloud