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
2013-08-17
Use GNU toolchain; still needs sunmake
HEAD
master
Igor Pashev
2
-7
/
+7
2013-06-23
Kept track of open files based on their nodeid
Jean-Pierre André
2
-11
/
+35
2013-06-23
Fixed logging the data location when starting
Jean-Pierre André
1
-2
/
+2
2013-06-23
Kept track of mapped files and released them accordingly
Jean-Pierre André
1
-2
/
+26
2013-06-23
Fixed sending a release for multiply closed files
Jean-Pierre André
1
-5
/
+13
2013-06-23
Defended against accessing a non-fuse type file
Jean-Pierre André
1
-0
/
+4
2013-06-23
Fixed non-owner setting current time with write access
Jean-Pierre André
2
-0
/
+6
2013-05-12
Fixed group/world confusion in in-kernel execution check
Jean-Pierre André
1
-1
/
+1
2013-05-12
Defended against getting a non-fuse type directory
Jean-Pierre André
1
-0
/
+5
2013-05-12
Logged the version and location when starting
Jean-Pierre André
2
-1
/
+8
2013-05-12
Allow ftruncate() on files open for write irrespective of permissions
Jean-Pierre André
1
-5
/
+7
2013-04-22
Made to flush the write buffers before setting the stamps
Jean-Pierre André
1
-9
/
+12
2013-01-11
Version 1.1
Jean-Pierre André
1
-1
/
+1
2012-08-28
Restored the debug option (needed by CTF)
Jean-Pierre André
1
-1
/
+1
2012-08-27
Replaced a debugging option by a target optimizing one
Jean-Pierre André
1
-1
/
+1
2012-08-22
Avoided sending partial pages to user space
Jean-Pierre André
2
-6
/
+96
2012-08-22
Fixed invalidating cached pages beyond a truncation
Jean-Pierre André
1
-0
/
+12
2012-08-22
Serialized the actions on the avl tree
Jean-Pierre André
3
-6
/
+45
2012-08-22
Enabled ftruncate() for the process creating the file
Jean-Pierre André
1
-6
/
+54
2012-08-22
Bounced the openings of fifo's
Jean-Pierre André
1
-0
/
+15
2012-08-22
Delayed the removal of open files
Jean-Pierre André
1
-18
/
+82
2012-08-22
Coped with an obscure closedir() related to "rm -rf"
Jean-Pierre André
2
-1
/
+14
2012-08-22
Made sure the targets for new symlinks, fifos or dirs do not exit
Jean-Pierre André
1
-8
/
+35
2012-08-22
Applied renamings to the cached data
Jean-Pierre André
1
-3
/
+49
2012-08-22
Made sure directories are not unlinked
Jean-Pierre André
1
-5
/
+12
2012-08-22
Made sure directories are not hard linked
Jean-Pierre André
1
-0
/
+3
2012-08-22
Returned the file system inode number to stat()
Jean-Pierre André
1
-1
/
+2
2012-08-22
Fixed the error returned when renaming "." or ".."
Jean-Pierre André
1
-10
/
+13
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
[next]