summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rpc-transport/socket: Add SSL support.Jeff Darcy2012-07-176-85/+688
* common-utils: implement generate_glusterfs_ctx_id()Anand Avati2012-07-174-65/+37
* storage/posix: use ssize_t variable to get the return value of getxattrRaghavendra Bhat2012-07-172-45/+63
* build: Create directories and files that get created during runtimeNiels de Vos2012-07-171-0/+17
* libglusterfs,mount/fuse: implement gidcache mechanism in fuse-bridgeBrian Foster2012-07-1714-120/+353
* common-utils: implement iov_copyAnand Avati2012-07-161-1/+38
* geo-rep / gsyncd: fixes to communication with child processesCsaba Henk2012-07-141-7/+11
* geo-rep / gsyncd: sanitize error log of external commandsCsaba Henk2012-07-141-2/+10
* storage/posix: implement native linux AIO supportAnand Avati2012-07-149-6/+668
* syncop: accomodate non-syncenv callsAnand Avati2012-07-132-9/+63
* cli-xml-output.c: avoid NULL-deref upon OOMJim Meyering2012-07-131-1/+1
* gsyncd: don't dereference NULL upon failed reallocJim Meyering2012-07-131-1/+1
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-13114-1483/+727
* no semantic change: reverse condition and if/else clauses...Jim Meyering2012-07-131-3/+3
* libglusterfs: syncop for flush ()Rajesh Amaravathi2012-07-132-0/+32
* fuse/md-cache: add support for the 'fopen-keep-cache' mount optionBrian Foster2012-07-1311-22/+219
* protocol/server: return 'xdata' even in case of errorAmar Tumballi2012-07-121-126/+133
* core: remove the unused files - round 2Amar Tumballi2012-07-1240-19881/+0
* rpc: variable name changesAmar Tumballi2012-07-1212-495/+495
* extras: install clear_xattrs.shNiels de Vos2012-07-121-1/+1
* calls to dict_allocate_and_serialize() are not 64-bit cleanKaleb S. KEITHLEY2012-07-128-109/+77
* geo-rep: don't let unexpected status provoke undefined behaviorJim Meyering2012-07-121-5/+10
* extras: add clear_xattrs.sh to the glusterfs-server sub-packageNiels de Vos2012-07-121-0/+4
* storage/posix: handle getxattr failures gracefullyRaghavendra Bhat2012-07-112-7/+61
* core: check for pre-allocated blocks in backend fs, fix it.Amar Tumballi2012-07-111-0/+18
* glusterfsd: don't ignore tmpfile write failure (2x)Jim Meyering2012-07-111-0/+7
* cli: cli_cmd_get_confirmation: don't reference answer[-1] for NUL inputJim Meyering2012-07-111-2/+2
* cli: print_brick_status: don't smash stackJim Meyering2012-07-111-8/+3
* read_conf: don't let a corrupt config file cause invalid line[-1] referenceJim Meyering2012-07-111-2/+2
* gsyncd: don't let a bogus config file make us read/write buf[-1]Jim Meyering2012-07-111-2/+4
* glusterd: avoid buffer overrun for over-long volnameJim Meyering2012-07-111-1/+7
* nfs-common: don't let 0-length path cause buf[-1] accessJim Meyering2012-07-111-2/+2
* xlator options: remove overwritten data-self-heal initializerJim Meyering2012-07-111-1/+0
* rpc: add extra arguments to _callback's actor functionAmar Tumballi2012-07-115-12/+23
* core: remove unused codeAmar Tumballi2012-07-1175-42027/+0
* xlators/protocol: better filenameAmar Tumballi2012-07-044-3/+4
* Gluster Cli:Pressing Control-d hangs gluster cliAmit Chauhan2012-07-041-1/+1
* md-cache: cache SELinux and Posix ACL xattrs only if enabledAnand Avati2012-07-042-5/+60
* glusterd: copy /etc/glusterd to /var/lib and remove /etc/glusterd instead ofRaghavendra Bhat2012-07-042-2/+3
* nfs: make NFS filehandles deterministicAnand Avati2012-07-042-151/+6
* cluster/afr: post-op-delay supportAnand Avati2012-07-046-2/+175
* cluster/afr: cleanup lk_owner and PID messAnand Avati2012-07-043-41/+28
* cluster/afr: add a new option to select read-subvol by indexJeff Darcy2012-07-032-0/+28
* cluster/afr: fix for read-subvolume option does not workJeff Darcy2012-07-031-2/+2
* Mark /var/lib/glusterd as owned by glusterfs, subdirs belong to -serverNiels de Vos2012-07-031-1/+38
* xdr_vector_round_up: don't let vcount <= 0 cause invalid array referenceJim Meyering2012-07-021-1/+1
* get_mnt_opts: don't let empty option string cause (*mpt_optsp)[-1] referenceJim Meyering2012-07-021-2/+2
* mgmt/glusterd: Added spaces in the logsVenkatesh Somyajulu2012-07-021-5/+9
* valid_ipv4_address: don't access addr[-1] for 0-length input stringJim Meyering2012-07-021-2/+3
* libgf_client_chdir: don't access path[-1] upon chdir("")Jim Meyering2012-07-021-1/+1