| Age | Commit message (Expand) | Author |
| 2014-02-07 | Change vnode operation lookup to return the resulting vnode *vpp unlocked. | hannken |
| 2013-09-30 | Replace macro v_specmountpoint with two functions spec_node_getmountedfs() | hannken |
| 2013-07-20 | oops, spell b_bcount properly | dholland |
| 2013-07-20 | In spec_strategy, if fscow_run() fails, set b_resid along with b_error | dholland |
| 2013-06-16 | Hang a warning banner on some nasty code I just found. | dholland |
| 2013-02-13 | Make the spec_node table implementation private to spec_vnops.c. | hannken |
| 2012-12-20 | Change bread() and breadn() to never return a buffer on | hannken |
| 2012-04-29 | change vflushbuf() to take the full FSYNC_* flags. | chs |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-04-27 | Remove no longer needed flag FSYNC_VFS /* fsync: via FSYNC_VFS() */. | hannken |
| 2011-04-26 | Change vflushbuf() to return an error if a synchronous write fails. | hannken |
| 2010-08-21 | Update the rest of the kernel to conform to the module subsystem's new | pgoyette |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 2010-04-13 | Revert my last change, it's not The Right Thing [tm]. | ahoka |
| 2010-04-13 | Autoload modules with any class. | ahoka |
| 2009-11-14 | - Move kauth_init() a little bit higher. | elad |
| 2009-10-06 | Factor out a block of code that appears in three places (Veriexec, keylock, | elad |
| 2009-10-04 | Put workaround fix for LOCKDEBUG panic mentioned in PR kern/41078: | tsutsui |
| 2009-04-25 | - Rearrange pg_delete() and pg_remove() (renamed pg_free), thus | rmind |
| 2009-02-22 | PR kern/26878 FFSv2 + softdep = livelock (no free ram) | ad |
| 2009-02-02 | Add support for loading pseudo-device drivers. Try to autoload modules from | haad |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-12-29 | Rename specfs_lock as device_lock and move it from specfs to devsw. | pooka |
| 2008-05-16 | Make sure all cached buffers with valid, not yet written data have been | hannken |
| 2008-04-29 | PR kern/38057 ffs makes assuptions about devvp file system | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2008-01-25 | Spec_open(): clear sd_bdevvp if bdev_open() failed. | hannken |
| 2008-01-25 | Remove VOP_LEASE. Discussed on tech-kern. | ad |
| 2008-01-24 | spec_fsync: don't assert that 'vp' holds the block device open. If it's | ad |
| 2008-01-24 | specfs changes for PR kern/37717 (raidclose() is no longer called on | ad |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-02 | Fscow_run(): add a flag "bool data_valid" to note still valid data. | hannken |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2007-10-10 | Merge from vmlocking: | ad |
| 2007-10-08 | Merge brelse() changes from the vmlocking branch. | 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 | ANSI-fy | pooka |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | ad |
| 2007-07-27 | vop_mmap parameter change | pooka |
| 2007-07-22 | Retire uvn_attach() - it abuses VXLOCK and its functionality, | pooka |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-06-05 | improve post-ubc file overwrite performance in common cases. | yamt |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-26 | Implement Veriexec's raw disk policy on-top of kauth(9)'s device scope, | elad |
| 2006-11-04 | Change KAUTH_SYSTEM_RAWIO to KAUTH_DEVICE_RAWIO_SPEC (moving the raw i/o | elad |
| 2006-11-02 | Redo Veriexec raw disk/memory access policies so they hold only if the | elad |
| 2006-11-01 | Only use blkdev/bvp for the Veriexec case. While here, fix up IPS mode | elad |
| 2006-10-30 | oops, remove debug printf slipped in. good catch from yamt@, thanks! | elad |