Commit Graph

59 Commits (6e48321a40610f7213e3ac75ba234f6f8b3ed5f5)

Author SHA1 Message Date
Anton Altaparmakov 6e48321a40 NTFS: Add ntfs_rl_punch_nolock() which punches a caller specified hole into a runlist. 20 years ago
Anton Altaparmakov 3ffc5a4438 NTFS: Change ntfs_rl_truncate_nolock() to throw away the runlist if the new 20 years ago
Anton Altaparmakov f94ad38e68 NTFS: Report unrepresentable inodes during ntfs_readdir() as KERN_WARNING 20 years ago
Anton Altaparmakov 2b0ada2b8e NTFS: Fix handling of valid but empty mapping pairs array in 20 years ago
Anton Altaparmakov 8bb735216a NTFS: Remove two bogus BUG_ON()s from fs/ntfs/mft.c. 20 years ago
Anton Altaparmakov 84d6ebe63f NTFS: Fix two nasty runlist merging bugs that had gone unnoticed so far. 20 years ago
Anton Altaparmakov 9529d461d0 NTFS: Use ntfs_malloc_nofs_nofail() in runlist.c::ntfs_runlists_merge() 20 years ago
Anton Altaparmakov 06d0e3cf3d NTFS: Allow highmem kmalloc() in ntfs_malloc_nofs() and add _nofail() version. 20 years ago
Anton Altaparmakov e7a1033b94 NTFS: Support more clean journal ($LogFile) states. 20 years ago
Anton Altaparmakov 481d037421 NTFS: Complete the previous fix for the unset device when mapping buffers 20 years ago
Anton Altaparmakov e74589ac25 NTFS: Fix bug in mft record writing where we forgot to set the device in 20 years ago
Olaf Hering 44456d37b5 [PATCH] turn many #if $undefined_string into #ifdef $undefined_string 20 years ago
Anton Altaparmakov ba6d2377c8 NTFS: Fix a nasty deadlock that appeared in recent kernels. 20 years ago
Anton Altaparmakov af859a42d7 NTFS: Prepare for 2.1.23 release: Update documentation and bump version. 20 years ago
Anton Altaparmakov 4757d7dff6 NTFS: Change ntfs_map_runlist_nolock() to only decompress the mapping pairs 20 years ago
Anton Altaparmakov fa3be92317 NTFS: Add an extra parameter @last_vcn to ntfs_get_size_for_mapping_pairs() 20 years ago
Anton Altaparmakov 1d58b27b8d NTFS: Change the runlist terminator of the newly allocated cluster(s) to 20 years ago
Anton Altaparmakov 3bd1f4a173 NTFS: Fix several occurences of a bug where we would perform 'var & ~const' 20 years ago
Anton Altaparmakov ca8fd7a0c6 NTFS: Detect the case when Windows has been suspended to disk on the volume 20 years ago
Anton Altaparmakov 9f993fe463 NTFS: Fix a bug in address space operations error recovery code paths where 20 years ago
Anton Altaparmakov 3f2faef00c NTFS: Stamp the transaction log ($UsnJrnl), aka user space journal, if it 20 years ago
Anton Altaparmakov 442d207eb0 NTFS: Use C99 style structure initialization after memory allocation where 20 years ago
Pekka Enberg 2fb21db254 NTFS: Remove spurious void pointer casts from fs/ntfs/. 20 years ago
Anton Altaparmakov d53ee32224 NTFS: Use MAX_BUF_PER_PAGE instead of variable sized array allocation for 20 years ago
Anton Altaparmakov 7fafb8b634 NTFS: Minor cleanup: Define and use NTFS_MAX_CLUSTER_SIZE constant instead 20 years ago
Anton Altaparmakov bb3cf33509 NTFS: Update attribute definition handling. 20 years ago
Anton Altaparmakov b0d2374d62 NTFS: Some utilities modify the boot sector but do not update the checksum. 20 years ago
Jesper Juhl 251c8427c9 NTFS: Remove checks for NULL before calling kfree() since kfree() does the 20 years ago
Anton Altaparmakov 53d59aad93 NTFS: Fix compilation when configured read-only. 20 years ago
Anton Altaparmakov 1ef334d372 NTFS: Include linux/swap.h in fs/ntfs/attrib.c for mark_page_accessed(). 20 years ago
Anton Altaparmakov 905685f68f NTFS: - Modify ->readpage and ->writepage (fs/ntfs/aops.c) so they detect 20 years ago
Anton Altaparmakov 43b01fda8b NTFS: Fix sign of various error return values to be negative in 20 years ago
Anton Altaparmakov 2bfb4fff3e NTFS: Add fs/ntfs/attrib.[hc]::ntfs_attr_make_non_resident(). 20 years ago
Anton Altaparmakov c0c1cc0e46 NTFS: - Fix bug in fs/ntfs/attrib.c::ntfs_find_vcn_nolock() where after 20 years ago
Anton Altaparmakov 271849a988 NTFS: Add fs/ntfs/attrib.[hc]::ntfs_attr_vcn_to_lcn_nolock() used by the new 20 years ago
Anton Altaparmakov 7e693073a9 NTFS: Add AT_EA in addition to AT_DATA to whitelist for being allowed to be 20 years ago
Anton Altaparmakov 9451f8519c NTFS: Correct sparse file handling. The compressed values need to be 20 years ago
Anton Altaparmakov 413826868f NTFS: Make fs/ntfs/namei.c::ntfs_get_{parent,dentry} static and move the 20 years ago
Randy Dunlap 8907547d4b NTFS: Fix printk format warnings on ia64. (Randy Dunlap) 20 years ago
Anton Altaparmakov 5ae9fcf8f3 NTFS: - Set the ntfs_inode->allocated_size to the real allocated size in the 20 years ago
Anton Altaparmakov 37e4c13b98 NTFS: Fix a nasty runlist merge bug when merging two holes. 20 years ago
Anton Altaparmakov d8ec785e0b NTFS: Change time to u64 in time.h::ntfs2utc() as it otherwise generates a 20 years ago
Anton Altaparmakov b6ad6c52fe NTFS: - Split ntfs_map_runlist() into ntfs_map_runlist() and a non-locking 20 years ago
Anton Altaparmakov 1a0df15acd NTFS: Fix a bug in fs/ntfs/runlist.c::ntfs_mapping_pairs_decompress() in 20 years ago
Anton Altaparmakov c002f42543 NTFS: - Add disable_sparse mount option together with a per volume sparse 20 years ago
Anton Altaparmakov f40661be03 NTFS: Optimise/reorganise some error handling code in fs/ntfs/aops.c. 20 years ago
Anton Altaparmakov 946929d813 NTFS: Fixup the resident attribute resizing code in 20 years ago
Anton Altaparmakov 3834c3f227 NTFS: Fix stupid bug in fs/ntfs/mft.c introduced in last changeset. 20 years ago
Anton Altaparmakov 149f0c5200 NTFS: Repeat a failed ntfs_truncate() in fs/ntfs/aops.c::ntfs_writepage() 20 years ago
Anton Altaparmakov 07a4e2da7d NTFS: Use i_size_{read,write}() in fs/ntfs/{aops.c,mft.c} and protect 20 years ago