summaryrefslogtreecommitdiff
path: root/sys/fs/nfs/nfs_commonsubs.c
Commit message (Expand)AuthorAgeFilesLines
* VFS_QUOTACTL: Remove needless casts of argBrooks Davis2020-12-171-7/+7
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-6/+6
* Delete the unused "use_ext" argument to nfscl_reqstart().Rick Macklem2020-08-181-17/+9
* Add an argument to newnfs_connect() that indicates use TLS for the connection.Rick Macklem2020-08-111-20/+1
* Fix the NFSv4 client so that it checks for support of TimeCreate beforeRick Macklem2020-07-261-2/+13
* Add support for ext_pgs mbufs to nfsrvd_rephead().Rick Macklem2020-07-071-13/+22
* Add support for ext_pgs mbufs to nfsm_strtom().Rick Macklem2020-07-051-12/+72
* Add support for ext_pgs mbufs to nfscl_reqstart() and nfsm_set().Rick Macklem2020-07-041-8/+45
* Add a boolean argument to nfscl_reqstart() to indicate that ext_pgs mbufsRick Macklem2020-06-261-2/+7
* Add some missing parts for supporting va_birthtime.Doug Rabson2020-06-221-2/+11
* Remove vfs_statfs and vnode_mount macros from NFSAlan Somers2020-06-171-5/+5
* Add support for the timecreate attributeDoug Rabson2020-06-141-0/+5
* Add a function nfsm_set() to initialize "struct nfsrv_descript" for buildingRick Macklem2020-05-181-0/+11
* nfs: Remove APPLESTATIC macroRyan Moeller2020-05-121-36/+36
* Remove APPLEKEXT ifndefsRyan Moeller2020-05-081-2/+0
* Delete unused function newnfs_trimleading.Rick Macklem2020-05-061-47/+0
* Revert r360514, to avoid unnecessary churn of the sources.Rick Macklem2020-05-051-95/+25
* Factor some code out of nfsm_dissct() into separate functions.Rick Macklem2020-05-011-25/+95
* Remove Mac OS/X macros that did nothing for FreeBSD.Rick Macklem2020-04-251-5/+4
* Replace all instances of the typedef mbuf_t with "struct mbuf *".Rick Macklem2020-04-171-8/+8
* Replace mbuf macros with the code they would generate in the NFS code.Rick Macklem2020-04-091-57/+57
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-2/+2
* Add support for NFSv4.2 to the NFS client and server.Rick Macklem2019-12-121-9/+72
* Fix two races while handling nfsuserd daemon start/stop.Rick Macklem2019-11-281-9/+38
* Add #ifdef INET as requested by bz@.Rick Macklem2019-04-211-0/+4
* Fix the NFSv4.0 server so that it does not support NFSv4.1 attributes.Rick Macklem2019-04-191-8/+8
* Add INET6 support for the upcalls to the nfsuserd daemon.Rick Macklem2019-04-061-8/+37
* Revert r320698, since the related userland changes were reverted by r338192.Rick Macklem2019-04-041-20/+10
* Drop unused 'p' argument to nfsv4_strtogid().Edward Tomasz Napierala2019-03-121-4/+3
* Drop unused 'p' argument to nfsv4_gidtostr().Edward Tomasz Napierala2019-03-121-2/+2
* Drop unused 'p' argument to nfsv4_strtouid().Edward Tomasz Napierala2019-03-121-4/+3
* Drop unused 'p' argument to nfsv4_uidtostr().Edward Tomasz Napierala2019-03-121-2/+2
* Drop unused 'p' argument to nfsrv_getuser().Edward Tomasz Napierala2019-03-121-11/+7
* Remove unused argument to priv_check_cred.Mateusz Guzik2018-12-111-5/+5
* nfsm_advance() would panic() when the offs argument was negative.Rick Macklem2018-11-201-3/+7
* Fix LORs between vn_start_write() and vn_lock() in the pNFS server.Rick Macklem2018-08-171-2/+2
* Add an optional feature to the pNFS server.Rick Macklem2018-07-021-17/+6
* Set the slotid and ND_HASSLOTID flag for NFSv4.1 sequenced operations.Rick Macklem2018-06-231-0/+2
* Move four functions in nfscl.ko to nfscommon.ko.Rick Macklem2018-06-141-1/+358
* Merge the pNFS server code from projects/pnfs-planb-server into head.Rick Macklem2018-06-121-10/+137
* Add the BindConnectiontoSession operation to the NFSv4.1 server.Rick Macklem2018-06-011-1/+1
* nfs: Remove NFSSOCKADDRALLOC, NFSSOCKADDRFREE macrosConrad Meyer2018-01-251-4/+5
* style: Remove remaining deprecated MALLOC/FREE macrosConrad Meyer2018-01-251-5/+5
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-2/+1
* Replace one more LINK_MAX with NFS_LINK_MAX missed in r326991.John Baldwin2017-12-191-1/+1
* Update NFS to handle larger link counts post ino64.John Baldwin2017-12-191-2/+2
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Change nfsv4_getipaddr() and nfsrpc_fillsa() to not use sockaddr_storage.Rick Macklem2017-09-281-15/+14
* Replace the checks for MNTK_UNMOUNTF with a macro that does the same thing.Rick Macklem2017-07-271-7/+5
* Rename vfs.nfsd.enable_uidtostring to vfs.nfs.enable_uidtostring.Edward Tomasz Napierala2017-07-191-3/+7