summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | EXTLINUX: Add sanity check for XFS filesystemsPaulo Alcantara2012-07-292-3/+67
| * | 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
| * | xfs: Only call fill_xfs_inode_pvt() if dinode was readPaulo Alcantara2012-07-211-2/+4
| * | xfs: Make sure that the dinode is read with successPaulo Alcantara2012-07-211-1/+5
| * | xfs: CleanupPaulo Alcantara2012-07-211-12/+13
| * | xfs: rework the logic of xfs_get_ino_core()Chen Baozi2012-07-212-276/+42
| * | xfs: Add xfs_getfssec() and xfs_next_extent() functionsPaulo Alcantara2012-07-213-24/+120
| * | xfs: Fix minor typoPaulo Alcantara2012-07-211-1/+1
| * | xfs: Make for-statement declaration more readablePaulo Alcantara2012-07-211-1/+1
| * | xfs: Remove unnecessary check in xfs_iget() functionPaulo Alcantara2012-07-211-11/+7
| * | xfs: Some bugfixesPaulo Alcantara2012-07-211-32/+57
| * | xfs: Remove duplicate variable attributionPaulo Alcantara2012-07-211-4/+1
| * | xfs: Fix some inode number conversionsPaulo Alcantara2012-07-211-8/+14
| * | xfs: Add xfs_iget() to filesystem opsPaulo Alcantara2012-07-212-45/+316
| * | Add support for 64-bit filesystem compatible struct inode.Chen Baozi2012-07-211-3/+3
| * | xfs: Fix inode size attributionPaulo Alcantara2012-07-211-1/+1
| * | xfs: Add xfs_get_agi() functionPaulo Alcantara2012-07-211-21/+39
| * | xfs: Fix inode lookup in chunks of 64 inodesPaulo Alcantara2012-07-212-28/+72
| * | Fix the calculation of the block of the root of the inode B+tree.Chen Baozi2012-07-211-1/+1