summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Automatic merge with /usr/src/ntfs-2.6.git.Anton Altaparmakov2005-06-231658-45697/+90106
|\
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2005-06-222-5/+4
| |\
| | * [PATCH] driver core: Fix up the device_attach() error handling in bus_add_dev...Greg Kroah-Hartman2005-06-221-3/+2
| | * [PATCH] USB: fix hid core to return proper error code from probeStelian Pop2005-06-221-2/+2
| * | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-06-2217-482/+921
| |\ \ | | |/ | |/|
| | * [LTPC]: Replace schedule_timeout() with ssleep()/msleep()Nishanth Aravamudan2005-06-221-4/+2
| | * [X25]: Fast select with no restriction on responseShaun Pereira2005-06-225-16/+86
| | * [X25]: Selective sub-address matching with call user data.Shaun Pereira2005-06-224-45/+59
| | * [EBTABLES]: vfree() checking cleanupsJames Lamanna2005-06-221-14/+7
| | * [ATALK] aarp: replace schedule_timeout() with msleep()Nishanth Aravamudan2005-06-221-4/+3
| | * [IPV4]: Fix route.c gcc4 warningsChuck Short2005-06-221-4/+4
| | * [NETPOLL]: allow multiple netpoll_clients to register against one interfaceJeff Moyer2005-06-222-13/+41
| | * [NETPOLL]: Introduce a netpoll_info structJeff Moyer2005-06-223-29/+57
| | * [NETPOLL]: Set poll_owner to -1 before unlocking in netpoll_poll_unlock()Jeff Moyer2005-06-221-1/+1
| | * [NET]: dont use strlen() but the result from a prior sprintf()Eric Dumazet2005-06-221-2/+1
| | * [CRYPTO]: Use CPU cycle counters in tcryptHerbert Xu2005-06-221-21/+95
| | * [CRYPTO]: Use template keys for speed tests if possibleHerbert Xu2005-06-221-22/+57
| | * [CRYPTO]: Add cipher speed testsHarald Welte2005-06-222-4/+222
| | * [CRYPTO]: Kill unnecessary strncpy from tcryptHerbert Xu2005-06-221-5/+5
| | * [CRYPTO]: White space and coding style clean up in tcryptHerbert Xu2005-06-222-354/+336
| | * [NETFILTER]: Fix "iptables -D" rule deletion with ipt_CLUSTERIP target.Harald Welte2005-06-221-1/+2
| | * [NETFILTER]: Fix handling of ICMP packets (RELATED) in ipt_CLUSTERIP target.Harald Welte2005-06-221-1/+1
| * | [PATCH] boot_pageset must not be freed.Christoph Lameter2005-06-221-2/+9
| * | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-06-2210-72/+86
| |\ \
| | * | [PATCH] ARM: Remove explicit page-alignments in memory initRussell King2005-06-221-13/+6
| | * | [PATCH] ARM: Ensure memory information is page alignedRussell King2005-06-221-9/+16
| | * | [PATCH] ARM: Use list_for_each_entry() for dmabounceRussell King2005-06-221-13/+5
| | * | [PATCH] ARM: Factor out common pmd_populate functionalityRussell King2005-06-221-15/+9
| | * | [PATCH] ARM: Move signal return code into vector pageRussell King2005-06-223-10/+40
| | * | [PATCH] ARM: Allow clps7500 to build without parsing "acorn" tagRussell King2005-06-221-0/+2
| | * | [PATCH] ARM: Allow riscpc to parse "acorn" boot info tagRussell King2005-06-221-6/+1
| | * | [PATCH] ARM: Fix sa1111.c build error caused by klist changesRussell King2005-06-221-6/+7
| * | | Merge rsync://client.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2005-06-2268-1004/+4135
| |\ \ \
| | * | | [PATCH] NFS: Add debugging code to NFSv4 readdirTrond Myklebust2005-06-222-0/+23
| | * | | [PATCH] NFSv4: Map a couple of NFSv4 errors to EINVAL.Manoj Naik2005-06-221-0/+2
| | * | | [PATCH] NFSv4: add support for rdattr_error in NFSv4 readdir requests.Manoj Naik2005-06-221-7/+17
| | * | | [PATCH] NFSv4: Clean up nfs4 lock state accountingTrond Myklebust2005-06-225-144/+118
| | * | | [PATCH] NLM: fix a client-side race on blocking locks.Trond Myklebust2005-06-223-50/+96
| | * | | [PATCH] NLM: cleanup for blocked locks.Trond Myklebust2005-06-221-12/+6
| | * | | [PATCH] VFS: Ensure that all the on-stack struct file_lock call fl_release_pr...Trond Myklebust2005-06-221-0/+6
| | * | | [PATCH] NFS: Replace nfs_page insertion sort with a radix sortTrond Myklebust2005-06-225-74/+107
| | * | | [PATCH] NFS: Make searching and waiting on busy writeback requests more effic...Trond Myklebust2005-06-224-18/+45
| | * | | [PATCH] NFS: Write optimization for short files and small O_SYNC writes.Trond Myklebust2005-06-221-3/+11
| | * | | [PATCH] NFS: Ensure that fstat() always returns the correct mtimeTrond Myklebust2005-06-223-14/+39
| | * | | [PATCH] NFS: Cleanup of caching code, and slight optimization of writes.Trond Myklebust2005-06-223-18/+39
| | * | | [PATCH] NFS: Fix the file size revalidationTrond Myklebust2005-06-224-55/+21
| | * | | [PATCH] NFSv4: Fix up races in nfs4_proc_setattr()Trond Myklebust2005-06-221-36/+19
| | * | | [PATCH] NFSv4: Ensure that propagate NFSv4 state errors to the reclaim codeTrond Myklebust2005-06-221-11/+40
| | * | | [PATCH] NFS: Clean up readdir changes.Trond Myklebust2005-06-223-39/+48
| | * | | [PATCH] NFS: Hide NFS server-generated readdir cookies from userlandOlivier Galibert2005-06-223-24/+95
OpenPOWER on IntegriCloud