summaryrefslogtreecommitdiffstats
path: root/xlators/storage/posix/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* storage/posix: Handle ENOSPC correctly in zero_fillPranith Kumar K2018-06-141-1/+22
* storage/posix: Fix excessive logging in WRITE fop pathKrutika Dhananjay2018-06-131-0/+3
* posix/ctime: Fix fops racing in updating mtime/atimeKotresh HR2018-06-031-11/+31
* dht: Delete MDS internal xattr from dict in dht_getxattr_cbkMohit Agrawal2018-06-031-31/+0
* posix/ctime: Fix updating mtime to older timeKotresh HR2018-05-251-5/+11
* posix/ctime: Fix gfid heal on first lookupKotresh HR2018-05-243-27/+62
* storage/posix: use proper FOP for unwinding readdir(p)Raghavendra Bhat2018-05-241-3/+8
* posix/ctime: Fix atime update for hardlinkKotresh HR2018-05-241-8/+19
* ctime: Fix updating ctime in rename and unlinkKotresh HR2018-05-242-13/+30
* posix: use the ctime framework to handle setattr ctime payloadCsaba Henk2018-05-181-5/+16
* make posix return errors when gfid2path key is absentRaghavendra Bhat2018-05-182-0/+27
* glusterd/ctime: Provide option to enable/disable ctime featureKotresh HR2018-05-065-16/+36
* posix/ctime: posix hook to set ctime xattr in relevant fopsKotresh HR2018-05-067-34/+271
* posix/ctime: posix hooks to get consistent time xattrKotresh HR2018-05-0611-103/+233
* posix: APIs in posix to get and set time attributesKotresh HR2018-05-068-21/+614
* fuse: add support for kernel writeback cacheCsaba Henk2018-05-041-0/+17