| Age | Commit message (Expand) | Author |
| 2007-10-17 | Split I/O-related routines (getpages, putpages, etc.) which are heavily | pooka |
| 2007-10-11 | This was using mutex_exit where mutex_enter was required. | ad |
| 2007-10-10 | umapm_hashlock is a mutex. | ad |
| 2007-10-10 | Merge from vmlocking: | ad |
| 2007-10-08 | Merge run time accounting changes from the vmlocking branch. These make | ad |
| 2007-10-08 | Merge brelse() changes from the vmlocking branch. | ad |
| 2007-10-08 | Merge file descriptor locking, cwdi locking and cross-call changes | ad |
| 2007-10-07 | Update the file system copy-on-write handler. | hannken |
| 2007-09-01 | Make bioops a pointer and point it to the softdeps struct in softdep | pooka |
| 2007-08-03 | cleanup unused prototype | pooka |
| 2007-08-03 | ANSI-fy | pooka |
| 2007-07-31 | * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern | pooka |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | ad |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | ad |
| 2007-07-27 | whoops, forgot to commit this a while back: initialize new vnode size | pooka |
| 2007-07-27 | vop_mmap parameter change | pooka |
| 2007-07-26 | Use eopnotsupp() instead of vfs_stdsuspendctl() and retire the latter. | pooka |
| 2007-07-23 | Initialize size and/or writesize when creating a vnode. | pooka |
| 2007-07-22 | Retire uvn_attach() - it abuses VXLOCK and its functionality, | pooka |
| 2007-07-22 | Don't allow getcwd() on procfs vnodes and provide "/" as the path | pooka |
| 2007-07-21 | nuke homegrown getcwd_common() decl | pooka |
| 2007-07-17 | Make set_statvfs_info() take a parameter for the vfs name instead | pooka |
| 2007-07-12 | Change the VFS_MOUNT() interface so that the 'data' buffer passed to the | dsl |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-07-08 | * allow unmount even if rootvp has a usecount > 1 provided that | pooka |
| 2007-07-02 | I'm all for redundant and failsafe computing, but ... | pooka |
| 2007-06-30 | VOP_LOCK() doesn't handle LK_RETRY, call vn_lock() instead | pooka |
| 2007-06-30 | Updates for changes prototype of kauth_cred_set/getgroups(). | dsl |
| 2007-06-30 | Using POOL_INIT here makes no sense, since file systems always have | pooka |
| 2007-06-05 | improve post-ubc file overwrite performance in common cases. | yamt |
| 2007-05-26 | In /proc/<pid>/statm, avoid leaking buffer space if the attempt to get | agc |
| 2007-05-25 | Use a bit more common code for the MULTIPROCESSOR and !MULTIPROCESSOR | agc |
| 2007-05-25 | Various changes for better Linux emulation: | agc |
| 2007-05-24 | use PRIu64, not llu, to unbork on 64-bit platforms. | dogcow |
| 2007-05-24 | Extend the Linux emulation of /proc to include | agc |
| 2007-05-17 | Fstrans_start() always returns zero, so change its type to void. | hannken |
| 2007-05-13 | use a cached value of v_size. no functional changes. | yamt |
| 2007-04-24 | Split the VOP interface part of genfs_putpages() from the code. The new | perseant |
| 2007-04-16 | Don't expand RCS id of ancestor file. The id itself is actually copied | enami |
| 2007-04-16 | define a pager flag PGO_RECLAIM, similar to FSYNC_RECLAIM, and use it | chs |
| 2007-04-08 | Remove now obsolete vn_start_write() and vn_finished_write() and | hannken |
| 2007-04-07 | Remove calls to now obsolete vn_start_write() and vn_finished_write(). | hannken |
| 2007-04-04 | Unfortunately, missed procfs_proc_unlock() in previous. | rmind |
| 2007-04-04 | procfs_readlink: Handle a possible fail of fd_getfile(), also, we | rmind |
| 2007-04-01 | Instead of reading and writing little by little, allocate memory and | christos |
| 2007-04-01 | return a page less than the actual top of stack so that linux-java works. | christos |
| 2007-03-11 | Remove useless cast. | ad |
| 2007-03-09 | - Make the proclist_lock a mutex. The write:read ratio is unfavourable, | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-03-03 | Don't prepend rootvnode to the path in non-NULL case for exe links. | salo |