aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-30x86: nuke a ton of dead hpet codeThomas Gleixner1-3/+0
2008-01-30x86: move pmtmr related declarationsThomas Gleixner1-0/+2
2008-01-30x86: clean up arch/x86/ia32/sys_ia32.cThomas Gleixner1-0/+4
2008-01-30time: track accurate idle time with tick_sched.idle_sleeptimeVenki Pallipadi1-0/+6
2008-01-30x86: assign IRQs to HPET timersBalaji Rao1-1/+1
2008-01-30clocksource: add unregister function to disable unusable clocksourcesThomas Gleixner1-0/+1
2008-01-30clocksource: make CLOCKSOURCE_MASK bullet-proofAtsushi Nemoto1-1/+1
2008-01-30time: clean hungarian notation from timersPavel Machek1-3/+3
2008-01-30nfs: convert NFS_*(inode) helpers to static inlineBenny Halevy1-18/+58
2008-01-30nfs: obliterate NFS_FLAGS macroBenny Halevy1-3/+2
2008-01-30SUNRPC: Use appropriate argument types in rpcb clientChuck Lever1-1/+1
2008-01-30NFS: NFS version number is unsignedChuck Lever1-1/+1
2008-01-30NLM: Introduce an arguments structure for nlmclnt_init()Chuck Lever1-5/+14
2008-01-30NLM/NFS: Use cached nlm_host when calling nlmclnt_proc()Chuck Lever1-1/+2
2008-01-30NFS: Invoke nlmclnt_init during NFS mount processingChuck Lever1-0/+2
2008-01-30NLM: Introduce external nlm_host set-up and tear-down functionsChuck Lever1-0/+7
2008-01-30SUNRPC: fewer conditionals in the format_ip_address routinesChuck Lever2-2/+2
2008-01-30NFS: Fix the 'proto=' mount optionTrond Myklebust1-0/+1
2008-01-30NFS: Support per-mountpoint timeout parameters.Trond Myklebust1-2/+0
2008-01-30SUNRPC: Add support for per-client timeout valuesTrond Myklebust2-3/+4
2008-01-30SUNRPC: Clean up the transport timeout initialisationTrond Myklebust1-5/+0
2008-01-30NFSv4: Add socket proto argument to setclientidTrond Myklebust1-1/+1
2008-01-30NFS: Expand server address storage in nfs_client structChuck Lever1-1/+2
2008-01-30NFS: Increase size of cl_ipaddr field to hold IPv6 addressesChuck Lever1-1/+1
2008-01-30NFS: Ensure NFSv4 SETCLIENTID send buffer is large enoughChuck Lever1-6/+7
2008-01-30SUNRPC: Move universal address definitions to global headerChuck Lever1-0/+39
2008-01-30NFS: Remove the redundant nfs_client->cl_nfsversionTrond Myklebust1-1/+0
2008-01-30NFS: define a function to update nfsi->cache_change_attributeTrond Myklebust1-0/+1
2008-01-30SUNRPC: Remove the obsolete RPC_WAITQ macroTrond Myklebust1-23/+0
2008-01-30SUNRPC: Unexport rpc_init_task() and rpc_execute()Trond Myklebust1-1/+0
2008-01-30SUNRPC: allow the caller of rpc_run_task to preallocate the struct rpc_taskTrond Myklebust1-0/+1
2008-01-30SUNRPC: Remove the now unused function rpc_call_setup()Trond Myklebust1-1/+0
2008-01-30NFS: Clean up the (commit|read|write)_setup() callback routinesTrond Myklebust1-3/+3
2008-01-30SUNRPC: Add a helper rpc_call_start() that initialises task->tk_actionTrond Myklebust1-1/+1
2008-01-30SUNRPC: Clean up the initialisation of priority queue scheduling info.Trond Myklebust1-8/+9
2008-01-30SUNRPC: Clean up rpc_run_taskTrond Myklebust1-2/+1
2008-01-30SUNRPC: Cleanup of rpc_task initialisationTrond Myklebust2-6/+10
2008-01-30SUNRPC: Rename xprt_disconnect()Trond Myklebust1-1/+1
2008-01-30SUNRPC: Allow the client to detect if the TCP connection is closedTrond Myklebust1-0/+1
2008-01-30SUNRPC: Fix a race in xs_tcp_state_change()Trond Myklebust1-0/+1
2008-01-30NFS: Stop sillyname renames and unmounts from racingSteve Dickson1-0/+6
2008-01-30NFS: Clean up the write request locking.Trond Myklebust1-12/+1
2008-01-29Fix blktrace compile warningMartin K. Petersen1-3/+3
2008-01-29block: fix warning on compile with CONFIG_BLOCKJens Axboe1-0/+1
2008-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.25Linus Torvalds79-527/+1672
2008-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds9-73/+89
2008-01-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-9/+13
2008-01-29module: make module_address_lookup safeRusty Russell1-9/+13
2008-01-28jbd2: add lockdep supportMingming Cao1-0/+4
2008-01-29ext4: Add multi block allocator for ext4Alex Tomas3-1/+131