Age | Commit message (Expand) | Author |
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 |
2007-09-11 | Replace nfsm_reqdone and nfsm_srvdone macros inline. No binary change. | Bret Lambert |
2007-06-20 | READDIRPLUS is v3 only, bail out if the mount isnt a v3. | Thordur I. Bjornsson |
2007-06-13 | - Remove the nm_inprog member from struct nfsmount; | Thordur I. Bjornsson |
2007-06-12 | remove some unused externs; | Thordur I. Bjornsson |
2007-04-12 | remove unused members from struct nfsmount and nfsnode; | Thordur I. Bjornsson |
2006-05-29 | revert vfs.nfs.privport sysctl, broke a few architectures | Anil Madhavapeddy |
2006-05-28 | Add support for NFS mounts to be from non-reserved ports: | Anil Madhavapeddy |
2006-04-19 | Remove unused mount list simple_lock() goo | Pedro Martelletto |
2005-12-27 | Remove unused sw_nblks field of struct swdevt. Then, remove swapconf() | Miod Vallat |
2005-11-30 | No need for vfs_busy() and vfs_unbusy() to take a process pointer | Pedro Martelletto |
2005-05-22 | optimize nfs_sync() a bit, by not iterating over the list of vnodes | Pedro Martelletto |
2005-03-31 | re-commit marius commit: | Theo de Raadt |
2005-02-01 | backout nfs_subs.c rev1.51 nfs_vfsops.c rev1.54: | Peter Valchev |
2005-01-24 | fix preposterous time warnings in the nfs client; caused by false hits | marius eriksen |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-04-12 | make sockargs take void *, combine a len check. | Ted Unangst |
2003-08-14 | constify vfsops; tedu@ ok | Michael Shalayeff |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-12-11 | in mountroot: | Michael Shalayeff |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-23 | Sigh. The diff is out for testing for three months without a single problem. | Artur Grabowski |
2002-02-22 | More locking in the NFS code | Constantine Sapuntzakis |
2002-02-10 | theo doesn't like this code | Nathan Binkert |
2002-01-16 | use queue.h macro's | Eric Jackson |
2002-01-11 | Add a new sysctl that removes the requirement for reserved ports to be | Nathan Binkert |