aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-10-2617-361/+444
|\
| * NFS: change sign of nfs_fh lengthFrank Sorenson2018-10-231-1/+1
| * nfs: remove redundant call to nfs_context_set_write_error()Benjamin Coddington2018-10-181-4/+0
| * nfs: Fix a missed page unlock after pg_doio()Benjamin Coddington2018-10-181-19/+21
| * NFSv4.x: fix lock recovery during delegation recallOlga Kornievskaia2018-10-051-3/+3
| * NFSv4: Fix lookup revalidate of regular filesTrond Myklebust2018-09-301-40/+39
| * NFS: Refactor nfs_lookup_revalidate()Trond Myklebust2018-09-301-96/+126
| * NFS: Fix dentry revalidation on NFSv4 lookupTrond Myklebust2018-09-301-3/+12
| * NFS: Remove private spinlock in struct nfs_pgio_headerTrond Myklebust2018-09-302-13/+10
| * NFSv3: Improve NFSv3 performance when server returns no post-op attributesTrond Myklebust2018-09-302-1/+10
| * NFSv4: Split out NFS v4.2 copy completion functionsAnna Schumaker2018-09-301-15/+26
| * NFS: Reduce indentation of nfs4_recovery_handle_error()Anna Schumaker2018-09-301-32/+32
| * NFS: Reduce indentation of the switch statement in nfs4_reclaim_open_state()Anna Schumaker2018-09-301-37/+33
| * NFS: Split out the body of nfs4_reclaim_open_state()Anna Schumaker2018-09-301-36/+47
| * nfs4: flex_file: ignore synthetic uid/gid for tightly coupled DSesTigran Mkrtchyan2018-09-301-1/+1
| * NFSv4.1: Fix the r/wsize checkingTrond Myklebust2018-09-301-7/+9
| * NFSv4: Convert struct nfs4_state to use refcount_tTrond Myklebust2018-09-303-9/+9
| * NFSv4: Convert open state lookup to use RCUTrond Myklebust2018-09-302-6/+7
| * NFS: Convert lookups of the open context to RCUTrond Myklebust2018-09-305-38/+55
| * NFS: Simplify internal check for whether file is open for writeTrond Myklebust2018-09-301-9/+1
| * NFS: Convert lookups of the lock context to RCUTrond Myklebust2018-09-301-13/+12
| * pNFS: Don't allocate more pages than we need to fit a layoutget responseTrond Myklebust2018-09-304-0/+10
| * pNFS: Don't zero out the array in nfs4_alloc_pages()Trond Myklebust2018-09-301-2/+2
| * SUNRPC: Add a label for RPC calls that require allocation on receiveTrond Myklebust2018-09-301-1/+3
* | Merge tag '4.20-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-10-2625-382/+1019
|\ \
| * | cifs: update internal module version number for cifs.ko to 2.14Steve French2018-10-241-1/+1
| * | smb3: add debug for unexpected mid cancellationSteve French2018-10-241-2/+2
| * | cifs: allow calling SMB2_xxx_free(NULL)Ronnie Sahlberg2018-10-241-7/+12
| * | smb3 - clean up debug output displaying network interfacesSteve French2018-10-231-2/+2
| * | smb3: show number of current open files in /proc/fs/cifs/StatsSteve French2018-10-235-1/+13
| * | cifs: add support for ioctl on directoriesRonnie Sahlberg2018-10-233-30/+102
| * | cifs: fallback to older infolevels on findfirst queryinfo retrySteve French2018-10-231-30/+37
| * | smb3: do not attempt cifs operation in smb3 query info error pathSteve French2018-10-231-1/+9
| * | smb3: send backup intent on compounded query infoSteve French2018-10-231-2/+7
| * | cifs: track writepages in vfs operation countersSteve French2018-10-231-1/+10
| * | smb2: fix uninitialized variable bug in smb2_ioctl_query_infoGustavo A. R. Silva2018-10-231-1/+1
| * | cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg2018-10-237-11/+134
| * | cifs: minor clarification in commentsSteve French2018-10-232-2/+16
| * | CIFS: Print message when attempting a mountRodrigo Freire2018-10-232-2/+7
| * | CIFS: Adds information-level logging functionRodrigo Freire2018-10-231-0/+16
| * | cifs: OFD locks do not conflict with eachothersRonnie Sahlberg2018-10-233-15/+25
| * | CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registrationLong Li2018-10-231-19/+19
| * | CIFS: pass page offsets on SMB1 read/writeLong Li2018-10-231-0/+2
| * | fs/cifs: fix uninitialised variable warningsGarry McNulty2018-10-231-3/+3
| * | smb3: add tracepoint for sending lease break responses to serverSteve French2018-10-232-1/+88
| * | cifs: do not return atime less than mtimeSteve French2018-10-233-3/+12
| * | smb3: update default requested iosize to 4MB from 1MB for recent dialectsSteve French2018-10-232-4/+55
| * | smb3: Add debug message later in smb2/smb3 reconnect pathSteve French2018-10-232-1/+4
| * | CIFS: make 'nodfs' mount opt a superblock flagAurelien Aptel2018-10-234-5/+14
| * | smb3: track the instance of each session for debuggingSteve French2018-10-234-4/+10