summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* removed mod_glusterfs from the buildAmar Tumballi2009-07-172-107/+1
* libglusterfsclient: Invalidate not update iattr cache on writevShehjar Tikoo2009-07-172-2/+48
* Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/glusterAnand V. Avati2009-07-160-0/+0
|\
| * Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/glusterAnand V. Avati2009-07-090-0/+0
| |\
* | | server: don't check for 'loc->parent' in entrylk and inodelk callsAmar Tumballi2009-07-161-4/+2
* | | change mount.glusterfs.in to work with non-bash shells too.Amar Tumballi2009-07-161-4/+4
* | | iostat to have more io detailsAmar Tumballi2009-07-161-9/+59
* | | quick-read: implement release and forget cbks.Raghavendra G2009-07-161-0/+49
* | | quick-read: implement qr_lk.Raghavendra G2009-07-161-0/+97
* | | quick-read: implement qr_ftruncate.Raghavendra G2009-07-161-0/+142
* | | quick-read: implement qr_fsync.Raghavendra G2009-07-161-0/+94
* | | quick-read: implement qr_finodelk.Raghavendra G2009-07-161-0/+100
* | | quick-read: implement qr_fentrylk.Raghavendra G2009-07-161-0/+100
* | | quick-read: implement qr_flush.Raghavendra G2009-07-161-0/+74
* | | quick-read: implement qr_fgetxattr.Raghavendra G2009-07-161-0/+101
* | | quick-read: implement qr_fsetxattr.Raghavendra G2009-07-161-0/+99
* | | quick-read: implement lc_fchmodRaghavendra G2009-07-161-0/+93
* | | quick-read: implement qr_fchownRaghavendra G2009-07-161-0/+95
* | | quick-read: implement qr_fstat.Raghavendra G2009-07-161-0/+94
* | | quick-read: implement qr_writevRaghavendra G2009-07-161-0/+118
* | | quick-read: implement qr_readvRaghavendra G2009-07-161-0/+525
* | | quick-read: implement qr_openRaghavendra G2009-07-162-0/+219
* | | quick-read: add qr_lookup.Raghavendra G2009-07-162-0/+147
* | | Implementing quick-read translator.Raghavendra G2009-07-166-1/+186
* | | Return stat from read subvolume in dir-write ops.Vikas Gorur2009-07-162-52/+83
* | | Return stat info from read-child in all the inode-write opsVikas Gorur2009-07-162-18/+205
* | | add strict validatation of GF_OPTION_TYPE_PATH option type.Amar Tumballi2009-07-161-1/+9
* | | fuse-bridge: Export user.glusterfs-booster-mount xattrShehjar Tikoo2009-07-161-0/+3
* | | break inode_path if the length of the path crosses PATH_MAXAmar Tumballi2009-07-161-0/+7
* | | cleanup 'ctx' from inode and fdAmar Tumballi2009-07-164-70/+0
* | | ib-verbs: don't append ioq_entry to pending_list if first attempt of writing ...Raghavendra G2009-07-151-1/+1
* | | fuse_bridge: handle failures in init() more gracefullyCsaba Henk2009-07-151-6/+37
* | | fuse-bridge: formatting cleanupsCsaba Henk2009-07-151-70/+72
* | | fuse-bridge: further allocation failure handling fixesCsaba Henk2009-07-151-20/+63
* | | fuse-bridge: handle state allocation failureCsaba Henk2009-07-151-33/+46
* | | Added NULL checks in a few places.Vikas Gorur2009-07-151-7/+25
* | | Return inode number always from the first up subvolume in AFR.Vikas Gorur2009-07-152-10/+16
* | | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/glusterAnand V. Avati2009-07-150-0/+0
|\ \ \ | |/ / |/| / | |/
| * Added format-patch.sh. This script is to be used as a replacement of "git for...Anand V. Avati2009-07-081-0/+60
* | Added format-patch.sh. This script is to be used as a replacement of "git for...Anand V. Avati2009-07-091-0/+60
|/
* detabify fuse-bridge.c (and other whitespace fixes)Csaba Henk2009-07-081-738/+738
* protocol/server: use translated flags in protocol/server open and create fopsAnand Avati2009-07-071-2/+2
* protocol/client: use translated flags in protocol/client open and create fopsAnand Avati2009-07-071-2/+2
* protocol: add functions gf_flags_from_flags and gf_flags_to_flagsAnand Avati2009-07-071-0/+108
* write-behind: set default window-size to 1MB.Raghavendra G2009-07-071-1/+2
* use fuse_reply_iov() in fuse_readv_cbkBasavanagowda Kanur2009-07-072-0/+13
* filter: use O_ACCMODE for checking file access modes.Raghavendra G2009-07-071-3/+6
* read-ahead: use O_ACCMODE for checking file access modes.Raghavendra G2009-07-071-2/+2
* write-behind: Use O_ACCMODE while checking for access modes.Raghavendra G2009-07-071-2/+2
* libglusterfsclient: Update attr cache on read/writeShehjar Tikoo2009-07-072-5/+16