summaryrefslogtreecommitdiff
path: root/core/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* core/xfs: Silence compiler warningGene Cumm2016-01-191-2/+2
* xfs: Add support for v3 directoriesPaulo Alcantara2015-12-146-230/+399
* xfs: rename xfs_is_valid_magicnum to xfs_is_valid_sbPaulo Alcantara2015-11-082-17/+15
* Add filesystem UUID to SYSAPPEND for FATSerj Kalichev2014-03-131-0/+1
* xfs: Flush cache of directory blocks once done with readdir()Paulo Alcantara2013-01-223-4/+33
* xfs: Remove unnecessary free()'sPaulo Alcantara2013-01-223-37/+3
* xfs: Fix bug when listing shortform directory entriesPaulo Alcantara2013-01-221-2/+3
* xfs: Add cache for directory blocksPaulo Alcantara2013-01-215-71/+118
* xfs: Make xfs_dir2_entry_name_cmp() inlinePaulo Alcantara2013-01-212-13/+13
* xfs: Avoid useless malloc()'s and free()'sPaulo Alcantara2013-01-213-61/+25
* xfs: Make it more verbose on debugPaulo Alcantara2013-01-215-11/+35
* xfs: Improve error and debug printingPaulo Alcantara2013-01-211-2/+6
* xfs: Do some refactoringPaulo Alcantara2013-01-211-20/+15
* Merge branch 'xfs-for-hpa' of git://zytor.com/users/pcacjr/syslinux into merg...Matt Fleming2012-11-271-1/+1
* xfs: Fix the way we check di_mode of an inodePaulo Alcantara2012-09-022-13/+13
* xfs: Cleanup previous commitPaulo Alcantara2012-09-022-21/+19
* xfs: Add xfs_readlink()Chen Baozi2012-09-024-0/+63
* xfs: Cleanup and remove some trailing whitespacesPaulo Alcantara2012-09-022-8/+9
* xfs: Add XFS_DINODE_FMT_BTREE support in xfs_next_extent()Chen Baozi2012-09-023-20/+69
* xfs: Cleanup and remove some trailing whitespacesPaulo Alcantara2012-09-021-4/+8
* xfs: Rework xfs_dir2_get_right_blk()Chen Baozi2012-09-024-29/+237
* xfs: cleanup unused structureChen Baozi2012-09-021-14/+0
* xfs: Remove some trailing whitespacesPaulo Alcantara2012-09-021-2/+5
* xfs: Add full B+tree search support in xfs_dir2_node_find_entry()Chen Baozi2012-09-021-54/+54
* xfs: Add xfs_fmt_btree_find_entry()Chen Baozi2012-09-021-0/+9
* xfs: Fix memory leak in xfs_dir2_node_find_entry() functionPaulo Alcantara2012-07-292-3/+3
* xfs: Cleanup xfs_readdir_dir2_leaf() functionPaulo Alcantara2012-07-291-21/+15
* xfs: Implement xfs_readdir_dir2_node() functionPaulo Alcantara2012-07-295-12/+139
* xfs: Add xfs_fmt_local_readdir() functionPaulo Alcantara2012-07-281-3/+10
* xfs: Add xfs_fmt_local_find_entry() functionPaulo Alcantara2012-07-281-6/+11
* xfs: Move readdir functions to another source filePaulo Alcantara2012-07-283-265/+326
* xfs: Remove trailing whitespace in xfs_dir2_isleaf() functionPaulo Alcantara2012-07-281-1/+1
* xfs: Move dir2 functions to another source filePaulo Alcantara2012-07-286-719/+843
* xfs: Fix memory leaks in xfs_dir2_node_find_entry() functionPaulo Alcantara2012-07-281-15/+24
* xfs: rework xfs_dir2_node_find_entry()Chen Baozi2012-07-262-168/+157
* xfs: get_dirblks() with count.Chen Baozi2012-07-261-12/+14
* xfs: Implement xfs_dir2_node_find_entry() functionPaulo Alcantara2012-07-242-4/+252
* xfs: Use xfs_debug() for "Entry not found!" messagePaulo Alcantara2012-07-231-2/+2
* xfs: Use dprintf() for debug messages in xfs_debug()Paulo Alcantara2012-07-231-1/+2
* xfs: Use bmbt_irec_get() to get extent information insteadPaulo Alcantara2012-07-231-24/+6
* xfs: Implement xfs_dir2_leaf_readdir() functionPaulo Alcantara2012-07-231-6/+86
* xfs: Fix binary search in xfs_dir2_leaf_find_entry() functionPaulo Alcantara2012-07-231-1/+1
* xfs: Make xfs_da_hashname() function staticPaulo Alcantara2012-07-221-1/+1
* xfs: Fix bug in xfs_dir2_leaf_find_entry() functionPaulo Alcantara2012-07-222-55/+59
* xfs: Implement xfs_dir2_leaf_find_entry() logic.Chen Baozi2012-07-222-15/+265
* xfs: Remove unnecessary debug message in xfs_getfssec()Paulo Alcantara2012-07-211-2/+0
* xfs: Add xfs_readdir() to filesystem opsPaulo Alcantara2012-07-211-9/+226
* xfs: CleanupPaulo Alcantara2012-07-212-35/+39
* xfs: Implement dir2_block_find_entry() function.Chen Baozi2012-07-212-22/+336
* xfs: Cleanup fill_xfs_inode_pvt() functionPaulo Alcantara2012-07-211-4/+3