| Age | Commit message (Expand) | Author |
| 2011-03-17 | fs: change to new flag variable | matt mooney |
| 2011-01-12 | NTFS: writev() fix and maintenance/contact details update | Anton Altaparmakov |
| 2007-10-12 | NTFS: Fix a mount time deadlock. | Anton Altaparmakov |
| 2007-01-18 | NTFS: Forgot to bump version number in makefile to 2.1.28... | Anton Altaparmakov |
| 2006-03-23 | NTFS: Fix an (innocent) off-by-one error in the runlist code. | Anton Altaparmakov |
| 2006-02-24 | NTFS: Do more detailed reporting of why we cannot mount read-write by | Anton Altaparmakov |
| 2005-10-11 | NTFS: The big ntfs write(2) rewrite has arrived. We now implement our own | Anton Altaparmakov |
| 2005-10-04 | NTFS: Change ntfs_map_runlist_nolock() to also take an optional attribute | Anton Altaparmakov |
| 2005-09-26 | NTFS: More $LogFile handling fixes: when chkdsk has been run, it can leave the | Anton Altaparmakov |
| 2005-09-23 | NTFS: Change ntfs_cluster_free() to require a write locked runlist on entry | Anton Altaparmakov |
| 2005-09-08 | NTFS: 2.1.24 release and some minor final fixes. | Anton Altaparmakov |
| 2005-09-08 | NTFS: Support more clean journal ($LogFile) states. | Anton Altaparmakov |
| 2005-06-25 | NTFS: Prepare for 2.1.23 release: Update documentation and bump version. | Anton Altaparmakov |
| 2005-06-25 | NTFS: Stamp the transaction log ($UsnJrnl), aka user space journal, if it | Anton Altaparmakov |
| 2005-05-04 | NTFS: Use i_size_read() in fs/ntfs/attrib.c::ntfs_attr_set(). | Anton Altaparmakov |
| 2004-11-10 | NTFS: 2.1.22 - Many bug and race fixes and error handling improvements. | Anton Altaparmakov |
| 2004-10-21 | NTFS: Improve error handling in fs/ntfs/inode.c::ntfs_truncate(). | Anton Altaparmakov |
| 2004-10-17 | NTFS: 2.1.21 release | Anton Altaparmakov |
| 2004-10-03 | NTFS: Merge of 2.1.20 release. | Anton Altaparmakov |
| 2004-10-03 | NTFS: Fix stupid bug in fs/ntfs/attrib.c::ntfs_attr_reinit_search_ctx() where | Anton Altaparmakov |
| 2004-09-30 | NTFS: Splitt runlist related functions off from attrib.[hc] to runlist.[hc]. | Anton Altaparmakov |
| 2004-09-29 | NTFS: Implement extent mft record deallocation. | Anton Altaparmakov |
| 2004-09-24 | NTFS: 2.1.19 - Many cleanups, improvements, and a minor bug fix. | Anton Altaparmakov |
| 2004-09-22 | NTFS: - Remove BKL use from ntfs_setattr() syncing up with the rest of the | Anton Altaparmakov |
| 2004-09-22 | NTFS: 2.1.18 release | Anton Altaparmakov |
| 2004-08-27 | NTFS: Remove vol->nr_mft_records as it was pretty meaningless and optimize | Anton Altaparmakov |
| 2004-08-18 | NTFS: 2.1.17 - Fix bugs in mount time error code paths. | Anton Altaparmakov |
| 2004-08-16 | NTFS: Implement cluster (de-)allocation code (fs/ntfs/lcnalloc.[hc]). | Anton Altaparmakov |
| 2004-07-21 | NTFS: Implement bitmap modification code (fs/ntfs/bitmap.[hc]). This | Anton Altaparmakov |
| 2004-07-14 | NTFS: 2.1.16 - Implement access time updates in fs/ntfs/inode.c::ntfs_write_i... | Anton Altaparmakov |
| 2004-07-07 | NTFS: Add support for readv/writev and aio_read/aio_write. | Anton Altaparmakov |
| 2004-07-02 | NTFS: 2.1.15 - Implement fs/ntfs/aops.c::ntfs_write_mst_block() which | Anton Altaparmakov |
| 2004-06-21 | NTFS: Load the quota file ($Quota) and check if quota tracking is enabled | Anton Altaparmakov |
| 2004-06-21 | NTFS: Add a new type, ntfs_index_context, to allow retrieval of an index | Anton Altaparmakov |
| 2004-06-21 | NTFS: Add framework for generic ntfs collation (fs/ntfs/collation.[hc]). | Anton Altaparmakov |
| 2004-06-15 | NTFS: - Add new element itype.index.collation_rule to the ntfs inode | Anton Altaparmakov |
| 2004-06-10 | NTFS: 2.1.14 - Fix an NFSd caused deadlock reported by several users. | Anton Altaparmakov |
| 2004-06-08 | NTFS: 2.1.13 - Enable overwriting of resident files and housekeeping of syste... | Anton Altaparmakov |
| 2004-05-28 | NTFS: Implement writing of mft records (fs/ntfs/mft.[hc]), which includes | Anton Altaparmakov |
| 2004-05-26 | NTFS: 2.1.12 release - Fix the second fix to the decompression engine. | Anton Altaparmakov |
| 2004-05-18 | NTFS: Add a new address space operations struct, ntfs_mst_aops, for mst | Anton Altaparmakov |
| 2004-05-14 | NTFS: 2.1.11 - Driver internal cleanups. | Anton Altaparmakov |
| 2004-05-12 | NTFS: Only build logfile.o if building the driver with read-write support. | Anton Altaparmakov |
| 2004-05-11 | NTFS: 2.1.10 - Force read-only (re)mounting of volumes with unsupported flags. | Anton Altaparmakov |
| 2004-05-11 | NTFS: Cleanup whitespace (trailing space removal, etc). | Anton Altaparmakov |
| 2004-05-10 | NTFS: 2.1.9 release - Fix two bugs in the decompression engine | Anton Altaparmakov |
| 2004-05-07 | NTFS: 2.1.8 release - If the $LogFile indicates a clean shutdown and a | Anton Altaparmakov |
| 2004-05-07 | NTFS: Eeek. Forgot to revert the Makefile before checking it in last time... | Anton Altaparmakov |
| 2004-05-07 | NTFS: Read the journal ($LogFile) and determine if the volume has been shutdo... | Anton Altaparmakov |
| 2004-04-25 | NTFS: - Modify fs/ntfs/time.c::ntfs2utc(), get_current_ntfs_time(), and | Anton Altaparmakov |