<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/include/linux/nfsd/nfsfh.h, branch v2.6.20</title>
<subtitle>Linux kernel for Apalis and Colibri modules</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/'/>
<entry>
<title>[PATCH] knfsd: replace some warning ins nfsfh.h with BUG_ON or WARN_ON</title>
<updated>2007-01-26T21:50:59+00:00</updated>
<author>
<name>NeilBrown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-01-26T08:56:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=e2df0c8644db3d01e3c6fc5f7670fdd7b4c2b234'/>
<id>e2df0c8644db3d01e3c6fc5f7670fdd7b4c2b234</id>
<content type='text'>
A couple of the warnings will be followed by an Oops if they ever fire, so may
as well be BUG_ON.  Another isn't obviously fatal but has never been known to
fire, so make it a WARN_ON.

Cc: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: Neil Brown &lt;neilb@suse.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A couple of the warnings will be followed by an Oops if they ever fire, so may
as well be BUG_ON.  Another isn't obviously fatal but has never been known to
fire, so make it a WARN_ON.

Cc: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: Neil Brown &lt;neilb@suse.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] nfsd: misc endianness annotations</title>
<updated>2006-10-20T17:26:43+00:00</updated>
<author>
<name>Al Viro</name>
<email>viro@ftp.linux.org.uk</email>
</author>
<published>2006-10-20T06:29:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=c7afef1f963bec198b186cc34b9e8c9b9ce2e266'/>
<id>c7afef1f963bec198b186cc34b9e8c9b9ce2e266</id>
<content type='text'>
Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
Acked-by: Trond Myklebust &lt;trond.myklebust@fys.uio.no&gt;
Acked-by: Neil Brown &lt;neilb@suse.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
Acked-by: Trond Myklebust &lt;trond.myklebust@fys.uio.no&gt;
Acked-by: Neil Brown &lt;neilb@suse.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] nfsfh simple endianness annotations</title>
<updated>2006-10-20T17:26:41+00:00</updated>
<author>
<name>Al Viro</name>
<email>viro@ftp.linux.org.uk</email>
</author>
<published>2006-10-20T06:28:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=83b11340d683a67a77e35a5ffb5ad4afbf0be4e5'/>
<id>83b11340d683a67a77e35a5ffb5ad4afbf0be4e5</id>
<content type='text'>
Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
Acked-by: Trond Myklebust &lt;trond.myklebust@fys.uio.no&gt;
Acked-by: Neil Brown &lt;neilb@suse.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
Acked-by: Trond Myklebust &lt;trond.myklebust@fys.uio.no&gt;
Acked-by: Neil Brown &lt;neilb@suse.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] nfsd: lockdep annotation</title>
<updated>2006-10-02T14:57:20+00:00</updated>
<author>
<name>Peter Zijlstra</name>
<email>a.p.zijlstra@chello.nl</email>
</author>
<published>2006-10-02T09:18:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=12fd352038c037ba3a7071a2ca8597c55114abc3'/>
<id>12fd352038c037ba3a7071a2ca8597c55114abc3</id>
<content type='text'>
while doing a kernel make modules_install install over an NFS mount.

  =============================================
  [ INFO: possible recursive locking detected ]
  ---------------------------------------------
  nfsd/9550 is trying to acquire lock:
   (&amp;inode-&gt;i_mutex){--..}, at: [&lt;c034c845&gt;] mutex_lock+0x1c/0x1f

  but task is already holding lock:
   (&amp;inode-&gt;i_mutex){--..}, at: [&lt;c034c845&gt;] mutex_lock+0x1c/0x1f

  other info that might help us debug this:
  2 locks held by nfsd/9550:
   #0:  (hash_sem){..--}, at: [&lt;cc895223&gt;] exp_readlock+0xd/0xf [nfsd]
   #1:  (&amp;inode-&gt;i_mutex){--..}, at: [&lt;c034c845&gt;] mutex_lock+0x1c/0x1f

  stack backtrace:
   [&lt;c0103508&gt;] show_trace_log_lvl+0x58/0x152
   [&lt;c0103b8b&gt;] show_trace+0xd/0x10
   [&lt;c0103c2f&gt;] dump_stack+0x19/0x1b
   [&lt;c012aa57&gt;] __lock_acquire+0x77a/0x9a3
   [&lt;c012af4a&gt;] lock_acquire+0x60/0x80
   [&lt;c034c6c2&gt;] __mutex_lock_slowpath+0xa7/0x20e
   [&lt;c034c845&gt;] mutex_lock+0x1c/0x1f
   [&lt;c0162edc&gt;] vfs_unlink+0x34/0x8a
   [&lt;cc891d98&gt;] nfsd_unlink+0x18f/0x1e2 [nfsd]
   [&lt;cc89884f&gt;] nfsd3_proc_remove+0x95/0xa2 [nfsd]
   [&lt;cc88f0d4&gt;] nfsd_dispatch+0xc0/0x178 [nfsd]
   [&lt;c033e84d&gt;] svc_process+0x3a5/0x5ed
   [&lt;cc88f5ba&gt;] nfsd+0x1a7/0x305 [nfsd]
   [&lt;c0101005&gt;] kernel_thread_helper+0x5/0xb
  DWARF2 unwinder stuck at kernel_thread_helper+0x5/0xb
  Leftover inexact backtrace:
   [&lt;c0103b8b&gt;] show_trace+0xd/0x10
   [&lt;c0103c2f&gt;] dump_stack+0x19/0x1b
   [&lt;c012aa57&gt;] __lock_acquire+0x77a/0x9a3
   [&lt;c012af4a&gt;] lock_acquire+0x60/0x80
   [&lt;c034c6c2&gt;] __mutex_lock_slowpath+0xa7/0x20e
   [&lt;c034c845&gt;] mutex_lock+0x1c/0x1f
   [&lt;c0162edc&gt;] vfs_unlink+0x34/0x8a
   [&lt;cc891d98&gt;] nfsd_unlink+0x18f/0x1e2 [nfsd]
   [&lt;cc89884f&gt;] nfsd3_proc_remove+0x95/0xa2 [nfsd]
   [&lt;cc88f0d4&gt;] nfsd_dispatch+0xc0/0x178 [nfsd]
   [&lt;c033e84d&gt;] svc_process+0x3a5/0x5ed
   [&lt;cc88f5ba&gt;] nfsd+0x1a7/0x305 [nfsd]
   [&lt;c0101005&gt;] kernel_thread_helper+0x5/0xb

  =============================================
  [ INFO: possible recursive locking detected ]
  ---------------------------------------------
  nfsd/9580 is trying to acquire lock:
   (&amp;inode-&gt;i_mutex){--..}, at: [&lt;c034cc1d&gt;] mutex_lock+0x1c/0x1f

  but task is already holding lock:
   (&amp;inode-&gt;i_mutex){--..}, at: [&lt;c034cc1d&gt;] mutex_lock+0x1c/0x1f

  other info that might help us debug this:
  2 locks held by nfsd/9580:
   #0:  (hash_sem){..--}, at: [&lt;cc89522b&gt;] exp_readlock+0xd/0xf [nfsd]
   #1:  (&amp;inode-&gt;i_mutex){--..}, at: [&lt;c034cc1d&gt;] mutex_lock+0x1c/0x1f

  stack backtrace:
   [&lt;c0103508&gt;] show_trace_log_lvl+0x58/0x152
   [&lt;c0103b8b&gt;] show_trace+0xd/0x10
   [&lt;c0103c2f&gt;] dump_stack+0x19/0x1b
   [&lt;c012aa63&gt;] __lock_acquire+0x77a/0x9a3
   [&lt;c012af56&gt;] lock_acquire+0x60/0x80
   [&lt;c034ca9a&gt;] __mutex_lock_slowpath+0xa7/0x20e
   [&lt;c034cc1d&gt;] mutex_lock+0x1c/0x1f
   [&lt;cc892ad1&gt;] nfsd_setattr+0x2c8/0x499 [nfsd]
   [&lt;cc893ede&gt;] nfsd_create_v3+0x31b/0x4ac [nfsd]
   [&lt;cc8984a1&gt;] nfsd3_proc_create+0x128/0x138 [nfsd]
   [&lt;cc88f0d4&gt;] nfsd_dispatch+0xc0/0x178 [nfsd]
   [&lt;c033ec1d&gt;] svc_process+0x3a5/0x5ed
   [&lt;cc88f5ba&gt;] nfsd+0x1a7/0x305 [nfsd]
   [&lt;c0101005&gt;] kernel_thread_helper+0x5/0xb
  DWARF2 unwinder stuck at kernel_thread_helper+0x5/0xb
  Leftover inexact backtrace:
   [&lt;c0103b8b&gt;] show_trace+0xd/0x10
   [&lt;c0103c2f&gt;] dump_stack+0x19/0x1b
   [&lt;c012aa63&gt;] __lock_acquire+0x77a/0x9a3
   [&lt;c012af56&gt;] lock_acquire+0x60/0x80
   [&lt;c034ca9a&gt;] __mutex_lock_slowpath+0xa7/0x20e
   [&lt;c034cc1d&gt;] mutex_lock+0x1c/0x1f
   [&lt;cc892ad1&gt;] nfsd_setattr+0x2c8/0x499 [nfsd]
   [&lt;cc893ede&gt;] nfsd_create_v3+0x31b/0x4ac [nfsd]
   [&lt;cc8984a1&gt;] nfsd3_proc_create+0x128/0x138 [nfsd]
   [&lt;cc88f0d4&gt;] nfsd_dispatch+0xc0/0x178 [nfsd]
   [&lt;c033ec1d&gt;] svc_process+0x3a5/0x5ed
   [&lt;cc88f5ba&gt;] nfsd+0x1a7/0x305 [nfsd]
   [&lt;c0101005&gt;] kernel_thread_helper+0x5/0xb

