summaryrefslogtreecommitdiffstats
path: root/xlators/storage
Commit message (Expand)AuthorAgeFilesLines
* 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-071-0/+7
* access-control : validating context of access control translatorJiffin Tony Thottan2015-07-033-3/+110
* storage/posix: Introduce flag instructing posix to perform prestat, writev an...Krutika Dhananjay2015-06-271-37/+58
* storage/posix: Check xdata for NULL before dict_getRaghavendra Talur2015-06-261-4/+4
* posix: Fix fgetxattr() crash when key name is NULLPrashanth Pai2015-06-261-1/+1
* Porting new log messages for posixHari Gowtham2015-06-247-890/+1870
* storage/posix: Handle MAKE_INODE_HANDLE failuresPranith Kumar K2015-06-161-1/+7
* cluster/dht: Fix dht_setxattr to follow files under migrationNithya Balachandran2015-06-041-12/+111
* gfapi: zero size issue in glfs_h_acl_set()Niels de Vos2015-06-011-0/+4
* posix: Do not update unmodified xattr in (f)xattropXavier Hernandez2015-05-281-9/+22
* features/trash : Notify CTR translator if an unlink happens to a fileJiffin Tony Thottan2015-05-042-3/+12
* storage/posix: prevent NULL dereferencePranith Kumar K2015-05-021-3/+3
* storage/posix: Introduce xattr-fill on fdsKrutika Dhananjay2015-04-134-85/+148
* bitrot/scrub: Scrubber fixesVenky Shankar2015-04-083-6/+102
* features/bitrot-stub: Enhancement to versioning protocolVenky Shankar2015-04-081-48/+39
* storage/posix: Introduce xattr_fill capability in posix_statKrutika Dhananjay2015-04-081-1/+7
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-046-42/+42
* Xlators : Fixed typosManikandan Selvaganesh2015-04-021-1/+1
* bd: coverity fixes, removing logically dead code and correcting checksNandaja Varma2015-03-302-3/+5
* bd: Fixing dereference after null check(FORWARD_NULL)arao2015-03-301-1/+2
* posix : unchecked return value coverity fix.Manikandan Selvaganesh2015-03-291-3/+9
* posix: handle failure from posix_resolvevmallika2015-03-251-0/+4
* Bitrot StubVenky Shankar2015-03-243-0/+96
* 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
* xlators/storage/bd : Unused value is removed.Manikandan Selvaganesh2015-03-151-1/+0
* posix: add ACL translation for the GF_POSIX_ACL_*_KEY xattrNiels de Vos2015-03-094-1/+113
* Fix dictionary leaks in ancestry-building code.Pranith Kumar K2015-03-092-6/+1
* 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-184-20/+184
* 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
* Glusterfs/posix: Stack corruption in posix_handle_pumpNithya Balachandran2014-12-031-2/+5
* posix: remove duplicate dirfd calls in posix_opendirAtin Mukherjee2014-11-301-1/+1
* posix: Fix buffer overrun in _handle_list_xattr()Emmanuel Dreyfus2014-11-281-4/+3
* core: fix remaining *printf formation warnings on 32-bitKaleb S. KEITHLEY2014-11-263-11/+13
* posix: Changed order of chown and chmodVenkatesh Somyajulu2014-11-141-7/+7
* inode: Handle '/' in basename in inode_link/unlinkPranith Kumar K2014-11-071-1/+1
* 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-292-3/+19
* Posix: Brick failure detection fix for ext4 filesystemLalatendu Mohanty2014-10-281-6/+64
* POSIX filesystem compliance: PATH_MAXEmmanuel Dreyfus2014-10-033-4/+55
* glusterd/quota: Heal pgfid xattr on existing data when the quota isvmallika2014-09-302-0/+37
* Fix invalid seekdir() usageEmmanuel Dreyfus2014-09-301-0/+23