• Anton Altaparmakov's avatar
    NTFS: · 4a0f5869
    Anton Altaparmakov authored
    - Rename, cleanup, and improve end_buffer_read_index_async, is now
    end_buffer_read_mst_async.
    
    - Replace ntfs_dir_readpage by ntfs_mst_readpage which is a fusion of
    ntfs_dir_readpage and mft.c::ntfs_mft_readpage with support for mapping
    unmapped run lists within instead of calling ntfs_file_get_block.
    
    - Throw away ntfs_mft_readpage. This now becomes aops.c::ntfs_mst_readpage
    merged together with aops.c::ntfs_dir_readpage.
    
    The effect of the above is that we have one readpage function less and that
    this copes properly with the intricacies of initialized_size vs data_size vs
    allocated size.
    
    - Various cleanups.
    4a0f5869
mft.c 20.1 KB