1. 17 Nov, 2021 4 commits
  2. 07 Nov, 2021 1 commit
  3. 05 Nov, 2021 21 commits
  4. 04 Nov, 2021 10 commits
  5. 03 Nov, 2021 2 commits
  6. 02 Nov, 2021 2 commits
    • Dave Wysochanski's avatar
      NFS: Add offset to nfs_aop_readahead tracepoint · edfa0b16
      Dave Wysochanski authored
      Add the byte offset of the readahead request to the tracepoint output
      so we know where the read starts.
      
      Before this patch:
      cat-8104    [002] .....   813.168775: nfs_aop_readahead: fileid=00:31:141 fhandle=0xe55807f6 version=1756509392533525500 nr_pages=256
      cat-8104    [002] .....   813.174973: nfs_aop_readahead_done: fileid=00:31:141 fhandle=0xe55807f6 version=1756509392533525500 nr_pages=256 ret=0
      cat-8104    [002] .....   813.175963: nfs_aop_readahead: fileid=00:31:141 fhandle=0xe55807f6 version=1756509392533525500 nr_pages=256
      cat-8104    [002] .....   813.183742: nfs_aop_readahead_done: fileid=00:31:141 fhandle=0xe55807f6 version=1756509392533525500 nr_pages=1 ret=0
      
      After this patch:
      cat-6392    [001] .....    73.107782: nfs_aop_readahead: fileid=00:31:141 fhandle=0xed22403f version=1756511950029502774 offset=5242880 nr_pages=256
      cat-6392    [001] .....    73.112466: nfs_aop_readahead_done: fileid=00:31:141 fhandle=0xed22403f version=1756511950029502774 nr_pages=256 ret=0
      cat-6392    [001] .....    73.115692: nfs_aop_readahead: fileid=00:31:141 fhandle=0xed22403f version=1756511950029502774 offset=6291456 nr_pages=256
      cat-6392    [001] .....    73.123283: nfs_aop_readahead_done: fileid=00:31:141 fhandle=0xed22403f version=1756511950029502774 nr_pages=256 ret=0
      Signed-off-by: default avatarDave Wysochanski <dwysocha@redhat.com>
      Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
      edfa0b16
    • Benjamin Coddington's avatar
      xprtrdma: Fix a maybe-uninitialized compiler warning · cb5a967f
      Benjamin Coddington authored
      This minor fix-up keeps GCC from complaining that "last' may be used
      uninitialized", which breaks some build workflows that have been running
      with all warnings treated as errors.
      Signed-off-by: default avatarBenjamin Coddington <bcodding@redhat.com>
      Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
      cb5a967f