Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | booster: Add utime API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+22 | |
* | booster: Add utimes API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+20 | |
* | booster: Add rename API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+21 | |
* | booster: Add link API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+21 | |
* | booster: Add ftruncate API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+23 | |
* | booster: Add fsync API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+23 | |
* | booster: Add fchown API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+25 | |
* | booster: Add fchmod API | Shehjar Tikoo | 2009-05-05 | 1 | -1/+21 | |
* | booster: Add chown API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+21 | |
* | booster: Add chmod API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+20 | |
* | booster: Add rmdir API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+19 | |
* | booster: Add mkdir API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+21 | |
* | booster: Add log message | Shehjar Tikoo | 2009-05-05 | 1 | -0/+1 | |
* | booster: Clean-up pwrite64 | Shehjar Tikoo | 2009-05-05 | 1 | -4/+6 | |
* | booster: Clean-up pwrite | Shehjar Tikoo | 2009-05-05 | 1 | -6/+5 | |
* | booster: Clean-up lseek64 | Shehjar Tikoo | 2009-05-05 | 1 | -1/+6 | |
* | booster: Clean-up lseek | Shehjar Tikoo | 2009-05-05 | 1 | -2/+6 | |
* | booster: Clean-up write | Shehjar Tikoo | 2009-05-05 | 1 | -18/+5 | |
* | booster: Clean-up writev | Shehjar Tikoo | 2009-05-05 | 1 | -21/+5 | |
* | booster: Clean-up pread64 | Shehjar Tikoo | 2009-05-05 | 1 | -4/+5 | |
* | booster: Clean-up pread | Shehjar Tikoo | 2009-05-05 | 1 | -4/+5 | |
* | booster: Clean-up readv | Shehjar Tikoo | 2009-05-05 | 1 | -16/+5 | |
* | booster: Clean up read | Shehjar Tikoo | 2009-05-05 | 1 | -19/+5 | |
* | booster: Support VMP-based creat | Shehjar Tikoo | 2009-05-05 | 1 | -1/+47 | |
* | booster: Add VMP-based open support | Shehjar Tikoo | 2009-05-05 | 1 | -20/+146 | |
* | booster: Remove fcntl.h from include path | Shehjar Tikoo | 2009-05-05 | 1 | -8/+27 | |
* | booster: Integrate VMP-based mounting | Shehjar Tikoo | 2009-05-05 | 1 | -2/+110 | |
* | libglusterfsclient: A Fix deadlock in ftruncate | Shehjar Tikoo | 2009-05-05 | 1 | -1/+1 | |
* | libglusterfsclient: Conform'ify glusterfs_readdir | Shehjar Tikoo | 2009-05-05 | 2 | -22/+31 | |
* | libglusterfsclient: Add VMP-based lchown | Shehjar Tikoo | 2009-05-05 | 2 | -3/+96 | |
* | libglusterfsclient: Add remove API | Shehjar Tikoo | 2009-05-05 | 2 | -0/+86 | |
* | libglusterfsclient: Add lightweight path resolution | Shehjar Tikoo | 2009-05-05 | 1 | -85/+300 | |
* | libglusterfsclient: Add lgetxattr API | Shehjar Tikoo | 2009-05-05 | 2 | -17/+71 | |
* | libglusterfsclient: Add setxattr,lsetxattr API | Shehjar Tikoo | 2009-05-05 | 2 | -23/+81 | |
* | libglusterfsclient: Make stat resolve all symlinks | Shehjar Tikoo | 2009-05-05 | 1 | -11/+10 | |
* | libglusterfsclient: Fix realpath operation | Shehjar Tikoo | 2009-05-05 | 1 | -23/+25 | |
* | libglusterfsclient: Dont lookup oldpath on symlink | Shehjar Tikoo | 2009-05-05 | 1 | -13/+1 | |
* | libglusterfsclient: Improve path matching heuristic | Shehjar Tikoo | 2009-05-05 | 1 | -7/+73 | |
* | libglusterfsclient: Guard against un-inited VMP searches | Shehjar Tikoo | 2009-05-05 | 1 | -0/+6 | |
* | libglusterfsclient: Add comments to API | Shehjar Tikoo | 2009-05-05 | 1 | -30/+773 | |
* | libglusterfsclient: Expose a few remaining APIs | Shehjar Tikoo | 2009-05-05 | 1 | -0/+14 | |
* | libglusterfsclient: Add VMP-based rename | Shehjar Tikoo | 2009-05-05 | 2 | -2/+47 | |
* | Do not lock entire file for metadata operations. | Vikas Gorur | 2009-05-05 | 2 | -8/+8 | |
* | Made afr_flush a 'quick-unwind' transaction. | Vikas Gorur | 2009-05-05 | 1 | -6/+67 | |
* | io-threads: Clarify thread count range | Shehjar Tikoo | 2009-05-05 | 2 | -16/+23 | |
* | io-cache: indentation and logging fixes | Raghavendra G | 2009-05-05 | 4 | -509/+426 | |
* | io-threads: indentation and logging fixes | Raghavendra G | 2009-05-05 | 2 | -199/+250 | |
* | Cleaned up log messages in storage/posix. | Vikas Gorur | 2009-05-05 | 1 | -181/+214 | |
* | write-behind: indentation and logging fixes | Raghavendra G | 2009-04-30 | 1 | -158/+74 | |
* | read-ahead: indentation and logging fixes | Raghavendra G | 2009-04-30 | 2 | -105/+84 |