summaryrefslogtreecommitdiff
path: root/core/fs/xfs/xfs_readdir.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: Add support for v3 directoriesPaulo Alcantara2015-12-141-53/+98
* xfs: Flush cache of directory blocks once done with readdir()Paulo Alcantara2013-01-221-4/+18
* xfs: Remove unnecessary free()'sPaulo Alcantara2013-01-221-17/+3
* xfs: Add cache for directory blocksPaulo Alcantara2013-01-211-25/+12
* xfs: Avoid useless malloc()'s and free()'sPaulo Alcantara2013-01-211-20/+7
* xfs: Make it more verbose on debugPaulo Alcantara2013-01-211-1/+11
* xfs: Add xfs_readlink()Chen Baozi2012-09-021-0/+2
* xfs: Rework xfs_dir2_get_right_blk()Chen Baozi2012-09-021-4/+2
* xfs: Fix memory leak in xfs_dir2_node_find_entry() functionPaulo Alcantara2012-07-291-1/+1
* xfs: Cleanup xfs_readdir_dir2_leaf() functionPaulo Alcantara2012-07-291-21/+15
* xfs: Implement xfs_readdir_dir2_node() functionPaulo Alcantara2012-07-291-3/+122
* xfs: Move readdir functions to another source filePaulo Alcantara2012-07-281-0/+291