Signed-off-by: Peter Zijlstra &lt;a.p.zijlstra@chello.nl&gt;
Cc: Neil Brown &lt;neilb@suse.de&gt;
Cc: Ingo Molnar &lt;mingo@elte.hu&gt;
Cc: Arjan van de Ven &lt;arjan@infradead.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
while doing a kernel make modules_install install over an NFS mount.

  =============================================
  [ INFO: possible recursive locking detected ]
  ---------------------------------------------
  nfsd/9550 is trying to acquire lock:
   (&amp;inode-&gt;i_mutex){--..}, at: [&lt;c034c845&gt;] mutex_lock+0x1c/0x1f

  but task is already holding lock:
   (&amp;inode-&gt;i_mutex){--..}, at: [&lt;c034c845&gt;] mutex_lock+0x1c/0x1f

  other info that might help us debug this:
  2 locks held by nfsd/9550:
   #0:  (hash_sem){..--}, at: [&lt;cc895223&gt;] exp_readlock+0xd/0xf [nfsd]
   #1:  (&amp;inode-&gt;i_mutex){--..}, at: [&lt;c034c845&gt;] mutex_lock+0x1c/0x1f

  stack backtrace:
   [&lt;c0103508&gt;] show_trace_log_lvl+0x58/0x152
   [&lt;c0103b8b&gt;] show_trace+0xd/0x10
   [&lt;c0103c2f&gt;] dump_stack+0x19/0x1b
   [&lt;c012aa57&gt;] __lock_acquire+0x77a/0x9a3
   [&lt;c012af4a&gt;] lock_acquire+0x60/0x80
   [&lt;c034c6c2&gt;] __mutex_lock_slowpath+0xa7/0x20e
   [&lt;c034c845&gt;] mutex_lock+0x1c/0x1f
   [&lt;c0162edc&gt;] vfs_unlink+0x34/0x8a
   [&lt;cc891d98&gt;] nfsd_unlink+0x18f/0x1e2 [nfsd]
   [&lt;cc89884f&gt;] nfsd3_proc_remove+0x95/0xa2 [nfsd]
   [&lt;cc88f0d4&gt;] nfsd_dispatch+0xc0/0x178 [nfsd]
   [&lt;c033e84d&gt;] svc_process+0x3a5/0x5ed
   [&lt;cc88f5ba&gt;] nfsd+0x1a7/0x305 [nfsd]
   [&lt;c0101005&gt;] kernel_thread_helper+0x5/0xb
  DWARF2 unwinder stuck at kernel_thread_helper+0x5/0xb
  Leftover inexact backtrace:
   [&lt;c0103b8b&gt;] show_trace+0xd/0x10
   [&lt;c0103c2f&gt;] dump_stack+0x19/0x1b
   [&lt;c012aa57&gt;] __lock_acquire+0x77a/0x9a3
   [&lt;c012af4a&gt;] lock_acquire+0x60/0x80
   [&lt;c034c6c2&gt;] __mutex_lock_slowpath+0xa7/0x20e
   [&lt;c034c845&gt;] mutex_lock+0x1c/0x1f
   [&lt;c0162edc&gt;] vfs_unlink+0x34/0x8a
   [&lt;cc891d98&gt;] nfsd_unlink+0x18f/0x1e2 [nfsd]
   [&lt;cc89884f&gt;] nfsd3_proc_remove+0x95/0xa2 [nfsd]
   [&lt;cc88f0d4&gt;] nfsd_dispatch+0xc0/0x178 [nfsd]
   [&lt;c033e84d&gt;] svc_process+0x3a5/0x5ed
   [&lt;cc88f5ba&gt;] nfsd+0x1a7/0x305 [nfsd]
   [&lt;c0101005&gt;] kernel_thread_helper+0x5/0xb

  =============================================
  [ INFO: possible recursive locking detected ]
  ---------------------------------------------
  nfsd/9580 is trying to acquire lock:
   (&amp;inode-&gt;i_mutex){--..}, at: [&lt;c034cc1d&gt;] mutex_lock+0x1c/0x1f

  but task is already holding lock:
   (&amp;inode-&gt;i_mutex){--..}, at: [&lt;c034cc1d&gt;] mutex_lock+0x1c/0x1f

  other info that might help us debug this:
  2 locks held by nfsd/9580:
   #0:  (hash_sem){..--}, at: [&lt;cc89522b&gt;] exp_readlock+0xd/0xf [nfsd]
   #1:  (&amp;inode-&gt;i_mutex){--..}, at: [&lt;c034cc1d&gt;] mutex_lock+0x1c/0x1f

  stack backtrace:
   [&lt;c0103508&gt;] show_trace_log_lvl+0x58/0x152
   [&lt;c0103b8b&gt;] show_trace+0xd/0x10
   [&lt;c0103c2f&gt;] dump_stack+0x19/0x1b
   [&lt;c012aa63&gt;] __lock_acquire+0x77a/0x9a3
   [&lt;c012af56&gt;] lock_acquire+0x60/0x80
   [&lt;c034ca9a&gt;] __mutex_lock_slowpath+0xa7/0x20e
   [&lt;c034cc1d&gt;] mutex_lock+0x1c/0x1f
   [&lt;cc892ad1&gt;] nfsd_setattr+0x2c8/0x499 [nfsd]
   [&lt;cc893ede&gt;] nfsd_create_v3+0x31b/0x4ac [nfsd]
   [&lt;cc8984a1&gt;] nfsd3_proc_create+0x128/0x138 [nfsd]
   [&lt;cc88f0d4&gt;] nfsd_dispatch+0xc0/0x178 [nfsd]
   [&lt;c033ec1d&gt;] svc_process+0x3a5/0x5ed
   [&lt;cc88f5ba&gt;] nfsd+0x1a7/0x305 [nfsd]
   [&lt;c0101005&gt;] kernel_thread_helper+0x5/0xb
  DWARF2 unwinder stuck at kernel_thread_helper+0x5/0xb
  Leftover inexact backtrace:
   [&lt;c0103b8b&gt;] show_trace+0xd/0x10
   [&lt;c0103c2f&gt;] dump_stack+0x19/0x1b
   [&lt;c012aa63&gt;] __lock_acquire+0x77a/0x9a3
   [&lt;c012af56&gt;] lock_acquire+0x60/0x80
   [&lt;c034ca9a&gt;] __mutex_lock_slowpath+0xa7/0x20e
   [&lt;c034cc1d&gt;] mutex_lock+0x1c/0x1f
   [&lt;cc892ad1&gt;] nfsd_setattr+0x2c8/0x499 [nfsd]
   [&lt;cc893ede&gt;] nfsd_create_v3+0x31b/0x4ac [nfsd]
   [&lt;cc8984a1&gt;] nfsd3_proc_create+0x128/0x138 [nfsd]
   [&lt;cc88f0d4&gt;] nfsd_dispatch+0xc0/0x178 [nfsd]
   [&lt;c033ec1d&gt;] svc_process+0x3a5/0x5ed
   [&lt;cc88f5ba&gt;] nfsd+0x1a7/0x305 [nfsd]
   [&lt;c0101005&gt;] kernel_thread_helper+0x5/0xb

