summaryrefslogtreecommitdiff
path: root/fs/ntfs/dir.c
AgeCommit message (Expand)Author
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig
2009-04-01ntfs: remove private wrapper of endian helpersHarvey Harrison
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-08[PATCH] ntfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven
2006-03-07NTFS: Fix two compiler warnings on Alpha. Thanks to Andrew Morton forAnton Altaparmakov
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen
2005-09-08NTFS: Report unrepresentable inodes during ntfs_readdir() as KERN_WARNINGAnton Altaparmakov
2005-06-25NTFS: Fix several occurences of a bug where we would perform 'var & ~const'Anton Altaparmakov
2005-05-05NTFS: Remove checks for NULL before calling kfree() since kfree() does theJesper Juhl
2005-05-05NTFS: - Add disable_sparse mount option together with a per volume sparseAnton Altaparmakov
2005-05-05NTFS: In fs/ntfs/dir.c, use i_size_read() once and then the cached valueAnton Altaparmakov
2004-11-05NTFS: Rewrite handling of multi sector transfer errors. We now do not setAnton Altaparmakov
2004-10-10NTFS: Fix warnings on x86-64. (Randy Dunlap with slight modification from me)Anton Altaparmakov
2004-10-07NTFS: - Move ntfs_{un,}map_page() from ntfs.h to aops.h and fix resultingAnton Altaparmakov
2004-09-26NTFS: Change {const_,}cpu_to_le{16,32}(0) to just 0 as suggested by Al Viro.Anton Altaparmakov
2004-09-24NTFS: Begin of sparse annotations: new data types and endianness conversion.Anton Altaparmakov
2004-09-23NTFS: Improve the previous transparent union removal.Anton Altaparmakov
2004-09-22NTFS: Get rid of the ugly transparent union in fs/ntfs/dir.c::ntfs_readdir()Anton Altaparmakov
2004-09-22NTFS: - Fix endianness bug in ntfs_external_attr_find().Anton Altaparmakov
2004-09-21NTFS: Rename {{re,}init,get,put}_attr_search_ctx() toAnton Altaparmakov
2004-09-21NTFS: Rename {find,lookup}_attr() to ntfs_attr_{find,lookup}() as well asAnton Altaparmakov
2004-08-23Merge bk://linux-ntfs.bkbits.net/ntfs-2.6Linus Torvalds
2004-08-22[PATCH] IS_ERR() unlikeliness cleanupAndrew Morton
2004-08-07Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov
2004-07-26[PATCH] size_t portability fixesAlexander Viro
2004-07-08NTFS: Implement fsync, fdatasync, and msync both for files (fs/ntfs/file.c)Anton Altaparmakov
2004-06-21NTFS: Lock all page cache pages belonging to mst protected attributes whileAnton Altaparmakov
2004-06-10NTFS: 2.1.14 - Fix an NFSd caused deadlock reported by several users.Anton Altaparmakov
2004-05-25NTFS: Cleanup dirty ntfs inode handling (fs/ntfs/inode.[hc]) which alsoAnton Altaparmakov
2004-05-14NTFS: 2.1.11 - Rename uchar_t to ntfschar.Anton Altaparmakov
2004-04-28NTFS: - Fix compiler warnings related to type casting.Anton Altaparmakov
2004-02-11NTFS: Release 2.1.7 - Enable NFS exporting of mounted NTFS volumes.Anton Altaparmakov
2003-04-30NTFS: 2.1.4 release - Reduce compiler requirements.Anton Altaparmakov
2002-08-14NTFS: Cleanups, mostly whitespace. Found during resync with 2.4 backport.Anton Altaparmakov
2002-08-05NTFS: 2.0.23 - Major bug fixes (races, deadlocks, non-i386 architectures).Anton Altaparmakov
2002-07-24NTFS: 2.0.22 - Cleanups, mainly to ntfs_readdir(), and use C99 initializers.Anton Altaparmakov
2002-07-16NTFS: 2.0.21 - Check for, and refuse to work with too large files/directories...Anton Altaparmakov
2002-07-15NTFS: 2.0.20 - Support non-resident directory index bitmaps, fix page leak in...Anton Altaparmakov
2002-06-25NTFS: 2.0.11 - Initial preparations for fake inode based attribute i/o.Anton Altaparmakov
2002-06-19NTFS: 2.0.10 - There can only be 2^32 - 1 inodes on an NTFS volume.Anton Altaparmakov
2002-06-19NTFS: 2.0.9 release. Decompression engine now uses a single buffer and other ...Anton Altaparmakov
2002-05-28NTFS: Fix potential 1 byte overflow in fs/ntfs/unistr.c::ntfs_ucstonls().Anton Altaparmakov
2002-05-26NTFS: The beginning of 2.0.8. - Major updates for handling of case sensitivity.Anton Altaparmakov
2002-05-05NTFS: Release 2.0.6 - Major bugfix to make compatible with other kernel changes.Anton Altaparmakov