Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xfs: Add support for v3 directories | Paulo Alcantara | 2015-12-14 | 1 | -53/+98 |
* | xfs: Flush cache of directory blocks once done with readdir() | Paulo Alcantara | 2013-01-22 | 1 | -4/+18 |
* | xfs: Remove unnecessary free()'s | Paulo Alcantara | 2013-01-22 | 1 | -17/+3 |
* | xfs: Add cache for directory blocks | Paulo Alcantara | 2013-01-21 | 1 | -25/+12 |
* | xfs: Avoid useless malloc()'s and free()'s | Paulo Alcantara | 2013-01-21 | 1 | -20/+7 |
* | xfs: Make it more verbose on debug | Paulo Alcantara | 2013-01-21 | 1 | -1/+11 |
* | xfs: Add xfs_readlink() | Chen Baozi | 2012-09-02 | 1 | -0/+2 |
* | xfs: Rework xfs_dir2_get_right_blk() | Chen Baozi | 2012-09-02 | 1 | -4/+2 |
* | xfs: Fix memory leak in xfs_dir2_node_find_entry() function | Paulo Alcantara | 2012-07-29 | 1 | -1/+1 |
* | xfs: Cleanup xfs_readdir_dir2_leaf() function | Paulo Alcantara | 2012-07-29 | 1 | -21/+15 |
* | xfs: Implement xfs_readdir_dir2_node() function | Paulo Alcantara | 2012-07-29 | 1 | -3/+122 |
* | xfs: Move readdir functions to another source file | Paulo Alcantara | 2012-07-28 | 1 | -0/+291 |