Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 2 and Version 3 of Projects/Refactor_the_filesystem_infrastructure


Ignore:
Timestamp:
11/25/10 00:59:42 (14 years ago)
Author:
Lekernel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Projects/Refactor_the_filesystem_infrastructure

    v2 v3  
    88 *  Support clean unmounting of filesystems (i.e. check if files are in use, and deny the unmount)
    99 *  Support forced unmounting of filesystems attached to a "dead" I/O device (e.g. an USB stick that was removed without being unmounted before)
    10  *  Instead of queuing I/O write requests at the block layer level, perhaps it could be better to queue them at the filesystem layer. This way, non-standard filesystem (e.g. NFS, or Flash filesystems that require erasure of whole blocks) can also benefit from the queuing.