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