summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* libgf_count_path_components: don't access pathdup[-1] for empty inputJim Meyering2012-07-021-1/+1
* libgf_init_vmpentry: assert strlen(vmp) > 0 to guard against using vmp[-1]Jim Meyering2012-07-021-1/+2
* libgf_rrindex: don't return &str[-1] for an empty string inputJim Meyering2012-07-021-3/+5
* pidinfo: don't let a corrupt /proc/PID/status cause buf[-1] accessJim Meyering2012-07-021-2/+4
* geo-rep: handle input without trailing newline; don't reference buf[-1]Jim Meyering2012-07-021-4/+9
* xlators/nfs: don't test/set dirpath[-1] for a zero-length nameJim Meyering2012-07-021-2/+2
* glusterd-rpc-ops: avoid buffer overrun for over-long keyJim Meyering2012-07-021-1/+3
* features/worm: Allow worm option to be set throught volume setshishir gowda2012-07-021-2/+20
* glusterd: avoid buffer overrun due to lack of NUL terminatorJim Meyering2012-07-021-0/+1
* bdb: fix erroneous strncpy in file name constructionJim Meyering2012-07-021-2/+2
* posix: avoid unnecessary strncpyJim Meyering2012-07-021-1/+1
* glusterd: Fix peer probe when username/password is missingKaushal M2012-07-021-12/+8
* glusterd, cli: handle uuid conflicts in probe gracefullyRaghavendra Bhat2012-07-023-3/+24