summaryrefslogtreecommitdiffstats
path: root/INFO
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendrambk@gmail.com>2011-07-13 18:15:27 +0530
committerRaghavendra Bhat <raghavendrambk@gmail.com>2011-07-13 18:15:27 +0530
commitf71a1e3618b5f095a5f8421308323f08bda2a5e5 (patch)
tree27e1bed95781e85b96505fb1719d0bef50b984c1 /INFO
parentb47528cc4bb7a308c74d4dae7c2adcf9f7392f4e (diff)
Custom c programs for locking and multithreaded fops
Diffstat (limited to 'INFO')
-rw-r--r--INFO5
1 files changed, 5 insertions, 0 deletions
diff --git a/INFO b/INFO
index 5fe20aa..afdb985 100644
--- a/INFO
+++ b/INFO
@@ -12,3 +12,8 @@ community-scripts/rename/atomic ---> Bug 1034 - rename() is not atomic
community-scripts/locks/locky.sh --->Configuration on the command line and (serious) locking problems
community-scripts/locks/lock.php ---> Bug 1017 - Locking deadlock when upgrading lock
===============================================
+
+c_pgms/locking ---> programs (both for file as well as directory) for doing open, lock (fcntl and flock), write, close on an fd multiple times to check for a leak in some memory type of the glusterfs process. (bug number 3025)
+
+c_pgms/threaded_io ---> program for opening a file from multiple threads and each thread doing some operation such as stat, write & truncate, read, chown etc on multiple fds
+============================================================================================================================================ \ No newline at end of file