summaryrefslogtreecommitdiffstats
path: root/xlators/features/marker/src/marker-quota.c
Commit message (Expand)AuthorAgeFilesLines
* marker: initiate xattrs QUOTA_SIZE_KEY for empty volume (#2261)chenglin1302021-04-011-5/+5
* Marker: Logically deadcode found by coverityHari Gowtham2020-03-301-15/+11
* across: clang-scan: fix NULL dereferencing warningsAmar Tumballi2019-05-201-0/+3
* marker: remove some unused functionsAmar Tumballi2019-05-291-7/+1
* marker-quota: remove dead codeAmar Tumballi2019-04-011-37/+4
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-11-291-7/+7
* Quota related files: use dict_{setn|getn|deln|get_int32n|set_int32n|set_strn}Yaniv Kaul2018-09-231-24/+38
* features/marker: Avoid passing structures as parameters to functionsVijay Bellur2018-09-241-9/+12
* Land part 2 of clang-format changesGluster Ant2018-09-121-1691/+1800
* Quota: Fix for clang issuessanoj-unnikrishnan2018-08-291-3/+3
* Multiple files: calloc -> mallocYaniv Kaul2018-08-041-1/+1
* Various files: strncpy()->sprintf(), reduce strlen()'sYaniv Kaul2018-08-211-1/+5
* marker: fix for coverity issuesHari Gowtham2018-08-211-8/+10
* marker: FORWARD_NULL coverity fixShwetha Acharya2018-08-031-1/+1
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-161-2/+2
* libglusterfs: Capture the dict response in syncop_xattrop_cbkkarthik-us2018-04-261-4/+4
* quota: fix a crash by using bad regfile inode as parentKinglong Mee2017-07-091-1/+17
* marker: optimize mq_update_dirty_inode_taskvmallika2016-04-021-50/+44
* marker: do mq_reduce_parent_size_txn in FG for unlink & rmdirvmallika2016-04-061-4/+19
* marker: build_ancestry in markervmallika2016-03-301-17/+151
* marker: set inode ctx before lookup unwindvmallika2016-03-161-18/+6
* marker: do remove xattr only for last linkvmallika2015-11-021-6/+18
* quota: add version to quota xattrsvmallika2015-10-151-26/+46
* quota/marker: dir_count accounting is not atomicvmallika2015-10-071-72/+98
* quota/marker: marker code cleanupvmallika2015-09-291-2316/+0
* marker: don't account destination linkto-file during internal migrationvmallika2015-09-071-32/+35
* marker: preserve previous dirty flag during update txnvmallika2015-08-271-15/+91
* fd: Do fd_bind on successful openPranith Kumar K2015-06-021-1/+4
* marker: fix log when loc.parent and inode gfid is NULLvmallika2015-08-201-89/+167
* quota/marker: fix inode quota with renamevmallika2015-07-121-279/+270
* quota/marker: set log-level to debug for ESTALE/ENOENT for marker txnvmallika2015-07-221-58/+33
* dict: dict_set_bin() should never free the pointer on errorNiels de Vos2015-07-121-8/+14
* quota/marker: contribution with list_del can cause mem corruptionvmallika2015-07-171-1/+1
* quota/marker: fix spurious failure afr-quota-xattr-mdata-heal.tvmallika2015-07-081-7/+5
* quota/marker: use smaller stacksize in synctask for marker updationvmallika2015-07-021-2/+2
* quota/marker: fix mem leak in markervmallika2015-06-291-197/+285
* quota: marker accounting goes bad with rename while writing a filevmallika2015-06-251-3/+14
* quota/marker: fix mem-leak in markervmallika2015-06-241-50/+87
* Revert "quota/marker: fix mem-leak, free contribution node"Raghavendra Bhat2015-06-231-2/+0
* quota/marker: fix mem-leak, free contribution nodevmallika2015-06-181-0/+2
* quota: fix double accounting with rename operationvmallika2015-06-171-1/+3
* features/marker: Cleanup loc in case of errorsVijay Bellur2015-06-031-3/+1
* build: do not #include "config.h" in each fileNiels de Vos2015-05-181-5/+0
* quota/marker: turn off inode quotas by defaultvmallika2015-04-301-8/+47
* quota/marker: fix inode quota healing after glusterfs upgradevmallika2015-04-151-3/+7
* libglusterfs/syncop: Add xdata to all syncop callsRaghavendra Talur2015-03-111-14/+14
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-021-45/+45
* marker, quota: Fixing the coverity issuesNandaja Varma2015-02-091-1/+2
* features/quota : Introducing inode quotavmallika2015-03-181-86/+16
* marker: fix compile time warning on buf arg.Humble Devassy Chirammal2015-03-181-2/+0