summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* performance/stat-prefetch: fix access to inode table.Raghavendra G2009-12-021-13/+23
* performance/io-cache: don't use stat got in read_cbk if it is zero-filled.Raghavendra G2009-12-022-16/+28
* stat-prefetch: fix unsafe reference to @local in sp_lookup_cbk.Raghavendra G2009-12-011-2/+7
* performance/quick-read: change the maximum value of max-file-size to 1000KB f...Raghavendra G2009-11-281-4/+4
* performance/stat-prefetch: Add refcounting to cache objectsRaghavendra G2009-11-261-22/+109
* performance/stat-prefetch: remove lock member in sp_fd_ctx_t.Raghavendra G2009-11-262-36/+22
* performance/stat-prefetch: don't free the cache in readdir if the offset is n...Raghavendra G2009-11-261-5/+2
* storage/posix: Fix condition typo.Vikas Gorur2009-11-201-1/+1
* segfault fix in posixAmar Tumballi2009-11-191-1/+3
* performance/stat-prefetch: don't cache dentries corresponding to directory.Raghavendra G2009-11-191-0/+4
* performance/stat-prefetch: don't use pre-allocated dirent structure in sp_get...Raghavendra G2009-11-191-9/+22
* cluster/distribute: copy the stat structure while copying dentries in readdir...Raghavendra G2009-11-191-0/+2
* mount/fuse: Prevent a hang on the mount point if no server is up when the cli...Pavan Sondur2009-11-131-5/+48
* performance/stat-prefetch: allocate and init local only if cache-miss happens...Raghavendra G2009-11-131-4/+5
* performance/quick-read: set return value to zero after successful init.Raghavendra G2009-11-131-0/+2
* performance/stat-prefetch: In sp_readdir_cbk op_ret is not handled correctly.vinayak hegde2009-11-051-0/+4
* performance/stat-prefetch: In lookup_cbk do not set error no to EINVAL, when ...vinayak hegde2009-11-051-3/+0
* features/locks: Do not try to set values in dictionary when lookup has failedVijay Bellur2009-10-311-6/+12
* cluster/afr: Don't try to self-heal if there are locks heldVikas Gorur2009-10-302-1/+18
* Implement lookup in posix locks to return lock counts in a dict value.Pavan Sondur2009-10-294-0/+298
* storage/posix: Serialize do_xattrop.Vikas Gorur2009-10-291-45/+58
* storage/posix: Refactor xattropVikas Gorur2009-10-291-122/+64
* change open flag to O_RDWR as ftruncate fails for a read only fdHarshavardhana Ranganath2009-10-291-1/+1
* cluster/afr: Prevent spurious entry self-heal.Vikas Gorur2009-10-231-2/+13
* cluster/afr: Attempt to set fd ctx in create only if the call has succeeded.Vikas Gorur2009-10-201-10/+9
* locks: trace support for inodelkAnand Avati2009-10-194-21/+34
* locks: trace support for entrylkAnand Avati2009-10-193-5/+160
* locks: trace supportAnand Avati2009-10-164-1/+256
* locks: keep ref on the inode while locks are heldAnand Avati2009-10-165-0/+58
* cluster/afr: Unlock only those paths which have been locked during rename.Vikas Gorur2009-10-161-77/+141
* cluster/afr: Hold lock on all names under "victim" in rmdirVikas Gorur2009-10-161-2/+23
* Changes in posix unlink and rmdir to prevent inode num re-use immediately.Pavan Sondur2009-10-161-6/+55
* shuffle hash layouts on directoriesAnand Avati2009-10-151-2/+44
* performance/io-cache: remove caching in lookup.Raghavendra G2009-10-151-155/+0
* performance/quick-read: frame->local need not be set in qr_open_cbk.Raghavendra G2009-10-151-4/+1
* performance/quick-read: flush should proceed with winding if fd-context is no...Raghavendra G2009-10-151-2/+1
* afr transaction: fix op_ret check during lockingAnand Avati2009-10-131-3/+3
* prevent spurious unlocks from afr selfhealAnand Avati2009-10-136-23/+90
* afr transaction prevent spurious unlocksAnand Avati2009-10-131-2/+4
* cluster/afr: Hold second lock after first lock has been granted for rename tr...Vikas Gorur2009-10-121-30/+84
* replicate: fix missing frame in entry-self-healAnand Avati2009-10-121-0/+7
* performance/quick-read: change the default option values in quick-read.Raghavendra G2009-10-091-1/+2
* fail revalidate properlyAnand Avati2009-10-091-1/+4
* Add INIT_LIST_HEAD which was left out in the previous commitAnand Avati2009-10-091-0/+1
* features/locks: Fix insert_and_mergeCorentin Chary2009-10-091-4/+0
* performance/stat-prefetch: checking for cache and creation if not present is ...Raghavendra G2009-10-071-23/+64
* performance/stat-prefetch: lookup the path in xattrop if it is not already lo...Raghavendra G2009-10-071-10/+71
* performance/stat-prefetch: implement sp_entrylk.Raghavendra G2009-10-071-0/+85
* performance/stat-prefetch: implement sp_inodelk.Raghavendra G2009-10-071-1/+83
* performance/stat-prefetch: do lookup on path in removexattr if it is not alre...Raghavendra G2009-10-071-10/+71