History log of /fs/ntfs/layout.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
25985edcedea6396277003854657b5f3cb31a628 31-Mar-2011 Lucas De Marchi <lucas.demarchi@profusion.mobi> Fix common misspellings

Fixes generated by 'codespell' and manually reviewed.

Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
/fs/ntfs/layout.h
fd589a8f0a13f53a2dd580b1fe170633cf6b095f 16-Jul-2009 Anand Gadiyar <gadiyar@ti.com> trivial: fix typo "to to" in multiple files

Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
/fs/ntfs/layout.h
63cd885426872254e82dac2d9e13ea4f720c21dc 01-Apr-2009 Harvey Harrison <harvey.harrison@gmail.com> ntfs: remove private wrapper of endian helpers

The base versions handle constant folding now and are shorter than these
private wrappers, use them directly.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Cc: Anton Altaparmakov <aia21@cantab.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
/fs/ntfs/layout.h
c49c31115067bc7c9a51ffdc735a515151dfa3eb 01-Oct-2006 Richard Knutsson <ricknu-0@student.ltu.se> [PATCH] fs/ntfs: Conversion to generic boolean

Conversion of booleans to: generic-boolean.patch (2006-08-23)

Signed-off-by: Richard Knutsson <ricknu-0@student.ltu.se>
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
/fs/ntfs/layout.h
2c2c8c1c211c75d0cc9d7642a569ceac1aecd96d 23-Mar-2006 Anton Altaparmakov <aia21@cantab.net> NTFS: Improve comments on file attribute flags in fs/ntfs/layout.h.

Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
/fs/ntfs/layout.h
a0646a1f04f1ec4c7514e5b00496b54e054a2c99 23-Mar-2006 Anton Altaparmakov <aia21@cantab.net> NTFS: Add support for sparse files which have a compression unit of 0.

Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
/fs/ntfs/layout.h
3672b638ec1d5b1020ea27986060b830f09c96c1 24-Feb-2006 Anton Altaparmakov <aia21@cantab.net> NTFS: - Cope with attribute list attribute having invalid flags.
Windows copes with this and even chkdsk does not detect or fix this
so we have to cope with it, too. Thanks to Pawel Kot for reporting
the problem.
- Miscellaneous updates to layout.h.

Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
/fs/ntfs/layout.h
c9c2009a4e915db17f32701d1f0535b400e61b58 24-Oct-2005 Anton Altaparmakov <aia21@cantab.net> NTFS: Document extended attribute ($EA) NEED_EA flag. (Based on libntfs
patch by Yura Pakhuchiy.)

Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
/fs/ntfs/layout.h
7d0ffdb279105d9a87b447758ce4a634496abfd1 19-Oct-2005 Anton Altaparmakov <aia21@cantab.net> NTFS: $EA attributes can be both resident non-resident.
Minor tidying.

Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
/fs/ntfs/layout.h
c394e458b69632902d65f9e2f39df79314f72908 04-Oct-2005 Anton Altaparmakov <aia21@cantab.net> NTFS: Fix a 64-bitness bug where a left-shift could overflow a 32-bit variable
which we now cast to 64-bit first (fs/ntfs/mft.c::map_mft_record_page().

Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
/fs/ntfs/layout.h
e2fcc61ef0d654887b651bd99ffcb52f7344b836 26-Sep-2005 Anton Altaparmakov <aia21@cantab.net> NTFS: Re-fix sparse warnings in a more correct way, i.e. don't use an enum with
different types in it but #define the two constants instead.

Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
/fs/ntfs/layout.h
838bf9675a3d1ede01408aa105357b9ab43faf1b 26-Sep-2005 Anton Altaparmakov <aia21@cantab.net> NTFS: Fix the definition of the CHKD ntfs record magic. It had an off by
two error causing it to be CHKB instead of CHKD.

Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
/fs/ntfs/layout.h
91fbc6edfa7086b5fcdb74ea82ab747104541f1f 22-Sep-2005 Anton Altaparmakov <aia21@cantab.net> NTFS: Fix sparse warnings that have crept in over time.

Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
/fs/ntfs/layout.h
9f993fe4634b39ca4404ba278053b03f360ec08a 25-Jun-2005 Anton Altaparmakov <aia21@cantab.net> NTFS: Fix a bug in address space operations error recovery code paths where
if the runlist was not mapped at all and a mapping error occured we
would leave the runlist locked on exit to the function so that the
next access to the same file would try to take the lock and deadlock.

Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
/fs/ntfs/layout.h
3f2faef00c6af17542ea8672ed7d09367222b2d0 25-Jun-2005 Anton Altaparmakov <aia21@cantab.net> NTFS: Stamp the transaction log ($UsnJrnl), aka user space journal, if it
is active on the volume and we are mounting read-write or remounting
from read-only to read-write.

Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
/fs/ntfs/layout.h
bb3cf33509009132cf8c7a7729f9d26c0c5fa961 06-Apr-2005 Anton Altaparmakov <aia21@cantab.net> NTFS: Update attribute definition handling.

Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
/fs/ntfs/layout.h
9451f8519c5e6d5d064c30033fc3d4ce77de321c 03-Mar-2005 Anton Altaparmakov <aia21@cantab.net> NTFS: Correct sparse file handling. The compressed values need to be
checked and set in the ntfs inode as done for compressed files
and the compressed size needs to be used for vfs inode->i_blocks
instead of the allocated size, again, as done for compressed files.

Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
/fs/ntfs/layout.h
c002f42543e155dd2b5b5039ea2637ab26c82513 03-Feb-2005 Anton Altaparmakov <aia21@cantab.net> NTFS: - Add disable_sparse mount option together with a per volume sparse
enable bit which is set appropriately and a per inode sparse disable
bit which is preset on some system file inodes as appropriate.
- Enforce that sparse support is disabled on NTFS volumes pre 3.0.

Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
/fs/ntfs/layout.h
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 17-Apr-2005 Linus Torvalds <torvalds@ppc970.osdl.org> Linux-2.6.12-rc2

Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.

Let it rip!
/fs/ntfs/layout.h