aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-09-23Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds
2006-09-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2006-09-23[CRYPTO] hmac: Fix error truncation by unlikely()Herbert Xu
2006-09-23[PATCH] more get_property() falloutAl Viro
2006-09-23[PATCH] briq_panel: read() and write() get __user pointers, damnitAl Viro
2006-09-23[PATCH] #elif that should've been #elif definedAl Viro
2006-09-23[PATCH] more fallout from get_property returning pointer to constAl Viro
2006-09-23[PATCH] missing includes from infiniband mergeAl Viro
2006-09-23[CRYPTO] hmac: Fix hmac_init update callHerbert Xu
2006-09-23[KERNEL] Do not truncate to 'int' in ALIGN() macro.David Miller
2006-09-22NFS: unmark NFS direct I/O as experimentalChuck Lever
2006-09-22NFS: add comments clarifying the use of nfs_post_op_update()Chuck Lever
2006-09-22NFSv4: rpc_mkpipe creating socket inodes w/out sk buffersSteve Dickson
2006-09-22NFS: Use SEEK_END instead of hardcoded valueJosef 'Jeff' Sipek
2006-09-22NFSv4: When mounting with a port=0 argument, substitute port=2049Trond Myklebust
2006-09-22NFSv4: Poll more aggressively when handling NFS4ERR_DELAYTrond Myklebust
2006-09-22NFSv4: Handle the condition NFS4ERR_FILE_OPENTrond Myklebust
2006-09-22NFSv4: Retry lease recovery if it failed during a synchronous operation.Trond Myklebust
2006-09-22NFS: Don't invalidate the symlink we just stuffed into the cacheTrond Myklebust
2006-09-22NFS: Make read() return an ESTALE if the file has been deletedTrond Myklebust
2006-09-22NFSv4: It's perfectly legal for clp to be NULL here....J. Bruce Fields
2006-09-22NFS: nfs_lookup - don't hash dentry when optimising away the lookupTrond Myklebust
2006-09-22SUNRPC: Fix Oops in pmap_getport_doneTrond Myklebust
2006-09-22SUNRPC: Add refcounting to the struct rpc_xprtTrond Myklebust
2006-09-22SUNRPC: Clean up soft task error handlingTrond Myklebust
2006-09-22SUNRPC: Handle ENETUNREACH, EHOSTUNREACH and EHOSTDOWN socket errorsTrond Myklebust
2006-09-22SUNRPC: rpc_delay() should not clobber the rpc_task->tk_statusTrond Myklebust
2006-09-22Fix a referral error Oopsandros@citi.umich.edu
2006-09-22NFS: NFS_ROOT should use the new rpc_create APIChuck Lever
2006-09-22NFS: Fix up compiler warnings on 64-bit platforms in client.cDavid Howells
2006-09-22SUNRPC: Make rpc_mkpipe() take the parent dentry as an argumentTrond Myklebust
2006-09-22NFSv4: Fix a use-after-free issue with the nfs server.Trond Myklebust
2006-09-22Add a real API for dealing with blk_congestion_wait()Trond Myklebust
2006-09-22NFS: Use cached page as buffer for NFS symlink requestsChuck Lever
2006-09-22NFS: copy symlinks into page cache before sending NFS SYMLINK requestChuck Lever
2006-09-22NFS: Fix double d_drop in nfs_instantiate() error pathChuck Lever
2006-09-22NFS: remove a no-longer-needed error check in nfs_symlink()Chuck Lever
2006-09-22SUNRPC: export new RPC client functions with _GPLChuck Lever
2006-09-22SUNRPC: Eliminate xprt_create_proto and rpc_create_clientChuck Lever
2006-09-22SUNRPC: Convert RPC portmapper to use new rpc_create() APIChuck Lever
2006-09-22NFSD: Convert NFS server callback logic to use new rpc_create APIChuck Lever
2006-09-22NFS: Convert NFS client to use new rpc_create() APIChuck Lever
2006-09-22LOCKD: Convert to use new rpc_create() APIChuck Lever
2006-09-22SUNRPC: use sockaddr + size when creating remote transport endpointsChuck Lever
2006-09-22SUNRPC: Clean-up after previous patches.Chuck Lever
2006-09-22SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer addressChuck Lever
2006-09-22SUNRPC: Teach rpc_pipe.c to use new rpc_peeraddr() APIChuck Lever
2006-09-22SUNRPC: Create API for displaying remote peer addressChuck Lever
2006-09-22SUNRPC: add xprt switch API for printing formatted remote peer addressesChuck Lever
2006-09-22SUNRPC: remove extraneous header inclusionsChuck Lever