summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* cluster/dht: dump the layout information of directories onlyRaghavendra Bhat2012-11-191-9/+18
* nfs: after resolving the entry use the linked inode instead of old inodeRaghavendra Bhat2012-11-191-1/+2
* fuse-bridge: fix posix-only configurationAnand Avati2012-11-191-0/+1
* fuse: handle mountflags properlyNiels de Vos2012-11-191-3/+5
* features/locks: fcntl(3) on F_GETLK must return first conflicting lockKrishnan Parthasarathi2012-11-181-1/+23
* glusterd: copy peers that participate in volume xactionKrishnan Parthasarathi2012-11-182-12/+14
* nfs: do not change root inode if enable-ino32 is setRajesh Amaravathi2012-11-181-0/+3
* build: fix missing include (from missing backslash)Jeff Darcy2012-11-141-1/+1
* NFS is picking up geo-rep's already open (read-only) file descriptorKaleb S. KEITHLEY2012-11-141-1/+1
* ACLv3 - Access Control Lists V3Krishna Srinivas2012-11-139-2/+799
* glusterd: Add missing options to vme table.Kaushal M2012-11-131-0/+4
* nfs: resolve parent inode during inode_loc_fillRajesh Amaravathi2012-11-121-0/+2
* glusterd: Fixed glusterd crash in volume add-brickKrutika Dhananjay2012-11-121-33/+20
* xlator/fuse: integrate fuse with event-historyRaghavendra Bhat2012-11-122-406/+513
* features/quota: Failure of quota commands if the dir-name contains ':' in itVarun Shastry2012-11-091-3/+6
* glusterd: 'volume set' changes for op-version supportKaushal M2012-10-315-168/+348
* glusterd: op-version handshake implementationKaushal M2012-10-306-95/+753
* protocols: Suppress getxattr log when errno is ENOENTPranith Kumar K2012-10-282-2/+5
* glusterd: Remove brick from brick list on all nodes.Krishnan Parthasarathi2012-10-241-0/+2
* glusterd: fix for remove-brick on just created/stopped volumesAmar Tumballi2012-10-242-16/+16
* NetBSD negative timeout missing support workaroundEmmanuel Dreyfus2012-10-201-1/+1
* nfs: do lookup on getattr after brick-status changeJeff Darcy2012-10-198-40/+171
* cluster/dht: ignore empty ->hashed_subvol during lookupVenky Shankar2012-10-171-9/+1
* cluster/distribute: Always return the latest time in struct iatt.shishir gowda2012-10-166-50/+264
* mgmt/glusterd: avoid directly using conf->uuidPranith Kumar K2012-10-164-16/+16
* glusterfs: code cleanupRaghavendra Bhat2012-10-151-1/+1
* write-behind: use uint64_t for overlap comparisonAnand Avati2012-10-131-4/+4
* protocol/client: Conditional logging in client3_3_unlink_cbkVenkatesh Somyajulu2012-10-121-1/+5
* cluster/afr : Edited log message in afr_sh_entry_expunge_entry_cbkVenkatesh Somyajulu2012-10-121-1/+2
* Preventing client crashing as the callings of GF_CALLOC has been failed.linbaiye2012-10-114-31/+107
* performance/write-behind: use try lock while taking statedumpsRaghavendra Bhat2012-10-111-2/+9
* storage/posix: remove dependency on loc->path in posix_lookup()Amar Tumballi2012-10-111-1/+0
* replicate: don't use synctask_new from within a synctaskJeff Darcy2012-10-111-3/+14
* cluster/afr: gluster volume heal $VN info sporadically reports nothing to healVenkatesh Somyajulu2012-10-111-24/+29
* client-handshake: synchronize config.remote_port setting b/wRaghavendra G2012-10-111-0/+1
* cli: Changes and enhancements to XML outputKaushal M2012-10-112-11/+90
* glusterd: volume-start, add-brick and remove-brick to use synctask frameworkKrishnan Parthasarathi2012-10-1110-106/+193
* glusterd: Moved peer rsp handling functions to glusterd-utilsKrishnan Parthasarathi2012-10-114-546/+610
* glusterd: add-brick failed to start bricks when more than one were givenKrishnan Parthasarathi2012-10-101-9/+16
* cluster/afr Changed the message's log level from Error to DebugVenkatesh Somyajulu2012-10-101-3/+3
* storage/posix: return -1 if lstat call returns non zero value apart from -1Raghavendra Bhat2012-10-101-10/+30
* cluster/afr: check transaction type for eager-lock after it is setPranith Kumar K2012-10-101-6/+6
* glusterd: glusterd_brick_stop should be race free wrt pmapKrishnan Parthasarathi2012-10-106-18/+29
* glusterd: bring an option to change the transport-type of the volume.Amar Tumballi2012-10-042-8/+49
* glusterd: rebalance should use runner_run_nowait to free up glusterd's epoll ...Krishnan Parthasarathi2012-10-031-3/+2
* build: libraries must be in LDADD/LIBADDJeff Darcy2012-10-032-4/+6
* build: split CPPFLAGS from CFLAGSJeff Darcy2012-10-0337-77/+123
* build: move -L arguments out of CFLAGSJeff Darcy2012-10-033-4/+8
* build: remove useless explicit -fPIC -shared fromJeff Darcy2012-10-0337-73/+73
* fuse: create a new fd during fd-migration.Raghavendra G2012-10-023-130/+370