Signed-off-by: Peter Zijlstra &lt;a.p.zijlstra@chello.nl&gt;
Cc: Neil Brown &lt;neilb@suse.de&gt;
Cc: Ingo Molnar &lt;mingo@elte.hu&gt;
Cc: Arjan van de Ven &lt;arjan@infradead.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] inode-diet: Eliminate i_blksize from the inode structure</title>
<updated>2006-09-27T15:26:18+00:00</updated>
<author>
<name>Theodore Ts'o</name>
<email>tytso@mit.edu</email>
</author>
<published>2006-09-27T08:50:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=ba52de123d454b57369f291348266d86f4b35070'/>
<id>ba52de123d454b57369f291348266d86f4b35070</id>
<content type='text'>
This eliminates the i_blksize field from struct inode.  Filesystems that want
to provide a per-inode st_blksize can do so by providing their own getattr
routine instead of using the generic_fillattr() function.

Note that some filesystems were providing pretty much random (and incorrect)
values for i_blksize.

[bunk@stusta.de: cleanup]
[akpm@osdl.org: generic_fillattr() fix]
Signed-off-by: "Theodore Ts'o" &lt;tytso@mit.edu&gt;
Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This eliminates the i_blksize field from struct inode.  Filesystems that want
to provide a per-inode st_blksize can do so by providing their own getattr
routine instead of using the generic_fillattr() function.

