summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-02-18 09:38:47 -0800
committerDarrick J. Wong <darrick.wong@oracle.com>2019-02-21 07:55:07 -0800
commit12df89f28fa92e54bfb2ae01f9ee059e74e1acc0 (patch)
tree0efda47845c91699855f6e83c1ef0f7e672483ac /tools/perf/scripts/python/bin
parent78f0cc9d55cbe75faccc0135371c45912a34e6ed (diff)
downloadkernel-12df89f28fa92e54bfb2ae01f9ee059e74e1acc0.tar.gz
xfs: also truncate holes covered by COW blocks
This only matters if we want to write data through the COW fork that is not actually an overwrite of existing data. Reasons for that are speculative COW fork allocations using the cowextsize, or a mode where we always write through the COW fork. Currently both can't actually happen, but I plan to enable them. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
lidation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings 2011-12-06treewide: Fix comment and string typo 'bufer'Paul Bolle 2011-12-05cxgb3: Handle NULL dst neighbour in cxgb3_offload.cDavid Miller 2011-12-05cxgb3: Rework t3_l2t_get to take a dst_entry instead of a neighbour.David Miller 2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller 2011-11-23net: treewide use of RCU_INIT_POINTEREric Dumazet 2011-11-22net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet 2011-11-22Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones 2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław 2011-11-14Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones 2011-10-31drivers/net: fix mislocated headers in cxgb4/l2t.cPaul Gortmaker 2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker 2011-10-21cxgb4vf: convert to SKB paged frag API.Ian Campbell 2011-10-21cxgb4: convert to SKB paged frag API.Ian Campbell 2011-10-19net: add skb frag size accessorsEric Dumazet 2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones 2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller 2011-10-06net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell 2011-10-05chelsio: convert to SKB paged frag API.Ian Campbell 2011-10-05cxgb3: convert to SKB paged frag API.Ian Campbell 2011-09-16ethtool: Clean up definitions of rule location arrays in RX NFCBen Hutchings 2011-08-27drivers/net/ethernet/*: Enabled vendor Kconfig optionsJeff Kirsher 2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko 2011-08-17net: introduce IFF_UNICAST_FLT private flagJiri Pirko 2011-08-10chelsio: Move the Chelsio driversJeff Kirsher