summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* mount/fuse: Use correct offset for name in fuse_getxattrVikas Gorur2009-10-271-1/+1
* cluster/afr: Remove struct's for [f]chown, [f]chmod, utimens from afr_local_t.Vikas Gorur2009-10-271-37/+0
* cluster/afr: NFS-friendly logic changesVikas Gorur2009-10-276-73/+250
* cluster/afr: Pick the data self-heal algorithm dynamically.Vikas Gorur2009-10-262-13/+66
* cluster/afr: Check the target of symlink's in entry self-heal.Vikas Gorur2009-10-263-12/+208
* storage/posix: Ensure time(2) is stored in a 64-bit variable.Vikas Gorur2009-10-261-1/+3
* protocol/server: touchup loc only if inode/entry resolution was successfulAnand Avati2009-10-261-2/+4
* protocol/server: fix assignment of inode number in server_readlinkAnand Avati2009-10-261-1/+1
* cluster/afr: Set read-subvolume to the source while self-heal is in progress.Vikas Gorur2009-10-261-0/+1
* cluster/afr: Do self-heal in the background.Vikas Gorur2009-10-265-11/+163
* cluster/afr: Pipeline the "diff" data self-heal read-write loop.Vikas Gorur2009-10-232-110/+267
* mount/fuse: Don't use fsi if it is already cleaned upVijay Bellur2009-10-231-1/+4
* protocol/server: deep resolution supportAnand Avati2009-10-233-59/+188
* protocol/server: send fresh lookups on revalidate failuresAnand Avati2009-10-231-1/+23
* whitespace fixesAnand Avati2009-10-231-3105/+3105
* cluster/afr: Pipeline the "full" data self-heal read-write loop.Vikas Gorur2009-10-234-55/+243
* cluster/afr: Prevent spurious entry self-heal.Vikas Gorur2009-10-231-2/+13
* fuse-bridge: send fresh lookup on failed revalidate to return new nodeidAnand Avati2009-10-231-47/+56
* cluster/afr: entry self-heal: Store parent_loc on the heap for impunge_parent...Vikas Gorur2009-10-221-7/+12
* cluster/afr: entry self-heal: Set parent directory's attributes using a new f...Vikas Gorur2009-10-221-24/+20
* protocol/server: generation number and dentry resolutionAnand Avati2009-10-207-3028/+1680
* performance/write-behind: fix to bug in setattr which was causing frames to b...Raghavendra G2009-10-201-1/+2
* performance/read-ahead: Process state dump operations are added.vinayak hegde2009-10-201-0/+47
* performance/quick-read: Process state dump operations are added.vinayak hegde2009-10-201-0/+35
* performance/write-behind: Process state dump operations are added.vinayak hegde2009-10-201-0/+43
* cluster/afr: Attempt to set fd ctx in create only if the call has succeeded.Vikas Gorur2009-10-201-10/+9
* protocol/client: incoroporate generation numbersAnand Avati2009-10-181-52/+105
* fuse: use inode_t address as nodeid and use new inode APIAnand V. Avati2009-10-181-224/+105
* locks: fix leak in inodelkAnand Avati2009-10-181-1/+2
* storage/posix: Set right the op_ret value from posix_readlink()Vijay Bellur2009-10-181-4/+6
* indentation fixes to conform to coding standards in locksAnand Avati2009-10-166-798/+798
* locks: keep ref on the inode while locks are heldAnand Avati2009-10-166-7/+66
* posix: posix_{f, l}stat_with_gen to return 0 on success (instead of >= 0)Anand V. Avati2009-10-161-0/+2
* posix - generation number supportAnand V. Avati2009-10-162-294/+229
* posix - use lchown and lchmod in setattrAnand V. Avati2009-10-161-2/+2
* distribute - more NULL checkAnand V. Avati2009-10-161-3/+21
* distribute,nufa: layout handling changesAnand V. Avati2009-10-167-136/+209
* 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
* performance/write-behind: initialize frame->local before goto out labelvinayak hegde2009-10-161-10/+10
* shuffle hash layouts on directoriesAnand Avati2009-10-151-2/+44
* performance/write-behind: In wb_setattr, inode is checked twicevinayak hegde2009-10-151-27/+10
* performance/io-cache: remove caching in lookup.Raghavendra G2009-10-151-219/+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
* storage/posix: Use the right macro to set nsec of mtime in posix_do_utimesVijay Bellur2009-10-151-1/+1
* mount/fuse: Initialize attr and set nsec values for atime and mtime.Vijay Bellur2009-10-151-1/+3
* performance/write-behind:STACK_UNWIND happens only in failure path of wb_stat()Vijay Bellur2009-10-151-1/+2
* storage/posix: Initialize op_errno to 0 in posix_create.Vijay Bellur2009-10-151-1/+1
* io-cache: NFS-friendly changesShehjar Tikoo2009-10-141-3/+4