summaryrefslogtreecommitdiffstats
path: root/fs/ntfs
AgeCommit message (Expand)AuthorLines
2005-01-25NTFS: Add printk rate limiting for ntfs_warning() and ntfs_error() whenAnton Altaparmakov-0/+15
2005-01-20[PATCH] Lock initializer cleanup: FilesystemsThomas Gleixner-3/+3
2005-01-04[PATCH] Sync in core time granuality with filesystemsAndi Kleen-1/+4
2004-11-10NTFS: 2.1.22 - Many bug and race fixes and error handling improvements.Anton Altaparmakov-76/+65
2004-11-09NTFS: Disable the file size changing code fromAnton Altaparmakov-5/+6
2004-11-09NTFS: - Fix creation of buffers in fs/ntfs/mft.c::ntfs_sync_mft_mirror().Anton Altaparmakov-9/+21
2004-11-09NTFS: - Add mapping of unmapped buffers to all remaining code paths, i.e.Anton Altaparmakov-103/+309
2004-11-05NTFS: Minor cleanup of fs/ntfs/debug.c.Anton Altaparmakov-10/+9
2004-11-05NTFS: Fix bug in handling of bad inodes in fs/ntfs/namei.c::ntfs_lookup().Anton Altaparmakov-4/+19
2004-11-05NTFS: Fix error handling in fs/ntfs/quota.c::ntfs_mark_quotas_out_of_date()Anton Altaparmakov-2/+5
2004-11-05NTFS: Rewrite handling of multi sector transfer errors. We now do not setAnton Altaparmakov-64/+82
2004-11-04NTFS: Drop the runlist lock after the vcn has been read inAnton Altaparmakov-1/+3
2004-11-04NTFS: Fix stupid bug in fs/ntfs/attrib.c::ntfs_external_attr_find() in theAnton Altaparmakov-2/+9
2004-11-03NTFS: Modify fs/ntfs/aops.c::mark_ntfs_record_dirty() so it allocatesAnton Altaparmakov-18/+44
2004-11-01NTFS: Make several functions and variables static. (Adrian Bunk)Anton Altaparmakov-13/+13
2004-11-01NTFS: Add MODULE_VERSION() to fs/ntfs/super.c.Anton Altaparmakov-0/+1
2004-11-01NTFS: Fix stupid bug in fs/ntfs/attrib.c::ntfs_attr_find() that resulted inAnton Altaparmakov-13/+4
2004-10-29NTFS: Remove unused function fs/ntfs/runlist.c::ntfs_rl_merge(). (Adrian Bunk)Anton Altaparmakov-25/+7
2004-10-28NTFS: Implement extension of resident files in the regular file write codeAnton Altaparmakov-179/+214
2004-10-28NTFS: In fs/ntfs/aops.c::ntfs_writepage(), if t he page is fully outsideAnton Altaparmakov-1/+10
2004-10-27NTFS: Check for location of attribute name and improve error handling inAnton Altaparmakov-107/+143
2004-10-27NTFS: Ensure the mft record size does not exceed the PAGE_CACHE_SIZE atAnton Altaparmakov-8/+22
2004-10-25NTFS: In fs/ntfs/aops.c::mark_ntfs_record_dirty(), take theAnton Altaparmakov-0/+5
2004-10-25NTFS: Add attribute definition handling helpers to fs/ntfs/attrib.[hc]:Anton Altaparmakov-0/+141
2004-10-25NTFS: Fix min_size and max_size definitions in ATTR_DEF structure inAnton Altaparmakov-2/+4
2004-10-25NTFS: - Change fs/ntfs/inode.c::ntfs_truncate() to return an error codeAnton Altaparmakov-5/+29
2004-10-25Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov-0/+1
2004-10-24[PATCH] NTFS: missing #include <linux/vmalloc.h>Geert Uytterhoeven-0/+1
2004-10-21NTFS: Improve error handling in fs/ntfs/inode.c::ntfs_truncate().Anton Altaparmakov-21/+34
2004-10-18NTFS: Update Documentation/filesystems/ntfs.txt with instructions on how toAnton Altaparmakov-0/+4
2004-10-17NTFS: 2.1.21 releaseAnton Altaparmakov-3/+3
2004-10-16NTFS: Add fs/ntfs/mft.[hc]::ntfs_mft_record_alloc() and various helperAnton Altaparmakov-0/+1577
2004-10-16NTFS: Modify fs/ntfs/mft.c::map_extent_mft_record() to only verify the mftAnton Altaparmakov-2/+4
2004-10-16NTFS: Add helpers fs/ntfs/layout.h::MK_MREF() and MK_LE_MREF().Anton Altaparmakov-0/+5
2004-10-16NTFS: Simplify setup of i_mode in fs/ntfs/inode.c::ntfs_read_locked_inode().Anton Altaparmakov-19/+15
2004-10-16NTFS: Move the static inline ntfs_init_big_inode() from fs/ntfs/inode.c toAnton Altaparmakov-24/+34
2004-10-15NTFS: Modify fs/ntfs/mft.c::write_mft_record_nolock() andAnton Altaparmakov-29/+38
2004-10-15NTFS: Modify fs/ntfs/aops.c::mark_ntfs_record_dirty() to no longer take theAnton Altaparmakov-19/+23
2004-10-14NTFS: - Fix two race conditions in fs/ntfs/inode.c::ntfs_put_inode().Anton Altaparmakov-25/+32
2004-10-14NTFS: Big cleanup of mft record writing code.Anton Altaparmakov-456/+511
2004-10-12NTFS: Provide exclusion between opening an inode / mapping an mft recordAnton Altaparmakov-11/+12
2004-10-12NTFS: Map the page instead of using page_address() before writing to it inAnton Altaparmakov-1/+5
2004-10-12NTFS: Attempting to write outside initialized size is _not_ a bug so removeAnton Altaparmakov-2/+4
2004-10-12NTFS: Modify fs/ntfs/mft.c::write_mft_record_nolock() so that it onlyAnton Altaparmakov-19/+30
2004-10-11NTFS: Add fs/ntfs/mft.c::try_map_mft_record() which fails with -EALREADY ifAnton Altaparmakov-0/+55
2004-10-10NTFS: Fix warnings on x86-64. (Randy Dunlap with slight modification from me)Anton Altaparmakov-4/+7
2004-10-10NTFS: Update fs/ntfs/inode.c::ntfs_write_inode() to also use the helperAnton Altaparmakov-2/+12
2004-10-07NTFS: - Modify fs/ntfs/mft.c::__mark_mft_record_dirty() to use the helperAnton Altaparmakov-35/+11
2004-10-07NTFS: Remove unused {__,}format_mft_record() from fs/ntfs/mft.c.Anton Altaparmakov-73/+1
2004-10-07NTFS: - Move ntfs_{un,}map_page() from ntfs.h to aops.h and fix resultingAnton Altaparmakov-113/+173