Age | Commit message (Expand) | Author |
2018-04-08 | AF_LOCAL was a failed attempt (by POSIX?) to seem less UNIX-specific, but | Philip Guenther |
2018-03-28 | Use RWL_IS_VNODE with locks that are acquired through VOP_LOCK(), | Visa Hankala |
2018-02-19 | Grab solock() inside soconnect2() instead of asserting for it to be held. | Martin Pieuchot |
2018-02-10 | Syncronize filesystems to disk when suspending. Each mountpoint's vnodes | Theo de Raadt |
2018-01-22 | Use the proper address space when using a kernel that supports | helg |
2018-01-04 | Do a FREF/FRELE dance after calling fd_getfile(). | Martin Pieuchot |
2018-01-02 | Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined. | Philip Guenther |
2017-12-18 | Revert grabbing the socket lock in kqueue(2) filters. | Martin Pieuchot |
2017-12-11 | In uvm Chuck decided backing store would not be allocated proactively | Theo de Raadt |
2017-12-10 | Move SB_SPLICE, SB_WAIT and SB_SEL to `sb_flags', serialized by solock(). | Martin Pieuchot |
2017-11-30 | vn_open(9) does not pass the open(2) flags to VOP_CREATE(9) so we can't | helg |
2017-11-27 | Change fusefs_link to return EPERM if the source file is a directory. | helg |
2017-11-27 | Check access before creating a file or directory. | helg |
2017-11-27 | When renaming a file, unlock the target vnode if the target file exists. | helg |
2017-11-17 | Fixes the following bugs when getcwd(3) is used on a fuse file system | helg |
2017-11-04 | Make it possible for multiple threads to enter kqueue_scan() in parallel. | Martin Pieuchot |
2017-08-10 | Avoid possible NULL pointer dereference on fuseioctl() | Ricardo Mestre |
2017-07-24 | Extend the scope of the socket lock to protect `so_state' in connect(2). | Martin Pieuchot |
2017-07-08 | Revert grabbing the socket lock in kqueue filters. | Martin Pieuchot |
2017-07-03 | Protect `so_state', `so_snd' and `so_rcv' with the socket lock in | Martin Pieuchot |
2017-07-03 | Not all sockets require the NET_LOCK(). So use solock() instead in | Martin Pieuchot |
2017-06-26 | Assert that the corresponding socket is locked when manipulating socket | Martin Pieuchot |
2017-04-20 | Tweak lock inits to make the system runnable with witness(4) | Visa Hankala |
2017-01-10 | Remove the unused olddp parameter from function dounmount(). | Alexander Bluhm |
2016-12-19 | Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts | Martin Pieuchot |
2016-09-20 | Fifo did work around the socket layer. Better call soconnect2() | Alexander Bluhm |
2016-09-07 | Fix fuse node lookups. Currently fusefs nodes in the kernel remember the | Martin Natano |
2016-08-30 | Use struct stat for storing attributes in fusebufs, because using struct | Martin Natano |
2016-08-21 | There are three callers of update_vattr(). Two of them don't use the | Martin Natano |
2016-08-16 | There is no sense in doing caching in fusefs. In case of a non-local | Martin Natano |
2016-08-15 | Neuter fuse_vptofh() and fuse_fhtovp(). I implemented those functions | Martin Natano |
2016-08-13 | Kill FUSE_ROOT_ID and use FUSE_ROOTINO instead. Also, remove one (ino_t) | Martin Natano |
2016-08-12 | Dedup vnode type information. Fuse stores the vnode type in two places: | Martin Natano |
2016-06-19 | Remove the lockmgr() API. It is only used by filesystems, where it is a | Martin Natano |
2016-06-07 | ktrace support for pollfd[] arrays | Theo de Raadt |
2016-05-26 | The doforce variable isn't modified anywhere. Also, the only filesystem | Martin Natano |
2016-04-26 | Populate all necessary statfs members in .vfs_statfs. cd9660, udf, | Martin Natano |
2016-03-27 | When pulling and unmounting an umass USB stick, the file system | Alexander Bluhm |
2016-03-19 | Remove the unused flags argument from VOP_UNLOCK(). | natano |
2016-03-17 | Set mnt_data to NULL after freeing the file system specific mount point. | Alexander Bluhm |
2016-02-25 | Replace a usage of ROOTINO ((ufsino_t)2 with FUSE_ROOTINO ((ino_t)1). | natano |
2016-02-25 | fuse doesn't support NFS; prevent a uvm fault caused by claiming otherwise | natano |
2016-01-22 | Straightforward uiomovei -> uiomove conversion. All size arguments for | Stefan Kempf |
2015-09-23 | remove lockmgr_printinfo stubs. from Martin Natano | Ted Unangst |
2015-09-02 | fairly easy size for free() | Theo de Raadt |
2015-09-01 | trivial size for free() | Theo de Raadt |
2015-07-19 | basic fh functions. better than panicing! | Ted Unangst |
2015-07-18 | Change unp_scan() and its callbacks to pass the array of struct file ** | Philip Guenther |
2015-05-10 | Set POLLHUP even if no valid events were specified as per POSIX. | Todd C. Miller |
2015-05-05 | Now that we have a_fflag in struct vop_poll_args we can handle | Todd C. Miller |