summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: declare lvm_lv_from_name() if it is missing from lvm2app.hv3.4.0beta4Niels de Vos2013-06-272-1/+20
* rpm: move the mount/api xlator to the glusterfs-api sub-packageNiels de Vos2013-06-261-0/+5
* build: sync glusterfs.spec.in with Fedora glusterfs.specKaleb S. KEITHLEY2013-06-217-984/+334
* gfapi: fix read past EOF in glfs_preadv()Anand Avati2013-06-201-3/+4
* glusterd: Disable transport before cleaning up rpc objectKrishnan Parthasarathi2013-06-183-19/+99
* rpc: Cleanup rpc object in TRANSPORT_CLEANUP eventKrishnan Parthasarathi2013-06-182-11/+42
* glusterd: Add a cmd for getting uuid of local nodeKrishnan Parthasarathi2013-06-184-0/+257
* glusterd: Ignore directories matching *.tmp in storeKrishnan Parthasarathi2013-06-141-0/+1
* cluster/afr: Perform delayed changelog wakeups for anon fdv3.4.0beta3Pranith Kumar K2013-06-104-0/+56
* Fix crash in dht_migration_complete_check_task because of NULL fdEmmanuel Dreyfus2013-06-082-1/+3
* api: Fix api.so and libgfapi.so build time dependencyAnand Avati2013-06-081-2/+1
* gfapi: add new API glfs_dup() to copy a file descriptorAnand Avati2013-06-082-0/+43
* api/Makefile: link api.so against libgfapi (and dependencies)Anand Avati2013-06-081-1/+6
* socket: convert socket functions to file scope (static)Anand Avati2013-06-081-46/+46
* gfapi: handle graph switch (cwd, fds, locks)Anand Avati2013-06-085-132/+944
* gfapi: ignore NULL and -1 parameters in glfs_set_logging()Anand Avati2013-06-081-5/+8
* pkg-config: present API version and not package versionAnand Avati2013-06-081-1/+2
* gfapi: provide stable st_dev in stat structureAnand Avati2013-06-083-4/+16
* dht,posix: support for case discoveryAnand Avati2013-06-083-0/+140
* gfapi: link inodes in relevant entry FOPsAnand Avati2013-06-084-15/+105
* syncop: copy inode pointer in readdirplusAnand Avati2013-06-081-0/+2
* md-cache: support negative xattr entriesAnand Avati2013-06-081-10/+31
* gfapi: optimistic resolution with ESTALE detectionAnand Avati2013-06-083-60/+248
* quick-read: prune cache on write/[f]truncateAnand Avati2013-06-081-0/+43
* gfapi: add new API glfs_set_xlator_option()Anand Avati2013-06-083-1/+45
* posix-acl: fetch ACLs in readdirplusAnand Avati2013-06-081-0/+6
* gfapi: POSIX locking supportAnand Avati2013-06-085-0/+90
* gfapi: implement readdirplus_r supportAnand Avati2013-06-082-8/+26
* syncop: set credentials of running process in @frameAnand Avati2013-06-081-1/+18
* gfapi: handle root (/) resolution gracefully for realpath()Anand Avati2013-06-081-1/+4
* gfapi: support for chdir() and familyAnand Avati2013-06-086-10/+302
* cluster/afr: Avoid order mismatch in blocking entrylksPranith Kumar K2013-06-063-6/+27
* glusterd-volgen: Improve volume op-versions calculationKaushal M2013-06-057-480/+591
* glusterd-volgen: Enable open-behind based on op-versionKaushal M2013-06-053-11/+50
* glusterd: Set op-version on startup based on install statusKaushal M2013-06-051-5/+23
* glusterd: Introduce volume op-versionsKaushal M2013-06-0511-390/+566
* glusterd: Backport of vme table changes from masterKaushal M2013-06-0517-266/+1575
* performance/write-behind: Enable write-behind when strict_O_DIRECT is not set.Vijay Bellur2013-05-291-2/+1
* rpm: automatically load the fuse module on EL5Niels de Vos2013-05-293-1/+16
* glusterd: Give up biglock during rpc conn cleanupKrishnan Parthasarathi2013-05-281-0/+9
* rpc-transport/rdma: reap async events in a dedicated thread.Raghavendra G2013-05-272-2/+52
* rpc-transport/rdma: use rdma-cm for connection establishment.Raghavendra G2013-05-277-1739/+1174
* performance/io-cache: check the inode context to be NULL before accessingv3.4.0beta2Raghavendra Bhat2013-05-231-0/+7
* nfs: change default nfs port to 2049Rajesh Amaravathi2013-05-232-2/+2
* rpc: change dict key for fqdnRajesh Amaravathi2013-05-231-2/+2
* syncop: synctask shouldn't yawn, it could miss a 'wake'Krishnan Parthasarathi2013-05-232-25/+5
* syncop: Remove task from syncbarrier's waitq before 'wake'Krishnan Parthasarathi2013-05-211-7/+5
* syncop: Update synctask state appropriatelyKrishnan Parthasarathi2013-05-212-2/+5
* tests: Modified test to use remove-brick instead of 'start' variantKaushal M2013-05-211-2/+1
* mgmt/glusterd: Enable write-behind in nfsPranith Kumar K2013-05-211-1/+1