index
:
illumos-fusefs
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-22
Fixed the error returned when renaming a directory to a non-directory
Jean-Pierre André
1
-1
/
+1
2012-08-22
Processed the error returned by the file system on rename()
Jean-Pierre André
1
-0
/
+8
2012-08-22
Rejected the creation with O_EXCL of an existing file
Jean-Pierre André
1
-1
/
+2
2012-08-22
Fixed the dangerous definition for the macro VNODE_TO_NODEID()
Jean-Pierre André
1
-1
/
+1
2012-08-22
Kept the fuse vnode format for fifo's
Jean-Pierre André
1
-1
/
+9
2012-08-22
Implemented the creation of fifos
Jean-Pierre André
1
-0
/
+61
2012-08-22
Freed the vnode if file creation is rejected (avoiding memory leak)
Jean-Pierre André
1
-0
/
+4
2012-08-22
Released the locks before deleting inodes
Jean-Pierre André
1
-0
/
+4
2012-08-22
Made a full scan when searching for a file whose nodeid is unknown
Jean-Pierre André
2
-2
/
+37
2012-08-22
Invalidate cached pages when deleting a file (avoiding memory leak)
Jean-Pierre André
1
-0
/
+5
2012-08-22
Skipped problematic locking in rmdir()
Jean-Pierre André
1
-4
/
+11
2012-08-22
Defended against a wrong condition
Jean-Pierre André
1
-0
/
+7
2012-08-22
Fixed checking whether a directory is within a path
Jean-Pierre André
1
-2
/
+9
2012-08-22
Made sure not to free vnodes with cached pages
Jean-Pierre André
1
-1
/
+2
2012-08-22
Freed the file system data when unmounting (and avoid big memory leak)
Jean-Pierre André
3
-1
/
+54
2012-08-22
Silenced compiler warnings for comparing signed to unsigned
Jean-Pierre André
2
-15
/
+18
2012-08-22
Registered as a 64-bit capable driver
Jean-Pierre André
1
-1
/
+1
2012-08-22
Fix the reference count on directories in order to send releasedir
Jean-Pierre André
1
-2
/
+0
2012-08-22
Cleared the gaps left when writing beyond the end of file
Jean-Pierre André
1
-1
/
+1
2012-08-22
Deleted sent messages when no reply is expected
Jean-Pierre André
3
-2
/
+25
2012-08-22
Avoided sending create() for existing files to the file system
Jean-Pierre André
1
-0
/
+16
2012-08-22
Processed the error returned by the file system on unlink()
Jean-Pierre André
1
-0
/
+8
2012-08-22
Returned st_blocks as defined by the file system
Jean-Pierre André
1
-2
/
+1
2012-08-22
Inserted copyright notice
Jean-Pierre André
1
-0
/
+2
2012-08-21
Initial fork from opensolaris.org
Milan Jurik
23
-0
/
+6413