index
:
glusterfs.git
bug-deprecated
dht-stale-layout-fixes
exp
experimental
heal-info
master
release-2.0
release-3.0
release-3.1
release-3.10
release-3.11
release-3.12
release-3.13
release-3.2
release-3.3
release-3.4
release-3.5
release-3.6
release-3.7
release-3.8
release-3.8-fb
release-3.9
release-4.0
release-4.1
release-5
release-6
release-7
release-8
round-robin2
testing-regression-job
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added new man page for mount.glusterfs
Harshavardhana Ranganath
2009-07-06
2
-2
/
+88
*
Modified mount.glusterfs to print usage in case of no mountpoint provided and...
Harshavardhana Ranganath
2009-07-06
1
-20
/
+47
*
mem-pool: Do not perform chunkhead2ptr on MALLOCed memory
Shehjar Tikoo
2009-07-06
1
-2
/
+6
*
booster: automake 1.11 compatibility fix
Csaba Henk
2009-07-02
1
-1
/
+1
*
libglusterfsclient: Use O_ACCMODE for access mode checks
Shehjar Tikoo
2009-07-02
1
-3
/
+6
*
Print volume file after printing other details.
Vikas Gorur
2009-07-02
2
-2
/
+4
*
performance/write-behind - bug fix in open() and create().
Basavanagowda Kanur
2009-07-02
1
-1
/
+5
*
server protocol forget cleanup
Amar Tumballi
2009-07-01
1
-71
/
+4
*
cleanup client_forget
Amar Tumballi
2009-07-01
2
-179
/
+2
*
rpm spec file updates (removed mod_glusterfs and respective dependencies)
Harshavardhana
2009-07-01
1
-40
/
+11
*
fuse 2.8 support for xlator/fuse
Harshavardhana
2009-07-01
2
-0
/
+23
*
fuse 2.8 version check at configure level
Harshavardhana
2009-07-01
1
-1
/
+18
*
build warning fixes
Amar Tumballi
2009-06-30
1
-2
/
+2
*
enhancement in write-behind
Amar Tumballi
2009-06-30
1
-18
/
+22
*
version changes in GIT repo to differentiate between branches
Amar Tumballi
2009-06-30
2
-3
/
+3
*
client_xattrop: use dict_allocate_and_serialize during serializing xattr
Raghavendra G
2009-06-30
1
-10
/
+7
*
cluster/afr - use different dictionaries for sending xattrop requests to each...
Basavanagowda Kanur
2009-06-30
1
-24
/
+50
*
booster: Fix build problems with various libtool versions
Shehjar Tikoo
2009-06-29
2
-12
/
+20
*
libglusterfsclient: Fix glusterfs_mount-vmp search deadlock
Shehjar Tikoo
2009-06-29
1
-11
/
+20
*
booster: Another attempt to fix 32 and 64 bit interoperability
Shehjar Tikoo
2009-06-29
1
-17
/
+27
*
libglusterfs-fd: Simplify gf_roundup_power_of_two
Shehjar Tikoo
2009-06-29
1
-30
/
+10
*
booster: Remove gf_fd_unused_get2
Shehjar Tikoo
2009-06-29
2
-40
/
+4
*
booster: Add new booster-specific fd-table
Shehjar Tikoo
2009-06-29
4
-139
/
+438
*
Fix some trivial typos.
Erick Tryzelaar
2009-06-29
2
-4
/
+4
*
Added new options for log-server and log-server-port
Harshavardhana Ranganath
2009-06-29
1
-2
/
+16
*
version check between client/server made more specific to protocol only.
Amar Tumballi
2009-06-29
3
-9
/
+14
*
dht_readdir_cbk: use stat attributes in the READDIRPLUS dirents to
Anand V. Avati
2009-06-26
1
-22
/
+21
*
rename dht_first_up_child to dht_first_up_subvol
Anand V. Avati
2009-06-26
2
-2
/
+3
*
posix_readdir: fill stat structure into dir entry
Anand V. Avati
2009-06-26
1
-0
/
+23
*
gf-dirent: add support for stat attribute in dir entry (to work like
Anand V. Avati
2009-06-26
2
-5
/
+13
*
mount script to take arguments like nfs
Amar Tumballi
2009-06-24
1
-17
/
+34
*
server-protocol: interpret the 'op' value properly when a packet is received.
Amar Tumballi
2009-06-23
1
-4
/
+3
*
check if the 'key' is the volume file name itself.
Amar Tumballi
2009-06-23
1
-14
/
+34
*
mount.glusterfs.in correctness in case of duplicate mount
Amar Tumballi
2009-06-23
1
-2
/
+2
*
Fix typos in my previous commit 6010e2a4e
Csaba Henk
2009-06-23
1
-2
/
+2
*
glusterfsd - build proper mount/fuse structure.
Basavanagowda Kanur
2009-06-22
1
-2
/
+17
*
fuse: instead of having a fixed option list, assemble it using "fuse_opt_add_...
Csaba Henk
2009-06-22
1
-56
/
+40
*
Avoid accessing local unconditionally in trash_common_*_cbk functions.
Vijay Bellur
2009-06-22
1
-0
/
+8
*
local->loc should be filled in dht-mknod()
Amar Tumballi
2009-06-18
1
-0
/
+9
*
Add command line option to specify central log server.
Vikas Gorur
2009-06-18
3
-2
/
+31
*
Remove the trailing "/" which fails build with new version of automake
Harshavardhana
2009-06-18
2
-2
/
+2
*
making dht and nufa's 'min-free-disk' option to take both percent and disk-size
Amar Tumballi
2009-06-18
4
-38
/
+90
*
adding an extra xlator option type, GF_OPTION_PERCENT_OR_SIZET.
Amar Tumballi
2009-06-18
2
-3
/
+96
*
libglusterfs: Prevent gf_fd_put'ing of unallocated fd
Shehjar Tikoo
2009-06-18
1
-1
/
+11
*
libglusterfs: Chain newly allocated fdentries.
Shehjar Tikoo
2009-06-18
1
-0
/
+1
*
libglusterfs: Change GF_FDENTRY_ALLOCATED constant
Shehjar Tikoo
2009-06-18
1
-3
/
+2
*
change the log level of disk full message in dht-diskusage
Amar Tumballi
2009-06-18
1
-3
/
+3
*
Booster build should not depend on if mod_glusterfs is disabled
Harshavardhana Ranganath
2009-06-17
1
-1
/
+1
*
Removed the swap being done for __noswap functions.
Vijay Bellur
2009-06-17
1
-3
/
+3
*
change ha-statfs() to handle the case of loc->inode being NULL
Amar Tumballi
2009-06-17
2
-27
/
+44
[next]