summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gf-dirent: add support for stat attribute in dir entry (to work likeAnand V. Avati2009-06-262-5/+13
* mount script to take arguments like nfsAmar Tumballi2009-06-241-17/+34
* server-protocol: interpret the 'op' value properly when a packet is received.Amar Tumballi2009-06-231-4/+3
* check if the 'key' is the volume file name itself.Amar Tumballi2009-06-231-14/+34
* mount.glusterfs.in correctness in case of duplicate mountAmar Tumballi2009-06-231-2/+2
* Fix typos in my previous commit 6010e2a4eCsaba Henk2009-06-231-2/+2
* glusterfsd - build proper mount/fuse structure.Basavanagowda Kanur2009-06-221-2/+17
* fuse: instead of having a fixed option list, assemble it using "fuse_opt_add_...Csaba Henk2009-06-221-56/+40
* Avoid accessing local unconditionally in trash_common_*_cbk functions.Vijay Bellur2009-06-221-0/+8
* local->loc should be filled in dht-mknod()Amar Tumballi2009-06-181-0/+9
* Add command line option to specify central log server.Vikas Gorur2009-06-183-2/+31
* Remove the trailing "/" which fails build with new version of automakeHarshavardhana2009-06-182-2/+2
* making dht and nufa's 'min-free-disk' option to take both percent and disk-sizeAmar Tumballi2009-06-184-38/+90
* adding an extra xlator option type, GF_OPTION_PERCENT_OR_SIZET.Amar Tumballi2009-06-182-3/+96
* libglusterfs: Prevent gf_fd_put'ing of unallocated fdShehjar Tikoo2009-06-181-1/+11
* libglusterfs: Chain newly allocated fdentries.Shehjar Tikoo2009-06-181-0/+1
* libglusterfs: Change GF_FDENTRY_ALLOCATED constantShehjar Tikoo2009-06-181-3/+2
* change the log level of disk full message in dht-diskusageAmar Tumballi2009-06-181-3/+3
* Booster build should not depend on if mod_glusterfs is disabledHarshavardhana Ranganath2009-06-171-1/+1
* Removed the swap being done for __noswap functions.Vijay Bellur2009-06-171-3/+3
* change ha-statfs() to handle the case of loc->inode being NULLAmar Tumballi2009-06-172-27/+44
* client: Replace saved_fds dict with listShehjar Tikoo2009-06-152-158/+177
* libglusterfs: Turn fd-table O(1)Shehjar Tikoo2009-06-153-82/+141
* write-behind: fix memory corruptionRaghavendra G2009-06-151-0/+1
* write-behind: check for memory allocation failures and take appropriate actionRaghavendra G2009-06-152-78/+438
* Do stat to check mode of the export directory in storage/posix.Vikas Gorur2009-06-151-1/+1
* booster: fix build error in fcntl implementation.Raghavendra G2009-06-151-1/+7
* io-cache: fix warning by initializing conf = NULLAnand V. Avati2009-06-151-1/+1
* read-ahead: fix warning by initializing conf = NULLAnand V. Avati2009-06-151-1/+1
* libglusterfsclient: Call inode_lookup to prevent pruningShehjar Tikoo2009-06-121-5/+7
* strict check of extended attribute flags while opening a striped fileAmar Tumballi2009-06-112-68/+223
* stripe: don't allow entry modification operations when any node is downAmar Tumballi2009-06-111-5/+13
* stripe cleanupAmar Tumballi2009-06-113-2621/+2759
* io-cache: handle memory allocation failuresRaghavendra G2009-06-114-65/+373
* Initialize central logging in glusterfs main().Vikas Gorur2009-06-111-0/+10
* Implemented LOG MOP in server-protocol.Vikas Gorur2009-06-111-0/+28
* Log to a central server.Vikas Gorur2009-06-112-8/+397
* Functions to store a central log flag in TLS.Vikas Gorur2009-06-112-0/+64
* Include glusterfs.h in dict.cVikas Gorur2009-06-111-0/+1
* Implemented LOG MOP in client-protocol.Vikas Gorur2009-06-111-0/+61
* Added MOP log to libglusterfs/*Vikas Gorur2009-06-117-0/+52
* Do not fail over readdir in replicate.Vikas Gorur2009-06-111-27/+4
* Do itransform on every entry in readdir_cbk.Vikas Gorur2009-06-111-4/+9
* booster: fix memory corruption in booster_cleanupRaghavendra G2009-06-111-4/+10
* libglusterfsclient: reset the vmplist and vmpentries to 0 in glusterfs_resetRaghavendra G2009-06-111-0/+6
* booster: implement fcntl.Raghavendra G2009-06-111-1/+104
* libglusterfsclient: implement glusterfs_fcntl.Raghavendra G2009-06-112-0/+117
* booster: implement readdir_r and readdir64_r.Raghavendra G2009-06-112-0/+70
* libglusterfsclient: implement glusterfs_readdir_rRaghavendra G2009-06-112-0/+72
* libglusterfsclient: update offset in glusterfs_read_async_cbk only if offset ...Raghavendra G2009-06-112-4/+10