aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/smbfs
Commit message (Expand)AuthorAgeFilesLines
* smbfs: Remove unused variable.John Baldwin2022-04-081-2/+1
* smbfs_rename: Move all references to flags under #ifdef notnow.John Baldwin2022-04-081-0/+8
* Change VOP_READDIR's cookies argument to a **uint64_tAlan Somers2021-12-161-1/+1
* vfs: remove cn_threadMateusz Guzik2021-10-111-6/+6
* VFS_QUOTACTL(9): allow implementation to indicate busy state changesJason A. Harmening2021-05-301-1/+2
* Revert commits 6d3e78ad6c11 and 54256e7954d7Jason A. Harmening2021-05-301-2/+1
* VFS_QUOTACTL(9): allow implementation to indicate busy state changesJason A. Harmening2021-05-291-1/+2
* Ensure that dirent's d_off field is initializedMark Johnston2021-01-031-0/+2
* vfs: drop the de facto curthread argument from VOP_INACTIVEMateusz Guzik2020-10-201-2/+1
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-016-18/+8
* vfs: remove the always-curthread td argument from VOP_RECLAIMMateusz Guzik2020-08-191-1/+0
* vfs: remove the thread argument from vgetMateusz Guzik2020-08-162-2/+2
* vfs: remove the obsolete privused argument from vaccessMateusz Guzik2020-08-051-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Provide O_SEARCHKyle Evans2020-02-021-1/+2
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-032-3/+3
* vfs: flatten vop vectorsMateusz Guzik2019-12-161-0/+1
* vfs: introduce v_irflag and make v_type smallerMateusz Guzik2019-12-082-3/+3
* (4/6) Protect page valid with the busy lock.Jeff Roberson2019-10-151-3/+3
* Rework v_object lifecycle for vnodes.Konstantin Belousov2019-08-291-4/+0
* Replay r349334 by markj accidentally reverted by r349352Warner Losh2019-06-251-4/+0
* Remove NAND and NANDFS supportWarner Losh2019-06-251-0/+4
* Remove a lingering use of splbio().Mark Johnston2019-06-241-4/+0
* [smbfs] Allow semicolon in mounts that support long namesOleksandr Tymoshenko2019-01-201-2/+2
* Allocate pager bufs from UMA instead of 80-ish mutex protected linked list.Gleb Smirnoff2019-01-152-7/+9
* Ensure that directory entry padding bytes are zeroed.Mark Johnston2018-11-231-2/+2
* Use long for the last argument to VOP_PATHCONF rather than a register_t.John Baldwin2018-01-171-1/+1
* Move NAME_MAX, LINK_MAX, and CHOWN_RESTRICTED out of vop_stdpathconf().John Baldwin2017-12-191-2/+0
* Handle _PC_FILESIZEBITS and _PC_NO_TRUNC for smbfs' VOP_PATHCONF().John Baldwin2017-12-191-0/+9
* sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-279-0/+18
* Mark pages after EOF as clean after pageout.Konstantin Belousov2017-07-261-3/+5
* Consistently use vop_stdpathconf() for default pathconf values.John Baldwin2017-07-111-1/+1
* - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeterGleb Smirnoff2017-04-171-4/+4
* smbfs: Fix an indentation levelConrad Meyer2017-04-061-1/+1
* Replace all remaining calls to vprint(9) with vn_printf(9), and removeEdward Tomasz Napierala2016-08-101-1/+1
* sys/fs: spelling fixes in comments.Pedro F. Giffuni2016-04-292-2/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-103-3/+2
* Change the type of newsize argument in the smbfs_smb_setfsize() functionAndrey V. Elsukov2016-01-113-6/+8
* Fix breakage caused by r292373 in ZFS/FUSE/NFS/SMBFS.Gleb Smirnoff2015-12-161-14/+10
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().Gleb Smirnoff2015-12-161-26/+14
* Fix a -Wcast-qual warning in smbfs_subr.c, by using __DECONST. NoDimitry Andric2015-01-301-2/+2
* Fix smbfs to not zero out statfs f_flags field. Previously, thisEdward Tomasz Napierala2014-11-211-2/+0
* Remove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES().Gleb Smirnoff2014-09-101-2/+0
* Use SMB_QUERY_FS_SIZE_INFO request to populate statfs structure.Andrey V. Elsukov2014-04-153-18/+64
* Expand the use of stat(2) flags to allow storing some Windows/DOSKenneth D. Merry2013-08-212-10/+70
* - Fix double frees/user after free.Davide Italiano2013-07-031-113/+56
* Properly use v_data field. This magically worked (even if wrong) untilDavide Italiano2013-06-281-1/+1
* Garbage collect an useless check. smp should be never NULL.Davide Italiano2013-06-281-5/+0
* Plug a couple of leakages in smbfs_lookup().Davide Italiano2013-06-281-3/+6
* Change VM_OBJECT_LOCK/UNLOCK() -> VM_OBJECT_WLOCK/WUNLOCK() to reflectDavide Italiano2013-05-041-8/+9