Age | Commit message (Expand) | Author |
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 |
2009-06-02 | give the retransmission count booking keeping a facelift, | Thordur I. Bjornsson |
2009-04-13 | Convert macros to functions to reduce kernel memory usage. | Bret Lambert |
2008-12-24 | Replace the TRUE/FALSE defines with 1/0 respectively. This doesn't | Thordur I. Bjornsson |
2008-07-28 | dont stuff nfs mount point flags into the statfs f_flags member, its | Thordur I. Bjornsson |
2008-07-10 | nuke two bogus ARGSUSED | Thordur I. Bjornsson |
2008-07-05 | Clean up some old dead code, mostly nqnfs and kerberos leftovers | Thordur I. Bjornsson |
2008-06-14 | Replace nfsm_build/bcopy with nfsm_{buf,str}tombuf functions in | Bret Lambert |
2008-06-13 | Kill one-liner macro which obfuscated mbuf pointer assignment. | Bret Lambert |
2008-06-12 | Remove now-vestigial bpos pointer from NFS. For building outgoing | Bret Lambert |
2008-06-11 | Canonical for() -> queue.h FOREACH macro conversions. | Bret Lambert |
2008-04-25 | Plug potential mbuf leak by changing m_free to m_freem. | Bret Lambert |
2008-04-14 | Rework NFS mbuf write routines: | Bret Lambert |
2008-03-16 | Widen some struct statfs fields to support large filesystem stata | Otto Moerbeek |
2008-01-06 | diff missed in previous commit: | Theo de Raadt |
2007-09-20 | MALLOC/FREE -> malloc/free + M_ZERO. | Thordur I. Bjornsson |