summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht/src/dht-common.c
Commit message (Expand)AuthorAgeFilesLines
* distribute: don't check for inode's gfid in _cbkv3.1.0qa34Amar Tumballi2010-09-271-2/+1
* distribute: don't update the inode's gfid directlyAmar Tumballi2010-09-231-2/+9
* distribute: bring in feature to fix the layout of root inodeAmar Tumballi2010-09-231-1/+143
* distribute: while selfhealing directory, send proper gfid in dictAmar Tumballi2010-09-221-4/+5
* distribute: Propagate CHILD-UP when all subvols are upShehjar Tikoo2010-09-221-3/+17
* Fix crash in dht_pathinfo_getxattr_cbkshishir gowda2010-09-171-4/+11
* distribute: send proper 'gfid' in calls originated from lookup/mkdirAmar Tumballi2010-09-161-0/+9
* remove 'gen' from iatt/protocol structuresAmar Tumballi2010-09-141-5/+0
* gfid: changes in symlink() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-2/+2
* gfid: changes in mkdir() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-3/+6
* gfid: changes in mknod() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-4/+6
* gfid: change in create() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-5/+8
* gfid: changes in inode managementAnand Avati2010-09-041-1/+0
* cluster/distribute: add option 'use-readdirp' to force readdirpAmar Tumballi2010-09-021-0/+3
* cluster/dht: fixes to handle 'fix.layout' attribute properly.Amar Tumballi2010-09-021-3/+10
* fixes in 'gluster volume rebalance'Amar Tumballi2010-08-311-1/+3
* dht enhancementsAmar Tumballi2010-07-271-49/+72
* Revert "dht: perform revalidate on one subvolume"Anand V. Avati2010-07-151-17/+108
* proper way to do defrag of a mountpointAmar Tumballi2010-07-141-3/+214
* fuse, dht: use readdir by default.Anand Avati2010-05-131-2/+15
* dht: perform revalidate on one subvolumeAnand Avati2010-05-131-108/+17
* 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-231-3/+6
* iatt: changes across the codebaseAnand V. Avati2010-03-161-145/+144
* dht: preserve and return proper pre/postparent structures during unlinkAnand Avati2010-03-041-4/+7
* distribute: perform self-heal as rootShehjar Tikoo2010-03-041-0/+3
* distribute, nufa: return 0 mtimes in preparent/postparentShehjar Tikoo2010-03-041-2/+33
* 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-041-0/+18
* 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-221-9/+196
* 'lookup-unhashed' option of distribute should be 'auto' by default.Amar Tumballi2010-02-061-3/+46
* cluster/dht: Remove linkfile before unlinking the datafile.Vikas Gorur2010-02-021-17/+63
* distribute: Dont dereference sbuf on failed readlink_cbkShehjar Tikoo2009-12-181-0/+4
* 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-061-0/+4
* 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
* distribute - more NULL checkAnand V. Avati2009-10-161-3/+21
* distribute,nufa: layout handling changesAnand V. Avati2009-10-161-110/+69
* 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
* cluster/dht: Change STACK_UNWIND to STACK_UNWIND_STRICT.Vikas Gorur2009-10-081-78/+82