summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* lockd: Remove BKL from the clientBryan Schumaker2010-09-222-14/+14
* SUNRPC: Refactor logic to NUL-terminate strings in pagesChuck Lever2010-09-215-14/+21
* SUNRPC: Correct an rpcbind debugging messageChuck Lever2010-09-211-2/+3
* NFS: Fix NFSv3 debugging messages in fs/nfs/nfs3proc.cChuck Lever2010-09-211-2/+3
* NFS: Convert nfsiod to use alloc_workqueue()Trond Myklebust2010-09-211-1/+1
* SUNRPC: Convert rpciod to use the alloc_workqueue() interfaceTrond Myklebust2010-09-211-1/+1
* NFSv4.1: Fix the slotid initialisation in nfs_async_rename()Trond Myklebust2010-09-211-0/+2
* NFS: Fix a use-after-free case in nfs_async_rename()Trond Myklebust2010-09-211-7/+2Star
* nfs: make sillyrename an async operationJeff Layton2010-09-175-11/+263
* nfs: move nfs_sillyrename to unlink.cJeff Layton2010-09-173-72/+85
* nfs: standardize the rename response containerJeff Layton2010-09-175-27/+22Star
* nfs: standardize the rename args containerJeff Layton2010-09-177-51/+32Star
* NFS: Add an 'open_context' element to struct nfs_rpc_opsTrond Myklebust2010-09-174-5/+10
* NFS: Clean up nfs4_proc_create()Trond Myklebust2010-09-175-51/+58
* NFSv4: Further cleanups for nfs4_open_revalidate()Trond Myklebust2010-09-173-35/+26Star
* NFSv4: Clean up nfs4_open_revalidateTrond Myklebust2010-09-173-19/+17Star
* NFSv4: Further minor cleanups for nfs4_atomic_open()Trond Myklebust2010-09-173-31/+20Star
* NFSv4: Clean up nfs4_atomic_openTrond Myklebust2010-09-175-36/+93
* SUNRPC: Remove rpcb_getport_sync()Chuck Lever2010-09-172-52/+0Star
* NFS: Allow NFSROOT debugging messages to be enabled dynamicallyChuck Lever2010-09-173-7/+39
* NFS: Clean up nfsroot.cChuck Lever2010-09-171-418/+1Star
* NFS: Use super.c for NFSROOT mount option parsingChuck Lever2010-09-173-17/+187
* NFS: Clean up NFSROOT command line parsingChuck Lever2010-09-171-9/+23
* NFS: Remove \t from mount debugging messageChuck Lever2010-09-171-1/+1
* SUNRPC: Don't truncate tail data unnecessarily in xdr_shrink_pagelenTrond Myklebust2010-08-291-1/+10
* sunrpc: simplify xdr_shrink_pagelen use of "copy"Benny Halevy2010-08-291-4/+3Star
* sunrpc: don't use the copy variable in nested blockBenny Halevy2010-08-291-2/+1Star
* sunrpc: clean up xdr_shrink_pagelen use of temporary pointerBenny Halevy2010-08-291-2/+1Star
* sunrpc: don't shorten buflen twice in xdr_shrink_pagelenBenny Halevy2010-08-291-2/+1Star
* Linux 2.6.36-rc3Linus Torvalds2010-08-291-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2010-08-295-26/+50
|\
| * firewire: ohci: work around VIA and NEC PHY packet reception bugStefan Richter2010-08-291-1/+9
| * firewire: core: do not use del_timer_sync() in interrupt contextClemens Ladisch2010-08-191-3/+10
| * firewire: net: fix unicast reception RCODE in failure pathsStefan Richter2010-08-191-13/+15
| * firewire: sbp2: fix stall with "Unsolicited response"Stefan Richter2010-08-191-3/+8
| * firewire: sbp2: fix memory leak in sbp2_cancel_orbs or at send errorStefan Richter2010-08-191-5/+7
| * ieee1394: Adjust confusing if indentationJulia Lawall2010-08-051-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-2915-72/+98
|\ \
| * | net/ipv4: Eliminate kstrdup memory leakJulia Lawall2010-08-281-2/+3
| * | net/caif/cfrfml.c: use asm/unaligned.hJeff Mahoney2010-08-271-1/+1
| * | ax25: missplaced sock_put(sk)Bernard Pidoux F6BVP2010-08-271-1/+1
| * | qlge: reset the chip before freeing the buffersBreno Leitao2010-08-261-2/+2
| * | l2tp: test for ethernet header in l2tp_eth_dev_recv()Eric Dumazet2010-08-261-1/+1
| * | tcp: select(writefds) don't hang up when a peer close connectionKOSAKI Motohiro2010-08-261-1/+2
| * | tcp: fix three tcp sysctls tuningEric Dumazet2010-08-261-17/+7Star
| * | tcp: Combat per-cpu skew in orphan tests.David S. Miller2010-08-253-12/+19
| * | pxa168_eth: silence gcc warningsDan Carpenter2010-08-241-3/+3
| * | pxa168_eth: update call to phy_mii_ioctl()Dan Carpenter2010-08-241-1/+1
| * | pxa168_eth: fix error handling in propeDan Carpenter2010-08-241-22/+22
| * | pxa168_eth: remove unneeded null checkDan Carpenter2010-08-241-4/+2Star