Age | Commit message (Expand) | Author | Files | Lines |
2025-03-28 | SUNRPC: Don't allow waiting for exiting tasks | Trond Myklebust | 1 | -0/+2 |
2025-02-19 | SUNRPC: Prevent looping due to rpc_signal_task() races | Trond Myklebust | 1 | -2/+0 |
2024-07-18 | SUNRPC: Fix a race to wake a sync task | Benjamin Coddington | 1 | -1/+3 |
2023-05-19 | SUNRPC: Don't change task->tk_status after the call to rpc_exit_task | Trond Myklebust | 1 | -3/+2 |
2023-04-19 | SUNRPC: remove the maximum number of retries in call_bind_status | Dai Ngo | 1 | -1/+0 |
2022-10-13 | Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -15/+36 |
2022-10-06 | SUNRPC: Add a helper to allow pNFS drivers to selectively cancel RPC calls | Trond Myklebust | 1 | -0/+11 |
2022-10-06 | SUNRPC: Fix races with rpc_killall_tasks() | Trond Myklebust | 1 | -15/+25 |
2022-09-07 | freezer,sched: Rewrite core freezer logic | Peter Zijlstra | 1 | -7/+5 |
2022-07-10 | SUNRPC: Fix an RPC/RDMA performance regression | Trond Myklebust | 1 | -0/+1 |
2022-04-07 | SUNRPC: Handle allocation failure in rpc_new_task() | Trond Myklebust | 1 | -0/+5 |
2022-03-22 | NFS: Fix memory allocation in rpc_alloc_task() | Trond Myklebust | 1 | -3/+7 |
2022-03-22 | NFS: Fix memory allocation in rpc_malloc() | Trond Myklebust | 1 | -7/+14 |
2022-03-13 | SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC | NeilBrown | 1 | -3/+17 |
2022-03-13 | SUNRPC: remove scheduling boost for "SWAPPER" tasks. | NeilBrown | 1 | -7/+0 |
2022-03-13 | SUNRPC/call_alloc: async tasks mustn't block waiting for memory | NeilBrown | 1 | -1/+3 |
2022-02-25 | SUNRPC: Convert GFP_NOFS to GFP_KERNEL | Trond Myklebust | 1 | -2/+2 |
2021-10-20 | SUNRPC: Trace calls to .rpc_call_done | Chuck Lever | 1 | -0/+1 |
2021-10-10 | SUNRPC: Per-rpc_clnt task PIDs | Chuck Lever | 1 | -2/+10 |
2021-10-03 | SUNRPC: Remove WQ_HIGHPRI from xprtiod | Trond Myklebust | 1 | -2/+1 |
2021-10-03 | SUNRPC: Add cond_resched() at the appropriate point in __rpc_execute() | Trond Myklebust | 1 | -1/+3 |
2021-06-28 | SUNRPC: Should wake up the privileged task firstly. | Zhang Xiaoxu | 1 | -0/+9 |
2021-06-28 | SUNRPC: Fix the batch tasks count wraparound. | Zhang Xiaoxu | 1 | -1/+2 |
2021-03-08 | SUNRPC: Set memalloc_nofs_save() for sync tasks | Benjamin Coddington | 1 | -1/+4 |
2020-12-02 | SUNRPC: rpc_wake_up() should wake up tasks in the correct order | Trond Myklebust | 1 | -30/+35 |
2020-09-21 | SUNRPC: Remove remaining dprintks from sched.c | Chuck Lever | 1 | -10/+0 |
2020-09-21 | SUNRPC: Remove dprintk call sites in RPC queuing functions | Chuck Lever | 1 | -21/+1 |
2020-09-21 | SUNRPC: Clean up RPC scheduler tracepoints | Chuck Lever | 1 | -12/+3 |
2020-09-21 | SUNRPC: Remove debugging instrumentation from xprt_release | Chuck Lever | 1 | -3/+0 |
2020-09-21 | SUNRPC: Hoist trace_xprtrdma_op_allocate into generic code | Chuck Lever | 1 | -2/+0 |
2020-04-04 | SUNRPC: Don't start a timer on an already queued rpc task | Trond Myklebust | 1 | -6/+13 |
2020-03-16 | SUNRPC: Add a flag to avoid reference counts on credentials | Trond Myklebust | 1 | -1/+2 |
2020-01-15 | SUNRPC: Capture signalled RPC tasks | Chuck Lever | 1 | -1/+3 |
2019-11-22 | SUNRPC: Capture completion of all RPC tasks | Chuck Lever | 1 | -0/+1 |
2019-11-06 | SUNRPC: Avoid RPC delays when exiting suspend | Trond Myklebust | 1 | -1/+1 |
2019-09-17 | SUNRPC: RPC level errors should always set task->tk_rpc_status | Trond Myklebust | 1 | -1/+4 |
2019-08-20 | SUNRPC: Remove rpc_wake_up_queued_task_on_wq() | Chuck Lever | 1 | -23/+4 |
2019-07-12 | SUNRPC: Fix transport accounting when caller specifies an rpc_xprt | Trond Myklebust | 1 | -1/+2 |
2019-07-12 | Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux... | Trond Myklebust | 1 | -0/+1 |
2019-07-09 | xprtrdma: Modernize ops->connect | Chuck Lever | 1 | -0/+1 |
2019-07-06 | Merge branch 'bh-remove' | Trond Myklebust | 1 | -31/+41 |
2019-07-06 | SUNRPC: Move call to rpc_count_iostats before rpc_call_done | Dave Wysochanski | 1 | -0/+5 |
2019-07-06 | SUNRPC: Remove the bh-safe lock requirement on the rpc_wait_queue->lock | Trond Myklebust | 1 | -25/+25 |
2019-07-06 | SUNRPC: Replace the queue timer with a delayed work function | Trond Myklebust | 1 | -10/+20 |
2019-06-21 | Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE" | Anna Schumaker | 1 | -3/+1 |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
2019-04-25 | SUNRPC: Declare RPC timers as TIMER_DEFERRABLE | Trond Myklebust | 1 | -1/+3 |
2019-04-25 | SUNRPC: Simplify queue timeouts using timer_reduce() | Trond Myklebust | 1 | -4/+2 |
2019-04-25 | SUNRPC: Fix up tracking of timeouts | Trond Myklebust | 1 | -0/+14 |
2019-04-25 | SUNRPC: Add function rpc_sleep_on_timeout() | Trond Myklebust | 1 | -13/+56 |
2019-04-25 | SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority() | Trond Myklebust | 1 | -4/+3 |
2019-04-25 | SUNRPC: Refactor rpc_sleep_on() | Trond Myklebust | 1 | -16/+24 |
2019-04-25 | SUNRPC: Fix up task signalling | Trond Myklebust | 1 | -5/+23 |
2019-03-09 | SUNRPC: Remove redundant calls to RPC_IS_QUEUED() | Trond Myklebust | 1 | -2/+1 |
2019-03-02 | SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpc | Trond Myklebust | 1 | -5/+2 |
2019-02-20 | SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobs | Trond Myklebust | 1 | -0/+7 |
2018-12-19 | NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'. | NeilBrown | 1 | -1/+1 |
2018-12-19 | SUNRPC: add side channel to use non-generic cred for rpc call. | NeilBrown | 1 | -0/+3 |
2018-09-30 | SUNRPC: Fix priority queue fairness | Trond Myklebust | 1 | -55/+54 |
2018-09-30 | SUNRPC: Test whether the task is queued before grabbing the queue spinlocks | Trond Myklebust | 1 | -0/+4 |
2018-09-30 | SUNRPC: Add a helper to wake up a sleeping rpc_task and set its status | Trond Myklebust | 1 | -10/+55 |
2018-04-10 | sunrpc: Simplify synopsis of some trace points | Chuck Lever | 1 | -5/+5 |
2018-02-08 | fix parallelism for rpc tasks | Olga Kornievskaia | 1 | -1/+1 |
2018-02-07 | Make the xprtiod workqueue unbounded. | Trond Myklebust | 1 | -1/+1 |
2018-02-07 | SUNRPC: Queue latency-sensitive socket tasks to xprtiod | Trond Myklebust | 1 | -0/+12 |
2018-01-23 | SUNRPC: Micro-optimize __rpc_execute | Chuck Lever | 1 | -13/+11 |
2018-01-23 | SUNRPC: task_run_action should display tk_callback | Chuck Lever | 1 | -1/+1 |
2017-11-17 | Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -2/+1 |
2017-11-17 | sunrpc: Fix rpc_task_begin trace point | Chuck Lever | 1 | -2/+1 |
2017-10-18 | sunrpc: Convert timers to use timer_setup() | Kees Cook | 1 | -4/+4 |
2017-04-20 | sunrpc: don't check for failure from mempool_alloc() | NeilBrown | 1 | -5/+0 |
2016-09-19 | SUNRPC: Separate buffer pointers for RPC Call and Reply messages | Chuck Lever | 1 | -0/+1 |
2016-09-19 | SUNRPC: Generalize the RPC buffer release API | Chuck Lever | 1 | -6/+4 |
2016-09-19 | SUNRPC: Generalize the RPC buffer allocation API | Chuck Lever | 1 | -9/+15 |
2016-06-13 | SUNRPC: Reduce latency when send queue is congested | Trond Myklebust | 1 | -10/+33 |
2016-06-13 | SUNRPC: RPC transport queue must be low latency | Trond Myklebust | 1 | -4/+20 |
2016-02-05 | SUNRPC: Allow caller to specify the transport to use | Trond Myklebust | 1 | -0/+2 |
2015-12-13 | sched/wait: Fix the signal handling fix | Peter Zijlstra | 1 | -3/+3 |
2015-09-25 | Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -8/+4 |
2015-09-22 | userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_... | Andrea Arcangeli | 1 | -1/+1 |
2015-09-17 | SUNRPC: drop null test before destroy functions | Julia Lawall | 1 | -8/+4 |
2015-09-04 | userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key | Andrea Arcangeli | 1 | -1/+1 |
2015-03-13 | SUNRPC: fix build-warning due to format missmatch | Nicholas Mc Guire | 1 | -2/+2 |
2015-03-12 | SUNRPC: use jiffies_to_msecs for converting jiffies | Nicholas Mc Guire | 1 | -1/+1 |
2015-01-24 | SUNRPC: Allow waiting on memory allocation | Trond Myklebust | 1 | -2/+2 |
2015-01-24 | SUNRPC: Adjust rpciod workqueue parameters | Trond Myklebust | 1 | -1/+2 |
2014-11-24 | sunrpc: eliminate RPC_TRACEPOINTS | Jeff Layton | 1 | -1/+1 |
2014-11-24 | sunrpc: eliminate RPC_DEBUG | Jeff Layton | 1 | -2/+2 |
2014-09-25 | NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page() | NeilBrown | 1 | -2/+0 |
2014-07-16 | sched: Allow wait_on_bit_action() functions to support a timeout | NeilBrown | 1 | -2/+2 |
2014-05-29 | net, sunrpc: suppress allocation warning in rpc_malloc() | David Rientjes | 1 | -2/+3 |
2014-03-20 | SUNRPC: Don't let rpc_delay() clobber non-timeout errors | Trond Myklebust | 1 | -1/+2 |
2013-09-04 | SUNRPC: Ensure rpc_task->tk_pid is available for tracepoints | Trond Myklebust | 1 | -1/+1 |
2013-07-09 | Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -16/+3 |
2013-06-28 | Merge branch 'freezer' | Rafael J. Wysocki | 1 | -1/+1 |
2013-06-06 | SUNRPC: Remove redundant call to rpc_set_running() in __rpc_execute() | Trond Myklebust | 1 | -1/+0 |
2013-06-06 | SUNRPC: Remove unused function rpc_queue_empty | Trond Myklebust | 1 | -14/+0 |
2013-06-06 | SUNRPC: Fix a potential race in rpc_execute | Trond Myklebust | 1 | -1/+3 |
2013-05-22 | SUNRPC: Prevent an rpc_task wakeup race | Trond Myklebust | 1 | -1/+7 |
2013-05-12 | freezer: add unsafe versions of freezable helpers for NFS | Colin Cross | 1 | -1/+1 |
2013-03-25 | SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_locked | Trond Myklebust | 1 | -2/+7 |
2013-01-30 | SUNRPC: When changing the queue priority, ensure that we change the owner | Trond Myklebust | 1 | -1/+17 |
2013-01-08 | SUNRPC: Ensure we release the socket write lock if the rpc_task exits early | Trond Myklebust | 1 | -2/+1 |
2013-01-04 | SUNRPC: Ensure that we free the rpc_task after cleanups are done | Trond Myklebust | 1 | -4/+23 |
2012-12-06 | SUNRPC: Don't allow low priority tasks to pre-empt higher priority ones | Trond Myklebust | 1 | -22/+22 |
2012-12-06 | NFSv4.1: Don't mess with task priorities in nfs41_setup_sequence | Trond Myklebust | 1 | -0/+1 |
2012-11-04 | SUNRPC: remove BUG_ON in rpc_release_task | Weston Andros Adamson | 1 | -1/+1 |
2012-11-04 | SUNRPC: remove BUG_ONs checking RPC_IS_QUEUED | Weston Andros Adamson | 1 | -2/+6 |
2012-11-04 | SUNRPC: remove BUG_ON from __rpc_sleep_on_priority | Weston Andros Adamson | 1 | -1/+1 |
2012-11-04 | SUNRPC: remove BUG_ON from rpc_sleep_on* | Weston Andros Adamson | 1 | -2/+12 |
2012-09-28 | SUNRPC: Limit the rpciod workqueue concurrency | Trond Myklebust | 1 | -1/+1 |
2012-07-31 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -2/+5 |
2012-07-31 | nfs: enable swap on NFS | Mel Gorman | 1 | -2/+5 |
2012-07-30 | nfs: skip commit in releasepage if we're freeing memory for fs-related reasons | Jeff Layton | 1 | -0/+2 |
2012-07-30 | sunrpc: clarify comments on rpc_make_runnable | Jeff Layton | 1 | -2/+3 |
2012-03-19 | SUNRPC: We must not use list_for_each_entry_safe() in rpc_wake_up() | Trond Myklebust | 1 | -4/+11 |
2012-02-15 | SUNRPC: Ensure that we can trace waitqueues when !defined(CONFIG_SYSCTL) | Trond Myklebust | 1 | -3/+1 |
2012-01-31 | SUNRPC: Add trace events to the sunrpc subsystem | Trond Myklebust | 1 | -0/+12 |
2012-01-31 | SUNRPC: Fix potential races in xprt_lock_write_next() | Trond Myklebust | 1 | -9/+33 |
2011-12-21 | Merge branch 'master' into pm-sleep | Rafael J. Wysocki | 1 | -7/+23 |
2011-12-06 | Freezer / sunrpc / NFS: don't allow TASK_KILLABLE sleeps to block the freezer | Jeff Layton | 1 | -1/+2 |
2011-12-01 | SUNRPC: Fix the execution time statistics in the face of RPC restarts | Trond Myklebust | 1 | -7/+23 |
2011-07-17 | SUNRPC: Allow caller of rpc_sleep_on() to select priority levels | Trond Myklebust | 1 | -9/+29 |
2011-07-07 | SUNRPC: Fix a race between work-queue and rpc_killall_tasks | Trond Myklebust | 1 | -16/+11 |
2011-06-15 | NLM: Don't hang forever on NLM unlock requests | Trond Myklebust | 1 | -0/+1 |
2011-03-27 | NFS: Ensure that rpc_release_resources_task() can be called twice. | OGAWA Hirofumi | 1 | -1/+3 |
2011-03-17 | Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs... | Linus Torvalds | 1 | -22/+7 |
2011-03-17 | SUNRPC: Ensure we always run the tk_callback before tk_action | Trond Myklebust | 1 | -8/+6 |
2011-03-16 | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -1/+1 |
2011-03-11 | RPC: clarify rpc_run_task error handling | Fred Isaman | 1 | -6/+0 |
2011-03-11 | RPC: remove check for impossible condition in rpc_make_runnable | Fred Isaman | 1 | -8/+1 |
2011-03-10 | SUNRPC: Close a race in __rpc_wait_for_completion_task() | Trond Myklebust | 1 | -14/+61 |
2011-01-25 | workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUER | Tejun Heo | 1 | -1/+1 |
2010-10-25 | Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs... | Linus Torvalds | 1 | -1/+1 |
2010-09-23 | net: return operator cleanup | Eric Dumazet | 1 | -1/+1 |
2010-09-21 | SUNRPC: Convert rpciod to use the alloc_workqueue() interface | Trond Myklebust | 1 | -1/+1 |
2010-08-04 | SUNRPC: Reduce asynchronous RPC task stack usage | Trond Myklebust | 1 | -2/+3 |
2010-08-04 | SUNRPC: Move the bound cred to struct rpc_rqst | Trond Myklebust | 1 | -1/+1 |
2010-08-04 | SUNRPC: Move remaining RPC client related task initialisation into clnt.c | Trond Myklebust | 1 | -73/+4 |
2010-08-04 | SUNRPC: Ensure that rpc_exit() always wakes up a sleeping task | Trond Myklebust | 1 | -11/+9 |
2010-05-14 | SUNRPC: Remove the 'tk_magic' debugging field | Trond Myklebust | 1 | -11/+0 |
2010-05-14 | SUNRPC: Replace jiffies-based metrics with ktime-based metrics | Chuck Lever | 1 | -1/+1 |
2010-05-14 | SUNRPC: Cleanup - make rpc_new_task() call rpc_release_calldata on failure | Trond Myklebust | 1 | -3/+10 |
2009-12-15 | nfs: enforce FIFO ordering of operations trying to acquire slot | Alexandros Batsakis | 1 | -0/+1 |
2009-12-15 | rpc: add rpc_queue_empty function | Alexandros Batsakis | 1 | -0/+14 |
2009-09-10 | nfsd41: sunrpc: move struct rpc_buffer def into sunrpc.h | Benny Halevy | 1 | -5/+2 |
2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 1 | -1/+0 |
2009-06-17 | nfs41: sunrpc: Export the call prepare state for session reset | Andy Adamson | 1 | -1/+1 |
2009-03-10 | SUNRPC: Tighten up the task locking rules in __rpc_execute() | Trond Myklebust | 1 | -13/+20 |
2008-07-15 | SUNRPC: Remove the BKL from the callback functions | Trond Myklebust | 1 | -8/+1 |
2008-07-09 | rpc: minor cleanup of scheduler callback code | \\\"J. Bruce Fields\\\ | 1 | -9/+5 |
2008-03-14 | SUNRPC: Clean up rpcauth_bindcred() | Trond Myklebust | 1 | -7/+4 |
2008-03-14 | SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDS | Trond Myklebust | 1 | -1/+3 |
2008-02-28 | SUNRPC: Remove now-redundant RCU-safe rpc_task free path | Trond Myklebust | 1 | -25/+12 |
2008-02-28 | SUNRPC: Eliminate the now-redundant rpc_start_wakeup() | Trond Myklebust | 1 | -6/+2 |
2008-02-28 | SUNRPC: Switch tasks to using the rpc_waitqueue's timer function | Trond Myklebust | 1 | -50/+10 |
2008-02-28 | SUNRPC: Add a timer function to wait queues. | Trond Myklebust | 1 | -4/+42 |
2008-02-28 | SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queues | Trond Myklebust | 1 | -7/+14 |
2008-02-25 | SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs | Trond Myklebust | 1 | -35/+15 |
2008-02-25 | SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_task | Trond Myklebust | 1 | -2/+1 |
2008-02-25 | SUNRPC: Add a new helper rpc_wake_up_queued_task() | Trond Myklebust | 1 | -34/+30 |
2008-02-25 | SUNRPC: Clean up rpc_run_timer() | Trond Myklebust | 1 | -32/+35 |
2008-02-25 | SUNRPC: Allow the rpc_release() callback to be run on another workqueue | Trond Myklebust | 1 | -8/+21 |
2008-02-01 | Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -9/+6 |
2008-01-30 | SUNRPC: Cleanup to remove the last users of the RPC_WAITQ declaration | Trond Myklebust | 1 | -1/+6 |
2008-01-30 | SUNRPC: Unexport rpc_init_task() and rpc_execute() | Trond Myklebust | 1 | -3/+1 |
2008-01-30 | SUNRPC: allow the caller of rpc_run_task to preallocate the struct rpc_task | Trond Myklebust | 1 | -6/+10 |
2008-01-30 | SUNRPC: Allow rpc_init_task() to initialise the rpc_task->tk_msg | Trond Myklebust | 1 | -0/+11 |
2008-01-30 | SUNRPC: Clean up the initialisation of priority queue scheduling info. | Trond Myklebust | 1 | -15/+15 |
2008-01-30 | SUNRPC: Cleanup of rpc_task initialisation | Trond Myklebust | 1 | -14/+13 |
2008-01-30 | SUNRPC: Restrict sunrpc client exports | Trond Myklebust | 1 | -13/+13 |
2008-01-30 | SUNRPC: Move exported declarations to the function declarations | Trond Myklebust | 1 | -0/+9 |
2008-01-28 | [NET]: Convert init_timer into setup_timer | Pavel Emelyanov | 1 | -3/+2 |
2007-12-06 | NFS: Switch from intr mount option to TASK_KILLABLE | Matthew Wilcox | 1 | -9/+6 |
2007-10-19 | Use helpers to obtain task pid in printks | Pavel Emelyanov | 1 | -1/+1 |
2007-10-09 | SUNRPC: add EXPORT_SYMBOL_GPL for generic transport functions | \"Talpey, Thomas\ | 1 | -0/+2 |
2007-08-07 | SUNRPC: Fix a race in rpciod_down() | Trond Myklebust | 1 | -34/+23 |
2007-07-20 | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 1 | -2/+2 |
2007-07-10 | SUNRPC: clean up rpc_call_async/rpc_call_sync/rpc_run_task | Trond Myklebust | 1 | -23/+0 |
2007-07-10 | SUNRPC: Move rpc_register_client and friends into net/sunrpc/clnt.c | Trond Myklebust | 1 | -62/+0 |
2007-07-10 | SUNRPC: Make create_client() take a reference to the rpciod workqueue | Trond Myklebust | 1 | -31/+0 |
2007-07-10 | SUNRPC: Optimise rpciod_up() | Trond Myklebust | 1 | -28/+21 |
2007-07-10 | SUNRPC: Kill rpc_clnt->cl_oneshot | Trond Myklebust | 1 | -12/+2 |
2007-07-10 | SUNRPC: Convert rpc_clnt->cl_users to a kref | Trond Myklebust | 1 | -4/+2 |
2007-07-10 | SUNRPC: Clean up tk_pid allocation and make it lockless | Trond Myklebust | 1 | -7/+15 |
2007-07-10 | SUNRPC: Add a per-rpc_clnt spinlock | Trond Myklebust | 1 | -20/+27 |
2007-07-10 | SUNRPC: Move rpc_task->tk_task list into struct rpc_clnt | Trond Myklebust | 1 | -43/+74 |
2007-05-14 | SUNRPC: remove dead variable 'rpciod_running' | Christoph Hellwig | 1 | -2/+0 |
2007-05-09 | sunrpc: fix crash in rpc_malloc() | Peter Zijlstra | 1 | -0/+4 |
2007-05-09 | SUNRPC: Fix pointer arithmetic bug recently introduced in rpc_malloc/free | Chuck Lever | 1 | -7/+15 |
2007-05-08 | Fix sunrpc warning noise | Geert Uytterhoeven | 1 | -4/+4 |
2007-04-30 | SUNRPC: Eliminate side effects from rpc_malloc | Chuck Lever | 1 | -31/+34 |
2007-02-12 | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ | Trond Myklebust | 1 | -4/+4 |
2007-02-10 | [NET] SUNRPC: Fix whitespace errors. | YOSHIFUJI Hideaki | 1 | -4/+4 |
2007-02-03 | SUNRPC: fix print format for tk_pid | Chuck Lever | 1 | -31/+35 |
2007-02-03 | RPC: Clean up rpc_execute... | Trond Myklebust | 1 | -7/+5 |
2007-01-24 | [PATCH] NFS: Fix Oops in rpc_call_sync() | Trond Myklebust | 1 | -1/+2 |
2006-12-07 | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus | Trond Myklebust | 1 | -2/+2 |
2006-12-07 | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus | Trond Myklebust | 1 | -4/+4 |
2006-12-07 | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 1 | -2/+2 |