Age | Commit message (Expand) | Author |
2024-10-30 | directly use dev_t for swdevt[], remove struct swdevt | Jonathan Gray |
2024-05-12 | nfs_procids was removed in 1996 | Jonathan Gray |
2024-05-01 | remove unneeded includes | Jonathan Gray |
2024-04-30 | Convert all the NFS macros (in nfsm_subs.h) into inline functions with the | Miod Vallat |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2022-08-12 | Put more struct vnode fields under splbio(). | Visa Hankala |
2021-01-02 | nfs: don't sleep on lbolt | cheloha |
2020-01-10 | Convert the vnode list at the mount point into a tailq. During | Alexander Bluhm |
2020-01-08 | Convert infinite sleeps to tsleep_nsec(9). | Martin Pieuchot |
2019-12-26 | Convert struct vfsops initializer to C99 style. | Alexander Bluhm |
2018-07-02 | Use more list macros for v_dirtyblkhd. | Alexander Bluhm |
2018-05-27 | Drop unnecessary `p' parameter from vget(9). | Visa Hankala |
2018-05-04 | After unmount nfs_timer() could access the freed memory of struct | Alexander Bluhm |
2018-05-02 | Remove proc from the parameters of vn_lock(). The parameter is | Visa Hankala |
2018-04-28 | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always | Visa Hankala |
2018-04-09 | Change the representation of an NFS mount point by caching the root | Martin Pieuchot |
2018-02-10 | Syncronize filesystems to disk when suspending. Each mountpoint's vnodes | Theo de Raadt |
2017-12-11 | In uvm Chuck decided backing store would not be allocated proactively | Theo de Raadt |
2017-05-17 | Remove useless splsoftnet(). | Martin Pieuchot |
2017-02-22 | Keep local definitions local. | Martin Pieuchot |
2016-11-15 | Switch nfs_timer() to timeout_set_proc(9) as it might end up doing a | Martin Pieuchot |
2016-09-27 | replace the use of RB macros with the RBT functions. | David Gwynne |
2016-08-13 | Eliminate pointless casts to qaddr_t of a value being assigned to a void* | Philip Guenther |
2016-04-26 | Populate all necessary statfs members in .vfs_statfs. cd9660, udf, | Martin Natano |
2016-03-17 | Set mnt_data to NULL after freeing the file system specific mount point. | Alexander Bluhm |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-01-17 | use NGROUPS_MAX | Theo de Raadt |
2014-12-18 | delete a whole mess of unnecessary caddr_t casts | Ted Unangst |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
2014-11-15 | add sizes for free(ptr, sizeof(*ptr)). use sizeof(*ptr) for malloc sizes. | Ted Unangst |
2014-11-14 | bzero -> memset | Ted Unangst |
2014-09-08 | remove uneeded route.h includes | Jonathan Gray |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2013-12-01 | Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid and | Kenneth R Westerback |
2013-09-20 | Add support for root on nfs using v3. Code adapted from NetBSD. | Federico G. Schwindt |
2013-04-17 | Unbreak and cleanup diskless swap automount. | Florian Obser |
2013-04-15 | Add an f_mntfromspec member to struct statfs, which specifies the name of | Joel Sing |
2013-01-16 | do not expose NETDEV to userland from param.h | Theo de Raadt |
2012-09-10 | Cleanup VFS mount string handling: | Joel Sing |
2011-07-09 | KNF | Bob Beck |
2009-10-19 | antsy | Jonathan Gray |
2009-09-02 | Backout the asyncio/aiod change, as it causes buf's to get hung. | Thordur I. Bjornsson |
2009-08-25 | move to having requests on a per nfsmount tailq instead of one global one. | Thordur I. Bjornsson |
2009-08-20 | Rework the way we do async I/O in nfs. Introduce separate buf queues for | Thordur I. Bjornsson |
2009-08-13 | Teach nfsm_fhtom about nfsm_info structs | Bret Lambert |
2009-08-10 | Use an RB tree instead of a hashtable for fh/node lookups. | Thordur I. Bjornsson |
2009-08-04 | group all of the on-stack variables that are uses by the nfsm_macros | Thordur I. Bjornsson |
2009-07-20 | (struct foo *)0 -> NULL, every where I could find it. | Thordur I. Bjornsson |
2009-07-13 | Make the callers of nfs_request() responsible for freeing the reply mbuf, | Thordur I. Bjornsson |
2009-06-04 | Demacro nfsm_lookup for great justice. | Bret Lambert |