aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-1/+1
2016-10-30fs: remove the never implemented aio_fsync file operationChristoph Hellwig1-2/+0
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-8/+8
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-20/+20
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2013-06-29[readdir] convert ntfsAl Viro1-57/+27
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+9
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-3/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-1/+1
2009-04-01ntfs: remove private wrapper of endian helpersHarvey Harrison1-2/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-01-18NTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov due to ntfs_put_inode().Anton Altaparmakov1-18/+27
2006-12-08[PATCH] ntfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek1-3/+3
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris1-3/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-03-07NTFS: Fix two compiler warnings on Alpha. Thanks to Andrew Morton forAnton Altaparmakov1-1/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-4/+4
2005-09-08NTFS: Report unrepresentable inodes during ntfs_readdir() as KERN_WARNINGAnton Altaparmakov1-1/+2
2005-06-25NTFS: Fix several occurences of a bug where we would perform 'var & ~const'Anton Altaparmakov1-1/+2
2005-05-05NTFS: Remove checks for NULL before calling kfree() since kfree() does theJesper Juhl1-8/+4
2005-05-05NTFS: - Add disable_sparse mount option together with a per volume sparseAnton Altaparmakov1-2/+2
2005-05-05NTFS: In fs/ntfs/dir.c, use i_size_read() once and then the cached valueAnton Altaparmakov1-6/+7
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1569