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