aboutsummaryrefslogtreecommitdiff
path: root/fs/ntfs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-01-18NTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov due to ntfs_put_inode().Gravatar Anton Altaparmakov 1-18/+27
2006-12-08[PATCH] ntfs: change uses of f_{dentry, vfsmnt} to use f_pathGravatar Josef "Jeff" Sipek 1-3/+3
2006-09-27[PATCH] fs: Removing useless castsGravatar Panagiotis Issaris 1-3/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-1/+1
2006-03-07NTFS: Fix two compiler warnings on Alpha. Thanks to Andrew Morton forGravatar Anton Altaparmakov 1-1/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semGravatar Jes Sorensen 1-4/+4
2005-09-08NTFS: Report unrepresentable inodes during ntfs_readdir() as KERN_WARNINGGravatar Anton Altaparmakov 1-1/+2
2005-06-25NTFS: Fix several occurences of a bug where we would perform 'var & ~const'Gravatar Anton Altaparmakov 1-1/+2
2005-05-05NTFS: Remove checks for NULL before calling kfree() since kfree() does theGravatar Jesper Juhl 1-8/+4
2005-05-05NTFS: - Add disable_sparse mount option together with a per volume sparseGravatar Anton Altaparmakov 1-2/+2
2005-05-05NTFS: In fs/ntfs/dir.c, use i_size_read() once and then the cached valueGravatar Anton Altaparmakov 1-6/+7
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1569