summaryrefslogtreecommitdiffstats
path: root/xlators/storage/posix/src
Commit message (Expand)AuthorAgeFilesLines
* storage/posix: fix initialization warning reported with clang-10Dmitry Antipov2020-04-301-8/+4
* posix: fix GF_VALIDATE_OR_GOTO(this->name, this, out)Sanju Rakonde2020-04-161-3/+1
* posix: Avoid dict_del logs in posix_is_layout_stale while key is NULLMohit Agrawal2020-04-091-2/+3
* dht - fixing a permission update issueBarak Sason Rofman2020-04-081-10/+6
* Posix: Optimize posix code to improve file creationMohit Agrawal2020-04-065-74/+220
* storage/posix: log the ENOENT errors in posix_pstatRaghavendra Bhat2020-04-041-0/+5
* Posix: Use simple approach to close fdMohit Agrawal2020-03-204-127/+6
* Posix: structs re-aligned and manual padding addedPurna Pavan Chandra Aekkaladevi2020-03-092-44/+52
* dht: Fix stale-layout and create issueSusant Palai2020-02-093-1/+108
* posix-entry-ops.c/posix.h: improve GFID_NULL_CHECK_AND_GOTO macroYaniv Kaul2020-01-212-19/+31
* xlators/storage: remove duplicated includesDmitry Antipov2020-01-133-3/+0
* xlators/storage: prefer HAVE_xxx to host C library predefinesDmitry Antipov2020-01-131-5/+1
* multiple: fix bad type castXavi Hernandez2020-01-102-11/+27
* posix-metadata.c: try to getxattr in one call.Yaniv Kaul2020-01-061-48/+61
* posix: improve posix_{set_gfid2path_xattr|remove_gfid2path_xattr} funcsYaniv Kaul2020-01-033-81/+64
* posix-inode-fd-ops.c: fix a compiler warning - real_path may be NULLYaniv Kaul2020-01-011-1/+1
* posix: Avoid diskpace error in case of overwriting the dataMohit Agrawal2020-01-012-17/+125
* posix-entry-ops.c: remove some tier related codeYaniv Kaul2020-01-012-26/+0
* Avoid buffer overwrite due to uuid_utoa() misuseDmitry Antipov2019-12-272-4/+8
* debug/io-stats: add an option to set volume-idAmar Tumballi2019-11-291-6/+0
* posix-inode-fd-ops.c: excute sys_fstat() only when neededYaniv Kaul2019-11-271-7/+16
* posix: Improve MAKE_HANDLE_PATHMohit Agrawal2019-11-183-32/+17
* posix: Improve MAKE_HANDLE_GFID_PATH and MAKE_HANDLE_RELPATHMohit Agrawal2019-11-115-42/+26
* posix-helpers.c (and others): minor changes to posix_xattr_fill()Yaniv Kaul2019-11-063-39/+43
* posix-entry-ops.c: pass correct key length in posix_skip_non_linkto_unlink()Yaniv Kaul2019-11-041-4/+6
* posix-entry-ops: do not copy when reading xattrYaniv Kaul2019-10-211-68/+91
* posix-helper.c: fix compile warn: ‘timeout’ may be used uninitializedYaniv Kaul2019-10-181-1/+1
* posix-helpers.c: minor changes to posix_fs_health_checkYaniv Kaul2019-10-151-24/+21
* Multiple files: make root gfid a static variableYaniv Kaul2019-10-142-2/+2
* POSIX/xlators: Unused and unchecked value coverity issueyatipadia2019-10-111-2/+2
* Posix: UNUSED VALUE coverity fixPurna Pavan Chandra Aekkaladevi2019-10-111-2/+0
* posix-helpers.c: do not copy when reading xattrYaniv Kaul2019-10-111-47/+51
* protocol/handshake: pass volume-id for extra checkAmar Tumballi2019-09-301-1/+7
* posix: heketidbstorage bricks go down during PVC creationMohit Agrawal2019-09-301-1/+1
* posix: Brick is going down unexpectedlyMohit Agrawal2019-09-261-4/+10
* posix/ctime: Fix coverity issueKotresh HR2019-09-181-1/+1
* ctime/rebalance: Heal ctime xattr on directory during rebalanceKotresh HR2019-09-166-48/+125
* posix*.c: remove unneeded strlen() callsYaniv Kaul2019-09-056-41/+37
* posix: log aio_error return codes in posix_fs_health_checkMohit Agrawal2019-08-221-3/+2
* storage/posix - Fixing a coverity issueBarak Sason2019-08-211-0/+1
* storage/posix - fixing a coverity issueBarak Sason2019-08-212-4/+21
* ctime: Fix ctime issue with utime family of syscallsKotresh HR2019-08-203-51/+56
* posix: In brick_mux brick is crashed while start/stop volume in loopMohit Agrawal2019-08-203-1/+58
* storage/posix - Moved pointed validity check in order to avoid possible seg-f...Barak Sason2019-08-201-3/+3
* libglusterfs: remove dependency of rpcAmar Tumballi2019-08-161-1/+0
* posix: don't expect timer wheel to be initedRaghavendra Talur2019-08-141-1/+1
* features/utime: always update ctime at setattrKinglong Mee2019-08-061-1/+1
* storage/posix: set the op_errno to proper errno during gfid setRaghavendra Bhat2019-08-041-0/+1
* Multiple files: get trivial stuff done before lockYaniv Kaul2019-08-011-8/+14
* posix/ctime: Fix race during lookup ctime xattr healKotresh HR2019-08-011-18/+58