summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht/src/dht-common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-071-1/+1
* distribute: Support readdirp fopShehjar Tikoo2009-10-061-5/+111
* distribute: NFS-friendly logic changesShehjar Tikoo2009-10-011-91/+255
* Global: NFS-friendly prototype changesShehjar Tikoo2009-10-011-27/+157
* Global: Introduce setattr and fsetattr fopsShehjar Tikoo2009-10-011-293/+162
* dht_readdir_cbk: use stat attributes in the READDIRPLUS dirents toAnand V. Avati2009-06-261-22/+21
* local->loc should be filled in dht-mknod()Amar Tumballi2009-06-181-0/+9
* dht logging cleanupAnand V. Avati2009-04-281-2/+0
* log message cleanup in distributeAnand V. Avati2009-04-241-207/+158
* "option unhashed-sticky-bit on/off"krishna2009-04-231-5/+16
* Fixed parameter to finodelk in STACK_WIND in dhtVikas Gorur2009-04-171-1/+1
* cluster/distribute bug fix - try to create linkfile in dht_lookup_everywhere_...Basavanagowda Kanur2009-04-161-16/+44
* bug fixes in dht-disk-usage feature.Amar Tumballi2009-04-141-35/+55
* in dht, initialize the free available space properly, so the first few create...Amar Tumballi2009-04-121-0/+3
* update cluster/dht with new readv writev prototypesAnand V. Avati2009-04-121-5/+8
* distribute to take care of available disk space while creating new dirs, and ...Amar Tumballi2009-04-031-25/+157