1. 13 Oct, 2019 15 commits
  2. 12 Oct, 2019 23 commits
  3. 11 Oct, 2019 2 commits
    • Linus Torvalds's avatar
      Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfs · 1c0cc5f1
      Linus Torvalds authored
      Pull NFS client bugfixes from Anna Schumaker:
       "Stable bugfixes:
         - Fix O_DIRECT accounting of number of bytes read/written # v4.1+
      
        Other fixes:
         - Fix nfsi->nrequests count error on nfs_inode_remove_request()
         - Remove redundant mirror tracking in O_DIRECT
         - Fix leak of clp->cl_acceptor string
         - Fix race to sk_err after xs_error_report"
      
      * tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfs:
        SUNRPC: fix race to sk_err after xs_error_report
        NFSv4: Fix leak of clp->cl_acceptor string
        NFS: Remove redundant mirror tracking in O_DIRECT
        NFS: Fix O_DIRECT accounting of number of bytes read/written
        nfs: Fix nfsi->nrequests count error on nfs_inode_remove_request
      1c0cc5f1
    • Linus Torvalds's avatar
      Merge tag '5.4-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6 · c6ad7c3c
      Linus Torvalds authored
      Pull cifs fixes from Steve French:
       "Eight small SMB3 fixes, four for stable, and important fix for the
        recent regression introduced by filesystem timestamp range patches"
      
      * tag '5.4-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6:
        CIFS: Force reval dentry if LOOKUP_REVAL flag is set
        CIFS: Force revalidate inode when dentry is stale
        smb3: Fix regression in time handling
        smb3: remove noisy debug message and minor cleanup
        CIFS: Gracefully handle QueryInfo errors during open
        cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panic
        fs: cifs: mute -Wunused-const-variable message
        smb3: cleanup some recent endian errors spotted by updated sparse
      c6ad7c3c