summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libglusterfs/src/gf-dirent.c: In gf_dirent_nb structure d_name should be char...v2.0.8vinayak hegde2009-11-051-1/+1
* performance/stat-prefetch: In sp_readdir_cbk op_ret is not handled correctly.vinayak hegde2009-11-051-0/+4
* performance/stat-prefetch: In lookup_cbk do not set error no to EINVAL, when ...vinayak hegde2009-11-051-3/+0
* libglusterfsclient: Dont alloc root inode contextShehjar Tikoo2009-11-031-1/+0
* libglusterfsclient: Prevent root inode number clobberingShehjar Tikoo2009-11-031-21/+28
* Include glusterfs-volgen in the rpm build.Pavan Sondur2009-11-033-1/+6
* transport/name.c: refine the address resolution logic when listen-host is not...Corentin Chary2009-11-032-6/+35
* use @initdir@ for installing init scriptsAnand V. Avati2009-11-032-1/+7
* call-stub: fix leak of fxattrop dictionaryAnand Avati2009-11-011-1/+1
* features/locks: Do not try to set values in dictionary when lookup has failedVijay Bellur2009-10-311-6/+12
* cluster/afr: Don't try to self-heal if there are locks heldVikas Gorur2009-10-302-1/+18
* booster: Must check errno for error number not return valueShehjar Tikoo2009-10-301-3/+3
* booster, libglusterfsclient: Support samba specific relative pathsShehjar Tikoo2009-10-303-166/+181
* core: Check for NULL to avoid segfaultShehjar Tikoo2009-10-301-0/+3
* Implement lookup in posix locks to return lock counts in a dict value.Pavan Sondur2009-10-295-0/+302
* storage/posix: Serialize do_xattrop.Vikas Gorur2009-10-291-45/+58
* storage/posix: Refactor xattropVikas Gorur2009-10-291-122/+64
* change open flag to O_RDWR as ftruncate fails for a read only fdHarshavardhana Ranganath2009-10-291-1/+1
* Add -s (signoff) to format-patch.shAnand V. Avati2009-10-281-2/+2
* Don't stop an already running glusterfsd upon upgrade or install.Harshavardhana Ranganath2009-10-271-1/+0
* booster: seperate out the implementations of readdir and readdir64.Raghavendra G2009-10-264-15/+43
* cluster/afr: Prevent spurious entry self-heal.Vikas Gorur2009-10-231-2/+13
* glusterfsd.c: Unnecessary writing of strerror of errorno on pipevinayak hegde2009-10-211-21/+26
* cluster/afr: Attempt to set fd ctx in create only if the call has succeeded.Vikas Gorur2009-10-201-10/+9
* locks: trace support for inodelkAnand Avati2009-10-194-21/+34
* locks: trace support for entrylkAnand Avati2009-10-193-5/+160
* locks: trace supportAnand Avati2009-10-164-1/+256
* locks: keep ref on the inode while locks are heldAnand Avati2009-10-165-0/+58
* cluster/afr: Unlock only those paths which have been locked during rename.Vikas Gorur2009-10-161-77/+141
* cluster/afr: Hold lock on all names under "victim" in rmdirVikas Gorur2009-10-161-2/+23
* Changes in posix unlink and rmdir to prevent inode num re-use immediately.Pavan Sondur2009-10-161-6/+55
* shuffle hash layouts on directoriesAnand Avati2009-10-151-2/+44
* performance/io-cache: remove caching in lookup.Raghavendra G2009-10-151-155/+0
* performance/quick-read: frame->local need not be set in qr_open_cbk.Raghavendra G2009-10-151-4/+1
* performance/quick-read: flush should proceed with winding if fd-context is no...Raghavendra G2009-10-151-2/+1
* afr transaction: fix op_ret check during lockingAnand Avati2009-10-131-3/+3
* prevent spurious unlocks from afr selfhealAnand Avati2009-10-136-23/+90
* afr transaction prevent spurious unlocksAnand Avati2009-10-131-2/+4
* cluster/afr: Hold second lock after first lock has been granted for rename tr...Vikas Gorur2009-10-121-30/+84
* replicate: fix missing frame in entry-self-healAnand Avati2009-10-121-0/+7
* performance/quick-read: change the default option values in quick-read.Raghavendra G2009-10-091-1/+2
* fail revalidate properlyAnand Avati2009-10-091-1/+4
* Add INIT_LIST_HEAD which was left out in the previous commitAnand Avati2009-10-091-0/+1
* features/locks: Fix insert_and_mergeCorentin Chary2009-10-091-4/+0
* performance/stat-prefetch: checking for cache and creation if not present is ...Raghavendra G2009-10-071-23/+64
* performance/stat-prefetch: lookup the path in xattrop if it is not already lo...Raghavendra G2009-10-071-10/+71
* performance/stat-prefetch: implement sp_entrylk.Raghavendra G2009-10-071-0/+85
* performance/stat-prefetch: implement sp_inodelk.Raghavendra G2009-10-071-1/+83
* performance/stat-prefetch: do lookup on path in removexattr if it is not alre...Raghavendra G2009-10-071-10/+71
* performance/stat-prefetch: implement sp_getxattr.Raghavendra G2009-10-071-0/+89