search for: hashfn

Displaying 8 results from an estimated 8 matches for "hashfn".

Did you mean: hashf0
2018 May 09
0
Compiling 3.13.2 under FreeBSD 11.1?
...Wunused-command-line-argument] CC libglusterfs_la-logging.lo cc: warning: argument unused during compilation: '-rdynamic' [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-rdynamic' [-Wunused-command-line-argument] CC libglusterfs_la-hashfn.lo cc: warning: argument unused during compilation: '-rdynamic' [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-rdynamic' [-Wunused-command-line-argument] CC libglusterfs_la-common-utils.lo cc: warning: argument unused during compilation:...
2018 May 09
2
Compiling 3.13.2 under FreeBSD 11.1?
On 05/09/2018 05:44 AM, Roman Serbski wrote: > On Tue, May 8, 2018 at 11:34 AM, Roman Serbski <mefystofel at gmail.com> wrote: >> # gdb gluster >> GNU gdb 6.1.1 [FreeBSD] >> Copyright 2004 Free Software Foundation, Inc. >> GDB is free software, covered by the GNU General Public License, and you are >> welcome to change it and/or distribute copies of it under
2018 May 09
1
Compiling 3.13.2 under FreeBSD 11.1?
...> CC libglusterfs_la-logging.lo > cc: warning: argument unused during compilation: '-rdynamic' > [-Wunused-command-line-argument] > cc: warning: argument unused during compilation: '-rdynamic' > [-Wunused-command-line-argument] > CC libglusterfs_la-hashfn.lo > cc: warning: argument unused during compilation: '-rdynamic' > [-Wunused-command-line-argument] > cc: warning: argument unused during compilation: '-rdynamic' > [-Wunused-command-line-argument] > CC libglusterfs_la-common-utils.lo > cc: warning: argume...
2015 Sep 03
2
Fuzzing complex programs
On Thu, Sep 3, 2015 at 6:45 PM, Kostya Serebryany <kcc at google.com> wrote: > Did you build the Postgres code with -fsanitize-coverage=... ? Yes: CC = clang CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O0 -fsanitize=address
2008 Oct 24
19
[PATCH 00/00] Implement quotas for OCFS2 (version 2)
Hello, the following patch series implements quotas for OCFS2. The patch series is based on: git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git linux-next I've adressed Joel's comments, also node recovery is now fully working and I've fixed a few issues I found during my testing. So I'm currently not aware of any bugs. Please review, test, comment. Thanks.
2009 Jan 12
5
[PATCH 0/5] OCFS2 quota fixes
Hello, the following series of patches fixes some issues with OCFS2 quotas. The first patch modifies VFS quota locking, the next patch uses the fact to simplify OCFS2 quota locking and solves a few deadlock issues. The third and the fourth patches fix another possible deadlocks in OCFS2 quota code and the last patch is a minor cleanup. Honza
2015 Sep 03
2
Fuzzing complex programs
...gt; utils/cache/relfilenodemap.o utils/cache/spccache.o > utils/cache/syscache.o utils/cache/lsyscache.o utils/cache/typcache.o > utils/cache/ts_cache.o utils/error/assert.o utils/error/elog.o > utils/fmgr/dfmgr.o utils/fmgr/fmgr.o utils/fmgr/funcapi.o > utils/hash/dynahash.o utils/hash/hashfn.o utils/hash/pg_crc.o > utils/init/globals.o utils/init/miscinit.o utils/init/postinit.o > utils/mb/encnames.o utils/mb/conv.o utils/mb/mbutils.o > utils/mb/wchar.o utils/mb/wstrcmp.o utils/mb/wstrncmp.o > utils/misc/guc.o utils/misc/help_config.o utils/misc/pg_rusage.o > utils/misc/...
2008 Dec 22
56
[git patches] Ocfs2 patches for merge window, batch 2/3
Hi, This is the second batch of Ocfs2 patches intended for the merge window. The 1st batch were sent out previously: http://lkml.org/lkml/2008/12/19/280 The bulk of this set is comprised of Jan Kara's patches to add quota support to Ocfs2. Many of the quota patches are to generic code, which I carried to make merging of the Ocfs2 support easier. All of the non-ocfs2 patches should have