aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-05-05NTFS: Use i_size_read() in fs/ntfs/inode.c once and then use the cached valueAnton Altaparmakov2-11/+16
2005-05-05NTFS: - Use i_size_read() in fs/ntfs/super.c once and then use the cachedAnton Altaparmakov2-48/+58
2005-05-05NTFS: In fs/ntfs/dir.c, use i_size_read() once and then the cached valueAnton Altaparmakov2-6/+9
2005-05-05NTFS: - In fs/ntfs/compress.c, use i_size_read() at the start and then use theAnton Altaparmakov4-18/+37
2005-05-04NTFS: Use i_size_read() in fs/ntfs/file.c::ntfs_file_open().Anton Altaparmakov2-1/+2
2005-05-04NTFS: Use i_size_read() once and then use the cached value inAnton Altaparmakov2-3/+7
2005-05-04NTFS: Use i_size_read() in fs/ntfs/logfile.c::ntfs_{check,empty}_logfile().Anton Altaparmakov2-15/+15
2005-05-04NTFS: Use i_size_read() in fs/ntfs/attrib.c::ntfs_attr_set().Anton Altaparmakov3-2/+7
2005-04-16Linux-2.6.12-rc2Linus Torvalds44-0/+26034