aboutsummaryrefslogtreecommitdiff
path: root/fs/ntfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-08NTFS: Fixup handling of sparse, compressed, and encrypted attributes inGravatar Anton Altaparmakov 1-101/+114
2005-09-08NTFS: Truncate {a,c,m}time to the ntfs supported time granularity whenGravatar Anton Altaparmakov 1-5/+7
2005-05-27NTFS: Remove spurious void pointer casts from fs/ntfs/.Gravatar Pekka Enberg 1-3/+2
2005-05-05NTFS: Correct sparse file handling. The compressed values need to beGravatar Anton Altaparmakov 1-90/+82
2005-05-05NTFS: Fix printk format warnings on ia64. (Randy Dunlap)Gravatar Randy Dunlap 1-6/+6
2005-05-05NTFS: - Set the ntfs_inode->allocated_size to the real allocated size in theGravatar Anton Altaparmakov 1-174/+170
2005-05-05NTFS: - Add disable_sparse mount option together with a per volume sparseGravatar Anton Altaparmakov 1-1/+4
2005-05-05NTFS: Use i_size_read() in fs/ntfs/inode.c once and then use the cached valueGravatar Anton Altaparmakov 1-11/+14
2005-05-05NTFS: - In fs/ntfs/compress.c, use i_size_read() at the start and then use theGravatar Anton Altaparmakov 1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+2616