summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* performance/quick-read: don't try to validate again if qr_readv is called jus...Raghavendra G2010-04-272-9/+21
* cluster/afr: Check for call_count in ENTRY_RENAME_TRANSACTION.Vijay Bellur2010-04-201-1/+2
* performance/quick-read: read directly from backend for fds opened with O_DIRE...Raghavendra G2010-04-082-2/+12
* performance/quick-read: make use of nanosecond resolution of mtime to decide ...Raghavendra G2010-04-081-2/+6
* performance/io-cache: make use of nano second resolution of mtime during cach...Raghavendra G2010-04-083-6/+17
* fuse: change behavior of direct io mode.Raghavendra G2010-04-081-4/+8
* performance/write-behind: Resume all the consecutive non-write operations in ...Raghavendra G2010-03-291-3/+0
* protocol/server: Do gf_flock to flock conversion at the right placeVijay Bellur2010-03-111-1/+2
* features/quota: store the entire vector in local instead of just a pointer to...Raghavendra G2010-03-021-4/+13
* performance/write-behind: fix data corruption while aggregating the adjacent ...Raghavendra G2010-02-221-4/+55
* performance/write-behind: refactor __wb_collapse_write_bufsRaghavendra G2010-02-221-36/+38
* performance/io-cache: use loc_copy and loc_wipe in ioc_lookup.Raghavendra G2010-02-221-7/+19
* debug/error-gen: unwind with appropriate number and type of arguments.Raghavendra G2010-02-201-3/+3
* storage/posix: Set op_ret to -1 when open fails.Vikas Gorur2010-02-061-0/+1
* performance/io-cache: cache only those files whose size falls under configure...Raghavendra G2010-01-282-54/+157
* features/quota: Fix memory leak while syncing disk usage.Pavan Sondur2010-01-251-0/+10
* cluster/afr: Send flock returned by locks xlator to user.Pavan Sondur2010-01-241-1/+1
* write-behind: fix 'option enable-trickling-writes'Anand Avati2010-01-231-8/+4
* bdb: fix build issue. Thanks to Patrick Matthaei <pmatthaei@debian.org>Anand Avati2010-01-231-2/+3
* protocol/server: use properly filled loc_t for performing revalidatesAnand Avati2010-01-231-4/+2
* Add null pointer checks in "fini"Harshavardhana Ranganath2010-01-233-1/+12
* storage/posix: prevent double close of fds resulting in EBADF errors.Pavan Sondur2010-01-091-0/+2
* performance/stat-prefetch: fix memory leak.v2.0.9Raghavendra G2009-12-061-1/+4
* fuse-bridge: fix memory leak during error handling.Raghavendra G2009-12-061-0/+1
* performance/stat-prefetch: don't check whether previous lookups have been fai...Raghavendra G2009-12-061-9/+0
* performance/stat-prefetch: add "caller" arguement to sp_process_inode_ctx.Raghavendra G2009-12-061-23/+39
* performance/stat-prefetch: refactor sp_lookup_cbk to use sp_update_inode_ctx.Raghavendra G2009-12-061-25/+9
* performance/stat-prefetch: dont check for inode context in fops like create, ...Raghavendra G2009-12-061-317/+293
* performance/stat-prefetch: get inode context from local->loc.inode instead of...Raghavendra G2009-12-021-3/+9
* Add support in rbthash to make use of user provided mempool.Vijay Bellur2009-12-022-14/+71
* performance/stat-prefetch: make lookup to wait for the completion of another ...Raghavendra G2009-12-021-12/+104
* performance/stat-prefetch: fix errors in handling memory allocation failures ...Raghavendra G2009-12-021-3/+3
* 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