19 Sep, 2005
1 commit
-
Signed-off-by: Anton Altaparmakov
09 Sep, 2005
2 commits
-
fs/ntfs/inode.c::ntfs_read_locked_{,attr_,index_}inode().
Signed-off-by: Anton Altaparmakov
-
updating the times in the inode in ntfs_setattr().
Signed-off-by: Anton Altaparmakov
27 May, 2005
1 commit
-
Signed-off-by: Pekka Enberg
Signed-off-by: Anton Altaparmakov
05 May, 2005
6 commits
-
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
-
Signed-off-by: Randy Dunlap
Signed-off-by: Anton Altaparmakov -
mft record for resident attributes (fs/ntfs/inode.c).
- Small readability cleanup to use "a" instead of "ctx->attr"
everywhere (fs/ntfs/inode.c).Signed-off-by: Anton Altaparmakov
-
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
-
afterwards when reading the size of the bitmap inode.
Signed-off-by: Anton Altaparmakov
-
cached value everywhere. Cache the initialized_size in the same way
and protect the critical region where the two sizes are read using the
new size_lock of the ntfs inode.
- Add the new size_lock to the ntfs_inode structure (fs/ntfs/inode.h)
and initialize it (fs/ntfs/inode.c).Signed-off-by: Anton Altaparmakov
17 Apr, 2005
1 commit
-
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!