summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2019-12-19nfsd: remove unnecessary assertion in nfsd4_encode_replayAditya Pakki1-2/+0
2019-12-19nfsd: Clone should commit src file metadata tooTrond Myklebust1-5/+14
2019-12-19nfsd4: Remove unneeded semicolonzhengbin1-1/+1
2019-12-17nfsd: Return the correct number of bytes written to the fileTrond Myklebust1-0/+1
2019-12-09nfsd4: avoid NULL deference on strange COPY compoundsJ. Bruce Fields1-1/+2
2019-12-09NFSD fixing possible null pointer derefering in copy offloadOlga Kornievskaia1-1/+2
2019-12-09NFSD fix nfserro errno mismatchOlga Kornievskaia1-6/+5
2019-12-09NFSD: fix seqid in copy stateidOlga Kornievskaia1-1/+1
2019-12-09NFSD fix mismatching type in nfsd4_set_netaddrOlga Kornievskaia1-1/+1
2019-12-09nfsd: unlock on error in manage_cpntf_state()Dan Carpenter1-2/+5
2019-12-09NFSD add nfs4 inter ssc to nfsd4_copyOlga Kornievskaia5-27/+295
2019-12-09NFSD: allow inter server COPY to have a STALE source server fhOlga Kornievskaia4-5/+68
2019-12-09NFSD generalize nfsd4_compound_state flag namesOlga Kornievskaia3-10/+11
2019-12-09NFSD check stateids against copy stateidsOlga Kornievskaia1-8/+66
2019-12-09NFSD add COPY_NOTIFY operationOlga Kornievskaia4-24/+173
2019-12-09NFSD COPY_NOTIFY xdrOlga Kornievskaia3-2/+129
2019-12-09NFSD add ca_source_server<> to COPYOlga Kornievskaia2-6/+71
2019-12-09NFSD fill-in netloc4 structureOlga Kornievskaia1-0/+32
2019-12-07Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds12-52/+136
2019-12-07nfsd: depend on CRYPTO_MD5 for legacy client trackingPatrick Steinhardt1-0/+1
2019-12-07NFSD fixing possible null pointer derefering in copy offloadOlga Kornievskaia1-1/+2
2019-11-30nfsd: check for EBUSY from vfs_rmdir/vfs_unink.NeilBrown2-2/+13
2019-11-30nfsd: Ensure CLONE persists data and metadata changes to the target fileTrond Myklebust3-3/+10
2019-11-19nfsd: restore NFSv3 ACL supportJ. Bruce Fields1-2/+1
2019-11-15new helper: lookup_positive_unlocked()Al Viro2-13/+2
2019-11-12nfsd: v4 support requires CRYPTO_SHA256Scott Mayhew1-1/+1
2019-11-12nfsd: Fix cld_net->cn_tfm initializationScott Mayhew1-5/+7
2019-11-08nfsd: Drop LIST_HEAD where the variable it declares is never used.Mao Wenan1-2/+0
2019-11-08nfsd: document callback_wq serialization of callback codeJ. Bruce Fields1-0/+6
2019-11-08nfsd: mark cb path down on unknown errorsJ. Bruce Fields1-0/+1
2019-11-08nfsd: Fix races between nfsd4_cb_release() and nfsd4_shutdown_callback()Trond Myklebust2-9/+59
2019-11-08nfsd: minor 4.1 callback cleanupTrond Myklebust1-10/+20
2019-10-11nfsd: remove private bin2hex implementationAndy Shevchenko1-8/+3
2019-10-09nfsd4: fix up replay_matches_cache()Scott Mayhew1-5/+10
2019-10-08nfsd: "\%s" should be "%s"J. Bruce Fields1-2/+2
2019-10-08nfsd: remove set but not used variable 'len'YueHaibing1-2/+0
2019-09-27Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds25-560/+1933
2019-09-23nfsd: fix nfs read eof detectionTrond Myklebust6-50/+41
2019-09-23nfsd: Make nfsd_reset_boot_verifier_locked staticYueHaibing1-1/+1
2019-09-20nfsd: degraded slot-count more gracefully as allocation nears exhaustion.NeilBrown1-4/+11
2019-09-20nfsd: handle drc over-allocation gracefully.NeilBrown1-4/+15
2019-09-18Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2019-09-10nfsd: add support for upcall version 2Scott Mayhew3-16/+216
2019-09-10nfsd: add a "GetVersion" upcall for nfsdcldScott Mayhew1-50/+117
2019-09-10nfsd: Reset the boot verifier on all write I/O errorsTrond Myklebust1-4/+15
2019-09-10nfsd: Don't garbage collect files that might contain write errorsTrond Myklebust1-1/+42
2019-09-10nfsd: Support the server resetting the boot verifierTrond Myklebust5-15/+48
2019-09-10nfsd: nfsd_file cache entries should be per net namespaceTrond Myklebust4-14/+25
2019-09-05new helper: get_tree_keyed()Al Viro1-2/+1
2019-08-28nfsd: eliminate an unnecessary acl size limitJ. Bruce Fields2-9/+13