summaryrefslogtreecommitdiffstats
path: root/fs/ntfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* fs: remove the never implemented aio_fsync file operationChristoph Hellwig2016-10-301-2/+0
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-8/+8
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-20/+20
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* [readdir] convert ntfsAl Viro2013-06-291-57/+27
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-1/+9
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-3/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-1/+1
* ntfs: remove private wrapper of endian helpersHarvey Harrison2009-04-011-2/+2
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* NTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov due to ntfs_put_inode().Anton Altaparmakov2007-01-181-18/+27
* [PATCH] ntfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-3/+3
* [PATCH] fs: Removing useless castsPanagiotis Issaris2006-09-271-3/+2
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* NTFS: Fix two compiler warnings on Alpha. Thanks to Andrew Morton forAnton Altaparmakov2006-03-071-1/+1
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-4/+4
* NTFS: Report unrepresentable inodes during ntfs_readdir() as KERN_WARNINGAnton Altaparmakov2005-09-081-1/+2
* NTFS: Fix several occurences of a bug where we would perform 'var & ~const'Anton Altaparmakov2005-06-251-1/+2
* NTFS: Remove checks for NULL before calling kfree() since kfree() does theJesper Juhl2005-05-051-8/+4
* NTFS: - Add disable_sparse mount option together with a per volume sparseAnton Altaparmakov2005-05-051-2/+2
* NTFS: In fs/ntfs/dir.c, use i_size_read() once and then the cached valueAnton Altaparmakov2005-05-051-6/+7
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+1569
OpenPOWER on IntegriCloud