<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/fs/ntfs/ChangeLog, branch v2.6.14.2</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/fs/ntfs/ChangeLog?h=v2.6.14.2</id>
<link rel='self' href='https://git.amat.us/linux/atom/fs/ntfs/ChangeLog?h=v2.6.14.2'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2005-10-04T12:06:00Z</updated>
<entry>
<title>NTFS: Fix a stupid bug in __ntfs_bitmap_set_bits_in_run() which caused the</title>
<updated>2005-10-04T12:06:00Z</updated>
<author>
<name>Anton Altaparmakov</name>
<email>aia21@cantab.net</email>
</author>
<published>2005-10-04T12:06:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=18efefa9355119b4f6d9b73b074ebbf9882c37c3'/>
<id>urn:sha1:18efefa9355119b4f6d9b73b074ebbf9882c37c3</id>
<content type='text'>
      count to become negative and hence we had a wild memset() scribbling
      all over the system's ram.

Signed-off-by: Anton Altaparmakov &lt;aia21@cantab.net&gt;
</content>
</entry>
<entry>
<title>NTFS: More $LogFile handling fixes: when chkdsk has been run, it can leave the</title>
<updated>2005-09-26T09:48:54Z</updated>
<author>
<name>Anton Altaparmakov</name>
<email>aia21@cantab.net</email>
</author>
<published>2005-09-26T09:48:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=5a8c0cc32bb6e029cd9c36f655c6b0955b0d9967'/>
<id>urn:sha1:5a8c0cc32bb6e029cd9c36f655c6b0955b0d9967</id>
<content type='text'>
      restart pages in the journal without multi sector transfer protection
      fixups (i.e. the update sequence array is empty and in fact does not
      exist).

Signed-off-by: Anton Altaparmakov &lt;aia21@cantab.net&gt;
</content>
</entry>
<entry>
<title>NTFS: Change ntfs_cluster_free() to require a write locked runlist on entry</title>
<updated>2005-09-23T10:24:28Z</updated>
<author>
<name>Anton Altaparmakov</name>
<email>aia21@cantab.net</email>
</author>
<published>2005-09-23T10:24:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=715dc636b64b57aee7aee7e8b5bf4f5267a6df48'/>
<id>urn:sha1:715dc636b64b57aee7aee7e8b5bf4f5267a6df48</id>
<content type='text'>
      since we otherwise get into a lock reversal deadlock if a read locked
      runlist is passed in. In the process also change it to take an ntfs
      inode instead of a vfs inode as parameter.

Signed-off-by: Anton Altaparmakov &lt;aia21@cantab.net&gt;
</content>
</entry>
<entry>
<title>NTFS: Fix sparse warnings that have crept in over time.</title>
<updated>2005-09-22T12:26:44Z</updated>
<author>
<name>Anton Altaparmakov</name>
<email>aia21@cantab.net</email>
</author>
<published>2005-09-22T12:26:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=91fbc6edfa7086b5fcdb74ea82ab747104541f1f'/>
<id>urn:sha1:91fbc6edfa7086b5fcdb74ea82ab747104541f1f</id>
<content type='text'>
Signed-off-by: Anton Altaparmakov &lt;aia21@cantab.net&gt;
</content>
</entry>
<entry>
<title>NTFS: Fix various bugs in the runlist merging code.  (Based on libntfs</title>
<updated>2005-09-19T08:33:40Z</updated>
<author>
<name>Anton Altaparmakov</name>
<email>aia21@cantab.net</email>
</author>
<published>2005-09-19T08:33:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=5c9f6de3b80ca46000bd1b63d892820f9ee32138'/>
<id>urn:sha1:5c9f6de3b80ca46000bd1b63d892820f9ee32138</id>
<content type='text'>
      changes by Richard Russon.)

Signed-off-by: Anton Altaparmakov &lt;aia21@cantab.net&gt;
</content>
</entry>
<entry>
<title>NTFS: Mask out __GFP_HIGHMEM when doing kmalloc() in __ntfs_malloc() as it</title>
<updated>2005-09-12T14:43:03Z</updated>
<author>
<name>Anton Altaparmakov</name>
<email>aia21@cantab.net</email>
</author>
<published>2005-09-12T14:43:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=89ecf38c7aee6eb3f6aaf40a6d196ddff4b6d4a8'/>
<id>urn:sha1:89ecf38c7aee6eb3f6aaf40a6d196ddff4b6d4a8</id>
<content type='text'>
      otherwise causes a BUG().

Signed-off-by: Anton Altaparmakov &lt;aia21@cantab.net&gt;
</content>
</entry>
<entry>
<title>NTFS: Change the mount options {u,f,d}mask to always parse the number as</title>
<updated>2005-09-12T13:33:47Z</updated>
<author>
<name>Anton Altaparmakov</name>
<email>aia21@cantab.net</email>
</author>
<published>2005-09-12T13:33:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=5d46770f5f8bb0eff0a82596860958be13e7baf1'/>
<id>urn:sha1:5d46770f5f8bb0eff0a82596860958be13e7baf1</id>
<content type='text'>
      an octal number to conform to how chmod(1) works, too.  Thanks to
      Giuseppe Bilotta and Horst von Brand for pointing out the errors of
      my ways.

Signed-off-by: Anton Altaparmakov &lt;aia21@cantab.net&gt;
</content>
</entry>
<entry>
<title>NTFS: 2.1.24 release and some minor final fixes.</title>
<updated>2005-09-08T22:01:16Z</updated>
<author>
<name>Anton Altaparmakov</name>
<email>aia21@cantab.net</email>
</author>
<published>2005-09-08T22:01:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=7d333d6c739a5cd6d60102ea1a9940cbbb0546ec'/>
<id>urn:sha1:7d333d6c739a5cd6d60102ea1a9940cbbb0546ec</id>
<content type='text'>
Signed-off-by: Anton Altaparmakov &lt;aia21@cantab.net&gt;
</content>
</entry>
<entry>
<title>NTFS: Improve scalability by changing the driver global spin lock in</title>
<updated>2005-09-08T21:13:02Z</updated>
<author>
<name>Anton Altaparmakov</name>
<email>aia21@cantab.net</email>
</author>
<published>2005-09-08T21:13:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e604635c8bea16f6177e6133eb3efbfb4a029ef6'/>
<id>urn:sha1:e604635c8bea16f6177e6133eb3efbfb4a029ef6</id>
<content type='text'>
      fs/ntfs/aops.c::ntfs_end_buffer_async_read() to a bit spin lock
      in the first buffer head of a page.

Signed-off-by: Anton Altaparmakov &lt;aia21@cantab.net&gt;
</content>
</entry>
<entry>
<title>NTFS: Fix page_has_buffers()/page_buffers() handling in fs/ntfs/aops.c.</title>
<updated>2005-09-08T21:08:11Z</updated>
<author>
<name>Anton Altaparmakov</name>
<email>aia21@cantab.net</email>
</author>
<published>2005-09-08T21:08:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a01ac532b519dc0e0b4d8bc4e12373e4e4cd1b1a'/>
<id>urn:sha1:a01ac532b519dc0e0b4d8bc4e12373e4e4cd1b1a</id>
<content type='text'>
Signed-off-by: Anton Altaparmakov &lt;aia21@cantab.net&gt;
</content>
</entry>
</feed>
