Skip to content
Snippets Groups Projects
Select Git revision
  • 4a09675279674041862d2210635b0cc1f60be28e
  • vme-testing default
  • ci-test
  • master
  • remoteproc
  • am625-sk-ov5640
  • pcal6534-upstreaming
  • lps22df-upstreaming
  • msc-upstreaming
  • imx8mp
  • iio/noa1305
  • vme-next
  • vme-next-4.14-rc4
  • v4.14-rc4
  • v4.14-rc3
  • v4.14-rc2
  • v4.14-rc1
  • v4.13
  • vme-next-4.13-rc7
  • v4.13-rc7
  • v4.13-rc6
  • v4.13-rc5
  • v4.13-rc4
  • v4.13-rc3
  • v4.13-rc2
  • v4.13-rc1
  • v4.12
  • v4.12-rc7
  • v4.12-rc6
  • v4.12-rc5
  • v4.12-rc4
  • v4.12-rc3
32 results

ordered-data.c

  • Chris Mason's avatar
    4a096752
    Btrfs: Data ordered fixes · 4a096752
    Chris Mason authored
    
    * In btrfs_delete_inode, wait for ordered extents after calling
    truncate_inode_pages.  This is much faster, and more correct
    
    * Properly clear our the PageChecked bit everywhere we redirty the page.
    
    * Change the writepage fixup handler to lock the page range and check to
    see if an ordered extent had been inserted since the improperly dirtied
    page was discovered
    
    * Wait for ordered extents outside the transaction.  This isn't required
    for locking rules but does improve transaction latencies
    
    * Reduce contention on the alloc_mutex by dropping it while incrementing
    refs on a node/leaf and while dropping refs on a leaf.
    
    Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
    4a096752
    History
    Btrfs: Data ordered fixes
    Chris Mason authored
    
    * In btrfs_delete_inode, wait for ordered extents after calling
    truncate_inode_pages.  This is much faster, and more correct
    
    * Properly clear our the PageChecked bit everywhere we redirty the page.
    
    * Change the writepage fixup handler to lock the page range and check to
    see if an ordered extent had been inserted since the improperly dirtied
    page was discovered
    
    * Wait for ordered extents outside the transaction.  This isn't required
    for locking rules but does improve transaction latencies
    
    * Reduce contention on the alloc_mutex by dropping it while incrementing
    refs on a node/leaf and while dropping refs on a leaf.
    
    Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>