search for: ntfs_readdir

Displaying 7 results from an estimated 7 matches for "ntfs_readdir".

2014 Jun 02
2
[PATCH] NTFS: fix incorrect file->offset usage in ntfs_readdir
file->offset is used to store position in index root between ntfs_readdir calls. Previously, pointer to buffer was stored in this field. However this buffer is reallocated and read each ntfs_readdir call so the pointer may become incorrect. Now offset in index root rather than pointer is stored in this field. Signed-off-by: Andy Alex <andy at r-tt.com> --- diff...
2014 Jun 02
0
[PATCH] NTFS: fix incorrect file->offset usage in ntfs_readdir
file->offset is used to store position in index root between ntfs_readdir calls. Previously, pointer to buffer was stored in this field. However this buffer is reallocated and read each ntfs_readdir call so the pointer may become incorrect. Now offset in index root rather than pointer is stored in this field. Signed-off-by: Andy Alex <andy at r-tt.com> --- diff...
2011 Oct 05
0
[GIT PULL] NTFS readonly file system support
...and Windows installers Initial NTFS readonly support code to Syslinux ntfs: implement new_ntfs_inode() ntfs: implement for_each_mft_record() macro ntfs: implement ntfs_iget_root() ntfs: implement ntfs_iget() ntfs: implement get_inode_mode() ntfs: implement ntfs_readdir() ntfs: implement ntfs_next_extent() and ntfs_getfssec() ntfs: implement fixups_realloc() ntfs: set block shift and size to their correct values ntfs: heh :-) ntfs: continue on its implementation ntfs: it's working, partially... :-/ ntfs: fix bug in par...
2012 Feb 15
0
[GIT PULL] NTFS features and fixes
...mporary workaround that makes the issue with btrfs probe not to happen anymore. - Fix the issue with POSIX and Win32 filenames, where a directory "WINDOWS" exists, for example, it couldn't be accessed with "ls.c32 WINDOWS" but yes with "ls.c32 windows". - Fix ntfs_readdir() function that used to print garbage entries when calling ls.c32. This issue happened because ntfs_readdir() was printing filenames of entries that hadn't a filename associated with it, those entries that had INDEX_ENTRY_END flag set. ------------------------------------------------------...
2014 Jun 12
1
Current 6.03 changelog
...ttempt workaround for USB keyboards not responding at boot time. * kbd: Getting the keyboard shift state is now a firmware method. * kbd: Fix force-prompt features. * BTRFS: Fix booting on BTRFS. * cache, btrfs: Provide a general cached read routine. * NTFS: Correct file->offset usage in ntfs_readdir (Andy Alex). * New support for UFS/FFS (UFS1/2) (Raphael S. Carvalho). * adv: Remove double definition; it should fix uses of the ADV, including "--once". * Make symbols defined in linker script HIDDEN. * memdump: Remove old obsolete COM16 binary. * com32: Fix lua's dependenci...
2014 Oct 06
5
Syslinux 6.03 released
...sponding at boot time. * kbd: Getting the keyboard shift state is now a firmware method. * kbd: Fix force-prompt features. * BTRFS: Fix booting on BTRFS. * cache, btrfs: Provide a general cached read routine. * NTFS: Correct file->offset usage in ntfs_readdir (Andy Alex). * New support for UFS/FFS (UFS1/2) (Raphael S. Carvalho). * adv: Remove double definition; it should fix uses of the ADV, including "--once". * memdump: Remove old obsolete COM16 binary. * isohybrid: Numerous fixes (Thomas Schmitt)....
2014 Oct 14
0
Syslinux 6.03 released
...* kbd: Getting the keyboard shift state is now a firmware > method. > * kbd: Fix force-prompt features. > * BTRFS: Fix booting on BTRFS. > * cache, btrfs: Provide a general cached read routine. > * NTFS: Correct file->offset usage in ntfs_readdir (Andy Alex). > * New support for UFS/FFS (UFS1/2) (Raphael S. Carvalho). > * adv: Remove double definition; > it should fix uses of the ADV, including "--once". > * memdump: Remove old obsolete COM16 binary. > * isohybrid: Numerous...