summaryrefslogtreecommitdiffstats
path: root/xlators/mount/fuse/src
Commit message (Expand)AuthorAgeFilesLines
* mount/fuse: Fix the place where graph switch event is loggedKrutika Dhananjay2017-01-131-3/+4
* fuse: unref dict even if fuse_first_lookup failsKremmyda, Olia (NSN - GR/Athens)2016-07-171-2/+1
* mount/fuse: Log gfid and fd ptr as well when writev/readv failKrutika Dhananjay2016-05-151-3/+9
* dht: add "nuke" functionality for efficient server-side deletionJeff Darcy2016-04-261-1/+8
* mount/fuse: report ESTALE as ENOENTRaghavendra G2016-04-201-0/+3
* mount/fuse: cleanup an additional inode_ref()v3.7.9Vijay Bellur2016-03-171-1/+4
* fuse: Add a new mount option capabilityPoornima G2016-03-093-11/+46
* fuse: send lookup if inode_ctx is not setMohammed Rafi KC2016-02-222-5/+24
* fuse:sent at least one lookup before actual fopMohammed Rafi KC2016-02-221-2/+18
* Fuse: Add a check for NULL in fuse_itable_dumpAshish Pandey2016-02-081-2/+8
* fuse: fix inode and dentry leaksXavier Hernandez2016-02-031-22/+29
* fuse: use-after-free fix in fuse-bridge, revisitedKaleb S KEITHLEY2016-02-021-13/+37
* all: reduce "inline" usageKaleb S KEITHLEY2016-01-182-2/+2
* fuse: forbid only access to security.selinux xattr if not mounted with 'selinux'Michael Adam2015-12-161-2/+2
* mount/fuse: Fix use-after-free crashPranith Kumar K2015-12-091-4/+6
* geo-rep: Don't log geo-rep safe errors in mount logsKotresh HR2015-11-231-6/+8
* Revert "fuse: resolve complete path after a graph switch"Mohammed Rafi KC2015-11-093-153/+16
* mount/fuse: use a queue instead of pipe to communicate with threadRaghavendra G2015-11-023-63/+84
* features/shard: Support geo-rep for sharded volumeKotresh HR2015-10-291-0/+4
* fuse: resolve complete path after a graph switchMohammed Rafi KC2015-10-083-16/+153
* fuse: add "resolve-gids" mount option to overcome 32-groups limitNiels de Vos2015-09-283-39/+86
* mount/fuse: Log ENODATA as DEBUG in {f}removexattrVijay Bellur2015-09-031-2/+43
* libgfapi: send explicit lookups on inodes linked in readdirpRaghavendra Bhat2015-07-062-39/+4
* fuse: squash 64-bit inodes in readdirp when enable-ino32 is setNiels de Vos2015-06-043-4/+9
* meta: implement fsync(dir)Raghavendra G2015-06-041-3/+7
* protocol: increase default group-cache-timeout to 300 secondsNiels de Vos2015-05-061-1/+1
* geo-rep: Fix ignoring geo-rep safe errorsKotresh HR2015-05-041-7/+9
* geo-rep: Don't log geo-rep safe errors in mount logsKotresh HR2015-05-041-1/+1
* build: make contrib/uuid dependency optionalNiels de Vos2015-04-101-1/+1
* libglusterfs/syncop: Add xdata to all syncop callsRaghavendra Talur2015-04-081-6/+6
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-043-31/+31
* fuse: Removal of dead codearao2015-03-311-4/+0
* fuse: Fixing the coverity issuesNandaja Varma2015-03-312-6/+11
* fuse: add missing return in error path (CID 1288092)Michael Adam2015-03-311-0/+1
* geo-rep: Add support for aclsKotresh HR2015-03-301-0/+2
* build: only include sys/sysctl.h when sysctl() is usedNiels de Vos2015-03-231-1/+1
* fuse: Fixing dereference after null checkarao2015-03-151-1/+1
* Use common loc-touchup in fuse/server/gfapiPranith Kumar K2015-03-081-17/+1
* fuse: Fix cores in notify function when this is executed in parallelShyam2015-01-122-21/+42
* libglusterfs: change signature of syncop_(f)getxattrRavishankar N2015-01-051-1/+1
* fuse: protect checking/modifying graph->used with a mutexNiels de Vos2014-12-121-3/+9
* core: fix remaining *printf formation warnings on 32-bitKaleb S. KEITHLEY2014-11-261-4/+5
* core: fix Ubuntu code audit (cppcheck) resultsKaleb S. KEITHLEY2014-11-251-2/+3
* core: use gf_time_fmt() instead of localtime()+strftime()Kaleb S. KEITHLEY2014-11-201-11/+5
* glusterfs: allow setxattr of keys with null values.Ravishankar N2014-09-291-3/+0
* 32 bit fix: use off_t and not size_t for truncate()Emmanuel Dreyfus2014-09-251-7/+7
* Always check for ENODATA with ENOATTREmmanuel Dreyfus2014-09-081-1/+1
* mount/fuse: Handle fd resolution failuresPranith Kumar K2014-08-254-187/+82
* fuse: fuse_readlink_cbk() - linkname NULL termination unnecessaryHarshavardhana2014-07-181-6/+3
* porting: Port for FreeBSD rebased from Mike Ma's effortsHarshavardhana2014-07-023-17/+22