summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nfsd4: fix double free in nfsd4_do_async_copy()Dan Carpenter2020-02-061-1/+0
* nfsd: convert file cache to use over/underflow safe refcountTrond Myklebust2020-02-063-16/+15
* nfsd: Define the file access mode enum for tracingTrond Myklebust2020-02-061-0/+6
* nfsd: Fix a perf warningTrond Myklebust2020-02-061-6/+6
* nfsd: Ensure sampling of the write verifier is atomic with the writeTrond Myklebust2020-01-227-15/+19
* nfsd: Ensure sampling of the commit verifier is atomic with the commitTrond Myklebust2020-01-226-12/+14
* sunrpc: clean up cache entry add/remove from hashtableTrond Myklebust2020-01-221-24/+26
* sunrpc: Fix potential leaks in sunrpc_cache_unhash()Trond Myklebust2020-01-221-0/+2
* nfsd: Ensure exclusion between CLONE and WRITE errorsTrond Myklebust2020-01-221-7/+18
* nfsd: Pass the nfsd_file as arguments to nfsd4_clone_file_range()Trond Myklebust2020-01-223-6/+9
* nfsd: Update the boot verifier on stable writes too.Trond Myklebust2020-01-221-1/+4
* nfsd: Fix stable writesTrond Myklebust2020-01-223-2/+18
* nfsd: Allow nfsd_vfs_write() to take the nfsd_file as an argumentTrond Myklebust2020-01-223-4/+7
* nfsd: Fix a soft lockup race in nfsd_file_mark_find_or_create()Trond Myklebust2020-01-221-2/+6
* nfsd: Reduce the number of calls to nfsd_file_gc()Trond Myklebust2020-01-221-7/+12
* nfsd: Schedule the laundrette regularly irrespective of file errorsTrond Myklebust2020-01-221-9/+1
* nfsd: Remove unused constant NFSD_FILE_LRU_RESCANTrond Myklebust2020-01-221-4/+1
* nfsd: Containerise filecache laundretteTrond Myklebust2020-01-223-42/+207
* nfsd: cleanup nfsd_file_lru_dispose()Trond Myklebust2020-01-221-7/+6
* nfsd: fix filecache lookupTrond Myklebust2020-01-221-0/+6
* nfsd: use true,false for bool variable in nfssvc.czhengbin2020-01-031-3/+3
* nfsd: use true,false for bool variable in nfs4proc.czhengbin2020-01-031-2/+2
* nfsd: use true,false for bool variable in vfs.czhengbin2020-01-031-3/+3
* nfsd: remove nfs4_reset_lease() declarationsArnd Bergmann2019-12-201-2/+0
* nfsd: use ktime_get_real_seconds() in nfs4_verifierArnd Bergmann2019-12-201-1/+1
* nfsd: use boottime for lease expiry calculationArnd Bergmann2019-12-205-37/+42
* nfsd: fix jiffies/time_t mixup in LRU listArnd Bergmann2019-12-192-2/+2
* nfsd: fix delay timer on 32-bit architecturesArnd Bergmann2019-12-191-1/+1
* nfsd: use time64_t in nfsd_proc_setattr() checkArnd Bergmann2019-12-191-1/+1
* nfsd: pass a 64-bit guardtime to nfsd_setattr()Arnd Bergmann2019-12-196-8/+8
* 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