- 21 Sep, 2004 3 commits
-
-
Richard Russon authored
into flatcap.org:/home/flatcap/backup/bk/ntfs-2.6-devel
-
Anton Altaparmakov authored
ntfs_attr_{{re,}init,get,put}_search_ctx() as well as the type attr_search_context to ntfs_attr_search_ctx. Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
-
Anton Altaparmakov authored
find_external_attr() to ntfs_external_attr_find() to cleanup the namespace a bit and to be more consistent with libntfs. Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
-
- 20 Sep, 2004 4 commits
-
-
Richard Russon authored
into flatcap.org:/home/flatcap/backup/bk/ntfs-2.6-devel
-
David S. Miller authored
sizeof(ptr) --> sizeof(*ptr) Signed-off-by: David S. Miller <davem@davemloft.net>
-
David S. Miller authored
In particular, handle init_task backtraces. Signed-off-by: David S. Miller <davem@davemloft.net>
-
Linus Torvalds authored
-
- 21 Sep, 2004 1 commit
-
-
Dave Airlie authored
Another issue from the macro conversion. Signed-off-by: Dave Airlie <airlied@linux.ie>
-
- 20 Sep, 2004 2 commits
-
-
Javier Achirica authored
-
François Romieu authored
Default to disabling PCI DAC as this option appears unsafe on amd64 (original suggestion by Hans-Frieder Vogt <hfvogt@arcor.de>). The driver will typically report PCI System error when something goes wrong. The relevant interrupt is not masked any more and the driver can thus be disabled. Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
-
- 19 Sep, 2004 1 commit
-
-
Russell King authored
Block wants the queue spinlock and interrupts disabled for blk_stop_queue() and blk_start_queue().
-
- 18 Sep, 2004 9 commits
-
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
bk://bk.arm.linux.org.uk/linux-2.6-mmcLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Russell King authored
-
Russell King authored
Now that the raw CSD and CID information are available in mmc_card, there's little point not passing the mmc_card structure into the decode functions themselves. This will be necessary, since there's several different formats of CID decode, and the format appears to depend on data in the CSD. If we are unable to decode the CID or CSD, we can mark the card bad and refuse to bind it to any drivers. Users can then retrieve the raw undecoded CID and CSD from sysfs for debugging purposes.
-
Russell King authored
-
Russell King authored
-
Russell King authored
Save the raw CID information, and use this to match cards with their corresponding mmc_card structure. Different protocol revisions have different CID formats.
-
Linus Torvalds authored
-
Nick Piggin authored
A required unlock_page will be missed in a very rare (but possible) race condition. Acked by Hugh, who says: It'll be hard to hit because of the additional page_mapped test above, with truncate unmapping ptes from mms before it advances to removing pages from cache; but nothing to prevent it happening. Signed-off-by: Nick Piggin <nickpiggin@yahoo.com.au> Signed-off-by: Hugh Dickins <hugh@veritas.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
- 17 Sep, 2004 20 commits
-
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.6
-
Russell King authored
-
Herbert Xu authored
There is a thinko in the allocation for the devindex hash. We're only giving it 8 elements when it should be 1<<8 elements. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
-
David S. Miller authored
If you modload then unload a network device, without creating any ipv4 routes, it is possible for the laddr hash to be not allocated yet in fib_semantics. Signed-off-by: David S. Miller <davem@davemloft.net>
-
Richard Russon authored
into flatcap.org:/home/flatcap/backup/bk/ntfs-2.6-devel
-
David S. Miller authored
Simplified from 2 patches by Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
-
Andrew Morton authored
From: Thierry Vignaud <tvignaud@mandrakesoft.com> The GDRVINFO command of the ETHTOOL ioctl returns a bogus driver name. Signed-off-by: Andrew Morton <akpm@osdl.org>
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Linus Torvalds authored
They just meant that the __iomem annotation couldn't shine through.
-
Linus Torvalds authored
-
Linus Torvalds authored
Required for the recent removal of LARGE_PAGE_SHIFT.
-
Trond Myklebust authored
Signed-off-by: Trond Myklebust <trond.myklebust@fys.uio.no> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Linus Torvalds authored
It is unused and obsolete. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
William Lee Irwin III authored
Resolves the framebuffer errors on some older sparc32s (we triggered it on a SparcStation 2). Signed-off-by: William Irwin <wli@holomorphy.com> Signed-off-by: Tom 'spot' Callaway <tcallawa@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Andrew Morton authored
It is unused and obsolete. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Robin Holt authored
This patch fixes the direct I/O return value for reiserfs writes to be ssize_t instead of int. Signed-off-by: Robin Holt <holt@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Robin Holt authored
This patch makes the return from the write() syscall actually an ssize_t instead of an int. Signed-off-by: Robin Holt <holt@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-