summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorKiyoshi Ueda <k-ueda@ct.jp.nec.com>2009-12-10 23:52:15 +0000
committerAlasdair G Kergon <agk@redhat.com>2009-12-10 23:52:15 +0000
commit0888564393a1277ce2d0564d819e1bcff1120343 (patch)
treecac54095a48b4662ee5a3ff17550693300be2692 /tools/perf/scripts/python/stackcollapse.py
parent598de40947909e6b948569710383661ecc0ddc8e (diff)
downloadkernel-0888564393a1277ce2d0564d819e1bcff1120343.tar.gz
dm: pass gfp_mask to alloc_rq_tio
This patch adds the gfp_mask argument to alloc_rq_tio(). No functional change. This patch is a preparation for a later patch in this series which needs to allocate tio (for barrier I/O) with different allocation flag (GFP_NOIO) from the one in the normal I/O code path. Signed-off-by: Kiyoshi Ueda <k-ueda@ct.jp.nec.com> Signed-off-by: Jun'ichi Nomura <j-nomura@ce.jp.nec.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
100'>2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds 2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton 2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells 2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar 2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro 2016-10-05hpfs: support FIEMAPMikulas Patocka 2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi 2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi 2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara 2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro 2016-07-29cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro 2016-06-10vfs: make the string hashes salt the hashLinus Torvalds 2016-05-28hpfs: implement the show_options methodMikulas Patocka 2016-05-28hpfs: fix remount failure when there are no options changedMikulas Patocka 2016-05-12hpfs: switch to ->iterate_shared()Al Viro 2016-05-12hpfs: handle allocation failures in hpfs_add_pos()Al Viro 2016-02-27hpfs: don't truncate the file when delete failsMikulas Patocka 2016-01-22wrappers for ->i_mutex accessAl Viro 2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov 2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2016-01-04hpfs: missing endianness annotationAl Viro 2015-12-08don't put symlink bodies in pagecache into highmemAl Viro 2015-11-09fs/hpfs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai