| Commit message (Expand) | Author | Age | Files | Lines |
* | nfsd: provide callbacks on svc_xprt deletion | J. Bruce Fields | 2010-10-01 | 1 | -0/+25 |
* | nfsd4: keep per-session list of connections | J. Bruce Fields | 2010-10-01 | 1 | -0/+3 |
* | nfsd4: remove spkm3 | J. Bruce Fields | 2010-10-01 | 1 | -55/+0 |
* | net: Export __sock_create | Pavel Emelyanov | 2010-10-01 | 1 | -0/+2 |
* | sunrpc: Tag rpc_xprt with net | Pavel Emelyanov | 2010-10-01 | 1 | -1/+2 |
* | sunrpc: Add net to xprt_create | Pavel Emelyanov | 2010-10-01 | 1 | -0/+1 |
* | sunrpc: Add net to rpc_create_args | Pavel Emelyanov | 2010-10-01 | 1 | -0/+1 |
* | sunrpc: Pull net argument downto svc_create_socket | Pavel Emelyanov | 2010-10-01 | 1 | -0/+1 |
* | sunrpc: Add net argument to svc_create_xprt | Pavel Emelyanov | 2010-10-01 | 1 | -2/+2 |
* | sunrpc: Factor out rpc_xprt freeing | Pavel Emelyanov | 2010-10-01 | 1 | -0/+1 |
* | sunrpc: Factor out rpc_xprt allocation | Pavel Emelyanov | 2010-10-01 | 1 | -0/+1 |
* | sunrpc: fix up rpcauth_remove_module section mismatch | Stephen Rothwell | 2010-09-29 | 1 | -2/+2 |
* | sunrpc: Make the /proc/net/rpc appear in net namespaces | Pavel Emelyanov | 2010-09-27 | 1 | -8/+15 |
* | sunrpc: Tag svc_xprt with net | Pavel Emelyanov | 2010-09-27 | 1 | -0/+2 |
* | sunrpc: Add routines that allow registering per-net caches | Pavel Emelyanov | 2010-09-27 | 1 | -0/+2 |
* | sunrpc: Add net to pure API calls | Pavel Emelyanov | 2010-09-27 | 1 | -2/+2 |
* | sunrpc: Make xprt auth cache release work with the xprt | Pavel Emelyanov | 2010-09-27 | 1 | -1/+2 |
* | sunrpc/cache: change deferred-request hash table to use hlist. | NeilBrown | 2010-09-21 | 1 | -1/+1 |
* | sunrpc: close connection when a request is irretrievably lost. | NeilBrown | 2010-09-21 | 1 | -3/+7 |
* | Merge remote branch 'trond/bugfixes' into for-2.6.37 | J. Bruce Fields | 2010-09-19 | 31 | -89/+207 |
|\ |
|
| * | SUNRPC: Fix a race in rpc_info_open | Trond Myklebust | 2010-09-12 | 1 | -1/+1 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-09-11 | 4 | -2/+13 |
| |\ |
|
| | * | Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst... | David S. Miller | 2010-09-09 | 1 | -1/+10 |
| | |\ |
|
| | | * | cgroups: fix API thinko | Michael S. Tsirkin | 2010-09-05 | 1 | -1/+10 |
| | * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2010-09-08 | 332 | -3752/+8706 |
| | |\ \ |
|
| | * | | | udp: add rehash on connect() | Eric Dumazet | 2010-09-08 | 2 | -0/+2 |
| | * | | | ipvs: fix active FTP | Julian Anastasov | 2010-09-08 | 1 | -0/+3 |
| | * | | | cls_cgroup: Fix rcu lockdep warning | Li Zefan | 2010-09-03 | 1 | -2/+8 |
| | | |/
| | |/| |
|
| * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-09-10 | 1 | -0/+1 |
| |\ \ \ |
|
| | * | | | block: add function call to switch the IO scheduler from a driver | Jens Axboe | 2010-08-23 | 1 | -0/+1 |
| * | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2010-09-09 | 1 | -1/+3 |
| |\ \ \ \ |
|
| | * | | | | libata-sff: Reenable Port Multiplier after libata-sff remodeling. | Gwendal Grignou | 2010-09-09 | 1 | -1/+2 |
| | * | | | | libata: skip EH autopsy and recovery during suspend | Tejun Heo | 2010-09-09 | 1 | -0/+1 |
| | | |_|/
| | |/| | |
|
| * | | | | mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ... | Christoph Lameter | 2010-09-09 | 2 | -0/+35 |
| * | | | | swap: discard while swapping only if SWAP_FLAG_DISCARD | Hugh Dickins | 2010-09-09 | 1 | -1/+2 |
| * | | | | swap: revert special hibernation allocation | Hugh Dickins | 2010-09-09 | 1 | -7/+1 |
| * | | | | gpio: doc updates | David Brownell | 2010-09-09 | 1 | -1/+13 |
| * | | | | gpio: sx150x: correct and refine reset-on-probe behavior | Gregory Bean | 2010-09-09 | 1 | -0/+4 |
| * | | | | mm: fix swapin race condition | Andrea Arcangeli | 2010-09-09 | 1 | -11/+9 |
| * | | | | cgroups: fix API thinko | Michael S. Tsirkin | 2010-09-09 | 1 | -1/+11 |
| * | | | | kfifo: add parenthesis for macro parameter reference | Huang Ying | 2010-09-09 | 1 | -29/+29 |
| * | | | | mmc: avoid getting CID on SDIO-only cards | David Vrabel | 2010-09-09 | 1 | -0/+2 |
| * | | | | lglock: make lg_lock_global() actually lock globally | Jonathan Corbet | 2010-09-09 | 1 | -2/+2 |
| * | | | | mm: Move vma_stack_continue into mm.h | Stefan Bader | 2010-09-09 | 1 | -0/+6 |
| * | | | | Merge branch 'semaphore-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-09-08 | 1 | -0/+3 |
| |\ \ \ \ |
|
| | * | | | | semaphore: Add DEFINE_SEMAPHORE | Thomas Gleixner | 2010-09-08 | 1 | -0/+3 |
| | |/ / / |
|
| * | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-09-08 | 1 | -12/+12 |
| |\ \ \ \ |
|
| | * | | | | io-mapping: Fix the address space annotations | Francisco Jerez | 2010-09-05 | 1 | -12/+12 |
| * | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-09-08 | 1 | -0/+8 |
| |\ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| | * | | | | mutex: Fix annotations to include it in kernel-locking docbook | Randy Dunlap | 2010-09-03 | 1 | -0/+8 |