summaryrefslogtreecommitdiffstats
path: root/xlators/storage/posix
Commit message (Expand)AuthorAgeFilesLines
* features/bitrot: compare the signature with proper lengthRaghavendra Bhat2018-12-031-7/+11
* Multiple xlator .h files: remove unused private gf_* memory types.Yaniv Kaul2018-11-301-4/+1
* posix: fix memory leakAmar Tumballi2018-11-282-7/+23
* coverity: Fix coverity issuesMohammed Rafi KC2018-11-261-0/+5
* posix: Fix null pointer dererfenceSusant Palai2018-11-142-0/+13
* features/ctime: Fix Coverity issueSusant Palai2018-11-121-0/+1
* ctime: Enable ctime feature by defaultKotresh HR2018-11-111-1/+1
* all: fix the format string exceptionsAmar Tumballi2018-11-051-3/+3
* server: don't allow '/' in basenameAmar Tumballi2018-11-051-2/+2
* posix : fix coverity issues in posix-entry-ops.cSunny Kumar2018-11-031-2/+14
* posix: Fix coverity issueVarsha Rao2018-11-021-2/+6
* posix/ctime: Avoid log flood in posix_update_utime_in_mdataKotresh HR2018-11-021-4/+0
* posix: Null pointer dereferencing clang fixHarpreet Lalwani2018-10-261-1/+1
* posix : fix coverity issues in posix-inode-fd-ops.cSunny Kumar2018-10-251-2/+2
* posix: fill glusterfs.posix.* acl xattrs at dictKinglong Mee2018-10-223-10/+86
* storage/posix: Do not fail entry creation fops if gfid handle already existsKrutika Dhananjay2018-10-182-6/+16
* posix: return more xattrs at getxattr/fgetxattr when client requestKinglong Mee2018-10-171-2/+26
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-10-102-4/+4
* core: glusterfsd keeping fd open in index xlatorMohit Agrawal2018-10-081-0/+10
* ctime: Provide noatime optionKotresh HR2018-09-251-0/+8
* storage/posix: Check if fd->inode is NULL before using itAshish Pandey2018-09-201-4/+4
* posix: Fix exporting default value for `export-statfs-size`Aravinda VK2018-09-181-1/+3
* Land part 2 of clang-format changesGluster Ant2018-09-129-12209/+11956
* Land clang-format changesGluster Ant2018-09-129-813/+744
* storage/posix: Fix coverity issue - Unchecked return valueAshish Pandey2018-09-111-1/+8
* posix: fix the duplicate macro definitionsAmar Tumballi2018-09-102-8/+0
* posix: disable open/read/write on special filesAmar Tumballi2018-09-061-0/+33
* server-protocol: don't allow '../' path in 'name'Amar Tumballi2018-09-051-0/+6
* posix: remove not supported get/set contentAmar Tumballi2018-09-043-186/+1
* Multiple files: calloc -> mallocYaniv Kaul2018-09-042-18/+26
* multiple xlators (storage/posix): strncpy()->sprintf(), reduce strlen()'sYaniv Kaul2018-08-315-53/+62
* clang-scan: fix multiple issuesAmar Tumballi2018-08-314-8/+19
* multiple files: remove unndeeded memset()Yaniv Kaul2018-08-292-8/+0
* storage/posix: Coverity fixes in posix-handle.cVijay Bellur2018-08-251-5/+12
* storage/posix: Increment trusted.pgfid in posix_mknodN Balachandran2018-08-231-4/+14
* posix: Delete the entry if gfid link creation failskarthik-us2018-08-203-14/+41
* posix: FORWARD_NULL coverity fixShwetha Acharya2018-08-171-1/+1
* posix: Mark 'shared-brick-count' as settablePrashanth Pai2018-08-131-0/+1
* posix: prevent crash when SEEK_DATA/HOLE is not supportedXavi Hernandez2018-08-032-4/+4
* storage/posix: Avoid log flood in posix_set_parent_ctime()Vijay Bellur2018-07-231-4/+0
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-223-4/+4
* posix: check before removing stale symlinkRavishankar N2018-07-191-4/+8
* afr: switch lk_owner only when pre-op succeedsRavishankar N2018-07-181-5/+0
* md-cache: Do not invalidate cache post set/remove xattrPoornima G2018-07-114-53/+85
* Fix compile warningsXavi Hernandez2018-07-101-7/+23
* posix: Do not log ENXIO errors for seek fopXavi Hernandez2018-07-101-2/+3
* storage/posix: Add warning logs on failureN Balachandran2018-07-021-2/+12
* storage/posix: Fix posix_symlinks_match()Pranith Kumar K2018-06-261-3/+13
* ctime: Fix self heal of symlink in EC volumeKotresh HR2018-06-201-2/+0
* posix/ctime: Fix differential ctime duing entry operationsKotresh HR2018-06-201-51/+60