summaryrefslogtreecommitdiffstats
path: root/glusterfsd
Commit message (Expand)AuthorAgeFilesLines
* mount/fuse: add mount-option "enable-ino32" for the native clientNiels de Vos2012-09-062-0/+17
* glusterfsd: rpcsvc actors must return success after an attempt to submit replyKrishnan Parthasarathi2012-08-281-8/+12
* All: License message changeVarun Shastry2012-08-284-56/+20
* fuse: make background queue length configurableAmar Tumballi2012-08-222-53/+110
* rpcsvc: remove .vector_actor and related changesAnand Avati2012-08-201-8/+8
* rpc: Reduce frame-timeout for glusterd connectionsKaushal M2012-08-171-3/+2
* core: reduce the usage of global variablesAmar Tumballi2012-08-031-13/+16
* fuse-bridge: expose negative entry caching of FUSEAnand Avati2012-07-192-0/+26
* glusterfs_ctx_t: un-globalize the filesystem contextAnand Avati2012-07-173-40/+48
* common-utils: implement generate_glusterfs_ctx_id()Anand Avati2012-07-171-29/+1
* libglusterfs,mount/fuse: implement gidcache mechanism in fuse-bridgeBrian Foster2012-07-172-0/+21
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-132-54/+27
* fuse/md-cache: add support for the 'fopen-keep-cache' mount optionBrian Foster2012-07-132-1/+19
* calls to dict_allocate_and_serialize() are not 64-bit cleanKaleb S. KEITHLEY2012-07-121-7/+7
* glusterfsd: don't ignore tmpfile write failure (2x)Jim Meyering2012-07-111-0/+7
* rpc: add extra arguments to _callback's actor functionAmar Tumballi2012-07-111-4/+8
* md-cache: cache SELinux and Posix ACL xattrs only if enabledAnand Avati2012-07-041-0/+4
* cluster/dht: Remove dht dependency on glusterfsd-mgmtshishir gowda2012-06-291-0/+21
* localtime and ctime are not MT-SAFEKaleb S. KEITHLEY2012-06-291-17/+13
* glusterfsd: further fd leak fixes for graph changeCsaba Henk2012-06-051-0/+6
* core: coverity fixes (mostly resource leak fixes)Amar Tumballi2012-06-052-13/+50
* fuse: make SELinux support configurableAnand Avati2012-05-292-0/+16
* fuse, glusterfsd: mount logic fixesCsaba Henk2012-05-211-5/+5
* glusterfs/rebalance: Register cbk for glusterfs_rebalance_event_notifyshishir gowda2012-05-181-1/+43
* glusterfsd: Make sure mountpoint is an absolute pathKaushal M2012-05-081-2/+24
* glusterfsd: Change a free() to GF_FREE()Kaushal M2012-04-261-1/+1
* rebalance: handshake_event_notify to make fsd talk to glusterdshishir gowda2012-04-251-0/+80
* glusterd,glusterfsd : Perform proper cleanup of connections and socket filesKaushal M2012-04-232-29/+44
* glusterfsd: print entire path of functions whenever serializing a reply failsRaghavendra Bhat2012-04-231-1/+1
* glusterfsd: mem-pool count of dict_t is adjustedAmar Tumballi2012-04-112-4/+10
* Fix compiler warnings and typos from Debian build.Jeff Darcy2012-04-101-1/+1
* core: fix all the iobuf related refs and unrefsAmar Tumballi2012-03-291-5/+3
* cli,glusterd: more volume status improvementsKaushal M2012-03-291-20/+58
* Revert "core: enable process to return the appropriate error code"Amar Tumballi2012-03-222-66/+13
* core: enable process to return the appropriate error codeAmar Tumballi2012-03-212-13/+66
* rpc-clnt: separate out connection_cleanup() from destroy()Amar Tumballi2012-03-191-1/+4
* glusterfsd: Handle errors in response sendPranith Kumar K2012-03-171-17/+20
* core: bring a cmdline option to set memory-accountingAmar Tumballi2012-03-152-1/+25
* core: dict allocations through mem-poolAmar Tumballi2012-03-141-0/+12
* cli, glusterd, nfs: "volume status|profile|top" for nfs serversKaushal M2012-03-141-3/+244
* glusterfsd: handle a case of NULL dereference during rebalanceAmar Tumballi2012-03-121-0/+5
* glusterfsd: fix some option definitionsAmar Tumballi2012-03-101-5/+6
* glusterfsd: Don't reconfigure if process does not know volfile serverPranith Kumar K2012-03-051-3/+2
* glusterfsd: Unref iobuf after using itPranith Kumar K2012-03-051-0/+2
* glusterfsd: give out the error on screen when cmd is given without optionsAmar Tumballi2012-02-221-0/+13
* glusterfsd: unref the dict and use dict_set_dynstr to avoid memleakRaghavendra Bhat2012-02-221-0/+2
* mempool: adjustments in pool sizesAmar Tumballi2012-02-222-8/+6
* cli, glusterfsd: Fixes for "volume top {read,write}-perf"Kaushal M2012-02-212-16/+16
* cluster/afr: Add commands to see self-heald opsPranith Kumar K2012-02-201-42/+59
* cluster/dht: Rebalance will be a new glusterfs processshishirng2012-02-191-1/+78