- Updated to 3.4-rc1.
[linux-flexiantxendom0-3.2.10.git] / net / sunrpc / sched.c
2012-04-09 Jeff Mahoney- Updated to 3.4-rc1.
2012-03-19 Trond MyklebustSUNRPC: We must not use list_for_each_entry_safe()...
2012-02-15 Trond MyklebustSUNRPC: Ensure that we can trace waitqueues when !defin...
2012-02-07 Jeff Mahoney- Update to 3.3-rc2.
2012-02-01 Trond MyklebustSUNRPC: Add trace events to the sunrpc subsystem
2012-02-01 Trond MyklebustSUNRPC: Fix potential races in xprt_lock_write_next()
2012-01-02 Jeff Mahoney- Updated to 3.2-rc7.
2011-12-21 Rafael J. WysockiMerge branch 'master' into pm-sleep
2011-12-06 Jeff LaytonFreezer / sunrpc / NFS: don't allow TASK_KILLABLE sleep...
2011-12-01 Trond MyklebustSUNRPC: Fix the execution time statistics in the face...
2011-11-07 NeilBrownsunrpc: wake up SOFTCONN tasks when a connection error...
2011-07-17 Trond MyklebustSUNRPC: Allow caller of rpc_sleep_on() to select priori...
2011-07-08 Trond MyklebustSUNRPC: Fix a race between work-queue and rpc_killall_tasks
2011-06-15 Trond MyklebustNLM: Don't hang forever on NLM unlock requests
2011-03-27 OGAWA HirofumiNFS: Ensure that rpc_release_resources_task() can be...
2011-03-18 Linus TorvaldsMerge branch 'nfs-for-2.6.39' of git://git.linux-nfs...
2011-03-17 Trond MyklebustSUNRPC: Ensure we always run the tk_callback before...
2011-03-16 Linus TorvaldsMerge branch 'for-2.6.39' of git://git./linux/kernel...
2011-03-15 Jeff Mahoney- Update to 2.6.38.
2011-03-11 Fred IsamanRPC: clarify rpc_run_task error handling
2011-03-11 Fred IsamanRPC: remove check for impossible condition in rpc_make_...
2011-03-10 Trond MyklebustSUNRPC: Close a race in __rpc_wait_for_completion_task()
2011-01-25 Tejun Heoworkqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUER
2010-11-12 Jeff Mahoney- Update to 2.6.37-rc1.
2010-10-25 Linus TorvaldsMerge branch 'nfs-for-2.6.37' of git://git.linux-nfs...
2010-09-23 Eric Dumazetnet: return operator cleanup
2010-09-21 Trond MyklebustSUNRPC: Convert rpciod to use the alloc_workqueue(...
2010-08-18 Jeff Mahoney- Update to 2.6.36-rc1.
2010-08-04 Trond MyklebustSUNRPC: Reduce asynchronous RPC task stack usage
2010-08-04 Trond MyklebustSUNRPC: Move the bound cred to struct rpc_rqst
2010-08-04 Trond MyklebustSUNRPC: Move remaining RPC client related task initiali...
2010-08-04 Trond MyklebustSUNRPC: Ensure that rpc_exit() always wakes up a sleepi...
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-14 Trond MyklebustSUNRPC: Remove the 'tk_magic' debugging field
2010-05-14 Chuck LeverSUNRPC: Replace jiffies-based metrics with ktime-based...
2010-05-14 Trond MyklebustSUNRPC: Cleanup - make rpc_new_task() call rpc_release_...
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2009-12-15 Alexandros Batsakisnfs: enforce FIFO ordering of operations trying to...
2009-12-15 Alexandros Batsakisrpc: add rpc_queue_empty function
2009-11-27 Suresh Jayaraman- Rebase Swap-over-NFS(SoN) patches:
2009-09-10 Benny Halevynfsd41: sunrpc: move struct rpc_buffer def into sunrpc.h
2009-07-12 Alexey Dobriyanheaders: smp_lock.h redux
2009-06-17 Andy Adamsonnfs41: sunrpc: Export the call prepare state for sessio...
2009-03-24 Jeff Mahoney- Update to 2.6.29-final.
2009-03-11 Trond MyklebustSUNRPC: Tighten up the task locking rules in __rpc_exec...
2008-10-08 Suresh Jayaraman- Refreshed to -v19 of swap over nfs patchset.
2008-09-29 Jiri Kosina- disabled Swap-over-NFS patches, as they cause kernel...
2008-09-26 Suresh Jayaraman- Add Swap over NFS patchset.
2008-07-15 Trond MyklebustSUNRPC: Remove the BKL from the callback functions
2008-07-09 \\\"J. Bruce Fields\\\rpc: minor cleanup of scheduler callback code
2008-03-14 Trond MyklebustSUNRPC: Clean up rpcauth_bindcred()
2008-03-14 Trond MyklebustSUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDS
2008-02-29 Trond MyklebustSUNRPC: Remove now-redundant RCU-safe rpc_task free...
2008-02-29 Trond MyklebustSUNRPC: Eliminate the now-redundant rpc_start_wakeup()
2008-02-29 Trond MyklebustSUNRPC: Switch tasks to using the rpc_waitqueue's timer...
2008-02-29 Trond MyklebustSUNRPC: Add a timer function to wait queues.
2008-02-29 Trond MyklebustSUNRPC: Add a (empty for the moment) destructor for...
2008-02-26 Trond MyklebustSUNRPC: Run rpc timeout functions as callbacks instead...
2008-02-26 Trond MyklebustSUNRPC: Convert users of rpc_wake_up_task to use rpc_wa...
2008-02-26 Trond MyklebustSUNRPC: Add a new helper rpc_wake_up_queued_task()
2008-02-26 Trond MyklebustSUNRPC: Clean up rpc_run_timer()
2008-02-26 Trond MyklebustSUNRPC: Allow the rpc_release() callback to be run...
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-02-01 Linus TorvaldsMerge branch 'task_killable' of git://git./linux/kernel...
2008-01-30 Trond MyklebustSUNRPC: Cleanup to remove the last users of the RPC_WAI...
2008-01-30 Trond MyklebustSUNRPC: Unexport rpc_init_task() and rpc_execute()
2008-01-30 Trond MyklebustSUNRPC: allow the caller of rpc_run_task to preallocate...
2008-01-30 Trond MyklebustSUNRPC: Allow rpc_init_task() to initialise the rpc_tas...
2008-01-30 Trond MyklebustSUNRPC: Clean up the initialisation of priority queue...
2008-01-30 Trond MyklebustSUNRPC: Cleanup of rpc_task initialisation
2008-01-30 Trond MyklebustSUNRPC: Restrict sunrpc client exports
2008-01-30 Trond MyklebustSUNRPC: Move exported declarations to the function...
2008-01-28 Pavel Emelyanov[NET]: Convert init_timer into setup_timer
2007-12-06 Matthew WilcoxNFS: Switch from intr mount option to TASK_KILLABLE
2007-11-07 Jeff Mahoney-rc2 for real this time. ;)
2007-10-19 Pavel EmelyanovUse helpers to obtain task pid in printks
2007-10-09 \"Talpey, Thomas\SUNRPC: add EXPORT_SYMBOL_GPL for generic transport...
2007-08-07 Trond MyklebustSUNRPC: Fix a race in rpciod_down()
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-11 Trond MyklebustSUNRPC: clean up rpc_call_async/rpc_call_sync/rpc_run_task
2007-07-11 Trond MyklebustSUNRPC: Move rpc_register_client and friends into net...
2007-07-11 Trond MyklebustSUNRPC: Make create_client() take a reference to the...
2007-07-11 Trond MyklebustSUNRPC: Optimise rpciod_up()
2007-07-11 Trond MyklebustSUNRPC: Kill rpc_clnt->cl_oneshot
2007-07-11 Trond MyklebustSUNRPC: Convert rpc_clnt->cl_users to a kref
2007-07-11 Trond MyklebustSUNRPC: Clean up tk_pid allocation and make it lockless
2007-07-11 Trond MyklebustSUNRPC: Add a per-rpc_clnt spinlock
2007-07-11 Trond MyklebustSUNRPC: Move rpc_task->tk_task list into struct rpc_clnt
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
2007-05-14 Christoph HellwigSUNRPC: remove dead variable 'rpciod_running'
2007-05-09 Peter Zijlstrasunrpc: fix crash in rpc_malloc()
2007-05-09 Chuck LeverSUNRPC: Fix pointer arithmetic bug recently introduced...
2007-05-08 Geert UytterhoevenFix sunrpc warning noise
2007-05-01 Chuck LeverSUNRPC: Eliminate side effects from rpc_malloc
2007-02-13 Trond MyklebustMerge branch 'master' of /home/trondmy/kernel/linux...
2007-02-11 YOSHIFUJI Hideaki[NET] SUNRPC: Fix whitespace errors.
2007-02-03 Chuck LeverSUNRPC: fix print format for tk_pid
2007-02-03 Trond MyklebustRPC: Clean up rpc_execute...
2007-01-24 Trond Myklebust[PATCH] NFS: Fix Oops in rpc_call_sync()
2006-12-07 Trond MyklebustMerge branch 'master' of /home/trondmy/kernel/linux...
next