summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* features/locks: Fix inodelk leak when issued an UNLOCK.Pavan Sondur2009-12-031-4/+4
* storage/posix: Fix Leak in posix_getxattr while filtering gen-number xattr.Pavan Sondur2009-12-031-0/+2
* mount/fuse: Print correct log message if encountered with errno - EAGAIN.Pavan Vilas Sondur2009-12-031-0/+9
* features/locks: Release all locks of an fd when a client disconnects.Pavan Vilas Sondur2009-12-034-5/+66
* features/locks: Changes in log messages reflecting lk-owner.Pavan Sondur2009-12-034-26/+38
* protocol/server: Changes in protocol client to include lk_owner in protocol h...Pavan Vilas Sondur2009-12-036-9/+23
* features/locks: Use owner field in inodelks.Pavan Vilas Sondur2009-12-032-4/+20
* features/locks: Use owner field for entrylks.Pavan Vilas Sondur2009-12-032-15/+35
* features/locks: Use lock_owner from fuse in posix locks.Pavan Vilas Sondur2009-12-034-7/+20
* mount/fuse: Use fuse lock_owner field in posix locks.Pavan Vilas Sondur2009-12-032-4/+38
* mount/fuse: Handle the case when attribute_timeout is set to 0 in dictionary.Vijay Bellur2009-12-031-1/+1
* glusterfsd: Handle argument attribute-timeout when set to 0Vijay Bellur2009-12-031-1/+2
* core: Change replicate trash directory name to ".landfill".Vikas Gorur2009-12-031-1/+4
* core, client, server: Support auxiliary group idsShehjar Tikoo2009-12-034-0/+60
* cluster/afr: Don't mark the fop as failed if rmdir returns ENOTEMPTY.Vikas Gorur2009-12-031-1/+1
* libglusterfsclient: Separate order of path compaction and VMP search for abs ...Shehjar Tikoo2009-12-031-9/+55
* performance/stat-prefetch: don't access stat if lookup has been failed.Raghavendra G2009-12-031-1/+1
* Hopefully fix rpm building for everyone by rm-ing *.a and *.laErick Tryzelaar2009-12-031-3/+2
* Disable fusermount by default in configure.ac.Pavan Sondur2009-12-031-3/+2
* posix-compliance test now passes over stripeAmar Tumballi2009-12-031-36/+51
* storage/posix: Change janitor sleep duration to 10 minutes.Vikas Gorur2009-12-031-1/+1
* cluster/afr: Don't do transactional flush if pre-op has been nowhere done.Vikas Gorur2009-12-031-18/+106
* storage/posix: Filter out generation number xattr.Vikas Gorur2009-12-031-1/+6
* performance/write-behind: Changed default value of option disable-till to 0Vijay Bellur2009-12-021-1/+1
* features/locks: Release blocked locks also when server requests to release al...Pavan Sondur2009-12-022-12/+46
* cluster/afr: Add log messages when setattr fails in self-heal.Vikas Gorur2009-12-022-0/+14
* performance/stat-prefetch: get inode context from local->loc.inode instead of...Raghavendra G2009-12-021-4/+9
* cluster/afr: Fix conditional typo.Vikas Gorur2009-12-021-1/+2
* storage/posix: Added janitor thread.Vikas Gorur2009-12-027-18/+137
* performance/stat-prefetch: fix access to inode table.Raghavendra G2009-12-021-13/+23
* fixes to compile on MacOSX (no fuse client)Amar Tumballi2009-12-015-21/+24
* bring new MOP called NOTIFY.Amar Tumballi2009-12-012-2/+11
* afr: remove memcpy of @local contents in afr_local_copyAnand Avati2009-12-011-8/+23
* afr: fix fd reference leakAnand Avati2009-12-011-1/+1
* performance/io-cache: Hold locks on inode before creating rbt tree.Vijay Bellur2009-12-011-20/+29
* libglusterfsclient/read: break reads bigger than the iobuffer size into small...Raghavendra G2009-12-011-16/+34
* libglusterfsclient/readv: break reads bigger than the iobuffer size into smal...Raghavendra G2009-12-011-27/+55
* extras/benchmarking: port glfs-bm.c to master.Raghavendra G2009-12-011-21/+29
* changed the version of glusterfs from 2.1.0 to 3.0.0Amar Tumballi2009-12-012-2/+2
* trash_ftruncate fop addedAmar Tumballi2009-12-011-0/+357
* trash_truncate fop addedAmar Tumballi2009-12-011-2/+443
* trash_rename fop addedAmar Tumballi2009-12-011-0/+258
* trash_unlink fop addedAmar Tumballi2009-12-012-1/+337
* features/trash initial cleanup commitAmar Tumballi2009-12-013-610/+194
* Booster configuration fixed for per transport type and honours conf-dir option.Harshavardhana Ranganath2009-12-012-11/+57
* cluster/afr: Don't do memcpy of afr_local_t in afr_local_copy.Vikas Gorur2009-12-013-20/+7
* cluster/afr: Set file size properly before unwinding from self-heal.Vikas Gorur2009-12-011-2/+5
* cluster/afr: Set the self-heal "source" as read subvolume even when not doing...Vikas Gorur2009-12-015-29/+117
* stat-prefetch: fix unsafe reference to @local in sp_lookup_cbkAnand Avati2009-12-011-1/+5
* performance/stat-prefetch: make lookup to wait for the completion of another ...Raghavendra G2009-12-011-14/+106