summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dir2.c
AgeCommit message (Expand)Author
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
2008-07-28[XFS] Zero uninitialised xfs_da_args structure in xfs_dir2.cBarry Naujok
2008-07-28[XFS] XFS: ASCII case-insensitive supportBarry Naujok
2008-07-28[XFS] Return case-insensitive match for dentry cacheBarry Naujok
2008-07-28[XFS] Add op_flags field and helpers to xfs_da_argsBarry Naujok
2008-07-28[XFS] Name operation vector for hash and compareBarry Naujok
2008-07-28[XFS] Remove unused arg from kmem_free()Denys Vlasenko
2008-04-18[XFS] remove bhv_vname_t and xfs_rename codeBarry Naujok
2008-04-10[XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen
2008-02-07[XFS] Fix up sparse warnings.David Chinner
2008-02-07[XFS] clean up vnode/inode tracingLachlan McIlroy
2007-10-16[XFS] move v_trace from bhv_vnode to xfs_inodeChristoph Hellwig
2007-10-15[XFS] decontaminate vnode operations from behavior detailsChristoph Hellwig
2007-10-15[XFS] use filldir internallyChristoph Hellwig
2007-07-14[XFS] Reduce shouting by removing unnecessary macros from dir2 code.Christoph Hellwig
2006-11-11[XFS] rename uio_read() to xfs_uio_read()Vlad Apostolov
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott
2006-06-09[XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them reportOlaf Weber