index
:
glusterfs-afrv1.git
development
master
release-2.0
release-3.0
release-3.1
release-3.2
release-3.3
release-3.4
release-3.5
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
updated the build tree.
Amar Tumballi
2010-03-24
3
-54
/
+2
*
Replace struct stat by struct iatt
Raghavendra Bhat
2010-03-24
1
-2
/
+2
*
fix warnings on 32 bit
Csaba Henk
2010-03-22
2
-6
/
+8
*
iatt: changes across the codebase
Anand V. Avati
2010-03-16
81
-2976
/
+2527
*
introduce iatt.h for inode attributes (to replace 'struct stat')
Anand V. Avati
2010-03-16
2
-1
/
+308
*
iatt: configure.ac not to build filter
Anand V. Avati
2010-03-16
2
-5
/
+1
*
xlator.h: whitespace cleanup
Anand V. Avati
2010-03-16
1
-23
/
+24
*
Fixed "." delimiter for cache-size calculation which would fail on different ...
Harshavardhana
2010-03-15
1
-1
/
+1
*
stripe: logic fixes
Amar Tumballi
2010-03-15
1
-116
/
+139
*
stripe: whitespace cleanup
Amar Tumballi
2010-03-15
2
-224
/
+224
*
When option mandatory is given, print warning messages instead of Error.
Sachidananda
2010-03-12
1
-1
/
+1
*
send lookup on every subvolume if local->hashed_subvol is NULL in nufa/switch
Amar Tumballi
2010-03-12
2
-4
/
+6
*
cleaned up some outdated files
Amar Tumballi
2010-03-12
4
-16
/
+2
*
protocol/server: Do gf_flock to flock conversion at the right place
Vijay Bellur
2010-03-11
1
-1
/
+2
*
extras: Add script to be used before using quota translator.
Pavan Sondur
2010-03-09
2
-1
/
+87
*
handle SIGINT in glusterfsd
Amar Tumballi
2010-03-09
1
-0
/
+4
*
dht: preserve and return proper pre/postparent structures during unlink
Anand Avati
2010-03-04
1
-4
/
+7
*
quick-read: Store and propagate wbflags argument in open fop
Shehjar Tikoo
2010-03-04
2
-12
/
+22
*
distribute: cleanup intermediate hardlink and linkfile on failed rename
Anand Avati
2010-03-04
1
-12
/
+78
*
distribute: perform self-heal as root
Shehjar Tikoo
2010-03-04
3
-0
/
+37
*
distribute, nufa: return 0 mtimes in preparent/postparent
Shehjar Tikoo
2010-03-04
4
-2
/
+58
*
distribute: Save ino/dev from first subvolume during mkdir
Shehjar Tikoo
2010-03-04
1
-0
/
+6
*
distribute: Restore parent ino from local in symlink
Shehjar Tikoo
2010-03-04
1
-0
/
+8
*
distribute: Restore inode from saved ino on readv
Shehjar Tikoo
2010-03-04
1
-1
/
+18
*
distribute: Respect end-of-dir on readdir only for last subvol
Shehjar Tikoo
2010-03-04
3
-0
/
+40
*
distribute: Return pre/post-parent on successful unlink
Shehjar Tikoo
2010-03-04
1
-0
/
+2
*
distribute: Return ino from the first-up subvolume in lookup
Shehjar Tikoo
2010-03-04
1
-1
/
+1
*
replicate: Use link's parent ino for post/pre-parent not target dir's
Shehjar Tikoo
2010-03-04
1
-1
/
+1
*
replicate: Restore parent ino from saved inode number
Shehjar Tikoo
2010-03-04
1
-0
/
+3
*
trace: Display op_errno even on successful readv
Shehjar Tikoo
2010-03-04
1
-2
/
+2
*
trace: Do not print results on failed readlink
Shehjar Tikoo
2010-03-04
1
-5
/
+11
*
trace: Print st_dev for struct stat
Shehjar Tikoo
2010-03-04
1
-3
/
+7
*
trace: Support new option: force-log-level
Shehjar Tikoo
2010-03-04
1
-2
/
+26
*
trace: Print correct variable in lookup_cbk
Shehjar Tikoo
2010-03-04
1
-1
/
+1
*
trace: Do not clobber own itable
Shehjar Tikoo
2010-03-04
1
-3
/
+0
*
core: Provide helper macro to set [ug]id in frame
Shehjar Tikoo
2010-03-04
1
-0
/
+9
*
core: Add NULL check for inode in fd_lookup
Shehjar Tikoo
2010-03-04
1
-0
/
+3
*
core: Add setattr mode test macros
Shehjar Tikoo
2010-03-04
1
-0
/
+7
*
core: New function: gf_dirent_for_namelen
Shehjar Tikoo
2010-03-04
2
-0
/
+20
*
posix: Support EOF for file reading
Shehjar Tikoo
2010-03-04
1
-1
/
+7
*
posix: Support end-of-stream determination
Shehjar Tikoo
2010-03-04
1
-0
/
+3
*
iobuf: Expose macros and create new ones
Shehjar Tikoo
2010-03-04
2
-0
/
+17
*
transport/socket: fix to valid_ipv6_address.
Raghavendra G
2010-03-04
1
-1
/
+2
*
cluster/afr: Failover readdir calls.
Vikas Gorur
2010-03-04
4
-46
/
+299
*
io-stats: new counters
Anand Avati
2010-03-04
1
-206
/
+528
*
io-stats: indentation fixes
Anand Avati
2010-03-04
1
-701
/
+449
*
libglusterfs: Copy va_list types using va_copy instead of memcpy.
Pavan Sondur
2010-03-03
1
-2
/
+7
*
posix: gen number fixes on non-Linux systems
Vijay Bellur
2010-03-03
1
-2
/
+17
*
features/quota: Remember '/' loc_t to initiate xattr calls.
Pavan Sondur
2010-03-02
1
-31
/
+60
*
socket: Add NULL check for failed ioq entry allocation
Shehjar Tikoo
2010-03-02
1
-0
/
+4
[next]