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