summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* Change Copyright current yearPranith Kumar K2011-08-10222-222/+222
* fuse-resolve: prevent linking of inodes of different inode-tableAmar Tumballi2011-08-101-25/+31
* pass xlator pointer to rpcsvc_init() so that it can init svc->mydata to xlatorkrishna2011-08-093-3/+3
* NFS server: allow clients to connect from insecure (>1024) ports and support ...krishna2011-08-073-0/+97
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-06222-664/+664
* cluster/dht: clear local->cached_subvol when switching to do_fresh_lookupAnand Avati2011-08-061-0/+1
* features/marker-quota: Performance improvement.Junaid2011-08-053-12/+122
* storage/posix: handle dictionary being NULL in a functionAmar Tumballi2011-08-032-1/+4
* features/marker: log failures due to file not being present during quota upda...Raghavendra G2011-08-031-27/+69
* glusterd rebalance: handle a race condition while starting a rebalanceAmar Tumballi2011-08-031-2/+1
* DHT rename: Recreate linkfile after unlinkshishir gowda2011-08-033-144/+50
* mgmt/glusterd: Ignore case in friend find by hostnamePranith Kumar K2011-08-031-4/+4
* Variable IOBUF: Use variable iobuf for cli/glusterd/glusterfsd(mgmt)shishir gowda2011-07-317-47/+109
* IOBUF: Bring in variable iobuf supportshishir gowda2011-07-313-14/+16
* gsyncd: do some basic sanitization on logsCsaba Henk2011-07-295-24/+60
* RPC unify code changekrishna2011-07-2925-9207/+473
* geo-rep: minor fixesCsaba Henk2011-07-292-2/+2
* performance/io-cache: hold lock on ioc_inode whereever a page is being access...Raghavendra G2011-07-294-845/+947
* performance/quick-read: Handle unwinding of frame corresponding to read fop p...Raghavendra G2011-07-291-115/+220
* IO-threads: Support for loading io-threads xlator on client sideshishir gowda2011-07-291-1/+5
* features/marker-quota: Perform removexattr with frame uid and gid set to root.Junaid2011-07-292-0/+23
* mgmt/glusterd: Read the contents of vol-info file into a dynamically allocedJunaid2011-07-292-41/+110
* Stripe_readdirp: Fix race in wind/unwind which led to crashshishir2011-07-281-9/+17
* gsyncd: exit in slave when RePCe session came to an endCsaba Henk2011-07-281-1/+2
* NFS: Implement nfs_forget callshishir2011-07-283-6/+39
* gsyncd: log exit properlyCsaba Henk2011-07-283-2/+4
* geo-rep: compactify loggingCsaba Henk2011-07-281-14/+40
* features/marker-quota: Fix some random memory leaks.Junaid2011-07-282-12/+11
* glusterd: handle replace-brick in paused state.Krishnan Parthasarathi2011-07-273-27/+96
* cluster/distribute: while fixing layout, consider ENOSPC errorsAmar Tumballi2011-07-261-4/+4
* cluster/dht: dht_rename() - handle GFID situationsAnand Avati2011-07-251-14/+61
* glusterd: Add bind-insecure xlator-option for glusterdshishir gowda2011-07-241-0/+3
* glusterd - Removed hardcoding of transport type in replace-brick.Vishwanath S Bhat2011-07-243-26/+41
* debug/io-stats: allow log-level to be set to INFORaghavendra Bhat2011-07-201-4/+7
* debug/io-stats: print the time at which maximum fds were open in gluster topRaghavendra Bhat2011-07-201-7/+30
* Top/Profile: Report error when all bricks are down on volumeshishir gowda2011-07-201-0/+16
* glusterd rebalance: use lstat() instead of stat()Amar Tumballi2011-07-191-5/+5
* mgmt/glusterd: allow add brick in pure replicate setupRaghavendra Bhat2011-07-171-2/+5
* PUMP: set pump lk_owner,pid to frame->rootPranith K2011-07-172-9/+8
* cluster/afr: Don't depend on fuse lk_owner for inodelksPranith K2011-07-172-8/+6
* storage/posix: Remove the interim fix that handles the gfid racePranith K2011-07-172-69/+1
* storage/posix: Succeed lookup even if there is no gfid on the filePranith K2011-07-171-2/+2
* cluster/afr: Fix conflict files and gfid self-healPranith K2011-07-177-600/+811
* cluster/afr: Detect conflict/gfid self-healsPranith K2011-07-176-161/+532
* cluster/afr: make expunge/impunge re-usablePranith K2011-07-172-64/+176
* cluster/afr: Choose next call child from fresh-children for inode-read-fopsPranith K2011-07-177-442/+391
* cluster/afr: Add fresh children along with read-child to inode contextPranith K2011-07-1716-353/+817
* cluster/afr: Move afr local alloc functions from header files to sourcesPranith K2011-07-172-105/+124
* io-threads: Initialize mutex and condshishir gowda2011-07-171-0/+12
* posix: perform readdir filling in locked regionAnand Avati2011-07-161-77/+101