summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus'Trond Myklebust2006-03-217-30/+33
|\
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-03-201-0/+3
| |\
| | * [SPARC64]: Add SUN4V Hypervisor Console driver.David S. Miller2006-03-201-0/+3
| * | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-03-204-25/+15Star
| |\ \
| | * | Merge branch 'master'Jeff Garzik2006-03-201-0/+1
| | |\|
| | * | Merge branch 'upstream-fixes'Jeff Garzik2006-03-1111-10/+31
| | |\ \
| | * \ \ Merge branch 'upstream-fixes'Jeff Garzik2006-03-061-1/+1
| | |\ \ \
| | * | | | [PATCH] bonding: suppress duplicate packetsJay Vosburgh2006-03-042-0/+4
| | * | | | Merge branch 'upstream-fixes'Jeff Garzik2006-03-015-4/+9
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master'Jeff Garzik2006-02-272-3/+3
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'upstream-fixes'Jeff Garzik2006-02-248-8/+28
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'upstream-fixes'Jeff Garzik2006-02-1720-34/+96
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'viro'Jeff Garzik2006-02-0915-11/+19
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'master'Jeff Garzik2006-02-071-1/+3
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'master'Jeff Garzik2006-02-0758-157/+351
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | [PATCH] mv643xx_eth: Clean up platform_data configurationDale Farnsworth2006-01-271-16/+8Star
| | * | | | | | | | | | | [PATCH] mv643xx_eth: use MII library for ethtool functionsJames Chapman2006-01-271-0/+3
| | * | | | | | | | | | | Merge branch 'upstream-fixes'Jeff Garzik2006-01-2720-41/+82
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'upstream-fixes'Jeff Garzik2006-01-188-49/+10Star
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | [PATCH] drivers/net/arcnet/: possible cleanupsAdrian Bunk2006-01-171-9/+0Star
| * | | | | | | | | | | | | | Merge branch 'block-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2006-03-202-5/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | [PATCH] fix rmmod problems with elevator attributes, clean them upAl Viro2006-03-191-7/+7
| | * | | | | | | | | | | | | [PATCH] elevator_t lifetime rules and sysfs fixesAl Viro2006-03-191-1/+8
| | * | | | | | | | | | | | | [PATCH] fix sysfs interaction and lifetime rules handling for queuesAl Viro2006-03-191-3/+3
| | * | | | | | | | | | | | | [PATCH] stop elv_unregister() from rogering other iosched's data, fix lockingAl Viro2006-03-191-0/+1
| | * | | | | | | | | | | | | [PATCH] make cfq_exit_queue() prune the cfq_io_context for that queueAl Viro2006-03-191-0/+2
| | * | | | | | | | | | | | | [PATCH] keep sync and async cfq_queue separateAl Viro2006-03-191-1/+1
| | | |_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | |
* | | | | | | | | | | | | | LOCKD: Make nlmsvc_traverse_shares return voidJ. Bruce Fields2006-03-211-1/+1
* | | | | | | | | | | | | | LOCKD: nlmsvc_traverse_blocks return is unusedJ. Bruce Fields2006-03-211-1/+1
* | | | | | | | | | | | | | SUNRPC,RPCSEC_GSS: fix krb5 sequence numbers.J. Bruce Fields2006-03-211-0/+2
* | | | | | | | | | | | | | NFS: Fix a race in nfs_sync_inode()Trond Myklebust2006-03-201-6/+4Star
* | | | | | | | | | | | | | SUNRPC: Fix a 'Busy inodes' error in rpc_pipefsTrond Myklebust2006-03-202-0/+3
* | | | | | | | | | | | | | lockd: Add helper for *_RES callbacksTrond Myklebust2006-03-201-0/+1
* | | | | | | | | | | | | | NLM: Add nlmclnt_release_callTrond Myklebust2006-03-201-4/+6
* | | | | | | | | | | | | | NLM: Simplify client locksTrond Myklebust2006-03-201-4/+3Star
* | | | | | | | | | | | | | lockd: stop abusing file_lock_listChristoph Hellwig2006-03-203-9/+3Star
* | | | | | | | | | | | | | lockd: Clean up of the server-side GRANTED codeTrond Myklebust2006-03-201-2/+0Star
* | | | | | | | | | | | | | lockd: Add refcounting to struct nlm_blockTrond Myklebust2006-03-201-1/+2
* | | | | | | | | | | | | | NFS: Uninline nfs_writedata_(alloc|free) and nfs_readdata_(alloc|free)Trond Myklebust2006-03-201-63/+4Star
* | | | | | | | | | | | | | nfs: Use UNSTABLE + COMMIT for NFS O_DIRECT writesTrond Myklebust2006-03-201-0/+1
* | | | | | | | | | | | | | NFS: Make nfs_commit_alloc() externTrond Myklebust2006-03-201-0/+5
* | | | | | | | | | | | | | NFS: make direct write path generate write requests concurrentlyChuck Lever2006-03-201-0/+2
* | | | | | | | | | | | | | NFS: Cleanup of NFS read codeTrond Myklebust2006-03-202-3/+3
* | | | | | | | | | | | | | NFS: Cleanup of NFS write code in preparation for asynchronous o_directTrond Myklebust2006-03-202-8/+2Star
* | | | | | | | | | | | | | lockd: Remove FL_LOCKD flagJ. Bruce Fields2006-03-201-1/+0Star
* | | | | | | | | | | | | | locks,lockd: fix race in nlmsvc_testlockAndy Adamson2006-03-201-1/+1
* | | | | | | | | | | | | | locks: remove unused posix_block_lockAndy Adamson2006-03-201-1/+0Star
* | | | | | | | | | | | | | SUNRPC: eliminate rpc_call()Chuck Lever2006-03-202-15/+0Star
* | | | | | | | | | | | | | SUNRPC: display human-readable procedure name in rpc_iostats outputChuck Lever2006-03-201-0/+2
* | | | | | | | | | | | | | SUNRPC: provide a mechanism for collecting stats in the RPC clientChuck Lever2006-03-202-1/+79