| Age | Commit message (Expand) | Author |
| 2018-06-06 | extmod/vfs: Introduce a C-level VFS protocol, with fast import_stat. | Damien George |
| 2018-03-12 | extmod/vfs_fat: Add file size as 4th element of uos.ilistdir tuple. | Tom Collins |
| 2018-02-23 | extmod/vfs_fat: Make fat_vfs_open_obj wrapper public, not its function. | Damien George |
| 2018-02-23 | extmod/vfs_fat: Merge remaining vfs_fat_misc.c code into vfs_fat.c. | Damien George |
| 2018-02-23 | extmod/vfs_fat: Move ilistdir implementation from misc to main file. | Damien George |
| 2017-11-20 | extmod/vfs_fat: Mount FatFS on creation so VFS methods can be used. | Damien George |
| 2017-11-16 | py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str. | Damien George |
| 2017-10-04 | all: Remove inclusion of internal py header files. | Damien George |
| 2017-08-21 | extmod,unix: For uos.stat interpret st_size member as an unsigned int. | Damien George |
| 2017-05-10 | extmod/vfs: Use MP_S_IFDIR, MP_S_IFREG consts instead of magic numbers. | Damien George |
| 2017-05-10 | extmod/vfs_fat: Replace listdir() with implementation of ilistdir(). | Damien George |
| 2017-03-29 | extmod/vfs_fat: Fix calculation of total blocks in statvfs. | Damien George |
| 2017-03-10 | extmod/vfs_fat: Remove obsolete and unused str/len members. | Damien George |
| 2017-01-30 | extmod/vfs_fat.c: Use explicit include path for timeutils.h. | Andrew Gatt |
| 2017-01-30 | extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h. | Damien George |
| 2017-01-30 | extmod/vfs_fat: Remove MICROPY_FATFS_OO config option. | Damien George |
| 2017-01-27 | extmod/vfs_fat: Use SECSIZE macro to determine FatFs sector size. | Damien George |
| 2017-01-27 | extmod/vfs_fat: Rework to support new generic VFS sub-system. | Damien George |
| 2017-01-27 | extmod: Rename vfs_fat_file.h to vfs_fat.h. | Damien George |
| 2017-01-27 | extmod/vfs_fat: Rework so it can optionally use OO version of FatFS. | Damien George |
| 2016-12-02 | extmod/vfs_fat: Implement POSIX behaviour of rename, allow to overwrite. | Damien George |
| 2016-10-11 | extmod/vfs_fat: Add file and directory checks for remove and rmdir. | Alex March |
| 2016-10-07 | extmod/vfs_fat: Use mp_raise_OSError helper function. | Damien George |
| 2016-09-27 | extmod/vfs_fat: Add fat_vfs_statvfs(), reused from stmhal. | Alex March |
| 2016-08-26 | esp8266/modous: Add os.umount method to unmount a filesystem. | Radomir Dopieralski |
| 2016-07-16 | extmod/vfs_fat: Implement rmdir() method. | Paul Sokolovsky |
| 2016-06-16 | esp8266: Use RTC to set date & time stamps for files. | Robert HH |
| 2016-05-31 | extmod/vfs_fat: Mark anused "self" arg for fat_vfs_stat(). | Paul Sokolovsky |
| 2016-05-31 | extmod/vfs_fat.c: Add vfs.stat(). | Robert HH |
| 2016-05-29 | extmod/vfs_fat: getcwd(): Use mp_obj_new_exception_arg1(). | Paul Sokolovsky |
| 2016-05-29 | extmod/vfs_fat: chdir(), getcwd() methods should accept VFS object (self). | Paul Sokolovsky |
| 2016-05-29 | extmod/vfs_fat: Add getcwd() method. | Paul Sokolovsky |
| 2016-05-29 | extmod/vfs_fat: Add chdir() method. | Paul Sokolovsky |
| 2016-05-27 | extmod/vfs_fat*: Replace text error messages by POSIX error numbers. | Robert HH |
| 2016-05-20 | extmod: When including extmod headers, prefix path with extmod/. | Damien George |
| 2016-02-29 | extmod/vfs_fat: Add .rename() method. | Paul Sokolovsky |
| 2016-02-29 | extmod/vfs_fat: Add .mkdir() method. | Paul Sokolovsky |
| 2016-02-28 | extmod/vfs_fat: Fix unused param warning/error. | Paul Sokolovsky |
| 2016-02-28 | extmod/vfs_fat: Add .remove() method. | Paul Sokolovsky |
| 2016-02-28 | extmod/vfs_fat: Move listdir() method from stmhal for reuse. | Paul Sokolovsky |
| 2016-02-15 | extmod/vfs_fat_file: Reusable FatFs module, move from stmhal/file. | Paul Sokolovsky |
| 2016-02-14 | extmod/fsusermount,vfs_fat: Nanbox cleanness. | Paul Sokolovsky |
| 2016-02-14 | extmod/vfs_fat: Object-oriented encapsulation of FatFs VFS. | Paul Sokolovsky |