summaryrefslogtreecommitdiffstats
path: root/fs/ntfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* NTFS: Semaphore to mutex conversion.Ingo Molnar2006-03-231-5/+5
* NTFS: Add a missing call to flush_dcache_mft_record_page() inAnton Altaparmakov2006-03-231-3/+6
* NTFS: Fix a bug in fs/ntfs/inode.c::ntfs_read_locked_index_inode() where weAnton Altaparmakov2006-03-231-15/+11Star
* NTFS: Add support for sparse files which have a compression unit of 0.Anton Altaparmakov2006-03-231-23/+45
* NTFS: - Cope with attribute list attribute having invalid flags.Anton Altaparmakov2006-02-241-10/+39
* [PATCH] replace inode_update_time with file_update_timeChristoph Hellwig2006-01-101-1/+19
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-101-4/+4
* NTFS: Enable ATTR_SIZE attribute changes in ntfs_setattr(). This completesAnton Altaparmakov2005-10-041-8/+15
* NTFS: Implement fs/ntfs/inode.[hc]::ntfs_truncate(). It only supportsAnton Altaparmakov2005-10-041-33/+458
* NTFS: Fix ntfs_{read,write}page() to cope with concurrent truncates better.Anton Altaparmakov2005-09-191-4/+5
* NTFS: Fixup handling of sparse, compressed, and encrypted attributes inAnton Altaparmakov2005-09-081-101/+114
* NTFS: Truncate {a,c,m}time to the ntfs supported time granularity whenAnton Altaparmakov2005-09-081-5/+7
* NTFS: Remove spurious void pointer casts from fs/ntfs/.Pekka Enberg2005-05-271-3/+2Star
* NTFS: Correct sparse file handling. The compressed values need to beAnton Altaparmakov2005-05-051-90/+82Star
* NTFS: Fix printk format warnings on ia64. (Randy Dunlap)Randy Dunlap2005-05-051-6/+6
* NTFS: - Set the ntfs_inode->allocated_size to the real allocated size in theAnton Altaparmakov2005-05-051-174/+170Star
* NTFS: - Add disable_sparse mount option together with a per volume sparseAnton Altaparmakov2005-05-051-1/+4
* NTFS: Use i_size_read() in fs/ntfs/inode.c once and then use the cached valueAnton Altaparmakov2005-05-051-11/+14
* NTFS: - In fs/ntfs/compress.c, use i_size_read() at the start and then use theAnton Altaparmakov2005-05-051-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+2616