summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-05-297-28/+347
|\
| * arch/tile: more /proc and /sys file supportChris Metcalf2011-05-277-28/+347
| * Merge tag 'v2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...Chris Metcalf2011-05-26614-3460/+6324
| |\
* | \ Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-05-2912-199/+323
|\ \ \
| * | | nfsd: make local functions staticDaniel Mack2011-05-183-4/+4
| * | | NFSD: Remove unused variable from nfsd4_decode_bind_conn_to_session()Bryan Schumaker2011-04-301-5/+2Star
| * | | NFSD: Check status from nfsd4_map_bcts_dir()Bryan Schumaker2011-04-301-2/+3
| * | | NFSD: Remove setting unused variable in nfsd_vfs_read()Bryan Schumaker2011-04-301-2/+0Star
| * | | nfsd41: error out on repeated RECLAIM_COMPLETEMi Jinlong2011-04-301-5/+14
| * | | nfsd41: compare request's opcnt with session's maxops at nfsd4_sequenceMi Jinlong2011-04-301-0/+11
| * | | nfsd v4.1 lOCKT clientid field must be ignoredAndy Adamson2011-04-301-2/+0Star
| * | | nfsd41: add flag checking for create_sessionMi Jinlong2011-04-302-3/+8
| * | | nfsd41: make sure nfs server process OPEN with EXCLUSIVE4_1 correctlyMi Jinlong2011-04-304-8/+20
| * | | nfsd4: fix wrongsec handling for PUTFH + op casesJ. Bruce Fields2011-04-302-11/+54
| * | | nfsd4: make fh_verify responsibility of nfsd_lookup_dentry callerJ. Bruce Fields2011-04-112-6/+6
| * | | nfsd4: introduce OPDESC helperJ. Bruce Fields2011-04-111-1/+6
| * | | nfsd4: allow fh_verify caller to skip pseudoflavor checksJ. Bruce Fields2011-04-112-1/+2
| * | | nfsd: distinguish functions of NFSD_MAY_* flagsJ. Bruce Fields2011-04-112-1/+4
| * | | svcrpc: complete svsk processing on cb receive failureJ. Bruce Fields2011-04-101-4/+3Star
| * | | Merge branch 'for-2.6.39' into for-2.6.40J. Bruce Fields2011-04-071-1/+0Star
| |\ \ \
| * | | | svcrpc: take advantage of tcp autotuningOlga Kornievskaia2011-04-071-28/+7Star
| * | | | SUNRPC: Don't wait for full record to receive tcp dataJ. Bruce Fields2011-04-072-32/+113
| * | | | svcrpc: copy cb reply instead of pagesTrond Myklebust2011-04-071-66/+56Star
| * | | | svcrpc: close connection if client sends short packetJ. Bruce Fields2011-04-071-14/+7Star
| * | | | svcrpc: note network-order types in svc_process_calldirJ. Bruce Fields2011-04-071-3/+3
| * | | | SUNRPC: svc_tcp_recvfrom cleanupTrond Myklebust2011-04-071-19/+15Star
| * | | | SUNRPC: requeue tcp socket less frequentlyTrond Myklebust2011-04-071-1/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2011-05-2911-124/+144
|\ \ \ \ \
| * | | | | dm kcopyd: return client directly and not through a pointerMikulas Patocka2011-05-294-10/+12
| * | | | | dm kcopyd: reserve fewer pagesMikulas Patocka2011-05-294-13/+6Star
| * | | | | dm io: use fixed initial mempool sizeMikulas Patocka2011-05-296-41/+10Star
| * | | | | dm kcopyd: alloc pages from the main page allocatorMikulas Patocka2011-05-291-31/+60
| * | | | | dm kcopyd: add gfp parm to alloc_plMikulas Patocka2011-05-291-4/+4
| * | | | | dm kcopyd: remove superfluous page allocation spinlockMikulas Patocka2011-05-291-10/+1Star
| * | | | | dm kcopyd: preallocate sub jobs to avoid deadlockMikulas Patocka2011-05-291-20/+29
| * | | | | dm kcopyd: avoid pointless job splittingMikulas Patocka2011-05-291-1/+1
| * | | | | dm mpath: do not fail paths after integrity errorsMartin K. Petersen2011-05-291-1/+1
| * | | | | dm table: reject devices without request fnsMilan Broz2011-05-291-0/+17
| * | | | | dm table: allow targets to support discards internallyMike Snitzer2011-05-292-1/+11
* | | | | | Merge branch 'nfs-for-2.6.40' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2011-05-2912-66/+542
|\ \ \ \ \ \
| * | | | | | SUNRPC: Support for RPC over AF_LOCAL transportsChuck Lever2011-05-274-4/+403
| * | | | | | SUNRPC: Remove obsolete commentChuck Lever2011-05-271-4/+0Star
| * | | | | | SUNRPC: Use AF_LOCAL for rpcbind upcallsChuck Lever2011-05-272-14/+85
| * | | | | | SUNRPC: Clean up use of curly braces in switch casesChuck Lever2011-05-271-9/+8Star
| * | | | | | NFS: Revert NFSROOT default mount optionsChuck Lever2011-05-271-1/+1
| * | | | | | SUNRPC: Rename xs_encode_tcp_fragment_header()Chuck Lever2011-05-271-12/+12
| * | | | | | nfs,rcu: convert call_rcu(nfs_free_delegation_callback) to kfree_rcu()Lai Jiangshan2011-05-271-13/+1Star
| * | | | | | nfs41: Correct offset for LAYOUTCOMMITVitaliy Gusev2011-05-271-1/+1
| * | | | | | NFS: nfs_update_inode: print current and new inode size in debug outputHarshula Jayasuriya2011-05-271-2/+6
| * | | | | | NFSv4.1: Fix the handling of NFS4ERR_SEQ_MISORDERED errorsTrond Myklebust2011-05-271-1/+5