aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-09-08NTFS: Support more clean journal ($LogFile) states.Anton Altaparmakov1-4/+12
2005-06-25NTFS: Detect the case when Windows has been suspended to disk on the volumeAnton Altaparmakov1-11/+168
2005-06-25NTFS: Stamp the transaction log ($UsnJrnl), aka user space journal, if itAnton Altaparmakov1-3/+251
2005-05-27NTFS: Use C99 style structure initialization after memory allocation whereAnton Altaparmakov1-28/+11
2005-05-05NTFS: Minor cleanup: Define and use NTFS_MAX_CLUSTER_SIZE constant insteadAnton Altaparmakov1-3/+3
2005-05-05NTFS: Some utilities modify the boot sector but do not update the checksum.Anton Altaparmakov1-4/+8
2005-05-05NTFS: Remove checks for NULL before calling kfree() since kfree() does theJesper Juhl1-2/+1
2005-05-05NTFS: Make fs/ntfs/namei.c::ntfs_get_{parent,dentry} static and move theAnton Altaparmakov1-34/+0
2005-05-05NTFS: - Add disable_sparse mount option together with a per volume sparseAnton Altaparmakov1-18/+47
2005-05-05NTFS: - Use i_size_read() in fs/ntfs/super.c once and then use the cachedAnton Altaparmakov1-48/+54
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2771