aboutsummaryrefslogtreecommitdiff
path: root/fs/ntfs/super.c
AgeCommit message (Expand)Author
2005-06-25NTFS: Detect the case when Windows has been suspended to disk on the volumeAnton Altaparmakov
2005-06-25NTFS: Stamp the transaction log ($UsnJrnl), aka user space journal, if itAnton Altaparmakov
2005-05-27NTFS: Use C99 style structure initialization after memory allocation whereAnton Altaparmakov
2005-05-05NTFS: Minor cleanup: Define and use NTFS_MAX_CLUSTER_SIZE constant insteadAnton Altaparmakov
2005-05-05NTFS: Some utilities modify the boot sector but do not update the checksum.Anton Altaparmakov
2005-05-05NTFS: Remove checks for NULL before calling kfree() since kfree() does theJesper Juhl
2005-05-05NTFS: Make fs/ntfs/namei.c::ntfs_get_{parent,dentry} static and move theAnton Altaparmakov
2005-05-05NTFS: - Add disable_sparse mount option together with a per volume sparseAnton Altaparmakov
2005-05-05NTFS: - Use i_size_read() in fs/ntfs/super.c once and then use the cachedAnton Altaparmakov
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds