summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht
Commit message (Expand)AuthorAgeFilesLines
...
* fuse, dht: use readdir by default.Anand Avati2010-05-131-2/+15
* dht: perform revalidate on one subvolumeAnand Avati2010-05-131-108/+17
* Check whether a server is down before calling rename on the directoryRaghavendra Bhat2010-05-081-0/+7
* frame's 'op', 'type' restructuredAmar Tumballi2010-05-033-12/+0
* dht: don't overwrite the layout after the subvolume expansionAmar Tumballi2010-04-291-1/+1
* cluster/dht: perform inode number overwrite in readv_cbk iatt with checksAnand Avati2010-04-271-1/+3
* Filter out extended attribute visibility on the mount point.Sachidananda2010-04-231-0/+6
* Memory accounting changesVijay Bellur2010-04-239-78/+160
* iatt: changes across the codebaseAnand V. Avati2010-03-168-237/+241
* send lookup on every subvolume if local->hashed_subvol is NULL in nufa/switchAmar Tumballi2010-03-122-4/+6
* dht: preserve and return proper pre/postparent structures during unlinkAnand Avati2010-03-041-4/+7
* distribute: cleanup intermediate hardlink and linkfile on failed renameAnand Avati2010-03-041-12/+78
* distribute: perform self-heal as rootShehjar Tikoo2010-03-043-0/+37
* distribute, nufa: return 0 mtimes in preparent/postparentShehjar Tikoo2010-03-044-2/+58
* distribute: Save ino/dev from first subvolume during mkdirShehjar Tikoo2010-03-041-0/+6
* distribute: Restore parent ino from local in symlinkShehjar Tikoo2010-03-041-0/+8
* distribute: Restore inode from saved ino on readvShehjar Tikoo2010-03-041-1/+18
* distribute: Respect end-of-dir on readdir only for last subvolShehjar Tikoo2010-03-043-0/+40
* distribute: Return pre/post-parent on successful unlinkShehjar Tikoo2010-03-041-0/+2
* distribute: Return ino from the first-up subvolume in lookupShehjar Tikoo2010-03-041-1/+1
* dht: fix READDIR semantics which got broken in 512dcad823feb199d78f5b66a09bc4...Anand Avati2010-02-231-34/+24
* dht: fix leak introduced in 137f94ed123b1c7c7ada541aaa599679e19888f6Anand Avati2010-02-221-1/+4
* dht: unlink stale linkfiles in rmdir to prevent ENOTEMPTYAnand Avati2010-02-223-14/+244
* dht: Remove pointer casting in layout handlingAnand Avati2010-02-072-9/+15
* 'lookup-unhashed' option of distribute should be 'auto' by default.Amar Tumballi2010-02-065-22/+76
* cluster/dht: Remove linkfile before unlinking the datafile.Vikas Gorur2010-02-021-17/+63
* cluster/dht: Check for size 0 in check_is_linkfile()Vijay Bellur2010-01-291-1/+3
* dht: initialize layout typeAnand Avati2010-01-233-5/+6
* distribute: Dont dereference sbuf on failed readlink_cbkShehjar Tikoo2009-12-181-0/+4
* cluster/dht: Check for pointers before de-referencing in dht_stat_merge()Vijay Bellur2009-12-161-0/+3
* Save st_dev properly in stbuf.st_dev from the same subvolume.Harshavardhana Ranganath2009-12-061-1/+1
* distribute: more cases of st_dev settingAnand Avati2009-12-061-1/+4
* distribute: return st_dev from the same subvol from where itransform is perfo...Anand Avati2009-12-062-0/+5
* THIS: set THIS pointers before forget/release/releasedir callbacksAnand Avati2009-12-061-1/+1
* fixes in nufaAmar Tumballi2009-11-263-96/+92
* switch translator addedAmar Tumballi2009-11-263-1/+1059
* cluster/distribute: copy the stat structure while copying dentries in readdir...Raghavendra G2009-11-191-0/+2
* cluster/dht: Do readdir in dht_readdir instead of readdirpVikas Gorur2009-11-131-1/+1
* Add unhashed-sticky-bit option to volume_options structureSachidananda2009-11-121-0/+3
* distribute - more NULL checkAnand V. Avati2009-10-161-3/+21
* distribute,nufa: layout handling changesAnand V. Avati2009-10-167-136/+209
* fix double initialization of dht_local_tAnand V. Avati2009-10-161-7/+0
* NULL checks on local->loc.parentAnand V. Avati2009-10-161-17/+36
* shuffle hash layouts on directoriesAnand Avati2009-10-151-2/+44
* cluster/dht: Change STACK_UNWIND to STACK_UNWIND_STRICT.Vikas Gorur2009-10-084-98/+107
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-0711-11/+11
* distribute: Support readdirp fopShehjar Tikoo2009-10-062-5/+112
* distribute: NFS-friendly logic changesShehjar Tikoo2009-10-014-101/+320
* Global: NFS-friendly prototype changesShehjar Tikoo2009-10-015-42/+185
* Global: Introduce setattr and fsetattr fopsShehjar Tikoo2009-10-014-303/+167