summaryrefslogtreecommitdiff
path: root/fs/ntfs/layout.h
AgeCommit message (Expand)Author
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar
2009-04-01ntfs: remove private wrapper of endian helpersHarvey Harrison
2006-10-01[PATCH] fs/ntfs: Conversion to generic booleanRichard Knutsson
2006-03-23NTFS: Improve comments on file attribute flags in fs/ntfs/layout.h.Anton Altaparmakov
2006-03-23NTFS: Add support for sparse files which have a compression unit of 0.Anton Altaparmakov
2006-02-24NTFS: - Cope with attribute list attribute having invalid flags.Anton Altaparmakov
2005-10-24NTFS: Document extended attribute ($EA) NEED_EA flag. (Based on libntfsAnton Altaparmakov
2005-10-19NTFS: $EA attributes can be both resident non-resident.Anton Altaparmakov
2005-10-04NTFS: Fix a 64-bitness bug where a left-shift could overflow a 32-bit variableAnton Altaparmakov
2005-09-26NTFS: Re-fix sparse warnings in a more correct way, i.e. don't use an enum withAnton Altaparmakov
2005-09-26NTFS: Fix the definition of the CHKD ntfs record magic. It had an off byAnton Altaparmakov
2005-09-22NTFS: Fix sparse warnings that have crept in over time.Anton Altaparmakov
2005-06-25NTFS: Fix a bug in address space operations error recovery code paths whereAnton Altaparmakov
2005-06-25NTFS: Stamp the transaction log ($UsnJrnl), aka user space journal, if itAnton Altaparmakov
2005-05-05NTFS: Update attribute definition handling.Anton Altaparmakov
2005-05-05NTFS: Correct sparse file handling. The compressed values need to beAnton Altaparmakov
2005-05-05NTFS: - Add disable_sparse mount option together with a per volume sparseAnton Altaparmakov
2004-10-25NTFS: Fix min_size and max_size definitions in ATTR_DEF structure inAnton Altaparmakov
2004-10-16NTFS: Add helpers fs/ntfs/layout.h::MK_MREF() and MK_LE_MREF().Anton Altaparmakov
2004-10-03NTFS: Add some debugging checks to fs/ntfs/inode.c::ntfs_truncate() and fixAnton Altaparmakov
2004-10-03NTFS: Add MFT_RECORD_OLD as a copy of MFT_RECORD in fs/ntfs/layout.hAnton Altaparmakov
2004-09-28NTFS: Change all the defines back to simple enums since sparse is now happyAnton Altaparmakov
2004-09-26NTFS: Remove silly (__force le32) casts from __ntfs_is_magic{,p}Anton Altaparmakov
2004-09-24NTFS: Finish off sparse annotation.Anton Altaparmakov
2004-09-24NTFS: Continuing sparse annotations: finish data types and header files.Anton Altaparmakov
2004-07-22NTFS: Complete "run list" to "runlist" renaming.Anton Altaparmakov
2004-06-21NTFS: Load the quota file ($Quota) and check if quota tracking is enabledAnton Altaparmakov
2004-06-21NTFS: Add framework for generic ntfs collation (fs/ntfs/collation.[hc]).Anton Altaparmakov
2004-05-14NTFS: 2.1.11 - Rename uchar_t to ntfschar.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-07NTFS: Read the journal ($LogFile) and determine if the volume has been shutdo...Anton Altaparmakov
2004-02-09NTFS: Make ntfs_lookup() NFS export safe, i.e. use d_splice_alias(), etc.Anton Altaparmakov
2004-02-08NTFS: Set i_generation in VFS inode from seq_no in NTFS inode.Anton Altaparmakov
2003-07-22Adrian Bunk: Postfix an NTFS constant that is too big for an int with ULL.Anton Altaparmakov
2003-04-30NTFS: 2.1.4 release - Reduce compiler requirements.Anton Altaparmakov
2003-02-24[PATCH] Spelling fixes - occurredMichael Hayes
2002-06-19NTFS: 2.0.10 - There can only be 2^32 - 1 inodes on an NTFS volume.Anton Altaparmakov
2002-06-19NTFS: 2.0.9 release. Decompression engine now uses a single buffer and other ...Anton Altaparmakov
2002-05-26NTFS: The beginning of 2.0.8. - Major updates for handling of case sensitivity.Anton Altaparmakov
2002-04-24NTFS: Various fixes and cleanups. Make it work with kernel 2.5.9.Anton Altaparmakov
2002-03-08Import changesetAnton Altaparmakov