aboutsummaryrefslogtreecommitdiff
path: root/fs/ntfs/inode.c
AgeCommit message (Expand)Author
2009-04-01ntfs: remove private wrapper of endian helpersHarvey Harrison
2009-01-05ntfs: don't NULL i_opAl Viro
2007-10-12NTFS: Fix a mount time deadlock.Anton Altaparmakov
2007-05-31ntfs_init_locked_inode(): fix array indexingAndrew Morton
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-01-18NTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov due to ntfs_put_inode().Anton Altaparmakov
2006-12-07[PATCH] slab: remove SLAB_NOFSChristoph Lameter
2006-10-01[PATCH] fs/ntfs: Conversion to generic booleanRichard Knutsson
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris
2006-07-03[PATCH] lockdep: annotate NTFS locking rulesIngo Molnar
2006-03-23NTFS: Semaphore to mutex conversion.Ingo Molnar
2006-03-23NTFS: Add a missing call to flush_dcache_mft_record_page() inAnton Altaparmakov
2006-03-23NTFS: Fix a bug in fs/ntfs/inode.c::ntfs_read_locked_index_inode() where weAnton Altaparmakov
2006-03-23NTFS: Add support for sparse files which have a compression unit of 0.Anton Altaparmakov
2006-02-24NTFS: - Cope with attribute list attribute having invalid flags.Anton Altaparmakov
2006-01-10[PATCH] replace inode_update_time with file_update_timeChristoph Hellwig
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen
2005-10-04NTFS: Enable ATTR_SIZE attribute changes in ntfs_setattr(). This completesAnton Altaparmakov
2005-10-04NTFS: Implement fs/ntfs/inode.[hc]::ntfs_truncate(). It only supportsAnton Altaparmakov
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-rc2v2.6.12-rc2Linus Torvalds