summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* nfsd: make 'boot_time' 64-bit wideArnd Bergmann2019-12-193-12/+12
* nfsd: use timespec64 in encode_time_deltaArnd Bergmann2019-12-191-2/+2
* nfsd: handle nfs3 timestamps as unsignedArnd Bergmann2019-12-192-14/+10
* nfsd: print 64-bit timestamps in client_info_showArnd Bergmann2019-12-192-4/+3
* nfsd: use ktime_get_seconds() for timestampsArnd Bergmann2019-12-191-5/+5
* nfsd: remove unnecessary assertion in nfsd4_encode_replayAditya Pakki2019-12-191-2/+0
* nfsd: Clone should commit src file metadata tooTrond Myklebust2019-12-191-5/+14
* nfsd4: Remove unneeded semicolonzhengbin2019-12-191-1/+1
* nfsd: Return the correct number of bytes written to the fileTrond Myklebust2019-12-171-0/+1
* nfsd4: avoid NULL deference on strange COPY compoundsJ. Bruce Fields2019-12-091-1/+2
* NFSD fixing possible null pointer derefering in copy offloadOlga Kornievskaia2019-12-091-1/+2
* NFSD fix nfserro errno mismatchOlga Kornievskaia2019-12-091-6/+5
* NFSD: fix seqid in copy stateidOlga Kornievskaia2019-12-091-1/+1
* NFSD fix mismatching type in nfsd4_set_netaddrOlga Kornievskaia2019-12-091-1/+1
* nfsd: unlock on error in manage_cpntf_state()Dan Carpenter2019-12-091-2/+5
* NFSD add nfs4 inter ssc to nfsd4_copyOlga Kornievskaia2019-12-095-27/+295
* NFSD: allow inter server COPY to have a STALE source server fhOlga Kornievskaia2019-12-094-5/+68
* NFSD generalize nfsd4_compound_state flag namesOlga Kornievskaia2019-12-093-10/+11
* NFSD check stateids against copy stateidsOlga Kornievskaia2019-12-091-8/+66
* NFSD add COPY_NOTIFY operationOlga Kornievskaia2019-12-094-24/+173
* NFSD COPY_NOTIFY xdrOlga Kornievskaia2019-12-093-2/+129
* NFSD add ca_source_server<> to COPYOlga Kornievskaia2019-12-092-6/+71
* NFSD fill-in netloc4 structureOlga Kornievskaia2019-12-091-0/+32
* Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-12-0712-52/+136
|\
| * nfsd: depend on CRYPTO_MD5 for legacy client trackingPatrick Steinhardt2019-12-071-0/+1
| * NFSD fixing possible null pointer derefering in copy offloadOlga Kornievskaia2019-12-071-1/+2
| * nfsd: check for EBUSY from vfs_rmdir/vfs_unink.NeilBrown2019-11-302-2/+13
| * nfsd: Ensure CLONE persists data and metadata changes to the target fileTrond Myklebust2019-11-303-3/+10
| * nfsd: restore NFSv3 ACL supportJ. Bruce Fields2019-11-191-2/+1
| * nfsd: v4 support requires CRYPTO_SHA256Scott Mayhew2019-11-121-1/+1
| * nfsd: Fix cld_net->cn_tfm initializationScott Mayhew2019-11-121-5/+7
| * nfsd: Drop LIST_HEAD where the variable it declares is never used.Mao Wenan2019-11-081-2/+0
| * nfsd: document callback_wq serialization of callback codeJ. Bruce Fields2019-11-081-0/+6
| * nfsd: mark cb path down on unknown errorsJ. Bruce Fields2019-11-081-0/+1
| * nfsd: Fix races between nfsd4_cb_release() and nfsd4_shutdown_callback()Trond Myklebust2019-11-082-9/+59
| * nfsd: minor 4.1 callback cleanupTrond Myklebust2019-11-081-10/+20
| * nfsd: remove private bin2hex implementationAndy Shevchenko2019-10-111-8/+3
| * nfsd4: fix up replay_matches_cache()Scott Mayhew2019-10-091-5/+10
| * nfsd: "\%s" should be "%s"J. Bruce Fields2019-10-081-2/+2
| * nfsd: remove set but not used variable 'len'YueHaibing2019-10-081-2/+0
* | new helper: lookup_positive_unlocked()Al Viro2019-11-152-13/+2
|/
* Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-09-2725-560/+1933
|\
| * nfsd: fix nfs read eof detectionTrond Myklebust2019-09-236-50/+41
| * nfsd: Make nfsd_reset_boot_verifier_locked staticYueHaibing2019-09-231-1/+1
| * nfsd: degraded slot-count more gracefully as allocation nears exhaustion.NeilBrown2019-09-201-4/+11
| * nfsd: handle drc over-allocation gracefully.NeilBrown2019-09-201-4/+15
| * nfsd: add support for upcall version 2Scott Mayhew2019-09-103-16/+216
| * nfsd: add a "GetVersion" upcall for nfsdcldScott Mayhew2019-09-101-50/+117
| * nfsd: Reset the boot verifier on all write I/O errorsTrond Myklebust2019-09-101-4/+15
| * nfsd: Don't garbage collect files that might contain write errorsTrond Myklebust2019-09-101-1/+42