summaryrefslogtreecommitdiffstats
path: root/xlators/storage/posix/src/posix-inode-fd-ops.c
Commit message (Expand)AuthorAgeFilesLines
* Posix: Use simple approach to close fdMohit Agrawal2020-03-201-22/+6
* xlators/storage: remove duplicated includesDmitry Antipov2020-01-131-1/+0
* 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-011-16/+125
* Avoid buffer overwrite due to uuid_utoa() misuseDmitry Antipov2019-12-271-2/+3
* posix-inode-fd-ops.c: excute sys_fstat() only when neededYaniv Kaul2019-11-271-7/+16
* posix: Improve MAKE_HANDLE_PATHMohit Agrawal2019-11-181-19/+4
* Posix: UNUSED VALUE coverity fixPurna Pavan Chandra Aekkaladevi2019-10-111-2/+0
* ctime/rebalance: Heal ctime xattr on directory during rebalanceKotresh HR2019-09-161-34/+23
* posix*.c: remove unneeded strlen() callsYaniv Kaul2019-09-051-7/+4
* storage/posix - Fixing a coverity issueBarak Sason2019-08-211-0/+1
* storage/posix - fixing a coverity issueBarak Sason2019-08-211-2/+19
* ctime: Fix ctime issue with utime family of syscallsKotresh HR2019-08-201-4/+4
* ctime: Set mdata xattr on legacy filesKotresh HR2019-07-221-0/+17
* posix : add posix_set_ctime() in posix_ftruncate()Jiffin Tony Thottan2019-06-271-0/+2
* posix: modify storage.reserve option to take size and percentSheetal Pamecha2019-06-261-6/+9
* [RFC] change get_real_filename implementation to use ENOATTR instead of ENOENTMichael Adam2019-06-261-2/+2
* posix: fix crash in posix_cs_set_stateSusant Palai2019-06-201-3/+4
* multiple files: another attempt to remove includesYaniv Kaul2019-06-141-7/+1
* across: coverity fixesAmar Tumballi2019-06-031-0/+1
* posix: add storage.reserve-size optionSheetal Pamecha2019-06-031-3/+7
* cloudsync: Make readdirp return stat info of all the direntsAnuradha Talur2019-04-251-0/+2
* storage/posix: changes with respect to cloudsyncAnuradha Talur2019-04-101-15/+124
* storage/posix: Remove nr_files usagePranith Kumar K2019-03-141-2/+0
* storage/posix: print the actual file pathRaghavendra Bhat2019-02-141-54/+75
* afr/self-heal:Fix wrong type checkingRavishankar N2019-01-241-28/+1
* posix: Convert several posix_private members to gf_atomicMohit Agrawal2019-01-151-27/+5
* posix: stack-buffer-overflow reported by asanHarpreet Kaur2018-12-261-1/+3
* posix: use synctask for janitorPoornima G2018-12-191-16/+21
* copy_file_range support in GlusterFSRaghavendra Bhat2018-12-121-0/+268
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-18/+18
* posix: fix memory leakAmar Tumballi2018-11-281-7/+16
* posix: Fix null pointer dererfenceSusant Palai2018-11-141-0/+7
* posix: Fix coverity issueVarsha Rao2018-11-021-2/+6
* 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-221-1/+1
* 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-101-3/+3
* storage/posix: Check if fd->inode is NULL before using itAshish Pandey2018-09-201-4/+4
* Land part 2 of clang-format changesGluster Ant2018-09-121-4287/+4288
* posix: fix the duplicate macro definitionsAmar Tumballi2018-09-101-4/+0
* posix: disable open/read/write on special filesAmar Tumballi2018-09-061-0/+33
* posix: remove not supported get/set contentAmar Tumballi2018-09-041-14/+0
* Multiple files: calloc -> mallocYaniv Kaul2018-09-041-7/+10
* multiple xlators (storage/posix): strncpy()->sprintf(), reduce strlen()'sYaniv Kaul2018-08-311-27/+29
* clang-scan: fix multiple issuesAmar Tumballi2018-08-311-5/+12
* multiple files: remove unndeeded memset()Yaniv Kaul2018-08-291-6/+0
* posix: prevent crash when SEEK_DATA/HOLE is not supportedXavi Hernandez2018-08-031-2/+4
* 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-111-42/+43