| Age | Commit message (Expand) | Author |
| 2010-12-20 | Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch | matt |
| 2010-12-17 | do minimal locking to make assertions like KASSERT(VOP_ISLOCKED(vp)) happy. | yamt |
| 2010-12-06 | Correct an assertion; pointed out by mrg@ and pooka@, thanks. | uebayasi |
| 2010-12-03 | genfs_do_putpages(): When testing an uobject for dirty or modified | hannken |
| 2010-11-30 | Always take the object lock before changing vmpage flags. Fixes a deadlock | hannken |
| 2010-11-30 | Abolish the SAVENAME and HASBUF flags. There is now always a buffer, | dholland |
| 2010-11-30 | Abolish struct componentname's cn_pnbuf. Use the path buffer in the | dholland |
| 2010-11-19 | Introduce struct pathbuf. This is an abstraction to hold a pathname | dholland |
| 2010-11-19 | Whitespace. | uebayasi |
| 2010-11-09 | Genfs_getpages(): Break a deadlock where one thread runs VOP_GETPAGES(), | hannken |
| 2010-11-03 | genfs_getpages: restore vm_page array correctly in PGO_LOCKED error | uebayasi |
| 2010-09-15 | Use PRIxVADDR to print vaddr_t elements. Wrap lines. | jym |
| 2010-09-01 | replace the earlier workaround for PR 40389 with a better fix. | chs |
| 2010-08-21 | Update the rest of the kernel to conform to the module subsystem's new | pgoyette |
| 2010-08-19 | print more info in the "past eof" panic | pooka |
| 2010-08-08 | in genfs_getpages(), mark the vnode dirty (ie. add to syncer worklist | chs |
| 2010-07-29 | Add vm page flag PG_MARKER and use it to tag dummy marker pages | hannken |
| 2010-07-21 | Make holding v_interlock mandatory for callers of vget(). | hannken |
| 2010-07-21 | Using vfinddev() leads to vnode races as it returns an unreferenced | hannken |
| 2010-07-16 | Use a kmutex to protect the hash chains and always take this mutex | hannken |
| 2010-07-09 | Replace vget() with vref()/vn_lock(), this node already has a reference. | hannken |
| 2010-07-02 | LK_INTERLOCK is no longer a valid flag for VOP_LOCK(). This makes | hannken |
| 2010-07-02 | LK_INTERLOCK is no longer a valid flag for VOP_LOCK(). | hannken |
| 2010-07-02 | Slightly clean-up layerfs and nullfs: update the big description more to | rmind |
| 2010-07-01 | Remove vlockmgr(). Generic vnode lock operations now use a rwlock located | hannken |
| 2010-07-01 | Remove pfind() and pgfind(), fix locking in various broken uses of these. | rmind |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 2010-06-24 | genfs_nolock(): LK_INTERLOCK flag no longer possible. | hannken |
| 2010-06-24 | Clean up vnode lock operations: | hannken |
| 2010-06-08 | Procfs_lookup() does not lookup directory descriptors in the fd/ | hannken |
| 2010-06-06 | Change layered file systems to always pass the locking VOP's down to the | 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 |
| 2010-04-11 | The *_modcmd functions use the module name as prefix. | mlelstv |
| 2010-04-11 | Make module name match MOUNT_NAME. Inspired by PR kern/43110. | pooka |
| 2010-04-10 | Change the nullfs module's actual name to "null", to match the name | jld |
| 2010-04-08 | Call VOP_ABORTOP in genfs_eopnotsupp. This prevents file system | pooka |
| 2010-04-02 | starttime needs to be time_t (Izumi Tsutsui) | christos |
| 2010-03-31 | If msgbuf is not enabled, do not report the node in readdir. That | pooka |
| 2010-03-29 | Stop exposing fifofs internals and leave only fifo_vnodeop_p visible. | pooka |
| 2010-03-27 | Access fifoinfo only when it's non-NULL. | pooka |
| 2010-03-03 | You have found a scroll of genocide --More-- | pooka |
| 2010-01-30 | Reduce the diff between genfs_getpages() and genfs_do_io(). These should be | uebayasi |
| 2010-01-30 | Slightly more descriptive local variable names. | uebayasi |
| 2010-01-29 | genfs_getpages: Narrow & clarify the context where I/O happens & vmobjlock is... | uebayasi |
| 2010-01-29 | genfs_getpages: Redo previous with a better goto label. | uebayasi |
| 2010-01-28 | Revert part which variable initializations within interleaved gotos. | uebayasi |
| 2010-01-28 | genfs_getpages: More constification & localization. | uebayasi |
| 2010-01-28 | genfs_getpages: Constify 2 variables, move one. No functional changes. | uebayasi |
| 2010-01-28 | genfs_getpages: Constify orignpages. Don't override its meaning by the value | uebayasi |