The pull request you sent on Wed, 29 Jan 2020 12:17:03 -0500:
> git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
> tags/for-5.6/dm-changes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e9f8ca0ae7b7bc9a032b429929431c626a69dd5e
Thank you!
--
Hi Linus,
The following changes since commit c79f46a282390e0f5b306007bf7b11a46d529538:
Linux 5.5-rc5 (2020-01-05 14:23:27 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
tags/for-5.6/dm-changes
for you to fetch change
On Sun, 1 Jul 2018 at 01:49, Andy Shevchenko
wrote:
>
> A lot of code become ugly because of open coding allocations for bitmaps.
>
> Introduce three helpers to allow users be more clear of intention
> and keep their code neat.
>
> Note, due to multiple circular dependencies we may not provide
> t
On 27.01.20 20:32, Mike Snitzer wrote:
> On Thu, Jan 23 2020 at 1:52pm -0500,
> Jens Axboe wrote:
>
>> On 1/23/20 10:28 AM, Mike Snitzer wrote:
>>> On Thu, Jan 23 2020 at 5:35am -0500,
>>> Mike Snitzer wrote:
>>>
On Thu, Jan 23 2020 at 4:17am -0500,
Stefan Bader wrote:
> W