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