Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-05-05 | NTFS: - Split ntfs_map_runlist() into ntfs_map_runlist() and a non-locking | Anton Altaparmakov | 1 | -45/+62 | |
helper ntfs_map_runlist_nolock() which is used by ntfs_map_runlist(). This allows us to map runlist fragments with the runlist lock already held without having to drop and reacquire it around the call. Adapt all callers. - Change ntfs_find_vcn() to ntfs_find_vcn_nolock() which takes a locked runlist. This allows us to find runlist elements with the runlist lock already held without having to drop and reacquire it around the call. Adapt all callers. Signed-off-by: Anton Altaparmakov <aia21@cantab.net> | |||||
2005-05-04 | NTFS: Use i_size_read() in fs/ntfs/attrib.c::ntfs_attr_set(). | Anton Altaparmakov | 1 | -1/+5 | |
Signed-off-by: Anton Altaparmakov <aia21@cantab.net> | |||||
2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+1258 | |
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! |