Displaying 11 results from an estimated 11 matches for "ebiggers".
Did you mean:
biggers
2023 Apr 04
2
[PATCH 4/5] fstests/MAINTAINERS: add some specific reviewers
...RS
@@ -108,6 +108,7 @@ Maintainers List
or reviewer or co-maintainer can be in cc list.
BTRFS
+R: Filipe Manana <fdmanana at suse.com>
L: linux-btrfs at vger.kernel.org
S: Supported
F: tests/btrfs/
@@ -137,16 +138,19 @@ F: tests/f2fs/
F: common/f2fs
FSVERITY
+R: Eric Biggers <ebiggers at google.com>
L: fsverity at lists.linux.dev
S: Supported
F: common/verity
FSCRYPT
+R: Eric Biggers <ebiggers at google.com>
L: linux-fscrypt at vger.kernel.org
S: Supported
F: common/encrypt
FS-IDMAPPED
+R: Christian Brauner <brauner at kernel.org>
L: linux-fsdeve...
2020 Aug 21
0
[PATCH] crypto: virtio - don't use 'default m'
Eric Biggers <ebiggers at kernel.org> wrote:
> From: Ram Muthiah <rammuthiah at google.com>
>
> Drivers shouldn't be enabled by default unless there is a very good
> reason to do so. There doesn't seem to be any such reason for the
> virtio crypto driver, so change it to the default of &...
2024 Jul 04
1
libdeflate
Since the 4.4.0 release, R can make use of libdeflate. From the release
notes:
> memCompress() and memDecompress() will use the libdeflate library
(https://github.com/ebiggers/libdeflate) if installed. This uses the
same type of compression for type = "gzip" but is 1.5-2x faster than the
system libz library on some common platforms: the speed-up may depend on
the library version.
>? If the libdeflate library and headers are available, libdeflate
rather...
2017 Nov 29
0
[PATCH v18 01/10] idr: add #include <linux/bug.h>
...WARN_ON_ONCE. This patch adds the bug.h header to idr.h to solve the
issue.
Signed-off-by: Wei Wang <wei.w.wang at intel.com>
Cc: Matthew Wilcox <mawilcox at microsoft.com>
Cc: Andrew Morton <akpm at linux-foundation.org>
Cc: Jan Kara <jack at suse.cz>
Cc: Eric Biggers <ebiggers at google.com>
Cc: Tejun Heo <tj at kernel.org>
Cc: Masahiro Yamada <yamada.masahiro at socionext.com>
---
include/linux/idr.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/idr.h b/include/linux/idr.h
index 7c3a365..fa14f83 100644
--- a/include/linux/idr.h
+++ b/...
2019 Dec 05
0
kernel BUG at fs/pipe.c:LINE!
Eric Biggers <ebiggers at kernel.org> wrote:
> static __poll_t
> pipe_poll(struct file *filp, poll_table *wait)
> {
> __poll_t mask;
> struct pipe_inode_info *pipe = filp->private_data;
> unsigned int head = READ_ONCE(pipe->head);
> unsigned int tail = READ_O...
2024 Apr 24
0
[Rd] R 4.4.0 is released
...ular
part to be specified.
* memDecompress(type = "unknown") recognizes compression in the
default 'zlib' format as used by memCompress(type = "gzip").
* memCompress() and memDecompress() will use the libdeflate library
(<https://github.com/ebiggers/libdeflate>) if installed. This
uses the same type of compression for type = "gzip" but is 1.5-2x
faster than the system libz library on some common platforms: the
speed-up may depend on the library version.
* diff() for objects of class "Date", "...
2024 Apr 24
0
[Rd] R 4.4.0 is released
...ular
part to be specified.
* memDecompress(type = "unknown") recognizes compression in the
default 'zlib' format as used by memCompress(type = "gzip").
* memCompress() and memDecompress() will use the libdeflate library
(<https://github.com/ebiggers/libdeflate>) if installed. This
uses the same type of compression for type = "gzip" but is 1.5-2x
faster than the system libz library on some common platforms: the
speed-up may depend on the library version.
* diff() for objects of class "Date", "...
2023 Apr 04
5
[RFC PATCH 0/5] fstests specific MAINTAINERS file
I think I might be mad to include that many mailing lists in this patchset...
As I explained in [PATCH 1/5], fstests covers more and more fs testing
thing, so we always get help from fs specific mailing list, due to they
learn about their features and bugs more. Besides that, some folks help
to review patches (relevant with them) more often. So I'd like to bring
in the similar way of
2017 Nov 29
22
[PATCH v18 00/10] Virtio-balloon Enhancement
This patch series enhances the existing virtio-balloon with the following
new features:
1) fast ballooning: transfer ballooned pages between the guest and host in
chunks using sgs, instead of one array each time; and
2) free page block reporting: a new virtqueue to report guest free pages
to the host.
The second feature can be used to accelerate live migration of VMs. Here
are some details:
Live
2017 Nov 29
22
[PATCH v18 00/10] Virtio-balloon Enhancement
This patch series enhances the existing virtio-balloon with the following
new features:
1) fast ballooning: transfer ballooned pages between the guest and host in
chunks using sgs, instead of one array each time; and
2) free page block reporting: a new virtqueue to report guest free pages
to the host.
The second feature can be used to accelerate live migration of VMs. Here
are some details:
Live
2023 Apr 04
1
[PATCH 3/5] fstests/MAINTAINERS: add supported mailing list
Hi Zorro,
On Wed, Apr 05, 2023 at 01:14:09AM +0800, Zorro Lang wrote:
> +FSVERITY
> +L: fsverity at lists.linux.dev
> +S: Supported
> +F: common/verity
> +
> +FSCRYPT
> +L: linux-fscrypt at vger.kernel.org
> +S: Supported
> +F: common/encrypt
Most of the encrypt and verity tests are in tests/generic/ and are in the
'encrypt' or 'verity' test