summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs
Commit message (Expand)AuthorAgeFilesLines
* MFC r303924 (by trasz):kib2016-08-291-1/+1
* sys/fs: spelling fixes in comments.pfg2016-04-292-2/+2
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-103-3/+2
* Change the type of newsize argument in the smbfs_smb_setfsize() functionae2016-01-113-6/+8
* Fix breakage caused by r292373 in ZFS/FUSE/NFS/SMBFS.glebius2015-12-161-14/+10
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().glebius2015-12-161-26/+14
* Fix a -Wcast-qual warning in smbfs_subr.c, by using __DECONST. Nodim2015-01-301-2/+2
* Fix smbfs to not zero out statfs f_flags field. Previously, thistrasz2014-11-211-2/+0
* Remove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES().glebius2014-09-101-2/+0
* Use SMB_QUERY_FS_SIZE_INFO request to populate statfs structure.ae2014-04-153-18/+64
* Expand the use of stat(2) flags to allow storing some Windows/DOSken2013-08-212-10/+70
* - Fix double frees/user after free.davide2013-07-031-113/+56
* Properly use v_data field. This magically worked (even if wrong) untildavide2013-06-281-1/+1
* Garbage collect an useless check. smp should be never NULL.davide2013-06-281-5/+0
* Plug a couple of leakages in smbfs_lookup().davide2013-06-281-3/+6
* Change VM_OBJECT_LOCK/UNLOCK() -> VM_OBJECT_WLOCK/WUNLOCK() to reflectdavide2013-05-041-8/+9
* Overhaul locking in netsmb, getting rid of the obsolete lockmgr() primitive.davide2013-05-041-2/+2
* Completely rewrite the interface to smbdev switching from dev_clonedavide2013-05-042-10/+30
* smbfs_lookup() in the DOTDOT case operates on dvp->n_parent withoutdavide2013-03-092-15/+16
* - Initialize variable in smbfs_rename() to silent compiler warningdavide2013-03-091-1/+2
* - smbfs_rename() might return an error value without correctly upgradingdavide2012-11-262-2/+3
* - Remove reset of vpp pointer in some places as long as it's not reallydavide2012-11-223-5/+0
* Until now, smbfs_fullpath() computed the full path starting from thedavide2012-11-225-60/+63
* Get rid of some old debug code. It provides checks similar to the onedavide2012-11-142-40/+0
* Fix the lookup in the DOTDOT case in the same way as other filesystems do,davide2012-11-141-0/+21
* - Do not put in the mntqueue half-constructed vnodes.davide2012-10-314-123/+69
* Fix panic due to page faults while in kernel mode, under conditions ofdavide2012-10-317-169/+326
* Change the code to use %jd as printf() placeholder for uio_offset anddavide2012-10-312-4/+7
* Fix build in case we have SMBVDEBUG turned on.davide2012-10-252-4/+5
* - Remove the references to the deprecated zalloc kernel interfacedavide2012-10-252-36/+2
* Do not leave invalid pages in the object after the short read for akib2012-08-141-1/+1
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonkib2012-08-051-0/+1
* Reduce code duplication and exposure of direct access to structkib2012-08-041-30/+2
* Simply error handling by moving the allocation of np down to where it isbrueffer2012-07-161-8/+6
* Save a bzero() by using M_ZERO.brueffer2012-07-151-2/+1
* Remove unused thread argument to vrecycle().trasz2012-04-231-1/+1
* Rename cache_lookup_times() to cache_lookup() and retire the old API andjhb2012-02-061-1/+1
* Make sure all intermediate variables holding mount flags (mnt_flag)mckusick2012-01-171-1/+1
* Use strchr() and strrchr().ed2012-01-022-7/+7
* Rename vm_page_set_valid() to vm_page_set_valid_range().kib2011-11-301-1/+1
* Add unicode support to msdosfs and smbfs; original pathes from imura,kevlo2011-11-182-11/+61
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Remove MALLOC_DECLAREs of nonexisting malloc-pools.ed2011-11-061-4/+0
* This update changes the mnt_flag field in the mount structure frommckusick2011-07-241-1/+1
* Make a comment more accurate.jonathan2011-07-071-1/+1
* In the VOP_PUTPAGES() implementations, change the default error fromkib2011-06-011-8/+3
* M_USE_RESERVE has been deprecated for a decade. Eliminate any uses thatalc2010-10-021-2/+1
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andjhb2010-08-201-1/+1
* Eliminate unnecessary page queues locking.alc2010-06-181-2/+0
* Push down the page queues lock into vm_page_activate().alc2010-05-071-8/+9
OpenPOWER on IntegriCloud