summaryrefslogtreecommitdiff
path: root/core/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* pxe: Add PXELINUX-specific symbols to symbol whitelistMatt Fleming2013-01-212-3/+3
* core/fs: remove some stale functions, inode refcount debugH. Peter Anvin2013-01-171-112/+6
* Symbol export whitelistMatt Fleming2012-12-056-17/+17
* Reduce the number of global variablesMatt Fleming2012-12-052-13/+13
* fs: Fix searchdir resource leakShao Miller2012-11-291-108/+155
* Merge branch 'coverity' into elflinksyslinux-5.00-pre11Matt Fleming2012-11-271-1/+3
|\
| * pxe: Don't leak inode on timeoutMatt Fleming2012-11-271-1/+3
* | Merge branch 'xfs-for-hpa' of git://zytor.com/users/pcacjr/syslinux into merg...Matt Fleming2012-11-2713-0/+3603
|\ \ | |/ |/|
| * 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