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
path:
root
/
xlators
/
mount
/
fuse
/
src
/
fuse-bridge.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Global: NFS-friendly prototype changes
Shehjar Tikoo
2009-10-01
1
-16
/
+241
*
Global: Introduce setattr and fsetattr fops
Shehjar Tikoo
2009-10-01
1
-142
/
+185
*
fuse: emit a flush from release if we didn't get an adjacent FLUSH message fr...
Csaba Henk
2009-09-23
1
-5
/
+51
*
Changed prototype for inode_table_dump() and inode_dump().
Vijay Bellur
2009-09-16
1
-0
/
+13
*
mount/fuse: Support for dumpop priv.
Vijay Bellur
2009-09-16
1
-0
/
+47
*
mount/fuse: Set d_type in readdir_cbk using the stat buf for the entry.
Vikas Gorur
2009-09-09
1
-1
/
+32
*
fuse: protocol fix: fix bogus parsing of MKDIR message
Csaba Henk
2009-09-01
1
-1
/
+1
*
fuse: a compat fix for older protocol revisions
Csaba Henk
2009-08-16
1
-1
/
+4
*
fuse: optimize request iov aligment for writes
Csaba Henk
2009-08-16
1
-12
/
+53
*
fuse: switch off direct I/O mode if big writes are supported
Csaba Henk
2009-08-14
1
-1
/
+7
*
fuse: add proper mounting support, based on libfuse routines
Csaba Henk
2009-08-12
1
-41
/
+18
*
fuse: move libfuse derived code over under contrib/
Csaba Henk
2009-08-12
1
-42
/
+2
*
upgrade FUSE protocol to 7.12 and add support for older versions of the protocol
Csaba Henk
2009-08-12
1
-16
/
+49
*
basic version of direct FUSE interface (ie. not relying on libfuse)
Csaba Henk
2009-08-12
1
-749
/
+959
*
fuse-bridge: Export user.glusterfs-booster-mount xattr
Shehjar Tikoo
2009-07-16
1
-0
/
+3
*
fuse_bridge: handle failures in init() more gracefully
Csaba Henk
2009-07-15
1
-6
/
+37
*
fuse-bridge: formatting cleanups
Csaba Henk
2009-07-15
1
-70
/
+72
*
fuse-bridge: further allocation failure handling fixes
Csaba Henk
2009-07-15
1
-20
/
+63
*
fuse-bridge: handle state allocation failure
Csaba Henk
2009-07-15
1
-33
/
+46
*
detabify fuse-bridge.c (and other whitespace fixes)
Csaba Henk
2009-07-08
1
-738
/
+738
*
use fuse_reply_iov() in fuse_readv_cbk
Basavanagowda Kanur
2009-07-07
1
-0
/
+4
*
fuse 2.8 support for xlator/fuse
Harshavardhana
2009-07-01
1
-0
/
+5
*
Fix typos in my previous commit 6010e2a4e
Csaba Henk
2009-06-23
1
-2
/
+2
*
fuse: instead of having a fixed option list, assemble it using "fuse_opt_add_...
Csaba Henk
2009-06-22
1
-56
/
+40
*
THIS: bootstrap @THIS in fuse thread
Anand V. Avati
2009-05-22
1
-0
/
+2
*
make getxattr fail with ERANGE if reply is bigger than what was requested
Csaba Henk
2009-05-16
1
-31
/
+25
*
replace BIG_FUSE_CHANNEL_SIZE with 'this->ctx->page_size'
Amar Tumballi
2009-05-16
1
-9
/
+9
*
fuse-bridge log cleanup
Anand V. Avati
2009-04-28
1
-486
/
+373
*
Cleaned up log messages in mount/fuse.
Vikas Gorur
2009-04-24
1
-120
/
+120
*
handle iobuf NULL return case in fuse-bridge, by waiting 10 seconds and tryin...
Anand V. Avati
2009-04-22
1
-0
/
+7
*
change errno EINVAL to ENOENT in case of all fuse_* calls for fuse_reply_err ()
Harshavardhana
2009-04-20
1
-26
/
+26
*
reset errno to 0 before calling first fuse_lowlevel_new() to reliably detect ...
Anand V. Avati
2009-04-12
1
-1
/
+3
*
updated mount/fuse with new readv writev prototypes
Anand V. Avati
2009-04-12
1
-37
/
+18
*
use 128Kbyte as the channel transfer size in fuse-bridge
Anand V. Avati
2009-04-12
1
-7
/
+7
*
niftify mount(8) output for glusterfs mounts
Csaba Henk
2009-04-08
1
-32
/
+79
*
mount/fuse to silently send fresh lookup for ESTALEd revalidates. log only in...
Basavanagowda Kanur
2009-04-02
1
-1
/
+4
*
Review comment from Krishna was missed out in previous commit of fix for send...
Anand V. Avati
2009-04-02
1
-1
/
+1
*
log message changes in mount/fuse for SETLK, GETLK, GETXATTR, SETXATTR fops
Basavanagowda Kanur
2009-04-01
1
-5
/
+14
*
first call of fuse is INIT internal call, and not first system call. 2nd call...
Anand V. Avati
2009-03-28
1
-2
/
+6
*
create fuse thread after setvolume cbk happens, not only in case of success
Amar Tumballi
2009-03-03
1
-23
/
+9
*
send a lookup on root as soon as we get CHILD_UP to fuse.
krishna
2009-02-27
1
-12
/
+83
*
volumefile modification awareness to make sure there are no inconsistencies.
Amar Tumballi
2009-02-27
1
-6
/
+34
*
updated copyright header to extend copyright upto 2009
Basavanagowda Kanur
2009-02-26
1
-1
/
+1
*
command line and mount/fuse now use float attr/entry timeouts
Harshavardhana
2009-02-21
1
-12
/
+8
*
Added all files
Vikas Gorur
2009-02-18
1
-0
/
+2859