summaryrefslogtreecommitdiffstats
path: root/xlators/storage/posix/src/posix.c
Commit message (Expand)AuthorAgeFilesLines
...
* posix: xattrop 'GF_XATTROP_ADD_ARRAY_WITH_DEFAULT' implementationvmallika2015-09-281-10/+118
* storage/posix: Prevent extra handle-pathPranith Kumar K2015-09-281-12/+2
* all: reduce "inline" usageJeff Darcy2015-09-011-1/+1
* posix.c posix-helpers.c: porting new log messagesHari Gowtham2015-08-311-5/+7
* cluster/dht: Don't set posix acls on linkto filesNithya Balachandran2015-08-311-2/+9
* posix: xattrop 'GF_XATTROP_GET_AND_SET' implementationvmallika2015-08-271-6/+32
* posix: posix_make_ancestryfromgfid shouldn't log ENOENTvmallika2015-08-131-2/+3
* quota: fix parents caching during build ancestryvmallika2015-07-291-4/+5
* posix,shard: Fill in ia_size and ia_blocks before unwinding (f)setattrKrutika Dhananjay2015-07-261-2/+14
* dict: dict_set_bin() should never free the pointer on errorNiels de Vos2015-07-241-19/+12
* storage/posix: Check xdata for NULL before dict_getRaghavendra Talur2015-07-181-4/+4
* posix: fix mem-leak in posix xattropvmallika2015-07-161-2/+4
* features/posix : Avoid double free of a variable in posix_setxattr()Jiffin Tony Thottan2015-07-121-24/+24
* posix: fix mem-leak in posix_get_ancestry error pathvmallika2015-07-061-0/+7
* access-control : validating context of access control translatorJiffin Tony Thottan2015-07-021-3/+100
* storage/posix: Introduce flag instructing posix to perform prestat, writev an...Krutika Dhananjay2015-06-261-37/+58
* posix: lstat() failure have to recorded as warningHumble Devassy Chirammal2015-06-221-1/+1
* Porting new log messages for posixHari Gowtham2015-06-171-609/+619
* storage/posix: Handle MAKE_INODE_HANDLE failuresPranith Kumar K2015-06-161-1/+7
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* cluster/dht: Fix dht_setxattr to follow files under migrationNithya Balachandran2015-05-281-12/+111
* posix: Do not update unmodified xattr in (f)xattropXavier Hernandez2015-05-271-9/+22
* storage/posix: prevent NULL dereferencePranith Kumar K2015-04-271-3/+3
* features/trash : Notify CTR translator if an unlink happens to a fileJiffin Tony Thottan2015-04-241-3/+9
* xlators/storage/posix: Fix Dereference before null check (CID 1293501).Günther Deschner2015-04-181-1/+1
* storage/posix: Introduce xattr-fill on fdsKrutika Dhananjay2015-04-131-23/+31
* bitrot/scrub: Scrubber fixesVenky Shankar2015-04-081-0/+11
* storage/posix: Introduce xattr_fill capability in posix_statKrutika Dhananjay2015-04-081-1/+7
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-041-22/+22
* Xlators : Fixed typosManikandan Selvaganesh2015-04-021-1/+1
* posix : unchecked return value coverity fix.Manikandan Selvaganesh2015-03-291-3/+9
* Bitrot StubVenky Shankar2015-03-241-0/+23
* Adding ChangeTimeRecorder(CTR) Xlator to GlusterFSJoseph Fernandes2015-03-191-1/+43
* every/where: add GF_FOP_IPC for inter-translator communicationJeff Darcy2015-03-171-0/+15
* posix: add ACL translation for the GF_POSIX_ACL_*_KEY xattrNiels de Vos2015-03-091-0/+26
* Fix dictionary leaks in ancestry-building code.Pranith Kumar K2015-03-091-5/+0
* libglusterfs: Moved common functions as utils in syncop/common-utilsPranith Kumar K2015-02-271-3/+9
* Storage/posix : Adding error checks in path formationNithya Balachandran2015-02-191-2/+3
* posix: Fix unlink failing under specific conditionPrashanth Pai2015-02-191-1/+3
* Storage/posix : Adding error checks in path formationNithya Balachandran2015-02-181-10/+123
* storage/posix: Don't try to set gfid in case of INTERNAL-mknodPranith Kumar K2015-01-161-7/+12
* storage/posix: Set gfid after all xattrs, uid/gid are setPranith Kumar K2015-01-121-32/+32
* storage/posix: Set correct fsgid before doing symlinkPranith Kumar K2015-01-121-2/+2
* telldir()/seekdir() portability fixesEmmanuel Dreyfus2014-12-171-9/+17
* storage/posix: Set errno for xattrop failuresPranith Kumar K2014-12-101-0/+3
* posix: remove duplicate dirfd calls in posix_opendirAtin Mukherjee2014-11-301-1/+1
* posix: Changed order of chown and chmodVenkatesh Somyajulu2014-11-141-7/+7
* storage/posix: Treat ENODATA/ENOATTR as success in bulk removexattrPranith Kumar K2014-11-051-0/+14
* Avoid spurious EINVAL in posix_readdir()Emmanuel Dreyfus2014-10-291-3/+18
* POSIX filesystem compliance: PATH_MAXEmmanuel Dreyfus2014-10-031-0/+34