| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add vnode_pager_clean_{a,}sync(9) | Konstantin Belousov | 2024-01-18 | 1 | -6/+1 |
| * | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-23 | 9 | -18/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-07-25 | 9 | -9/+9 |
| * | smbfs: ansify | Mateusz Guzik | 2023-04-09 | 4 | -187/+30 |
| * | Stop cleaning MNT_LOCAL on unmount | Konstantin Belousov | 2023-01-20 | 1 | -3/+0 |
| * | filesystems: return error from vn_rlimit_fsize() instead of EFBIG | Konstantin Belousov | 2022-10-08 | 1 | -2/+3 |
| * | Ensure that dirent's d_off field is initialized | Mark Johnston | 2021-01-03 | 1 | -0/+2 |
| * | vfs: drop the de facto curthread argument from VOP_INACTIVE | Mateusz Guzik | 2020-10-20 | 1 | -2/+1 |
| * | fs: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 6 | -18/+8 |
| * | vfs: remove the always-curthread td argument from VOP_RECLAIM | Mateusz Guzik | 2020-08-19 | 1 | -1/+0 |
| * | vfs: remove the thread argument from vget | Mateusz Guzik | 2020-08-16 | 2 | -2/+2 |
| * | vfs: remove the obsolete privused argument from vaccess | Mateusz Guzik | 2020-08-05 | 1 | -1/+1 |
| * | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -1/+2 |
| * | Provide O_SEARCH | Kyle Evans | 2020-02-02 | 1 | -1/+2 |
| * | vfs: drop the mostly unused flags argument from VOP_UNLOCK | Mateusz Guzik | 2020-01-03 | 2 | -3/+3 |
| * | vfs: flatten vop vectors | Mateusz Guzik | 2019-12-16 | 1 | -0/+1 |
| * | vfs: introduce v_irflag and make v_type smaller | Mateusz Guzik | 2019-12-08 | 2 | -3/+3 |
| * | (4/6) Protect page valid with the busy lock. | Jeff Roberson | 2019-10-15 | 1 | -3/+3 |
| * | Rework v_object lifecycle for vnodes. | Konstantin Belousov | 2019-08-29 | 1 | -4/+0 |
| * | Replay r349334 by markj accidentally reverted by r349352 | Warner Losh | 2019-06-25 | 1 | -4/+0 |
| * | Remove NAND and NANDFS support | Warner Losh | 2019-06-25 | 1 | -0/+4 |
| * | Remove a lingering use of splbio(). | Mark Johnston | 2019-06-24 | 1 | -4/+0 |
| * | [smbfs] Allow semicolon in mounts that support long names | Oleksandr Tymoshenko | 2019-01-20 | 1 | -2/+2 |
| * | Allocate pager bufs from UMA instead of 80-ish mutex protected linked list. | Gleb Smirnoff | 2019-01-15 | 2 | -7/+9 |
| * | Ensure that directory entry padding bytes are zeroed. | Mark Johnston | 2018-11-23 | 1 | -2/+2 |
| * | Use long for the last argument to VOP_PATHCONF rather than a register_t. | John Baldwin | 2018-01-17 | 1 | -1/+1 |
| * | Move NAME_MAX, LINK_MAX, and CHOWN_RESTRICTED out of vop_stdpathconf(). | John Baldwin | 2017-12-19 | 1 | -2/+0 |
| * | Handle _PC_FILESIZEBITS and _PC_NO_TRUNC for smbfs' VOP_PATHCONF(). | John Baldwin | 2017-12-19 | 1 | -0/+9 |
| * | sys/fs: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 9 | -0/+18 |
| * | Mark pages after EOF as clean after pageout. | Konstantin Belousov | 2017-07-26 | 1 | -3/+5 |
| * | Consistently use vop_stdpathconf() for default pathconf values. | John Baldwin | 2017-07-11 | 1 | -1/+1 |
| * | - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeter | Gleb Smirnoff | 2017-04-17 | 1 | -4/+4 |
| * | smbfs: Fix an indentation level | Conrad Meyer | 2017-04-06 | 1 | -1/+1 |
| * | Replace all remaining calls to vprint(9) with vn_printf(9), and remove | Edward Tomasz Napierala | 2016-08-10 | 1 | -1/+1 |
| * | sys/fs: spelling fixes in comments. | Pedro F. Giffuni | 2016-04-29 | 2 | -2/+2 |
| * | Cleanup unnecessary semicolons from the kernel. | Pedro F. Giffuni | 2016-04-10 | 3 | -3/+2 |
| * | Change the type of newsize argument in the smbfs_smb_setfsize() function | Andrey V. Elsukov | 2016-01-11 | 3 | -6/+8 |
| * | Fix breakage caused by r292373 in ZFS/FUSE/NFS/SMBFS. | Gleb Smirnoff | 2015-12-16 | 1 | -14/+10 |
| * | A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES(). | Gleb Smirnoff | 2015-12-16 | 1 | -26/+14 |
| * | Fix a -Wcast-qual warning in smbfs_subr.c, by using __DECONST. No | Dimitry Andric | 2015-01-30 | 1 | -2/+2 |
| * | Fix smbfs to not zero out statfs f_flags field. Previously, this | Edward Tomasz Napierala | 2014-11-21 | 1 | -2/+0 |
| * | Remove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES(). | Gleb Smirnoff | 2014-09-10 | 1 | -2/+0 |
| * | Use SMB_QUERY_FS_SIZE_INFO request to populate statfs structure. | Andrey V. Elsukov | 2014-04-15 | 3 | -18/+64 |
| * | Expand the use of stat(2) flags to allow storing some Windows/DOS | Kenneth D. Merry | 2013-08-21 | 2 | -10/+70 |
| * | - Fix double frees/user after free. | Davide Italiano | 2013-07-03 | 1 | -113/+56 |
| * | Properly use v_data field. This magically worked (even if wrong) until | Davide Italiano | 2013-06-28 | 1 | -1/+1 |
| * | Garbage collect an useless check. smp should be never NULL. | Davide Italiano | 2013-06-28 | 1 | -5/+0 |
| * | Plug a couple of leakages in smbfs_lookup(). | Davide Italiano | 2013-06-28 | 1 | -3/+6 |
| * | Change VM_OBJECT_LOCK/UNLOCK() -> VM_OBJECT_WLOCK/WUNLOCK() to reflect | Davide Italiano | 2013-05-04 | 1 | -8/+9 |
| * | Overhaul locking in netsmb, getting rid of the obsolete lockmgr() primitive. | Davide Italiano | 2013-05-04 | 1 | -2/+2 |