aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/runlist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-26ntfs: remove (un)?likely() from IS_ERR() conditionsDenis Efremov1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96Thomas Gleixner1-15/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2007-10-12NTFS: Fix a mount time deadlock.Anton Altaparmakov1-2/+2
2006-10-01[PATCH] fs/ntfs: Conversion to generic booleanRichard Knutsson1-27/+27
2006-03-23NTFS: Fix an (innocent) off-by-one error in the runlist code.Anton Altaparmakov1-4/+8
2005-09-20NTFS: More runlist handling fixes from Richard Russon and myself.Anton Altaparmakov1-22/+33
2005-09-19NTFS: Fix various bugs in the runlist merging code. (Based on libntfsAnton Altaparmakov1-64/+68
2005-09-08NTFS: Add ntfs_rl_punch_nolock() which punches a caller specified hole into a runlist.Anton Altaparmakov1-0/+284
2005-09-08NTFS: Change ntfs_rl_truncate_nolock() to throw away the runlist if the newAnton Altaparmakov1-1/+13
2005-09-08NTFS: Fix handling of valid but empty mapping pairs array inAnton Altaparmakov1-0/+3
2005-09-08NTFS: Fix two nasty runlist merging bugs that had gone unnoticed so far.Anton Altaparmakov1-2/+3
2005-09-08NTFS: Use ntfs_malloc_nofs_nofail() in runlist.c::ntfs_runlists_merge()Anton Altaparmakov1-18/+50
2005-06-25NTFS: Add an extra parameter @last_vcn to ntfs_get_size_for_mapping_pairs()Anton Altaparmakov1-50/+117
2005-05-05NTFS: Fix compilation when configured read-only.Anton Altaparmakov1-0/+35
2005-05-05NTFS: - Fix bug in fs/ntfs/attrib.c::ntfs_find_vcn_nolock() where afterAnton Altaparmakov1-7/+8
2005-05-05NTFS: Fix a nasty runlist merge bug when merging two holes.Anton Altaparmakov1-1/+4
2005-05-05NTFS: Fix a bug in fs/ntfs/runlist.c::ntfs_mapping_pairs_decompress() inAnton Altaparmakov1-22/+34
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1438