• Anton Altaparmakov's avatar
    NTFS: Implement ntfs_mft_writepage() so it now checks if any of the mft · e3353c06
    Anton Altaparmakov authored
          records in the page are dirty and if so redirties the page and
          returns.  Otherwise it just returns (after doing set_page_writeback(),
          unlock_page(), end_page_writeback() or the radix-tree tag
          PAGECACHE_TAG_DIRTY  remains set even though the page is clean), thus
          alowing the VM to do with the page as it pleases.  Also, at umount
          time, now only throw away dirty mft (meta)data pages if dirty inodes
          are present and ask the user to email us if they see this happening.
    Signed-off-by: default avatarAnton Altaparmakov <aia21@cantab.net>
    e3353c06
To find the state of this project's repository at the time of any of these versions, check out the tags.
ChangeLog 51.4 KB