1. dbe7f76 fix typo "insted" -> "instead" by Uwe Kleine-König · 17 years ago
  2. 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
  3. bfab36e NTFS: Fix a mount time deadlock. by Anton Altaparmakov · 17 years ago
  4. 8331191 NTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov due to ntfs_put_inode(). by Anton Altaparmakov · 17 years ago
  5. 4e5e529 NTFS: Semaphore to mutex conversion. by Ingo Molnar · 18 years ago
  6. 834ba60 NTFS: Handle the recently introduced -ENAMETOOLONG return value from by Anton Altaparmakov · 18 years ago
  7. 20fdcf1 NTFS: Add a missing call to flush_dcache_mft_record_page() in by Anton Altaparmakov · 18 years ago
  8. a778f21 NTFS: Fix a bug in fs/ntfs/inode.c::ntfs_read_locked_index_inode() where we by Anton Altaparmakov · 18 years ago
  9. 2c2c8c1 NTFS: Improve comments on file attribute flags in fs/ntfs/layout.h. by Anton Altaparmakov · 18 years ago
  10. d4faf63 NTFS: Limit name length in fs/ntfs/unistr.c::ntfs_nlstoucs() to maximum by Anton Altaparmakov · 18 years ago
  11. f95c401 NTFS: Remove all the make_bad_inode() calls. This should only be called by Anton Altaparmakov · 18 years ago
  12. a0646a1 NTFS: Add support for sparse files which have a compression unit of 0. by Anton Altaparmakov · 18 years ago
  13. 949763b NTFS: Fix comparison of $MFT and $MFTMirr to not bail out when there are by Anton Altaparmakov · 18 years ago
  14. 78264bd NTFS: Use buffer_migrate_page() for the ->migratepage function of all ntfs by Anton Altaparmakov · 18 years ago
  15. 3ccc738 NTFS: Fix a buggette in an "should be impossible" case handling where we by Anton Altaparmakov · 18 years ago
  16. 67b1dfe NTFS: Fix an (innocent) off-by-one error in the runlist code. by Anton Altaparmakov · 18 years ago
  17. 1cf3109f NTFS: Do more detailed reporting of why we cannot mount read-write by by Anton Altaparmakov · 18 years ago
  18. 78af34f NTFS: Implement support for sector sizes above 512 bytes (up to the maximum by Anton Altaparmakov · 18 years ago
  19. 3672b63 NTFS: - Cope with attribute list attribute having invalid flags. by Anton Altaparmakov · 18 years ago
  20. f4b09eb update the email address of Randy Dunlap by Adrian Bunk · 19 years ago
  21. c9c2009 NTFS: Document extended attribute ($EA) NEED_EA flag. (Based on libntfs by Anton Altaparmakov · 19 years ago
  22. dda65b9 NTFS: Fix compilation warnings with gcc-4.0.2 on SUSE 10.0. by Anton Altaparmakov · 19 years ago
  23. d04bd1f NTFS: Use %z for size_t to fix compilation warnings. (Andrew Morton) by Anton Altaparmakov · 19 years ago
  24. 7d0ffdb NTFS: $EA attributes can be both resident non-resident. Minor tidying. by Anton Altaparmakov · 19 years ago
  25. 98b2703 NTFS: The big ntfs write(2) rewrite has arrived. We now implement our own by Anton Altaparmakov · 19 years ago
  26. 29b8990 NTFS: In attrib.c::ntfs_attr_set() call balance_dirty_pages_ratelimited() by Anton Altaparmakov · 19 years ago
  27. e943825 NTFS: Enable ATTR_SIZE attribute changes in ntfs_setattr(). This completes by Anton Altaparmakov · 19 years ago
  28. dd07233 NTFS: Implement fs/ntfs/inode.[hc]::ntfs_truncate(). It only supports by Anton Altaparmakov · 19 years ago
  29. 2d86829 NTFS: Add fs/ntfs/attrib.[hc]::ntfs_attr_extend_allocation(), a function to by Anton Altaparmakov · 19 years ago
  30. 2a6fc4e1 NTFS: Fix ntfs_attr_make_non_resident() to update the vfs inode i_blocks by Anton Altaparmakov · 19 years ago
  31. 8925d4f NTFS: Change ntfs_attr_make_non_resident to take the attribute value size by Anton Altaparmakov · 19 years ago
  32. fc0fa7d NTFS: - Change ntfs_cluster_alloc() to take an extra boolean parameter by Anton Altaparmakov · 19 years ago
  33. 511bea5 NTFS: - Change {__,}ntfs_cluster_free() to also take an optional attribute by Anton Altaparmakov · 19 years ago
  34. 69b41e3 NTFS: Change ntfs_attr_find_vcn_nolock() to also take an optional attribute by Anton Altaparmakov · 19 years ago
  35. fd9d636 NTFS: Change ntfs_map_runlist_nolock() to also take an optional attribute by Anton Altaparmakov · 19 years ago
  36. 18efefa NTFS: Fix a stupid bug in __ntfs_bitmap_set_bits_in_run() which caused the by Anton Altaparmakov · 19 years ago
  37. 5a8c0cc NTFS: More $LogFile handling fixes: when chkdsk has been run, it can leave the by Anton Altaparmakov · 19 years ago
  38. 715dc63 NTFS: Change ntfs_cluster_free() to require a write locked runlist on entry by Anton Altaparmakov · 19 years ago
  39. 91fbc6e NTFS: Fix sparse warnings that have crept in over time. by Anton Altaparmakov · 19 years ago
  40. 5c9f6de NTFS: Fix various bugs in the runlist merging code. (Based on libntfs by Anton Altaparmakov · 19 years ago
  41. 89ecf38 NTFS: Mask out __GFP_HIGHMEM when doing kmalloc() in __ntfs_malloc() as it by Anton Altaparmakov · 19 years ago
  42. 5d46770 NTFS: Change the mount options {u,f,d}mask to always parse the number as by Anton Altaparmakov · 19 years ago
  43. 7d333d6 NTFS: 2.1.24 release and some minor final fixes. by Anton Altaparmakov · 19 years ago
  44. e604635 NTFS: Improve scalability by changing the driver global spin lock in by Anton Altaparmakov · 19 years ago
  45. a01ac53 NTFS: Fix page_has_buffers()/page_buffers() handling in fs/ntfs/aops.c. by Anton Altaparmakov · 19 years ago
  46. 311120e NTFS: Fixup handling of sparse, compressed, and encrypted attributes in by Anton Altaparmakov · 19 years ago
  47. 8273d5d NTFS: Fix fs/ntfs/aops.c::ntfs_{read,write}_block() to handle the case by Anton Altaparmakov · 19 years ago
  48. 54b02eb NTFS: Optimize fs/ntfs/aops.c::ntfs_write_block() by extending the page by Anton Altaparmakov · 19 years ago
  49. bd45fdd NTFS: Fixup handling of sparse, compressed, and encrypted attributes in by Anton Altaparmakov · 19 years ago
  50. 8dcdeba NTFS: Make ntfs_write_block() not instantiate sparse blocks if they are zero. by Anton Altaparmakov · 19 years ago
  51. 67bb103 NTFS: Fixup handling of sparse, compressed, and encrypted attributes in by Anton Altaparmakov · 19 years ago
  52. 1c7d469 NTFS: Truncate {a,c,m}time to the ntfs supported time granularity when by Anton Altaparmakov · 19 years ago
  53. bbf1813 NTFS: Fix cluster (de)allocators to work when the runlist is NULL and more by Anton Altaparmakov · 19 years ago
  54. 807c453 NTFS: Fix handling of sparse attributes in ntfs_attr_make_non_resident(). by Anton Altaparmakov · 19 years ago
  55. 2983d1b NTFS: Fix several bugs in fs/ntfs/attrib.c. by Anton Altaparmakov · 19 years ago
  56. 0aaccea NTFS: Add fs/ntfs/attrib.[hc]::ntfs_resident_attr_value_resize(). by Anton Altaparmakov · 19 years ago
  57. f25dfb5 NTFS: Remove bogus setting of PageError in ntfs_read_compressed_block(). by Anton Altaparmakov · 19 years ago
  58. 8e08ceae NTFS: Fix a bug in fs/ntfs/index.c::ntfs_index_lookup(). When the returned by Anton Altaparmakov · 19 years ago
  59. 6e48321 NTFS: Add ntfs_rl_punch_nolock() which punches a caller specified hole into a runlist. by Anton Altaparmakov · 19 years ago
  60. 3ffc5a4 NTFS: Change ntfs_rl_truncate_nolock() to throw away the runlist if the new by Anton Altaparmakov · 19 years ago
  61. f94ad38 NTFS: Report unrepresentable inodes during ntfs_readdir() as KERN_WARNING by Anton Altaparmakov · 19 years ago
  62. 2b0ada2 NTFS: Fix handling of valid but empty mapping pairs array in by Anton Altaparmakov · 19 years ago
  63. 8bb7352 NTFS: Remove two bogus BUG_ON()s from fs/ntfs/mft.c. by Anton Altaparmakov · 19 years ago
  64. 84d6ebe NTFS: Fix two nasty runlist merging bugs that had gone unnoticed so far. by Anton Altaparmakov · 19 years ago
  65. 9529d46 NTFS: Use ntfs_malloc_nofs_nofail() in runlist.c::ntfs_runlists_merge() by Anton Altaparmakov · 19 years ago
  66. 06d0e3c NTFS: Allow highmem kmalloc() in ntfs_malloc_nofs() and add _nofail() version. by Anton Altaparmakov · 19 years ago
  67. e7a1033 NTFS: Support more clean journal ($LogFile) states. by Anton Altaparmakov · 19 years ago
  68. 481d037 NTFS: Complete the previous fix for the unset device when mapping buffers by Anton Altaparmakov · 19 years ago
  69. e74589a NTFS: Fix bug in mft record writing where we forgot to set the device in by Anton Altaparmakov · 19 years ago
  70. ba6d237 NTFS: Fix a nasty deadlock that appeared in recent kernels. by Anton Altaparmakov · 19 years ago
  71. af859a4 NTFS: Prepare for 2.1.23 release: Update documentation and bump version. by Anton Altaparmakov · 19 years ago
  72. 4757d7df NTFS: Change ntfs_map_runlist_nolock() to only decompress the mapping pairs by Anton Altaparmakov · 19 years ago
  73. fa3be923 NTFS: Add an extra parameter @last_vcn to ntfs_get_size_for_mapping_pairs() by Anton Altaparmakov · 19 years ago
  74. 1d58b27 NTFS: Change the runlist terminator of the newly allocated cluster(s) to by Anton Altaparmakov · 19 years ago
  75. 3bd1f4a NTFS: Fix several occurences of a bug where we would perform 'var & ~const' by Anton Altaparmakov · 19 years ago
  76. ca8fd7a NTFS: Detect the case when Windows has been suspended to disk on the volume by Anton Altaparmakov · 19 years ago
  77. 9f993fe NTFS: Fix a bug in address space operations error recovery code paths where by Anton Altaparmakov · 19 years ago
  78. 3f2faef NTFS: Stamp the transaction log ($UsnJrnl), aka user space journal, if it by Anton Altaparmakov · 19 years ago
  79. 442d207 NTFS: Use C99 style structure initialization after memory allocation where by Anton Altaparmakov · 19 years ago
  80. 2fb21db NTFS: Remove spurious void pointer casts from fs/ntfs/. by Pekka Enberg · 19 years ago
  81. d53ee32 NTFS: Use MAX_BUF_PER_PAGE instead of variable sized array allocation for by Anton Altaparmakov · 19 years ago
  82. 7fafb8b NTFS: Minor cleanup: Define and use NTFS_MAX_CLUSTER_SIZE constant instead by Anton Altaparmakov · 19 years ago
  83. bb3cf33 NTFS: Update attribute definition handling. by Anton Altaparmakov · 19 years ago
  84. b0d2374 NTFS: Some utilities modify the boot sector but do not update the checksum. by Anton Altaparmakov · 19 years ago
  85. 251c842 NTFS: Remove checks for NULL before calling kfree() since kfree() does the by Jesper Juhl · 19 years ago
  86. 905685f NTFS: - Modify ->readpage and ->writepage (fs/ntfs/aops.c) so they detect by Anton Altaparmakov · 19 years ago
  87. 43b01fd NTFS: Fix sign of various error return values to be negative in by Anton Altaparmakov · 19 years ago
  88. 2bfb4ff NTFS: Add fs/ntfs/attrib.[hc]::ntfs_attr_make_non_resident(). by Anton Altaparmakov · 19 years ago
  89. c0c1cc0 NTFS: - Fix bug in fs/ntfs/attrib.c::ntfs_find_vcn_nolock() where after by Anton Altaparmakov · 19 years ago
  90. 271849a NTFS: Add fs/ntfs/attrib.[hc]::ntfs_attr_vcn_to_lcn_nolock() used by the new by Anton Altaparmakov · 19 years ago
  91. 7e69307 NTFS: Add AT_EA in addition to AT_DATA to whitelist for being allowed to be by Anton Altaparmakov · 19 years ago
  92. 9451f85 NTFS: Correct sparse file handling. The compressed values need to be by Anton Altaparmakov · 19 years ago
  93. 4138268 NTFS: Make fs/ntfs/namei.c::ntfs_get_{parent,dentry} static and move the by Anton Altaparmakov · 19 years ago
  94. 8907547 NTFS: Fix printk format warnings on ia64. (Randy Dunlap) by Randy Dunlap · 19 years ago
  95. 5ae9fcf NTFS: - Set the ntfs_inode->allocated_size to the real allocated size in the by Anton Altaparmakov · 19 years ago
  96. 37e4c13 NTFS: Fix a nasty runlist merge bug when merging two holes. by Anton Altaparmakov · 19 years ago
  97. d8ec785 NTFS: Change time to u64 in time.h::ntfs2utc() as it otherwise generates a by Anton Altaparmakov · 19 years ago
  98. b6ad6c5 NTFS: - Split ntfs_map_runlist() into ntfs_map_runlist() and a non-locking by Anton Altaparmakov · 19 years ago
  99. 1a0df15 NTFS: Fix a bug in fs/ntfs/runlist.c::ntfs_mapping_pairs_decompress() in by Anton Altaparmakov · 19 years ago
  100. c002f42 NTFS: - Add disable_sparse mount option together with a per volume sparse by Anton Altaparmakov · 19 years ago