summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Orion: fix ->map_irq() PCIe bus number checkLennert Buytenhek2008-04-287-27/+54
* [ARM] Orion: fix ioremap() optimizationNicolas Pitre2008-04-281-5/+4
* [ARM] feroceon: remove CONFIG_CPU_CACHE_ROUND_ROBIN checkLennert Buytenhek2008-04-281-3/+0
* [ARM] feroceon: remove CONFIG_CPU_DCACHE_WRITETHROUGH checkLennert Buytenhek2008-04-282-41/+1
* kprobes/arm: fix decoding of arithmetic immediate instructionsLennert Buytenhek2008-04-281-1/+1
* kprobes/arm: fix cache flush address for instruction stubNicolas Pitre2008-04-281-1/+1
* Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-04-2443-896/+1583
|\
| * Merge branch 'devel'Trond Myklebust2008-04-2443-896/+1583
| |\
| | * SUNRPC: Invalidate the RPCSEC_GSS session if the server dropped the requestTrond Myklebust2008-04-241-0/+5
| | * make nfs_automount_list staticAdrian Bunk2008-04-192-2/+1
| | * NFS: remove duplicate flags assignment from nfs_validate_mount_dataJeff Layton2008-04-191-1/+0
| | * NFS - fix potential NULL pointer dereference v2Cyrill Gorcunov2008-04-191-0/+16
| | * SUNRPC: Don't change the RPCSEC_GSS context on a credential that is in useTrond Myklebust2008-04-191-27/+42
| | * SUNRPC: Fix a race in gss_refresh_upcall()Trond Myklebust2008-04-191-3/+8
| | * SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requestsTrond Myklebust2008-04-194-2/+43
| | * SUNRPC: Remove the unused export of xprt_force_disconnectTrond Myklebust2008-04-191-1/+0
| | * SUNRPC: remove XS_SENDMSG_RETRYTrond Myklebust2008-04-191-9/+3
| | * SUNRPC: Protect creds against early garbage collectionTrond Myklebust2008-04-191-0/+8
| | * NFSv4: Attempt to use machine credentials in SETCLIENTID callsTrond Myklebust2008-04-191-4/+37
| | * NFSv4: Reintroduce machine credsTrond Myklebust2008-04-196-3/+47
| | * NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()Trond Myklebust2008-04-196-11/+1
| | * nfs: fix printout of multiword bitfieldsFred Isaman2008-04-191-5/+5
| | * nfs: return negative error value from nfs{,4}_stat_to_errnoBenny Halevy2008-04-193-95/+95
| | * NLM/lockd: Ensure client locking calls use correct credentialsTrond Myklebust2008-04-191-9/+14
| | * NFS: Remove the buggy lock-if-signalled case from do_setlk()Trond Myklebust2008-04-191-10/+2
| | * NLM/lockd: Fix a race when cancelling a blocking lockTrond Myklebust2008-04-191-9/+34
| | * NLM/lockd: Ensure that nlmclnt_cancel() returns results of the CANCEL callTrond Myklebust2008-04-191-1/+10
| | * NLM: Remove the signal masking in nlmclnt_proc/nlmclnt_cancelTrond Myklebust2008-04-191-41/+1
| | * NLM/lockd: convert __nlm_async_call to use rpc_run_task()Trond Myklebust2008-04-191-10/+54
| | * NLM/lockd: Add a reference counter to struct nlm_rqstTrond Myklebust2008-04-192-0/+4
| | * NFSv4: Ensure we don't corrupt fl->fl_flags in nfs4_proc_unlckTrond Myklebust2008-04-191-0/+2
| | * NLM/lockd: Ensure we don't corrupt fl->fl_flags in nlmclnt_unlock()Trond Myklebust2008-04-191-6/+10
| | * SUNRPC: Fix read ordering problems with req->rq_private_buf.lenTrond Myklebust2008-04-192-14/+15
| | * NFSv4: Only increment the sequence id if the server saw itTrond Myklebust2008-04-193-9/+31
| | * NFSv4: Remove bogus call to nfs4_drop_state_owner() in _nfs4_open_expired()Trond Myklebust2008-04-191-4/+1
| | * NFS: Ensure that rpc_run_task() errors are propagated back to the callerTrond Myklebust2008-04-193-26/+40
| | * NFS: Ensure that the write code cleans up properly when rpc_run_task() failsTrond Myklebust2008-04-193-48/+73
| | * NFS: Ensure that the read code cleans up properly when rpc_run_task() failsTrond Myklebust2008-04-192-26/+46
| | * NFS: Fix nfs_wb_page() to always exit with an error or a clean pageTrond Myklebust2008-04-191-11/+12
| | * SUNRPC: Don't attempt to destroy expired RPCSEC_GSS credentials..Trond Myklebust2008-04-191-2/+2
| | * SUNRPC: Fix up xprt_write_space()Trond Myklebust2008-04-193-23/+44
| | * SUNRPC: Fix a bug in call_decode()Trond Myklebust2008-04-191-3/+6
| | * lockd: introduce new function to encode private argument in SM_MON requestsChuck Lever2008-03-192-6/+25
| | * lockd: Fix up incorrect RPC buffer size calculations.Chuck Lever2008-03-191-31/+8
| | * lockd: document use of mon_id argument in SM_MON requestsChuck Lever2008-03-191-0/+13
| | * lockd: refactor SM_MON my_id argument encoderChuck Lever2008-03-191-0/+19
| | * lockd: refactor SM_MON mon_name argument encoderChuck Lever2008-03-191-0/+25
| | * lockd: Ensure NSM strings aren't longer than protocol allowsChuck Lever2008-03-191-0/+9
| | * lockd: bring a few function declarations up to dateChuck Lever2008-03-191-6/+5
| | * NLM: NLM protocol version numbers are u32Chuck Lever2008-03-192-11/+15