summaryrefslogtreecommitdiffstats
path: root/tcg/s390
diff options
context:
space:
mode:
authorRichard Henderson2021-02-01 20:57:43 +0100
committerRichard Henderson2021-03-17 16:04:45 +0100
commit98f9b467b025f58e0cb1c8b0ae91b9b0d51ca85f (patch)
treeeb0cd3992e592947e89b147beb997a28a24fc19f /tcg/s390
parenttcg/tci: Split out tcg_out_op_v (diff)
downloadqemu-98f9b467b025f58e0cb1c8b0ae91b9b0d51ca85f.tar.gz
qemu-98f9b467b025f58e0cb1c8b0ae91b9b0d51ca85f.tar.xz
qemu-98f9b467b025f58e0cb1c8b0ae91b9b0d51ca85f.zip
tcg/tci: Split out tcg_out_op_r[iI]
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/s390')
0 files changed, 0 insertions, 0 deletions
+0100'>2017-02-141-8/+11 | * btrfs: use BTRFS_COMPRESS_NONE to specify no compressionAnand Jain2017-02-141-3/+3 | * btrfs: fix up misleading GFP_NOFS usage in btrfs_releasepageMichal Hocko2017-02-141-1/+1 * | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-251-3/+3 |/ * Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-01-271-9/+17 |\ | * Btrfs: remove ->{get, set}_acl() from btrfs_dir_ro_inode_operationsOmar Sandoval2017-01-271-2/+0Star | * Btrfs: disable xattr operations on subvolume directoriesOmar Sandoval2017-01-271-0/+1 | * Btrfs: remove old tree_root case in btrfs_read_locked_inode()Omar Sandoval2017-01-271-4/+1Star | * Btrfs: fix truncate down when no_holes feature is enabledLiu Bo2017-01-191-1/+12 | * Btrfs: Fix deadlock between direct IO and fast fsyncChandan Rajendra2017-01-191-2/+2 | * btrfs: fix false enospc error when truncating heavily reflinked fileWang Xiaoguang2017-01-191-0/+1 * | Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-01-141-3/+10 |\| | * Merge branch 'tracepoint-updates-4.10' of git://git.kernel.org/pub/scm/linux/...Chris Mason2017-01-111-1/+1 | |\ | | * Btrfs: add 'inode' for extent map tracepointLiu Bo2017-01-091-1/+1 | * | Btrfs: adjust outstanding_extents counter properly when dio write is splitLiu Bo2017-01-031-2/+9 | |/ * | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-181-1/+0Star |\ \ | * | vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0Star * | | Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-161-461/+449Star |\ \ \ | | |/ | |/| | * | Revert "Btrfs: adjust len of writes if following a preallocated extent"Chris Mason2016-12-121-5/+3Star | * | btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-061-37/+37 | * | btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-91/+95 | * | btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-227/+267 | * | btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeJeff Mahoney2016-12-061-2/+2 | * | btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-33/+40 | * | btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney2016-12-061-3/+3 | * | btrfs: don't access the bio directly in the direct I/O codeChristoph Hellwig2016-11-301-4/+3Star | * | btrfs: increment ctx->pos for every emitted or skipped dirent in readdirJeff Mahoney2016-11-301-20/+2Star | * | btrfs: remove old tree_root dirent processing in btrfs_real_readdir()Jeff Mahoney2016-11-301-80/+37Star | * | btrfs: change btrfs_csum_final result param type to u8Domagoj Tršan2016-11-301-1/+1 | * | Btrfs: adjust len of writes if following a preallocated extentLiu Bo2016-11-301-3/+5 | * | btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba2016-11-301-1/+1 | * | btrfs: remove unused headers, statfs.hDavid Sterba2016-11-301-1/+0Star | * | Btrfs: deal with existing encompassing extent map in btrfs_get_extent()Omar Sandoval2016-11-301-3/+3 | * | btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig2016-11-291-3/+3 | |/ * | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-131-7/+4Star |\ \ | |/ |/| | * block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-4/+2Star | * block: better op and flags encodingChristoph Hellwig2016-10-28