| Age | Commit message (Expand) | Author |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-02-07 | Change vnode operation lookup to return the resulting vnode *vpp unlocked. | hannken |
| 2014-01-28 | Bogus gcc 4.8 maybe use uninitialized warning | martin |
| 2014-01-23 | Change vnode operations create, mknod, mkdir and symlink to return | hannken |
| 2014-01-17 | Change vnode operations create, mknod, mkdir and symlink to keep the | hannken |
| 2013-10-20 | fix unused variable warnings | christos |
| 2013-10-17 | remove usused code | christos |
| 2013-03-18 | C99 section 6.7.2.3 (Tags) Note 3 states that: | plunky |
| 2012-11-30 | Improve smbfs timestamp handling. | nakayama |
| 2012-11-29 | - Remove redundant vput() before vgone(). | nakayama |
| 2012-11-28 | Various fixes for smbfs: | nakayama |
| 2012-11-24 | - fix endian cofusion around FID, which is used as is, so no need | nakayama |
| 2012-11-05 | Excise struct componentname from the namecache. | dholland |
| 2012-11-05 | Disentangle the namecache from the internals of namei. | dholland |
| 2012-07-22 | Move some the test for MAKEENTRY into the cache_enter(9). Make some | rmind |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2012-01-27 | extending vmem(9) to be able to allocated resources for it's own needs. | para |
| 2011-10-23 | VOP_GETATTR() needs a shared lock at least. | hannken |
| 2011-10-07 | As vnalloc() always allocates with PR_WAITOK there is no longer the need | hannken |
| 2011-09-27 | rename SMBFS_MAXFNAMELEN to SMBFS_MAXNAMLEN for consistency | christos |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-06-09 | Remove few references to simple_lock. | rmind |
| 2011-05-19 | Remove cache_purge(9) calls from reclamation routines in the file systems, | rmind |
| 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-07-21 | Make holding v_interlock mandatory for callers of vget(). | hannken |
| 2010-07-09 | Replace vget() with vref()/vn_lock(), this node already has a reference. | hannken |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 2010-04-23 | Enforce RLIMIT_FSIZE before VOP_WRITE. This adds support to file | pooka |
| 2010-01-08 | The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live | pooka |
| 2009-10-20 | Add support for 64 bit file offsets to smbfs_smb_setfsize(), largely | tron |
| 2009-10-19 | Set recycle to false along with a comment screaming that it should | pooka |
| 2009-09-07 | Fix set_statvfs_info() to use UIO_SYSSPACE for fromname kernel | njoly |
| 2009-09-07 | set mntfromname in a less creative and historic fashion | pooka |
| 2009-09-03 | Install smb headers relevant for userspace and make mount_smbfs | pooka |
| 2009-07-04 | make this build w/o SMB_VNODE_DEBUG | cegger |
| 2009-07-04 | Fix cut/paste error and put back a missing variable. | elad |
| 2009-07-03 | Where possible, extract the file-system's access() routine to two internal | elad |
| 2009-07-03 | Directory open with NT_SMBS capability require the NOPEN bit to be set | njoly |
| 2009-07-02 | Fix some panics while trying to umount a smbfs share. | njoly |
| 2009-06-23 | Move the implementation of vaccess() to genfs_can_access(), in line with | elad |
| 2009-06-22 | Fix compilation with SMB_*_DEBUG options. | njoly |
| 2009-05-07 | Extract the open-coded authorization logic for chtimes() from various | elad |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-12-16 | The great QUOTA purge of '08: get rid of those #ifdef QUOTA and | pooka |
| 2008-09-07 | Remove duplicate definition of "smbfs_node_pool". | tron |