summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* copy_file_range support in GlusterFSRaghavendra Bhat2018-12-121-1/+31
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-4/+4
* libglusterfs: fix sys_socket coverity issueMilind Changire2018-10-161-1/+2
* socket: use accept4/paccept for nonblocking socketKrishnan Parthasarathi2018-10-121-0/+60
* socket: set FD_CLOEXEC on all socketsKrishnan Parthasarathi2018-10-111-0/+14
* Land part 2 of clang-format changesGluster Ant2018-09-121-405/+338
* coverity: libglusterfs issuesAmar Tumballi2018-08-191-0/+4
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-221-3/+3
* libglusterfs: Handle FS errors gracefullyPranith Kumar K2017-11-221-92/+157
* storage/posix: Adding implementation for posix_do_futimeskarthik-us2017-10-051-0/+7
* posix: fix incorrect xattr list handling on FreeBSDIblis Lin2017-08-291-2/+8
* posix: use nanosecond accuracy when availableNiklas Hambüchen2017-03-071-0/+10
* posix: Fix creation of files with S_ISVTX on FreeBSDXavier Hernandez2017-02-181-14/+33
* libglusterfs: fix statvfs in FreeBSDXavier Hernandez2017-01-101-1/+34
* core: use readdir(3) with glibc, and associated cleanupKaleb S. KEITHLEY2016-07-181-1/+18
* libglusterfs: Fix security prefix comparisonPranith Kumar K2016-05-041-1/+1
* build: reduce warnings when building the syscall compatibility layerNiels de Vos2016-04-251-1/+3
* experimental: add fdl (Full Data Logging) translatorJeff Darcy2016-02-131-1/+1
* core: add preadv, pwritev, pread, pwrite syscall wrappersKaleb S KEITHLEY2015-12-221-0/+29
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* porting: extattr_remove_fd() doesn't existHarshavardhana2014-07-181-1/+1
* porting: Provide fallocate and fremovexattr for OSXHarshavardhana2014-07-021-17/+53
* porting: Port for FreeBSD rebased from Mike Ma's effortsHarshavardhana2014-07-021-0/+2
* build: MacOSX Porting fixesHarshavardhana2014-04-241-11/+88
* consolidate code for #ifdef HAVE_LINKAT usageVijay Bellur2014-01-141-1/+7
* Use linkat() instead of link() for portability sakeEmmanuel Dreyfus2014-01-021-1/+1
* Use linkat() instead of link() for portability sakeEmmanuel Dreyfus2014-01-021-0/+5
* gluster: add fallocate fop supportBrian Foster2013-06-131-0/+23
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-101-14/+5
* glusterd: command check failure fixesAmar Tumballi2012-04-241-1/+6
* core: add 'fremovexattr()' fopAmar Tumballi2012-01-251-0/+26
* Let NetBSD use its recently added Linux xattr APIEmmanuel Dreyfus2011-11-241-7/+7
* Change Copyright current yearPranith Kumar K2011-08-101-1/+1
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-3/+3
* libglusterfs/src/*.c: whitespace cleanupAmar Tumballi2011-03-171-47/+47
* Solaris xattr support for symlink and special files.v3.1.3qa3shishir gowda2011-03-041-0/+6
* Copyright changesVijay Bellur2010-10-111-1/+1
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* iatt: changes across the codebaseAnand V. Avati2010-03-161-1/+1
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-071-1/+1
* fixed sys_<fops> related warnings. (on mac os x and opensolaris)2.0.0rc5Amar Tumballi2009-03-191-1/+1
* Add system call abstraction layerVikas Gorur2009-03-171-0/+432