summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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-191-2/+0
* nfsd: use ktime_get_real_seconds() in nfs4_verifierArnd Bergmann2019-12-191-1/+1
* nfsd: use boottime for lease expiry calculationArnd Bergmann2019-12-195-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
* 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 '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-12-0813-72/+265
|\
| * smb3: improve check for when we send the security descriptor context on createSteve French2019-12-071-0/+2
| * smb3: fix mode passed in on create for modetosid mount optionSteve French2019-12-065-34/+122
| * cifs: fix possible uninitialized access and race on iface_listAurelien Aptel2019-12-041-3/+26
| * cifs: Fix lookup of SMB connections on multichannelPaulo Alcantara (SUSE)2019-12-043-1/+9
| * smb3: query attributes on file closeSteve French2019-12-037-15/+97
| * smb3: remove unused flag passed into close functionsSteve French2019-12-022-16/+5
| * cifs: remove redundant assignment to pointer pneg_ctxtColin Ian King2019-12-021-1/+1