summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | xprtrdma: Acquire MRs in rpcrdma_register_external()Chuck Lever2015-06-123-35/+89
| | * | xprtrdma: Introduce an FRMR recovery workqueueChuck Lever2015-06-123-3/+84
| | * | xprtrdma: Acquire FMRs in rpcrdma_fmr_register_external()Chuck Lever2015-06-122-30/+48
| | * | xprtrdma: Introduce helpers for allocating MWsChuck Lever2015-06-122-0/+33
| | * | xprtrdma: Use ib_device pointer safelyChuck Lever2015-06-125-48/+43
| | * | xprtrdma: Remove rr_funcChuck Lever2015-06-124-14/+1
| | * | xprtrdma: Replace rpcrdma_rep::rr_buffer with rr_rxprtChuck Lever2015-06-124-12/+10
| | * | xprtrdma: Warn when there are orphaned IB objectsChuck Lever2015-06-121-5/+5
| * | | NFSv4: Fix stateid recovery on revoked delegationsTrond Myklebust2015-06-161-15/+3
| * | | Recover from stateid-type error on SETATTROlga Kornievskaia2015-06-161-1/+7
| * | | nfs: Fix showing truncated fsid/dev in, /proc/net/nfsfs/volumesKinglong Mee2015-06-161-5/+7
| * | | nfs: make nfs4_init_uniform_client_string use a dynamically allocated bufferJeff Layton2015-06-162-41/+77
| * | | nfs: make nfs4_init_nonuniform_client_string use a dynamically allocated bufferJeff Layton2015-06-161-23/+51
| * | | nfs: update maxsz values for SETCLIENTID and EXCHANGE_IDJeff Layton2015-06-161-2/+4
| * | | nfs: convert setclientid and exchange_id encoders to use clp->cl_owner_idJeff Layton2015-06-163-9/+22
| * | | nfs: increase size of EXCHANGE_ID name string bufferJeff Layton2015-06-161-1/+1
| * | | pnfs/flexfiles: use swap() in ff_layout_sort_mirrors()Fabian Frederick2015-06-161-6/+3
| * | | SUNRPC: never enqueue a ->rq_cong request on ->sendingNeil Brown2015-06-161-0/+3
| * | | nfs: deny backchannel RPCs with an incorrect authflavor instead of dropping themJeff Layton2015-06-111-3/+3
| * | | SUNRPC: Address kbuild warning in net/sunrpc/debugfs.cChuck Lever2015-06-111-1/+2
| * | | NFS: Convert use of __constant_htonl to htonlVaishali Thakkar2015-06-101-1/+1
| * | | SUNRPC: Transport fault injectionChuck Lever2015-06-106-0/+120
| * | | NFS: Remove unused nfs_rw_ops->rw_release() functionAnna Schumaker2015-06-103-9/+0
| * | | NFSv4: handle nfs4_get_referral failureDominique Martinet2015-06-101-0/+2
| * | | sunrpc: turn swapper_enable/disable functions into rpc_xprt_opsJeff Layton2015-06-104-11/+55
| * | | sunrpc: lock xprt before trying to set memalloc on the socketsJeff Layton2015-06-101-8/+27
| * | | sunrpc: if we're closing down a socket, clear memalloc on it firstJeff Layton2015-06-101-0/+3
| * | | sunrpc: make xprt->swapper an atomic_tJeff Layton2015-06-103-17/+30
| * | | sunrpc: keep a count of swapfiles associated with the rpc_clntJeff Layton2015-06-105-24/+78
| * | | SUNRPC: Fix a backchannel raceTrond Myklebust2015-06-053-15/+31
| * | | SUNRPC: Clean up allocation and freeing of back channel requestsTrond Myklebust2015-06-051-40/+55
| * | | SUNRPC: Remove unused argument 'tk_ops' in rpc_run_bc_taskTrond Myklebust2015-06-053-8/+4
| * | | SUNRPC: Clean up bc_send()Chuck Lever2015-06-024-73/+26
| * | | SUNRPC: Backchannel handle socket nospaceTrond Myklebust2015-06-021-11/+16
| * | | SUNRPC: Fix a memory leak in the backchannel codeTrond Myklebust2015-06-021-1/+1
| * | | NFS: drop unneeded gotoJulia Lawall2015-06-021-6/+1
| * | | SUNRPC: drop stale doc comments in xprtsock.cStefan Hajnoczi2015-06-021-8/+0
| * | | NFS: Fix size of NFSACL SETACL operationsChuck Lever2015-06-021-1/+1
| * | | NFS: report more appropriate block size for directories.NeilBrown2015-06-021-0/+2
| * | | NFSv4: Always drain the slot table before re-establishing the leaseTrond Myklebust2015-06-021-1/+1
| | |/ | |/|
| * | fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia2015-06-011-0/+2
* | | Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-07-022-51/+139
|\ \ \
| * | | ovl: lookup whiteouts outside iterate_dir()Miklos Szeredi2015-06-221-28/+49
| * | | ovl: allow distributed fs as lower layerMiklos Szeredi2015-06-221-25/+88
| * | | ovl: don't traverse automount pointsMiklos Szeredi2015-06-221-2/+6
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2015-07-028-489/+630
|\ \ \ \
| * | | | fuse: update MAINTAINERS entryMiklos Szeredi2015-07-011-0/+2
| * | | | fuse: separate pqueue for clonesMiklos Szeredi2015-07-013-30/+45
| * | | | fuse: introduce per-instance fuse_dev structureMiklos Szeredi2015-07-014-34/+114
| * | | | fuse: device fd cloneMiklos Szeredi2015-07-013-0/+44