Add linux-next specific files for 20110727
[linux-2.6/next.git] / Next / quilt-import.log
blob11a24ece1d5ebccbc060064d23d80c84a3c52aaa
1 Importing i2c based on 3.0-git5
2         quilt series is empty
3 $ git update-ref refs/heads/quilt/i2c 750e06992d49666a7589aac555eb3bb68e4dbb88
4 Importing jdelvare-hwmon based on 3.0-git5
5         quilt series is empty
6 $ git update-ref refs/heads/quilt/jdelvare-hwmon 750e06992d49666a7589aac555eb3bb68e4dbb88
7 Importing kernel-doc based on 3.0
8 Unchanged quilt series kernel-doc
9 Importing rr based on v3.0-rc3-55-gada9c93
10 Unchanged quilt series rr
11 Importing device-mapper based on v3.0
12 $ git clone -s -l -n -q . ../quilt-tmp
13 $ cd ../quilt-tmp
14 $ git reset --hard 02f8c6aee8df3cdc935e9bdd4f2d020306035dbe
15 HEAD is now at 02f8c6a Linux 3.0
16 $ git am ../quilt/device-mapper/dm-snapshot-flush-disk-cache-when-merging.patch
17 Applying: This patch makes dm-snapshot flush disk cache when writing metadata for
18 $ git am ../quilt/device-mapper/dm-mpath-fix-potential-NULL-pointer-in-feature-arg-processing.patch
19 Applying: Avoid dereferencing a NULL pointer if the number of feature arguments
20 $ git am ../quilt/device-mapper/dm-io-flush-cpu-cache-with-vmapped-io.patch
21 Applying: For normal kernel pages, CPU cache is synchronized by the dma layer.
22 $ git am ../quilt/device-mapper/dm-table-fix-discard-support.patch
23 Applying: Remove 'discards_supported' from the dm_table structure.  The same
24 $ git am ../quilt/device-mapper/dm-log-clean-up-bit-little-endian-bitops.patch
25 Applying: Using __test_and_{set,clear}_bit_le() with ignoring its return value
26 $ git am ../quilt/device-mapper/dm-log-userspace-use-list_move.patch
27 Applying: Replace list_del() followed by list_add() with list_move().
28 $ git am ../quilt/device-mapper/dm-use-vzalloc.patch
29 Applying: Use vzalloc() instead of vmalloc()+memset().
30 $ git am ../quilt/device-mapper/dm-kcopyd-remove-offset-field-from-job-structure.patch
31 Applying: The offset field in struct kcopyd_job is always zero so remove it.
32 $ git am ../quilt/device-mapper/dm-kcopyd-remove-nr_pages-field-from-job-structure.patch
33 Applying: The nr_pages field in struct kcopyd_job is only used temporarily in
34 $ git am ../quilt/device-mapper/dm-snapshot-remove-unused-definitions.patch
35 Applying: Remove a couple of unused #defines.
36 $ git am ../quilt/device-mapper/dm-snapshot-style-cleanups.patch
37 Applying: Coding style cleanups.
38 $ git am ../quilt/device-mapper/dm-raid-cleanup-parameter-handling.patch
39 Applying: Re-order the parameters so they are handled consistently in the same order
40 $ git am ../quilt/device-mapper/dm-kcopyd-add-dm_kcopyd_zero-to-zero-an-area.patch
41 Applying: This patch introduces dm_kcopyd_zero() to make it easy to use
42 $ git am ../quilt/device-mapper/dm-ignore-merge_bvec-for-snapshots-when-safe.patch
43 Applying: Add a new flag DMF_MERGE_IS_OPTIONAL to struct mapped_device to indicate
44 $ git am ../quilt/device-mapper/dm-snap-skip-reading-origin-when-overwriting-complete-chunk.patch
45 Applying: If we write a full chunk in the snapshot, skip reading the origin device
46 $ git am ../quilt/device-mapper/dm-table-share-target-argument-parsing-functions.patch
47 Applying: Move multipath target argument parsing code into dm-table so other
48 $ git am ../quilt/device-mapper/dm-flakey-use-dm_target_offset-and-support-discards.patch
49 Applying: Use dm_target_offset() and support discards.
50 $ git am ../quilt/device-mapper/dm-flakey-support-feature-args.patch
51 Applying: Add the ability to specify arbitrary feature flags when creating a
52 $ git am ../quilt/device-mapper/dm-flakey-add-drop_writes.patch
53 Applying: Add 'drop_writes' option to drop writes silently while the
54 /home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:11: new blank line at EOF.
56 warning: 1 line adds whitespace errors.
57 $ git am ../quilt/device-mapper/dm-flakey-add-corrupt_bio_byte-feature.patch
58 Applying: Add corrupt_bio_byte feature to simulate corruption by overwriting a byte at a
59 /home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:12: new blank line at EOF.
61 warning: 1 line adds whitespace errors.
62 $ git am ../quilt/device-mapper/dm-ioctl-fill-in-device-parameters-in-more-ioctls.patch
63 Applying: Move parameter filling from find_device to __find_device_hash_cell.
64 $ git am ../quilt/device-mapper/dm-ioctl-introduce-__get_dev_cell.patch
65 Applying: Move logic to find device based on major/minor number to a separate
66 $ git am ../quilt/device-mapper/dm-ioctl-forbid-multiple-device-specifiers.patch
67 Applying: Exactly one of name, uuid or device must be specified when referencing
68 $ git am ../quilt/device-mapper/dm-raid-improve-table-parameters-documentation.patch
69 Applying: Add more information about some dm-raid table parameters and clarify how
70 /home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:123: new blank line at EOF.
72 warning: 1 line adds whitespace errors.
73 $ git am ../quilt/device-mapper/dm-raid-add-region_size-parameter.patch
74 Applying: Allow the user to specify the region_size.
75 $ git am ../quilt/device-mapper/dm-raid-add-write_mostly-parameter.patch
76 Applying: Add the write_mostly parameter to RAID1 dm-raid tables.
77 $ git am ../quilt/device-mapper/dm-raid-support-metadata-devices.patch
78 Applying: Add the ability to parse and use metadata devices to dm-raid.  Although
79 $ git am ../quilt/device-mapper/dm-raid-add-md-raid1-support.patch
80 Applying: Support the MD RAID1 personality through dm-raid.
81 $ git am ../quilt/device-mapper/dm-raid-tidy-includes.patch
82 Applying: A dm target only needs to use include/linux dm headers.
83 $ git am ../quilt/device-mapper/dm-crypt-optionally-support-discard-requests.patch
84 Applying: Add optional parameter field to dmcrypt table and support
85 $ git am ../quilt/device-mapper/dm-table-clean-dm_get_device-and-move-exports.patch
86 Applying: There is no need for __table_get_device to be factored out.
87 $ git am ../quilt/device-mapper/dm-table-add-singleton-feature.patch
88 Applying: Introduce the concept of a singleton table which contains exactly one target.
89 $ git am ../quilt/device-mapper/dm-table-add-always-writeable-feature.patch
90 Applying: Add a target feature flag to indicate that a target does not work in
91 $ git am ../quilt/device-mapper/dm-ioctl-prevent-empty-message.patch
92 Applying: Detect invalid empty messages in core dm instead of requiring every target to
93 $ git am ../quilt/device-mapper/dm-export-dm-get-md.patch
94 Applying: Export dm_get_md() for the new thin provisioning target to use.
95 $ git am ../quilt/device-mapper/dm-add-persistent-data-library.patch
96 Applying: The persistent-data library offers a re-usable framework for the storage
97 /home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:3144: new blank line at EOF.
99 warning: 1 line adds whitespace errors.
100 $ git am ../quilt/device-mapper/dm-add-thin-provisioning-target.patch
101 Applying: Initial EXPERIMENTAL implementation of device-mapper thin provisioning
102 /home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:238: space before tab in indent.
103         Create a new snapshot of another thinly-provisioned device.
104 warning: 1 line adds whitespace errors.
105 $ cd ../next
106 $ git fetch -f ../quilt-tmp master:quilt/device-mapper
107 From ../quilt-tmp
108  + 2a7abc0...52034e6 master     -> quilt/device-mapper  (forced update)
109 Importing i2c based on 3.0-git5
110 Unchanged quilt series i2c
111 Importing jdelvare-hwmon based on 3.0-git5
112 Unchanged quilt series jdelvare-hwmon
113 Importing kernel-doc based on 3.0
114 Unchanged quilt series kernel-doc
115 Importing rr based on v3.0-rc3-55-gada9c93
116         quilt series is empty
117 $ git update-ref refs/heads/quilt/rr ada9c93312f7ec49514c68c211595ce2601cebae
118 Importing device-mapper based on v3.0
119 Unchanged quilt series device-mapper