| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a -Wcast-qual warning in smbfs_subr.c, by using __DECONST. No | dim | 2015-01-30 | 1 | -2/+2 |
* | Fix smbfs to not zero out statfs f_flags field. Previously, this | trasz | 2014-11-21 | 1 | -2/+0 |
* | Remove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES(). | glebius | 2014-09-10 | 1 | -2/+0 |
* | Use SMB_QUERY_FS_SIZE_INFO request to populate statfs structure. | ae | 2014-04-15 | 3 | -18/+64 |
* | Expand the use of stat(2) flags to allow storing some Windows/DOS | ken | 2013-08-21 | 2 | -10/+70 |
* | - Fix double frees/user after free. | davide | 2013-07-03 | 1 | -113/+56 |
* | Properly use v_data field. This magically worked (even if wrong) until | davide | 2013-06-28 | 1 | -1/+1 |
* | Garbage collect an useless check. smp should be never NULL. | davide | 2013-06-28 | 1 | -5/+0 |
* | Plug a couple of leakages in smbfs_lookup(). | davide | 2013-06-28 | 1 | -3/+6 |
* | Change VM_OBJECT_LOCK/UNLOCK() -> VM_OBJECT_WLOCK/WUNLOCK() to reflect | davide | 2013-05-04 | 1 | -8/+9 |
* | Overhaul locking in netsmb, getting rid of the obsolete lockmgr() primitive. | davide | 2013-05-04 | 1 | -2/+2 |
* | Completely rewrite the interface to smbdev switching from dev_clone | davide | 2013-05-04 | 2 | -10/+30 |
* | smbfs_lookup() in the DOTDOT case operates on dvp->n_parent without | davide | 2013-03-09 | 2 | -15/+16 |
* | - Initialize variable in smbfs_rename() to silent compiler warning | davide | 2013-03-09 | 1 | -1/+2 |
* | - smbfs_rename() might return an error value without correctly upgrading | davide | 2012-11-26 | 2 | -2/+3 |
* | - Remove reset of vpp pointer in some places as long as it's not really | davide | 2012-11-22 | 3 | -5/+0 |
* | Until now, smbfs_fullpath() computed the full path starting from the | davide | 2012-11-22 | 5 | -60/+63 |
* | Get rid of some old debug code. It provides checks similar to the one | davide | 2012-11-14 | 2 | -40/+0 |
* | Fix the lookup in the DOTDOT case in the same way as other filesystems do, | davide | 2012-11-14 | 1 | -0/+21 |
* | - Do not put in the mntqueue half-constructed vnodes. | davide | 2012-10-31 | 4 | -123/+69 |
* | Fix panic due to page faults while in kernel mode, under conditions of | davide | 2012-10-31 | 7 | -169/+326 |
* | Change the code to use %jd as printf() placeholder for uio_offset and | davide | 2012-10-31 | 2 | -4/+7 |
* | Fix build in case we have SMBVDEBUG turned on. | davide | 2012-10-25 | 2 | -4/+5 |
* | - Remove the references to the deprecated zalloc kernel interface | davide | 2012-10-25 | 2 | -36/+2 |
* | Do not leave invalid pages in the object after the short read for a | kib | 2012-08-14 | 1 | -1/+1 |
* | After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason | kib | 2012-08-05 | 1 | -0/+1 |
* | Reduce code duplication and exposure of direct access to struct | kib | 2012-08-04 | 1 | -30/+2 |
* | Simply error handling by moving the allocation of np down to where it is | brueffer | 2012-07-16 | 1 | -8/+6 |
* | Save a bzero() by using M_ZERO. | brueffer | 2012-07-15 | 1 | -2/+1 |
* | Remove unused thread argument to vrecycle(). | trasz | 2012-04-23 | 1 | -1/+1 |
* | Rename cache_lookup_times() to cache_lookup() and retire the old API and | jhb | 2012-02-06 | 1 | -1/+1 |
* | Make sure all intermediate variables holding mount flags (mnt_flag) | mckusick | 2012-01-17 | 1 | -1/+1 |
* | Use strchr() and strrchr(). | ed | 2012-01-02 | 2 | -7/+7 |
* | Rename vm_page_set_valid() to vm_page_set_valid_range(). | kib | 2011-11-30 | 1 | -1/+1 |
* | Add unicode support to msdosfs and smbfs; original pathes from imura, | kevlo | 2011-11-18 | 2 | -11/+61 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Remove MALLOC_DECLAREs of nonexisting malloc-pools. | ed | 2011-11-06 | 1 | -4/+0 |
* | This update changes the mnt_flag field in the mount structure from | mckusick | 2011-07-24 | 1 | -1/+1 |
* | Make a comment more accurate. | jonathan | 2011-07-07 | 1 | -1/+1 |
* | In the VOP_PUTPAGES() implementations, change the default error from | kib | 2011-06-01 | 1 | -8/+3 |
* | M_USE_RESERVE has been deprecated for a decade. Eliminate any uses that | alc | 2010-10-02 | 1 | -2/+1 |
* | Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE and | jhb | 2010-08-20 | 1 | -1/+1 |
* | Eliminate unnecessary page queues locking. | alc | 2010-06-18 | 1 | -2/+0 |
* | Push down the page queues lock into vm_page_activate(). | alc | 2010-05-07 | 1 | -8/+9 |
* | Eliminate page queues locking around most calls to vm_page_free(). | alc | 2010-05-06 | 1 | -4/+0 |
* | Acquire the page lock around all remaining calls to vm_page_free() on | alc | 2010-05-05 | 1 | -6/+12 |
* | Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize(). | trasz | 2010-05-05 | 1 | -14/+4 |
* | Lock the page around vm_page_activate() and vm_page_deactivate() calls | kib | 2010-05-03 | 1 | -2/+6 |
* | Switch to our preferred 2-clause BSD license. | joel | 2010-04-07 | 9 | -60/+6 |
* | Remove unused smbfs_smb_qpathinfo(). | trasz | 2010-01-08 | 1 | -110/+0 |