summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dir2.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* 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/+2Star
* 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/+0Star
* 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/+0Star
* [readdir] convert xfsAl Viro2013-06-291-8/+5Star
* xfs: remove struct xfs_dabuf and infrastructureDave Chinner2012-07-011-2/+2
* xfs: clean up xfs_bit.h includesDave Chinner2012-05-141-1/+0Star
* 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/+15Star
* xfs: reshuffle dir2 headersChristoph Hellwig2011-07-131-6/+3Star
* 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/+3Star
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-1/+0Star
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0Star
* 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-151-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-071-2/+0Star
* [XFS] Account for allocated blocks when expanding directoriesDavid Chinner2008-10-301-0/+6
* [XFS] Zero uninitialised xfs_da_args structure in xfs_dir2.cBarry Naujok2008-07-281-5/+5
* [XFS] XFS: ASCII case-insensitive supportBarry Naujok2008-07-281-1/+50
* [XFS] Return case-insensitive match for dentry cacheBarry Naujok2008-07-281-2/+38
* [XFS] Add op_flags field and helpers to xfs_da_argsBarry Naujok2008-07-281-6/+8
* [XFS] Name operation vector for hash and compareBarry Naujok2008-07-281-5/+7
* [XFS] Remove unused arg from kmem_free()Denys Vlasenko2008-07-281-3/+3
* [XFS] remove bhv_vname_t and xfs_rename codeBarry Naujok2008-04-181-34/+28Star
* [XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen2008-04-101-1/+1
* [XFS] Fix up sparse warnings.David Chinner2008-02-071-0/+1
* [XFS] clean up vnode/inode tracingLachlan McIlroy2008-02-071-1/+1
* [XFS] move v_trace from bhv_vnode to xfs_inodeChristoph Hellwig2007-10-161-1/+1
* [XFS] decontaminate vnode operations from behavior detailsChristoph Hellwig2007-10-151-4/+2Star
* [XFS] use filldir internallyChristoph Hellwig2007-10-151-103/+18Star
* [XFS] Reduce shouting by removing unnecessary macros from dir2 code.Christoph Hellwig2007-07-141-6/+6
* [XFS] rename uio_read() to xfs_uio_read()Vlad Apostolov2006-11-111-1/+1
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-233/+158Star
* [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them reportOlaf Weber2006-06-091-3/+4
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-021-25/+11Star