summaryrefslogtreecommitdiffstats
path: root/xlators/features/snapview-server/src/snapview-server.c
Commit message (Expand)AuthorAgeFilesLines
* performance/md-cache: Do not skip caching of null character xattr valuesAnoop C S2019-08-201-1/+11
* core: fedora 30 compiler warningsSheetalPamecha2019-06-181-4/+4
* uss: Ensure that snapshot is deleted before creating a new snapshotRaghavendra Bhat2019-06-081-1/+3
* gfapi: update returned/callback pre/post attributes to glfs_statShyamsundarR2019-01-071-2/+4
* xlator: make 'xlator_api' mandatoryAmar Tumballi2018-12-131-0/+13
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-3/+3
* clang: Fix clang warnings in snapview-server.cShyamsundarR2018-11-291-12/+0
* snapview-server: close the gfapi handle present in a forgotten inodeRaghavendra Bhat2018-11-201-0/+22
* features/snapview-server: change gf_log instances to gf_msgRaghavendra Bhat2018-11-051-236/+291
* snapshot : fix high sev coverity on snapview-server.cSunny Kumar2018-10-121-0/+1
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-10-101-1/+1
* Land part 2 of clang-format changesGluster Ant2018-09-121-2068/+2172
* features/snapview-server: remove the ret variableRaghavendra Bhat2018-09-111-4/+2
* features/uss: Use xxh64 to generate gfid instead of md5sumRaghavendra Manjunath2018-09-051-3/+15
* features/snapview-server: validate the fs instance before doing fop thereRaghavendra Bhat2018-08-241-30/+79
* snapview/server: Set uid,gid,and groups for gfapi callMohammed Rafi KC2018-08-231-1/+131
* uss : fix coverity issuesSunny Kumar2018-08-161-2/+1
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-221-5/+5
* gfapi: return pre/post attributes from glfs_pread/pwriteKinglong Mee2018-02-121-11/+1
* snapview: Coverity FixesAshish Pandey2017-11-081-0/+2
* svs:implement CHILD UP notify in snapview-serverMohammed Rafi KC2017-07-091-0/+15
* Remove double freeMichael Scherer2017-05-041-1/+0
* snapview-server: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-09-121-21/+0
* snapshot/uss: log is filled with gfid is NULL errorRajesh Joseph2016-05-251-1/+3
* uss/gluster: generate gfid for snapshot files from snapname and gfidvmallika2016-03-101-33/+88
* uss : handle `buf` variable properly in svs_glfs_readdir()Jiffin Tony Thottan2015-09-071-3/+3
* libgfapi: adding 'follow' flag to glfs_h_lookupat()Jiffin Tony Thottan2015-08-241-1/+1
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* uss : implement statfs fop for snapdMohammed Rafi KC2015-05-101-0/+53
* snapview: Fixing the coverity issuesNandaja Varma2015-04-041-3/+2
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-041-36/+36
* avoid memory leaks in snapview-serverRaghavendra Bhat2015-01-081-0/+3
* uss/gluster: In SVS, check for entry-point in dict only if inode_ctx isvmallika2014-12-161-17/+19
* features/snapview-client: handle readdir requests differently for sambaRaghavendra Bhat2014-12-091-0/+3
* uss/gluster: Send success on parent lookup of entry-pointvmallika2014-12-051-13/+50
* uss: CIFS gives error while accessing .snaps directoryRajesh Joseph2014-12-031-7/+18
* USS : fill proper uid and gid during a access call from nfsSachin Pandit2014-12-011-1/+6
* gluster/uss: Handle ESTALE in snapview client when NFS server restartedvmallika2014-11-251-0/+8
* uss/snapd: Handle readlink fops on snap view serverAvra Sengupta2014-11-141-0/+1
* uss/gluster: creating file/directories inside .snaps should fail withvmallika2014-11-131-3/+2
* features/snapview-server: verify the fs instance in revalidated lookups as wellRaghavendra Bhat2014-10-301-7/+53
* features/snapview-server: check if the reference to the snapshot world isRaghavendra Bhat2014-10-281-8/+12
* snapview-server: get the handle if its absent before doing any fopRaghavendra Bhat2014-09-121-29/+131
* snapview-server: register a callback with glusterd to get notificationsRaghavendra Bhat2014-09-081-1088/+67
* USS: initialize a list before using it.Raghavendra G2014-09-021-1/+3
* osx: snapview-server fails to build on OSX use 'syscall.h'Harshavardhana2014-08-091-0/+1
* make snapview-server more compatible with NFS serverRaghavendra Bhat2014-07-161-78/+204
* snapview/server: warning cleanup after clang complaintsHarshavardhana2014-06-171-10/+2
* Minor fixes for correcting the goto statements for frame destroy and checking...Anand Subramanian2014-06-161-24/+68
* Get snapshot info dynamically via new rpc and infra for snapview-server to re...Anand Subramanian2014-06-151-82/+545