summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-01-23nfsd: Containerise filecache laundretteTrond Myklebust3-42/+207
2020-01-23nfsd: cleanup nfsd_file_lru_dispose()Trond Myklebust1-7/+6
2020-01-23nfsd: fix filecache lookupTrond Myklebust1-0/+6
2020-01-03nfsd: use true,false for bool variable in nfssvc.czhengbin1-3/+3
2020-01-03nfsd: use true,false for bool variable in nfs4proc.czhengbin1-2/+2
2020-01-03nfsd: use true,false for bool variable in vfs.czhengbin1-3/+3
2019-12-20nfsd: remove nfs4_reset_lease() declarationsArnd Bergmann1-2/+0
2019-12-20nfsd: use ktime_get_real_seconds() in nfs4_verifierArnd Bergmann1-1/+1
2019-12-20nfsd: use boottime for lease expiry calculationArnd Bergmann5-37/+42
2019-12-20nfsd: fix jiffies/time_t mixup in LRU listArnd Bergmann2-2/+2
2019-12-20nfsd: fix delay timer on 32-bit architecturesArnd Bergmann1-1/+1
2019-12-20nfsd: use time64_t in nfsd_proc_setattr() checkArnd Bergmann1-1/+1
2019-12-20nfsd: pass a 64-bit guardtime to nfsd_setattr()Arnd Bergmann6-8/+8
2019-12-20nfsd: make 'boot_time' 64-bit wideArnd Bergmann3-12/+12
2019-12-20nfsd: use timespec64 in encode_time_deltaArnd Bergmann1-2/+2
2019-12-20nfsd: handle nfs3 timestamps as unsignedArnd Bergmann2-14/+10
2019-12-20nfsd: print 64-bit timestamps in client_info_showArnd Bergmann2-4/+3
2019-12-20nfsd: use ktime_get_seconds() for timestampsArnd Bergmann1-5/+5
2019-12-20nfsd: remove unnecessary assertion in nfsd4_encode_replayAditya Pakki1-2/+0
2019-12-20nfsd: Clone should commit src file metadata tooTrond Myklebust1-5/+14
2019-12-20nfsd4: 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-08Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds13-72/+265
2019-12-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-6/+5
2019-12-08Merge tag 'iomap-5.5-merge-14' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-12/+28
2019-12-08Merge tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-12/+17
2019-12-08Merge tag 'for-linus-5.5-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-7/+43
2019-12-08Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds12-52/+136
2019-12-08Merge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds30-209/+1034
2019-12-08smb3: improve check for when we send the security descriptor context on createSteve French1-0/+2
2019-12-08pipe: don't use 'pipe_wait() for basic pipe IOLinus Torvalds1-3/+27
2019-12-08pipe: remove 'waiting_writers' merging logicLinus Torvalds2-31/+9
2019-12-07pipe: fix and clarify pipe read wakeup logicLinus Torvalds1-13/+18
2019-12-07pipe: fix and clarify pipe write wakeup logicLinus Torvalds1-18/+41
2019-12-07pipe: fix poll/select race introduced by the pipe reworkLinus Torvalds1-3/+15
2019-12-07nfsd: depend on CRYPTO_MD5 for legacy client trackingPatrick Steinhardt1-0/+1