aboutsummaryrefslogtreecommitdiff
path: root/fs/ntfs/inode.c
AgeCommit message (Expand)Author
2005-09-19NTFS: Fix ntfs_{read,write}page() to cope with concurrent truncates better.Anton Altaparmakov
2005-09-08NTFS: Fixup handling of sparse, compressed, and encrypted attributes inAnton Altaparmakov
2005-09-08NTFS: Truncate {a,c,m}time to the ntfs supported time granularity whenAnton Altaparmakov
2005-05-27NTFS: Remove spurious void pointer casts from fs/ntfs/.Pekka Enberg
2005-05-05NTFS: Correct sparse file handling. The compressed values need to beAnton Altaparmakov
2005-05-05NTFS: Fix printk format warnings on ia64. (Randy Dunlap)Randy Dunlap
2005-05-05NTFS: - Set the ntfs_inode->allocated_size to the real allocated size in 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/inode.c once and then use the cached valueAnton Altaparmakov
2005-05-05NTFS: - In fs/ntfs/compress.c, use i_size_read() at the start and then use theAnton Altaparmakov
2005-04-16Linux-2.6.12-rc2Linus Torvalds