aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/bitmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2004-10-07NTFS: - Move ntfs_{un,}map_page() from ntfs.h to aops.h and fix resultingAnton Altaparmakov1-0/+1
2004-08-17NTFS: Minor update to fs/ntfs/bitmap.c to only perform rollback if atAnton Altaparmakov1-3/+6
2004-08-16NTFS: Implement cluster (de-)allocation code (fs/ntfs/lcnalloc.[hc]).Anton Altaparmakov1-2/+3
2004-07-22NTFS: Move a NULL check to before the first use of the pointer.Anton Altaparmakov1-1/+1
2004-07-21NTFS: Wrap the new bitmap.[hc] code in #ifdef NTFS_RW / #endif.Anton Altaparmakov1-0/+4
2004-07-21NTFS: Implement bitmap modification code (fs/ntfs/bitmap.[hc]). ThisAnton Altaparmakov1-0/+183