summaryrefslogtreecommitdiffstats
path: root/xlators/mount/fuse/src/fuse-bridge.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libglusterfs/syncop: Add xdata to all syncop callsRaghavendra Talur2015-04-081-6/+6
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-041-13/+13
* fuse: Removal of dead codearao2015-03-311-4/+0
* fuse: Fixing the coverity issuesNandaja Varma2015-03-311-0/+5
* fuse: add missing return in error path (CID 1288092)Michael Adam2015-03-311-0/+1
* fuse: Fix cores in notify function when this is executed in parallelShyam2015-01-121-21/+38
* 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-251-20/+59
* fuse: fuse_readlink_cbk() - linkname NULL termination unnecessaryHarshavardhana2014-07-181-6/+3
* porting: Port for FreeBSD rebased from Mike Ma's effortsHarshavardhana2014-07-021-0/+2
* fuse: minor improvements for readdir(plus)Niels de Vos2014-04-271-17/+16
* build: MacOSX Porting fixesHarshavardhana2014-04-241-32/+76
* fuse: prevent READDIR(P) from writing to much data to /dev/fuseNiels de Vos2014-04-211-14/+46
* fuse: allow xlators to request for direct-io-mode on virtual filesAnand Avati2014-04-201-2/+14
* protocol/server: do not do root-squashing for trusted clientsRaghavendra Bhat2014-02-101-0/+22
* syncop: Change return value of syncopPranith Kumar K2014-01-191-5/+13
* mount/fuse: Remove duplicate GET_STATE callPranith Kumar K2014-01-011-2/+0
* mount/fuse: cleanup old graphs.Raghavendra G2013-12-101-6/+24
* mount/fuse: Prevent release_cbk not implemented warningPranith Kumar K2013-11-281-0/+11
* posix: do not allow to set/get "trusted.glusterfs.volume-id" xattrVijaykumar M2013-11-261-2/+2
* Do not build fallocate FUSE FOP if the system call does not existEmmanuel Dreyfus2013-11-191-0/+4
* cluster/afr : Implementation of command "gluster volume heal vn statistics"Venkatesh Somyajulu2013-10-141-1/+1
* gNFS: Incorrect NFS ACL encoding for XFSSantosh Kumar Pradhan2013-09-291-4/+5
* core: block unused signals in created threadsAnand Avati2013-09-251-4/+4
* fuse-bridge: enable --fopen-keep-cache based on FUSE_AUTO_INVAL_DATA.Anand Avati2013-09-171-2/+41
* mount/fuse: Implement forget in cbks for fuse.Vijay Bellur2013-09-161-0/+8
* mount/fuse: perform lookup() on inodes linked through readdirplusAnand Avati2013-08-231-1/+36
* mount/fuse: do not forget the root inodeRaghavendra Bhat2013-08-221-1/+4
* Revert "fuse: auxiliary gfid mount support"Amar Tumballi2013-08-211-1053/+94
* mount/fuse: save the basefd flags in the new fdRaghavendra Bhat2013-08-191-0/+1
* fuse: fix memory leak in fuse_getxattr()Ravishankar N2013-08-031-13/+16
* fuse-bridge: update to protocol minor version 22Brian Foster2013-08-031-0/+4
* fuse-bridge: update to fuse protocol minor version 16 (Linux)Brian Foster2013-08-011-9/+30
* fuse-bridge: Cure some unhealthy format stringsLubomir Rintel2013-07-261-16/+16
* fuse: auxiliary gfid mount supportRaghavendra G2013-07-191-106/+1064
* mount/fuse: unlink the inode on revalidate if entry not foundBrian Foster2013-07-181-0/+7
* mount/fuse: Provide option to use/not use kernel-readdirpPranith Kumar K2013-07-121-2/+11
* mount/fuse: expose 'glusterfs.gfid*' virtual xattr keyAvra Sengupta2013-07-111-0/+43
* glusterfs: discard (hole punch) supportBrian Foster2013-06-131-11/+7
* gluster: add fallocate fop supportBrian Foster2013-06-131-1/+46