forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork0
Commitaba16dc
committed
Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax
Pull IDA updates from Matthew Wilcox: "A better IDA API: id = ida_alloc(ida, GFP_xxx); ida_free(ida, id); rather than the cumbersome ida_simple_get(), ida_simple_remove(). The new IDA API is similar to ida_simple_get() but better named. The internal restructuring of the IDA code removes the bitmap preallocation nonsense. I hope the net -200 lines of code is convincing"* 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax: (29 commits) ida: Change ida_get_new_above to return the id ida: Remove old API test_ida: check_ida_destroy and check_ida_alloc test_ida: Convert check_ida_conv to new API test_ida: Move ida_check_max test_ida: Move ida_check_leaf idr-test: Convert ida_check_nomem to new API ida: Start new test_ida module target/iscsi: Allocate session IDs from an IDA iscsi target: fix session creation failure handling drm/vmwgfx: Convert to new IDA API dmaengine: Convert to new IDA API ppc: Convert vas ID allocation to new IDA API media: Convert entity ID allocation to new IDA API ppc: Convert mmu context allocation to new IDA API Convert net_namespace to new IDA API cb710: Convert to new IDA API rsxx: Convert to new IDA API osd: Convert to new IDA API sd: Convert to new IDA API ...File tree
28 files changed
+485
-679
lines changed- arch/powerpc
- mm
- platforms/powernv
- drivers
- block
- mtip32xx
- rsxx
- dma
- gpu/drm/vmwgfx
- media
- misc/cb710
- scsi
- osd
- target/iscsi
- fs
- devpts
- include/linux
- lib
- net/core
- tools/testing/radix-tree
- linux
28 files changed
+485
-679
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 33 | + | |
57 | 34 | | |
58 | 35 | | |
59 | 36 | | |
60 | 37 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
| 38 | + | |
71 | 39 | | |
72 | 40 | | |
73 | 41 | | |
| |||
172 | 140 | | |
173 | 141 | | |
174 | 142 | | |
175 | | - | |
176 | | - | |
177 | | - | |
| 143 | + | |
178 | 144 | | |
179 | 145 | | |
180 | 146 | | |
181 | 147 | | |
182 | 148 | | |
183 | 149 | | |
184 | 150 | | |
185 | | - | |
186 | 151 | | |
187 | 152 | | |
188 | 153 | | |
189 | | - | |
| 154 | + | |
190 | 155 | | |
191 | | - | |
192 | 156 | | |
193 | 157 | | |
194 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
518 | | - | |
519 | | - | |
520 | 518 | | |
521 | 519 | | |
522 | | - | |
523 | | - | |
524 | | - | |
| 520 | + | |
525 | 521 | | |
526 | 522 | | |
527 | 523 | | |
528 | 524 | | |
529 | | - | |
530 | | - | |
531 | | - | |
532 | | - | |
533 | | - | |
534 | | - | |
535 | | - | |
536 | | - | |
537 | | - | |
538 | | - | |
539 | | - | |
540 | | - | |
541 | | - | |
542 | | - | |
| 525 | + | |
543 | 526 | | |
544 | | - | |
545 | | - | |
546 | | - | |
| 527 | + | |
| 528 | + | |
547 | 529 | | |
548 | 530 | | |
549 | 531 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | 121 | | |
123 | 122 | | |
124 | 123 | | |
| |||
3767 | 3766 | | |
3768 | 3767 | | |
3769 | 3768 | | |
3770 | | - | |
3771 | | - | |
3772 | | - | |
3773 | | - | |
3774 | | - | |
3775 | | - | |
3776 | | - | |
3777 | | - | |
3778 | | - | |
3779 | | - | |
3780 | | - | |
3781 | | - | |
3782 | | - | |
| 3769 | + | |
| 3770 | + | |
3783 | 3771 | | |
| 3772 | + | |
3784 | 3773 | | |
3785 | 3774 | | |
3786 | 3775 | | |
| |||
3922 | 3911 | | |
3923 | 3912 | | |
3924 | 3913 | | |
3925 | | - | |
3926 | | - | |
3927 | | - | |
| 3914 | + | |
3928 | 3915 | | |
3929 | 3916 | | |
3930 | 3917 | | |
| |||
4012 | 3999 | | |
4013 | 4000 | | |
4014 | 4001 | | |
4015 | | - | |
4016 | | - | |
4017 | | - | |
| 4002 | + | |
4018 | 4003 | | |
4019 | 4004 | | |
4020 | 4005 | | |
| |||
4054 | 4039 | | |
4055 | 4040 | | |
4056 | 4041 | | |
4057 | | - | |
4058 | | - | |
4059 | | - | |
| 4042 | + | |
4060 | 4043 | | |
4061 | 4044 | | |
4062 | 4045 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| |||
771 | 770 | | |
772 | 771 | | |
773 | 772 | | |
774 | | - | |
775 | | - | |
776 | | - | |
777 | | - | |
778 | | - | |
779 | | - | |
780 | | - | |
781 | | - | |
782 | | - | |
783 | | - | |
784 | | - | |
785 | | - | |
| 773 | + | |
| 774 | + | |
786 | 775 | | |
| 776 | + | |
787 | 777 | | |
788 | 778 | | |
789 | 779 | | |
| |||
985 | 975 | | |
986 | 976 | | |
987 | 977 | | |
988 | | - | |
989 | | - | |
990 | | - | |
| 978 | + | |
991 | 979 | | |
992 | 980 | | |
993 | 981 | | |
| |||
1050 | 1038 | | |
1051 | 1039 | | |
1052 | 1040 | | |
| 1041 | + | |
1053 | 1042 | | |
1054 | 1043 | | |
1055 | 1044 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
165 | | - | |
166 | | - | |
| 164 | + | |
167 | 165 | | |
168 | 166 | | |
169 | 167 | | |
| |||
898 | 896 | | |
899 | 897 | | |
900 | 898 | | |
901 | | - | |
902 | | - | |
903 | | - | |
904 | | - | |
905 | | - | |
906 | | - | |
907 | | - | |
908 | | - | |
909 | | - | |
| 899 | + | |
910 | 900 | | |
911 | | - | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
912 | 905 | | |
913 | 906 | | |
914 | 907 | | |
| |||
1092 | 1085 | | |
1093 | 1086 | | |
1094 | 1087 | | |
1095 | | - | |
1096 | | - | |
1097 | | - | |
| 1088 | + | |
1098 | 1089 | | |
1099 | 1090 | | |
1100 | 1091 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
64 | | - | |
| 67 | + | |
65 | 68 | | |
66 | 69 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
89 | 73 | | |
90 | 74 | | |
91 | 75 | | |
92 | 76 | | |
93 | | - | |
94 | | - | |
95 | | - | |
| 77 | + | |
96 | 78 | | |
97 | 79 | | |
98 | | - | |
| 80 | + | |
| 81 | + | |
99 | 82 | | |
100 | 83 | | |
101 | 84 | | |
| |||
105 | 88 | | |
106 | 89 | | |
107 | 90 | | |
| 91 | + | |
108 | 92 | | |
109 | | - | |
110 | 93 | | |
111 | 94 | | |
112 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
585 | 585 | | |
586 | 586 | | |
587 | 587 | | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | | - | |
595 | | - | |
596 | | - | |
| 588 | + | |
| 589 | + | |
597 | 590 | | |
598 | | - | |
| 591 | + | |
599 | 592 | | |
| 593 | + | |
600 | 594 | | |
601 | 595 | | |
602 | 596 | | |
| |||
642 | 636 | | |
643 | 637 | | |
644 | 638 | | |
645 | | - | |
| 639 | + | |
646 | 640 | | |
647 | 641 | | |
648 | 642 | | |
| |||
0 commit comments
Comments
(0)