Note that some filesystems were providing pretty much random (and incorrect)
values for i_blksize.

[bunk@stusta.de: cleanup]
[akpm@osdl.org: generic_fillattr() fix]
Signed-off-by: "Theodore Ts'o" &lt;tytso@mit.edu&gt;
Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't include linux/config.h from anywhere else in include/</title>
<updated>2006-04-26T11:56:16+00:00</updated>
<author>
<name>David Woodhouse</name>
<email>dwmw2@infradead.org</email>
</author>
<published>2006-04-26T11:56:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=62c4f0a2d5a188f73a94f2cb8ea0dba3e7cf0a7f'/>
<id>62c4f0a2d5a188f73a94f2cb8ea0dba3e7cf0a7f</id>
<content type='text'>
Signed-off-by: David Woodhouse &lt;dwmw2@infradead.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: David Woodhouse &lt;dwmw2@infradead.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] mutex subsystem, semaphore to mutex: VFS, -&gt;i_sem</title>
<updated>2006-01-09T23:59:24+00:00</updated>
<author>
<name>Jes Sorensen</name>
<email>jes@sgi.com</email>
</author>
<published>2006-01-09T23:59:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=1b1dcc1b57a49136f118a0f16367256ff9994a69'/>
<id>1b1dcc1b57a49136f118a0f16367256ff9994a69</id>
<content type='text'>
This patch converts the inode semaphore to a mutex. I have tested it on
XFS and compiled as much as one can consider on an ia64. Anyway your
luck with it might be different.

Modified-by: Ingo Molnar &lt;mingo@elte.hu&gt;

(finished the conversion)

Signed-off-by: Jes Sorensen &lt;jes@sgi.com&gt;
Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch converts the inode semaphore to a mutex. I have tested it on
XFS and compiled as much as one can consider on an ia64. Anyway your
luck with it might be different.

Modified-by: Ingo Molnar &lt;mingo@elte.hu&gt;

(finished the conversion)

Signed-off-by: Jes Sorensen &lt;jes@sgi.com&gt;
Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Linux-2.6.12-rc2</title>
<updated>2005-04-16T22:20:36+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-04-16T22:20:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2'/>
<id>1da177e4c3f41524e886b7f1b8a0c1fc7321cac2</id>
<content type='text'>
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.

Let it rip!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.

Let it rip!
</pre>
</div>
</content>
</entry>
</feed>
