aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/smbfs
Commit message (Expand)AuthorAgeFilesLines
...
* Overhaul locking in netsmb, getting rid of the obsolete lockmgr() primitive.Davide Italiano2013-05-041-2/+2
* Completely rewrite the interface to smbdev switching from dev_cloneDavide Italiano2013-05-042-10/+30
* smbfs_lookup() in the DOTDOT case operates on dvp->n_parent withoutDavide Italiano2013-03-092-15/+16
* - Initialize variable in smbfs_rename() to silent compiler warningDavide Italiano2013-03-091-1/+2
* - smbfs_rename() might return an error value without correctly upgradingDavide Italiano2012-11-262-2/+3
* - Remove reset of vpp pointer in some places as long as it's not reallyDavide Italiano2012-11-223-5/+0
* Until now, smbfs_fullpath() computed the full path starting from theDavide Italiano2012-11-225-60/+63
* Get rid of some old debug code. It provides checks similar to the oneDavide Italiano2012-11-142-40/+0
* Fix the lookup in the DOTDOT case in the same way as other filesystems do,Davide Italiano2012-11-141-0/+21
* - Do not put in the mntqueue half-constructed vnodes.Davide Italiano2012-10-314-123/+69
* Fix panic due to page faults while in kernel mode, under conditions ofDavide Italiano2012-10-317-169/+326
* Change the code to use %jd as printf() placeholder for uio_offset andDavide Italiano2012-10-312-4/+7
* Fix build in case we have SMBVDEBUG turned on.Davide Italiano2012-10-252-4/+5
* - Remove the references to the deprecated zalloc kernel interfaceDavide Italiano2012-10-252-36/+2
* Do not leave invalid pages in the object after the short read for aKonstantin Belousov2012-08-141-1/+1
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonKonstantin Belousov2012-08-051-0/+1
* Reduce code duplication and exposure of direct access to structKonstantin Belousov2012-08-041-30/+2
* Simply error handling by moving the allocation of np down to where it isChristian Brueffer2012-07-161-8/+6
* Save a bzero() by using M_ZERO.Christian Brueffer2012-07-151-2/+1
* Remove unused thread argument to vrecycle().Edward Tomasz Napierala2012-04-231-1/+1
* Rename cache_lookup_times() to cache_lookup() and retire the old API andJohn Baldwin2012-02-061-1/+1
* Make sure all intermediate variables holding mount flags (mnt_flag)Kirk McKusick2012-01-171-1/+1
* Use strchr() and strrchr().Ed Schouten2012-01-022-7/+7
* Rename vm_page_set_valid() to vm_page_set_valid_range().Konstantin Belousov2011-11-301-1/+1
* Add unicode support to msdosfs and smbfs; original pathes from imura,Kevin Lo2011-11-182-11/+61
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Remove MALLOC_DECLAREs of nonexisting malloc-pools.Ed Schouten2011-11-061-4/+0
* This update changes the mnt_flag field in the mount structure fromKirk McKusick2011-07-241-1/+1
* Make a comment more accurate.Jonathan Anderson2011-07-071-1/+1
* In the VOP_PUTPAGES() implementations, change the default error fromKonstantin Belousov2011-06-011-8/+3
* M_USE_RESERVE has been deprecated for a decade. Eliminate any uses thatAlan Cox2010-10-021-2/+1
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andJohn Baldwin2010-08-201-1/+1
* Eliminate unnecessary page queues locking.Alan Cox2010-06-181-2/+0
* Push down the page queues lock into vm_page_activate().Alan Cox2010-05-071-8/+9
* Eliminate page queues locking around most calls to vm_page_free().Alan Cox2010-05-061-4/+0
* Acquire the page lock around all remaining calls to vm_page_free() onAlan Cox2010-05-051-6/+12
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().Edward Tomasz Napierala2010-05-051-14/+4
* Lock the page around vm_page_activate() and vm_page_deactivate() callsKonstantin Belousov2010-05-031-2/+6
* Switch to our preferred 2-clause BSD license.Joel Dahl2010-04-079-60/+6
* Remove unused smbfs_smb_qpathinfo().Edward Tomasz Napierala2010-01-081-110/+0
* Spell DIAGNOSTIC correctly.Ruslan Ermilov2009-10-241-1/+1
* Make *getpages()s' assertion on the state of each page's dirty bitsAlan Cox2009-05-281-1/+1
* Eliminate unnecessary clearing of the page's dirty mask from variousAlan Cox2009-05-151-1/+3
* Eliminate gratuitous clearing of the page's dirty mask.Alan Cox2009-05-121-1/+2
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-9/+17
* Eliminate stale comments.Alan Cox2009-05-101-4/+0
* After r186194 the *fs_strategy() functions always return 0.Bjoern A. Zeeb2009-01-311-2/+1
* According to phk@, VOP_STRATEGY should never, _ever_, returnEdward Tomasz Napierala2008-12-161-1/+1
* Catch up with netsmb locking: explicit thread arguments no longer required.Robert Watson2008-11-021-2/+2
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala2008-10-281-4/+4