index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
export
/
fat.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-08
file/fat: rework utime function as modtime extension
James Buren
1
-5
/
+2
2021-07-08
Fix yellow in android builds.
Solomon Peachy
1
-1
/
+1
2021-07-08
Fix warnings introduced in c174d3a5 (redux)
Solomon Peachy
1
-0
/
+3
2021-07-08
Revert "Hosted & tool builds need utime.h"
Solomon Peachy
1
-3
/
+0
2021-07-08
Hosted & tool builds need utime.h
Solomon Peachy
1
-0
/
+3
2021-07-08
file/fat: add utime function
James Buren
1
-0
/
+2
2021-07-03
fat: move fattime_mktime to timefuncs
James Buren
1
-1
/
+0
2017-03-12
Do some housekeeping with fat.h and SECTOR_SIZE
Michael Sevakis
1
-8
/
+0
2017-01-17
Do some debug and preparatory work for ramcache and playlist
Michael Sevakis
1
-1
/
+5
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
1
-90
/
+135
2013-08-17
Cleanup MV/MD macros a little.
Michael Sevakis
1
-4
/
+4
2011-02-27
iPod Classic CE-ATA Support (Part 2 of 4: Remove on-stack sector buffers, and...
Michael Sparmann
1
-0
/
+2
2011-02-27
iPod Classic CE-ATA Support (Part 1 of 4: Cacheline align some statically all...
Michael Sparmann
1
-2
/
+3
2011-01-02
Autodetect sector size on superfloppy volumes based on the FAT32 BPB (kudos t...
Michael Sparmann
1
-0
/
+1
2010-03-22
FS#11118: reduce the number of cached sector in FAT code because some are use...
Amaury Pouly
1
-1
/
+6
2010-02-14
Rewrite dircache generation to take advantage for the FAT code. Reduce RAM us...
Amaury Pouly
1
-1
/
+1
2009-10-02
Patch #1 from FS#10633 (Nano 2G developments) by Michael Sparmann - Allows ta...
Dave Chapman
1
-0
/
+4
2009-07-17
Commit FS#9545, storage cleanup and multi-driver support
Frank Gevaerts
1
-1
/
+1
2008-11-01
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...
Frank Gevaerts
1
-1
/
+1
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-03-12
Do some crackdown on kernel object reinitialization after they could be in us...
Michael Sevakis
1
-0
/
+4
2007-02-25
Remove unused code, make comments c-style, make one private function static
Nils Wallménius
1
-4
/
+5
2007-01-29
Reverting the FAT32 driver change - it seems to have introduced a bug
Linus Nielsen Feltzing
1
-7
/
+1
2007-01-29
Changed fat_getnext():
Linus Nielsen Feltzing
1
-1
/
+7
2006-12-04
Much simpler implementation of large virtual sector support, not needing larg...
Jens Arnold
1
-10
/
+2
2006-12-03
Add support (runtime detection) for 2048 bytes/sector filesystem.
Miika Pekkarinen
1
-2
/
+11
2006-07-31
Applied FS# 5736 by Alexander Levin.
Rani Hod
1
-1
/
+9
2005-02-26
long policy
Jean-Philippe Bernardy
1
-2
/
+2
2005-02-25
more long policy
Jean-Philippe Bernardy
1
-1
/
+1
2005-01-23
int -> long where needed
Jean-Philippe Bernardy
1
-17
/
+17
2005-01-05
unmount function in preparation for MMC hotswap, more mutexing
Jörg Hohensohn
1
-0
/
+1
2005-01-03
Correct handling of FAT16 root directory when it does not start on a pseudo c...
Jens Arnold
1
-4
/
+4
2004-12-28
prepared to mount multiple partitions into one logical file system (most usef...
Jörg Hohensohn
1
-7
/
+16
2004-08-22
Bug fix: renaming a directory could cause a name clash. New feature: rename()...
Linus Nielsen Feltzing
1
-0
/
+1
2004-08-17
Const policed pointer arguments to functions, part 2
Jens Arnold
1
-6
/
+6
2004-04-16
New function: rmdir(). Also some changes in the fat code, to track the parent...
Linus Nielsen Feltzing
1
-1
/
+2
2004-04-06
Added cluster size to the disk debug screen
Linus Nielsen Feltzing
1
-0
/
+1
2004-01-15
Implemented the mkdir() function in the FAT32 driver
Linus Nielsen Feltzing
1
-2
/
+3
2003-06-03
Small seek optimization -- begin seek at last read cluster if possible
Hardeep Sidhu
1
-0
/
+1
2003-02-07
Move publicly (from apps) accessed files from drivers/ to export/.
Daniel Stenberg
1
-0
/
+96