aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-15sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig1-1/+1
2017-05-15sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig1-0/+4
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig1-3/+3
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig1-2/+2
2017-05-15sunrpc: properly type pc_func callbacksChristoph Hellwig1-3/+4
2017-05-15sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig6-10/+10
2017-05-15nfs: use ARRAY_SIZE() in the nfsacl_version3 declarationChristoph Hellwig1-2/+1
2017-05-15sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig4-4/+15
2017-05-15nfs: don't cast callback decode/proc/encode routinesChristoph Hellwig3-69/+77
2017-05-15nfs: fix decoder callback prototypesChristoph Hellwig5-84/+151
2017-05-15nfs: fix encoder callback prototypesChristoph Hellwig5-122/+242
2017-05-10Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-9/+17
2017-05-10Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds35-2761/+590
2017-05-09pNFS/flexfiles: Always attempt to call layoutstats when flexfiles is enabledTrond Myklebust1-0/+11
2017-05-09NFSv4.1: Work around a Linux server bug...Trond Myklebust1-0/+6
2017-05-08NFS append COMMIT after synchronous COPYOlga Kornievskaia4-39/+35
2017-05-08NFSv4: Fix exclusive create attributes encodingTrond Myklebust1-40/+35
2017-05-08NFSv4: Fix an rcu lock leakTrond Myklebust1-2/+4
2017-05-05nfs: use kmap/kunmap directlyFabian Frederick1-55/+12
2017-05-05NFS: always treat the invocation of nfs_getattr as cache hit when noac is onHou Tao1-1/+4
2017-05-05Fix nfs_client refcounting if kmalloc fails in nfs4_proc_exchange_id and nfs4_proc_async_renewDave Wysochanski1-2/+6
2017-05-05NFSv4.1: RECLAIM_COMPLETE must handle NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust2-4/+13
2017-05-04nfs: Fix bdi handling for cloned superblocksJan Kara2-21/+13
2017-05-03pNFS: Fix NULL dereference in pnfs_generic_alloc_ds_commitsFred Isaman1-1/+1
2017-05-02pNFS: Fix a typo in pnfs_generic_alloc_ds_commitsTrond Myklebust1-1/+1
2017-05-02pNFS: Fix a deadlock when coalescing writes and returning the layoutTrond Myklebust1-2/+0
2017-05-02pNFS: Don't clear the layout return info if there are segments to returnTrond Myklebust1-1/+7
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds4-35/+27
2017-04-29pNFS: Ensure we commit the layout if it has been invalidatedTrond Myklebust3-0/+5
2017-04-29pNFS: Don't send COMMITs to the DSes if the server invalidated our layoutTrond Myklebust1-0/+7
2017-04-29pNFS/flexfiles: Fix up the ff_layout_write_pagelist failure pathTrond Myklebust2-4/+21
2017-04-28pNFS: Ensure we check layout validity before marking it for returnTrond Myklebust1-0/+4
2017-04-28NFS4.1 handle interrupted slot reuse from ERR_DELAYOlga Kornievskaia1-1/+2
2017-04-28NFSv4: check return value of xdr_inline_decodePan Bian1-0/+2
2017-04-28nfs/filelayout: fix NULL pointer dereference in fl_pnfs_update_layout()Artem Savkov1-3/+3
2017-04-27NFSv4: Fix callback server shutdownTrond Myklebust1-8/+16
2017-04-27NFSv4.x/callback: Create the callback service through svc_create_pooledKinglong Mee1-1/+1
2017-04-26NFSv4: Don't special case "launder"Trond Myklebust2-17/+12
2017-04-26NFS: Add a few more fatal I/O errors to nfs_error_is_fatal()Trond Myklebust1-0/+4
2017-04-25NFSv3: nfs3_nlm_alloc_call should be declared staticTrond Myklebust1-3/+3
2017-04-25NFS: Don't write back further requests if there is a pending write errorTrond Myklebust1-4/+21
2017-04-25pNFS: Fix use after free issues in pnfs_do_read()Trond Myklebust1-3/+13
2017-04-25pNFS: Ensure we check layout segment validity in the pg_init() callbackTrond Myklebust4-0/+18
2017-04-21NFS: Always wait for I/O completion before unlockBenjamin Coddington3-6/+67
2017-04-21lockd: Introduce nlmclnt_operationsBenjamin Coddington3-2/+3
2017-04-21NFS: Add an iocounter wait function for async RPC tasksBenjamin Coddington2-1/+34
2017-04-21NFS: Move the flock open mode check into nfs_flock()Benjamin Coddington2-16/+16
2017-04-21NFS4: remove a redundant lock range checkBenjamin Coddington1-3/+0
2017-04-20pNFS: unexport nfs4_pnfs_v3_ds_connect_unloadTrond Myklebust1-1/+0
2017-04-20pNFS: Unexport pnfs_put_lseg_locked and _pnfs_return_layoutTrond Myklebust1-2/+0