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
path:
root
/
xlators
/
mount
/
fuse
/
src
/
fuse-bridge.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
IOBUF: Bring in variable iobuf support
shishir gowda
2011-07-31
1
-1
/
+1
*
mnt/fuse: generate uuids in fuse_lookup, not in fuse_lookup_resume.
Raghavendra G
2011-07-12
1
-1
/
+2
*
fuse: introduce "noacl" option to disable ACL checks
Anand Avati
2011-07-08
1
-8
/
+48
*
mnt/fuse: Do a pthread_cond_broadcast for both CHILD_UP and CHILD_DOWN events.
Raghavendra G
2011-07-01
1
-5
/
+6
*
mount/fuse: wait till CHILD_UP event is recieved to do the first lookup.
Raghavendra G
2011-07-01
1
-9
/
+2
*
fuse: consider a lookup as revalidate even if the inode is present in new graph.
Raghavendra G
2011-06-22
1
-10
/
+12
*
statfs(): honor the 'inode' on which the statfs() call is made
Amar Tumballi
2011-05-31
1
-1
/
+1
*
upon daemonizing, wait on mtab update to terminate in parent
Csaba Henk
2011-05-19
1
-1
/
+19
*
prevent few excessive logs
Amar Tumballi
2011-04-21
1
-2
/
+2
*
removed reference to GF_LOG_NORMAL
Amar Tumballi
2011-04-07
1
-2
/
+2
*
fuse: set 'graph->used' after graph change
Amar Tumballi
2011-03-18
1
-6
/
+14
*
check for inode and path being NULL before copying them
Raghavendra Bhat
2011-02-28
1
-24
/
+28
*
send the CHILD_DOWN event also to fuse
Amar Tumballi
2011-02-22
1
-31
/
+11
*
fuse-resolve: correction in resolve logic
Amar Tumballi
2011-02-22
1
-15
/
+87
*
implement "--client-pid" option which can forcibly set the pid value in messa...
Csaba Henk
2011-01-27
1
-0
/
+7
*
send_fuse_iov: check args to prevent possible NULL dereferencing
shishir gowda
2010-12-27
1
-0
/
+4
*
Remove spurious inode_ref call on parent dir in fuse_create_cbk
shishir gowda
2010-11-18
1
-1
/
+0
*
fuse: dentry create time inode resolution fixes
Amar Tumballi
2010-11-15
1
-20
/
+30
*
fuse: retire the faked-FLUSH-upon-RELEASE hack
Csaba Henk
2010-10-26
1
-72
/
+9
*
fuse: "terminating upon EBADF" log message is confusing, set its level to DEBUG
Csaba Henk
2010-10-26
1
-1
/
+1
*
Change assert to GF_ASSERT
Vijay Bellur
2010-10-12
1
-2
/
+2
*
check if fd is NULL before accessing it in fuse_open_resume
Raghavendra Bhat
2010-10-12
1
-0
/
+8
*
Copyright changes
Vijay Bellur
2010-10-11
1
-1
/
+1
*
Change GNU GPL to GNU AGPL
Pranith K
2010-10-04
1
-3
/
+3
*
rmdir: introduce extra flags parameter in FOP prototype
Anand V. Avati
2010-10-02
1
-1
/
+1
*
Changes to replace flock with gf_flock across GlusterFS.
Pavan Sondur
2010-10-01
1
-4
/
+6
*
mount/fuse: generate gfid only in case of a fresh lookup
Vijay Bellur
2010-09-22
1
-2
/
+1
*
mount/fuse: By default enable direct-io only for fds not openened with O_RDONLY.
v3.1.0qa27
Raghavendra G
2010-09-21
1
-2
/
+6
*
mount/fuse: Perform malloc for appropriate length
Vijay Bellur
2010-09-17
1
-1
/
+1
*
fuse: suppress wrong/confusing log message about graph setup failure
Amar Tumballi
2010-09-08
1
-1
/
+1
*
in case of failures, don't hang fuse mount
Amar Tumballi
2010-09-07
1
-1
/
+26
*
changes in fuse proc thread initialization
Amar Tumballi
2010-09-06
1
-16
/
+13
*
gfid: set request gfids for new entries in fuse
Anand Avati
2010-09-04
1
-8
/
+26
*
gfid: changes in symlink() prototype to have params dictionary with uuid in it
Anand Avati
2010-09-04
1
-1
/
+1
*
gfid: changes in mkdir() prototype to have params dictionary with uuid in it
Anand Avati
2010-09-04
1
-1
/
+1
*
gfid: changes in mknod() prototype to have params dictionary with uuid in it
Anand Avati
2010-09-04
1
-1
/
+1
*
gfid: change in create() prototype to have params dictionary with uuid in it
Anand Avati
2010-09-04
1
-1
/
+2
*
gfid: changes in inode management
Anand Avati
2010-09-04
1
-20
/
+5
*
Revert "fuse: introduce pre-test micro-framework, check for execve-over-direc...
v3.1.0qa15
Vijay Bellur
2010-09-03
1
-329
/
+6
*
fuse: introduce pre-test micro-framework, check for execve-over-direct-IO
Csaba Henk
2010-09-02
1
-6
/
+329
*
fuse: have the fsname passed to mount(2) include the volfile id
Csaba Henk
2010-08-30
1
-3
/
+26
*
fix notify mechanism to send CHILD_UP to fuse
Amar Tumballi
2010-08-27
1
-0
/
+4
*
fuse graph initialization related changes
Amar Tumballi
2010-08-24
1
-18
/
+7
*
check whether xlator is NULL in FUSE_FOP macro
Raghavendra Bhat
2010-08-21
1
-1
/
+1
*
fuse: prevent NULL dereference in case resolve on path failed.
Amar Tumballi
2010-08-18
1
-0
/
+39
*
logging enhancements
Amar Tumballi
2010-08-12
1
-1
/
+13
*
fuse resolve related changes
Amar Tumballi
2010-08-11
1
-733
/
+559
*
removed last few remaining 'ERR_ABORT's from codebase
Amar Tumballi
2010-07-28
1
-1
/
+3
*
mount/fuse: disable fuse support from volfile
Anand Avati
2010-07-21
1
-1
/
+1
*
fuse: fix clang spotted C abuses
Csaba Henk
2010-07-19
1
-9
/
+3
[next]