search for: lz4_compress

Displaying 7 results from an estimated 7 matches for "lz4_compress".

Did you mean: lz4_decompress
2013 Jul 19
2
9.2PRERELEASE ZFS panic in lzjb_compress
Hi, Running 9.2-PRERELEASE #19 r253313 I got the following panic Fatal trap 12: page fault while in kernel mode cpuid = 22; apic id = 46 fault virtual address = 0xffffff827ebca30c fault code = supervisor read data, page not present instruction pointer = 0x20:0xffffffff81983055 stack pointer = 0x28:0xffffffcf75bd60a0 frame pointer = 0x28:0xffffffcf75bd68f0
2017 Apr 02
2
[Bug 1141] New: trace aborts using pkttype on ingress
..._tables x_tables ext4 crc16 jbd2 fscrypto mbcache sr_mod cdrom sd_mod ata_generic pata_acpi hid_generic usbhid hid virtio_net virtio_scsi virtio_balloon serio_raw atkbd libps2 ata_piix uhci_hcd ehci_pci ehci_hcd virtio_pci virtio_ring i8042 usbcore virtio serio floppy usb_common libata scsi_mod lz4 lz4_compress Apr 02 14:20:59 helium kernel: CPU: 0 PID: 0 Comm: swapper/0 Tainted: G W 4.10.5-1-ARCH #1 Apr 02 14:20:59 helium kernel: Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS debian/1.7.5-1-0-g506b58d-dirty-20140812_231322-gandalf 04/01/2014 Apr 02 14:20:59 helium kernel: Call T...
2012 Feb 13
10
[RFB] add LZ4 compression method to btrfs
Hi, so here it is, LZ4 compression method inside btrfs. The patchset is based on top of current Chris'' for-linus + Andi''s snappy implementation + the fixes from Li Zefan. Passes xfstests and stresstests. I haven''t measured performance on wide range of hardware or workloads, rather wanted to publish the patches before I get distracted again. I''d like to ask
2014 Jul 15
1
Dovecot/K9/Thunderbird IMAP interaction issues: replicated messages, constant reloading (TB) & missing new messages (K-9)
...- default zroot expandsize 0 - zroot freeing 0 default zroot feature at async_destroy enabled local zroot feature at empty_bpobj active local zroot feature at lz4_compress active local server # dovecot -n # 2.2.13: /usr/local/etc/dovecot/dovecot.conf # OS: FreeBSD 9.2-RELEASE amd64 auth_default_realm = mydomain.com auth_mechanisms = plain login auth_realms = mydomain.com mydomain2.org disable_plaintext_auth = no first_valid_gid = 5000 first_valid_u...
2013 Sep 23
28
[PATCH 0/2] add LZ4 kernel decompression support
Linux 3.11 added respective support, so I think we should follow suit. 1: xen: add LZ4 decompression support 2: libxc: add LZ4 decompression support Signed-off-by: Jan Beulich <jbeulich@suse.com>
2012 Jun 23
9
[PATCH 0/5] btrfs: lz4/lz4hc compression
WARNING: This is not compatible with the previous lz4 patchset. If you''re using experimental compression that isn''t in mainline kernels, be prepared to backup and restore or decompress before upgrading, and have backups in case it eats data (which appears not to be a problem any more, but has been during development). These patches add lz4 and lz4hc compression
2013 Oct 26
2
[PATCH] 1. changes for vdiskadm on illumos based platform
...d for write do not need + * to be listed here since grub opens pools in read-only mode. + * + * When this list is updated the version number in usr/src/grub/capability + * must be incremented to ensure the new grub gets installed. + */ +static const char *spa_feature_names[] = { + "org.illumos:lz4_compress", + NULL +}; + +/* + * Checks whether the MOS features that are active are supported by this + * (GRUB''s) implementation of ZFS. + * + * Return: + * 0: Success. + * errnum: Failure. + */ +static int +check_mos_features(dnode_phys_t *mosmdn, char *stack) +{ + uint64_t objnum; + dnode_p...