summaryrefslogtreecommitdiffstats
path: root/xlators/performance/open-behind/src
Commit message (Expand)AuthorAgeFilesLines
* Removing unused memory allocationRinku Kothiya2021-01-181-1/+1
* open-behind: implement create fopXavi Hernandez2020-09-041-0/+52
* open-behind: fix call_frame leakXavi Hernandez2020-08-191-4/+10
* open-behind: rewrite of internal logicXavi Hernandez2020-05-122-823/+485
* open-behind: fix missing fd referenceXavi Hernandez2020-03-081-11/+16
* performance/open-behind: seek fop should open_and_resumePranith Kumar K2019-10-101-0/+27
* lcov: improve line coverageAmar Tumballi2019-05-301-39/+19
* clang: Fix various missing checks for empty listShyamsundarR2018-12-121-9/+9
* New xlator option to control enable/disable of xlators in Gd2Aravinda VK2018-12-061-0/+8
* all: add xlator_api to many translatorsAmar Tumballi2018-11-281-0/+14
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-11-293-7/+7
* all: fix the format string exceptionsAmar Tumballi2018-11-011-3/+3
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-09-251-3/+3
* Land part 2 of clang-format changesGluster Ant2018-09-121-908/+880
* Land clang-format changesGluster Ant2018-09-122-9/+6
* performance/ob: stringent synchronization between rename/unlink and openRaghavendra G2018-07-012-67/+330
* performance/open-behind: don't use anonymous fds for reads by defaultRaghavendra G2018-07-141-1/+1
* performance/open-behind: open pending fds before permission changeRaghavendra G2018-05-251-1/+60
* xlators/performance: Add pass-through optionVarsha Rao2018-03-161-0/+15
* all: Simplify component message id's definitionXavier Hernandez2017-12-121-65/+11
* perf/open-behind: update options for gd2Milind Changire2017-09-281-0/+8
* performance/open-behind: Avoid deadlock in statedumpPranith Kumar K2016-11-091-1/+4
* performance/open-behind: Pass O_DIRECT flags for anon fd reads when requiredKrutika Dhananjay2016-09-201-8/+14
* build: out-of-tree builds generates files in the wrong directoryKaleb S KEITHLEY2016-04-261-1/+2
* performance/open-behind: Fix fdctx dump NULL dereferencePranith Kumar K2015-12-241-3/+4
* build: export minimum symbols from xlators for correct resolutionKaleb S KEITHLEY2015-12-181-1/+1
* build: export minimum symbols from xlators for correct resolutionKaleb S. KEITHLEY2015-07-311-1/+1
* feature/performace: Fix broken buildKotresh HR2015-06-281-1/+1
* Logging: Porting the performance translator logs to new logging framework.arao2015-06-222-5/+95
* protocol/server: do not do root-squashing for trusted clientsRaghavendra Bhat2013-04-191-2/+21
* zerofill: Change the type of len argument of glfs_zerofill() to off_tBharata B Rao2013-11-151-1/+1
* glusterfs: zerofill supportM. Mohan Kumar2013-11-091-0/+21
* performance/open-behind: Fix fd-leaks in unlink, renamePranith Kumar K2013-08-031-0/+4
* glusterfs: discard (hole punch) supportBrian Foster2013-05-231-0/+20
* gluster: add fallocate fop supportBrian Foster2013-05-081-0/+19
* xlator: NULL terminate volume_options structSantosh Kumar Pradhan2013-05-221-5/+6
* open-behind: propagate errors from ob_wake_cbkAnand Avati2013-02-151-9/+25
* performance/open-behind: use anonymous fd for doing fstat and readvRaghavendra Bhat2013-02-191-2/+2
* Use proper libtool option -avoid-version instead of bogus -avoidversionAnand Avati2013-02-071-1/+1
* open-behind: translator to perform open calls in backgroundAnand Avati2013-01-213-0/+956