summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2016-10-03 09:11:27 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2016-10-04 11:05:44 -0700
commit4847acf868bb426455c8b703c80ed5fc5e2ee556 (patch)
tree93ea499a11e3cbeee6b05d24a12f2bab2559e2b9 /tools/perf/scripts/python/bin/stackcollapse-record
parentf65306ea5246ef3ff68a6abf85f5a73a04903366 (diff)
downloadkernel-4847acf868bb426455c8b703c80ed5fc5e2ee556.tar.gz
xfs: pass bmapi flags through to bmap_del_extent
Pass BMAPI_ flags from bunmapi into bmap_del_extent and extend BMAPI_REMAP (which means "don't touch the allocator or the quota accounting") to apply to bunmapi as well. This will be used to implement the unmap operation, which will be used by swapext. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
istro/kernel/commit/drivers/net/ethernet/mellanox/mlx5/core/pagealloc.c?h=linux-6.6.y&id=1d2bb5ad89f47d8ce8aedc70ef85059ab3870292'>net/mlx5: Fix wrong address reclaim when command interface is downEran Ben Elisha 2020-11-26net/mlx5: Rename peer_pf to host_pfParav Pandit 2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller 2020-10-02net/mlx5: cmdif, Avoid skipping reclaim pages if FW is not accessibleSaeed Mahameed 2020-09-30net/mlx5: Use dma device access helperParav Pandit 2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds 2020-07-28net/mlx5: Add function ID to reclaim pages debug logAvihu Hagag 2020-07-28net/mlx5: Hold pages RB tree per VFEran Ben Elisha 2020-07-16treewide: Remove uninitialized_var() usageKees Cook 2020-05-15net/mlx5: Fix a bug of releasing wrong chunks on > 4K page size systemsEran Ben Elisha 2020-05-15net/mlx5: Dedicate fw page to the requesting functionEran Ben Elisha 2020-04-30net/mlx5: Add support for release all pages eventEran Ben Elisha 2020-04-30net/mlx5: Rate limit page not found error messagesEran Ben Elisha 2020-04-30net/mlx5: Add helper function to release fw pageEran Ben Elisha 2020-04-23net/mlx5: Update pagealloc.c new cmd interfaceLeon Romanovsky 2020-04-19net/mlx5: Delete not-used cmd headerLeon Romanovsky