aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2004-11-05NTFS: Rewrite handling of multi sector transfer errors. We now do not setAnton Altaparmakov1-21/+27
2004-10-10NTFS: Fix warnings on x86-64. (Randy Dunlap with slight modification from me)Anton Altaparmakov1-3/+3
2004-10-07NTFS: - Move ntfs_{un,}map_page() from ntfs.h to aops.h and fix resultingAnton Altaparmakov1-1/+7
2004-09-26NTFS: Change {const_,}cpu_to_le{16,32}(0) to just 0 as suggested by Al Viro.Anton Altaparmakov1-2/+1
2004-09-24NTFS: Begin of sparse annotations: new data types and endianness conversion.Anton Altaparmakov1-2/+3
2004-09-23NTFS: Improve the previous transparent union removal.Anton Altaparmakov1-8/+7
2004-09-22NTFS: Get rid of the ugly transparent union in fs/ntfs/dir.c::ntfs_readdir()Anton Altaparmakov1-28/+14
2004-09-22NTFS: - Fix endianness bug in ntfs_external_attr_find().Anton Altaparmakov1-12/+21
2004-09-21NTFS: Rename {{re,}init,get,put}_attr_search_ctx() toAnton Altaparmakov1-15/+15
2004-09-21NTFS: Rename {find,lookup}_attr() to ntfs_attr_{find,lookup}() as well asAnton Altaparmakov1-6/+6
2004-08-23Merge bk://linux-ntfs.bkbits.net/ntfs-2.6Linus Torvalds1-5/+5
2004-08-22[PATCH] IS_ERR() unlikeliness cleanupAndrew Morton1-5/+5
2004-08-07Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov1-1/+1
2004-07-26[PATCH] size_t portability fixesAlexander Viro1-1/+1
2004-07-08NTFS: Implement fsync, fdatasync, and msync both for files (fs/ntfs/file.c)Anton Altaparmakov1-1/+60
2004-06-21NTFS: Lock all page cache pages belonging to mst protected attributes whileAnton Altaparmakov1-19/+82
2004-06-10NTFS: 2.1.14 - Fix an NFSd caused deadlock reported by several users.Anton Altaparmakov1-16/+31
2004-05-25NTFS: Cleanup dirty ntfs inode handling (fs/ntfs/inode.[hc]) which alsoAnton Altaparmakov1-1/+1
2004-05-14NTFS: 2.1.11 - Rename uchar_t to ntfschar.Anton Altaparmakov1-22/+22
2004-04-28NTFS: - Fix compiler warnings related to type casting.Anton Altaparmakov1-47/+51
2004-02-11NTFS: Release 2.1.7 - Enable NFS exporting of mounted NTFS volumes.Anton Altaparmakov1-3/+5
2003-04-30NTFS: 2.1.4 release - Reduce compiler requirements.Anton Altaparmakov1-74/+72
2002-08-14NTFS: Cleanups, mostly whitespace. Found during resync with 2.4 backport.Anton Altaparmakov1-4/+2
2002-08-05NTFS: 2.0.23 - Major bug fixes (races, deadlocks, non-i386 architectures).Anton Altaparmakov1-93/+109
2002-07-24NTFS: 2.0.22 - Cleanups, mainly to ntfs_readdir(), and use C99 initializers.Anton Altaparmakov1-34/+38
2002-07-16NTFS: 2.0.21 - Check for, and refuse to work with too large files/directories...Anton Altaparmakov1-0/+26
2002-07-15NTFS: 2.0.20 - Support non-resident directory index bitmaps, fix page leak in...Anton Altaparmakov1-97/+116
2002-06-25NTFS: 2.0.11 - Initial preparations for fake inode based attribute i/o.Anton Altaparmakov1-1/+1
2002-06-19NTFS: 2.0.10 - There can only be 2^32 - 1 inodes on an NTFS volume.Anton Altaparmakov1-75/+53
2002-06-19NTFS: 2.0.9 release. Decompression engine now uses a single buffer and other ...Anton Altaparmakov1-5/+6
2002-05-28NTFS: Fix potential 1 byte overflow in fs/ntfs/unistr.c::ntfs_ucstonls().Anton Altaparmakov1-2/+2
2002-05-26NTFS: The beginning of 2.0.8. - Major updates for handling of case sensitivity.Anton Altaparmakov1-13/+566
2002-05-05NTFS: Release 2.0.6 - Major bugfix to make compatible with other kernel changes.Anton Altaparmakov1-5/+9
2002-04-30Move BKL into readdir for ntfs-tngLinus Torvalds1-0/+3
2002-04-13NTFS: Change attrib.c::get_attr_search_ctx() to return the search contextAnton Altaparmakov1-5/+9
2002-03-21- Fix memory leak in reading compressed data.Anton Altaparmakov1-35/+12
2002-03-17NTFS: Repeat some changes from tng-0.0.8 which somehow got lost on the wayAnton Altaparmakov1-5/+3
2002-03-08Import changesetAnton Altaparmakov1-0/+841
2002-03-07Remove all traces of the old ntfs driver.Anton Altaparmakov1-1104/+0
2002-02-04v2.4.13.7 -> v2.4.13.8Linus Torvalds1-0/+1
2002-02-04v2.4.9.8 -> v2.4.9.9Linus Torvalds1-45/+77
2002-02-04v2.4.9.5 -> v2.4.9.6Linus Torvalds1-69/+82
2002-02-04v2.4.9.1 -> v2.4.9.2Linus Torvalds1-6/+14
2002-02-04v2.4.8.2 -> v2.4.8.3Linus Torvalds1-1/+2
2002-02-04v2.4.7 -> v2.4.7.1Linus Torvalds1-0/+5
2002-02-04v2.4.6.6 -> v2.4.6.7Linus Torvalds1-89/+112
2002-02-04v2.4.3.4 -> v2.4.3.5Linus Torvalds1-605/+626
2002-02-04Import changesetLinus Torvalds1-0/+1000