Age | Commit message (Expand) | Author |
2007-09-11 | Replace nfsm_reqdone and nfsm_srvdone macros inline. No binary change. | Bret Lambert |
2007-06-25 | replace magic number with a define. | Thordur I. Bjornsson |
2007-06-21 | remove a whole bunch of duplicate function | Thordur I. Bjornsson |
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-06-06 | remove an unused typedef. | Thordur I. Bjornsson |
2007-06-01 | pedro ok'd this ~3500 line diff which removes the vop argument | Theo de Raadt |
2007-06-01 | daddr_t -> daddr64_t; | Thordur I. Bjornsson |
2007-05-31 | when getting ESTALE from the server, allow the client to retry in the | Thordur I. Bjornsson |
2007-05-31 | kill some ifdef noyet code, de-static functions (makes my traces nicer), | Thordur I. Bjornsson |
2007-05-31 | zap nfs_cltpsock; Unused since NQNFS died. | Thordur I. Bjornsson |
2007-05-31 | This is not the buffer you are looking for, | Thordur I. Bjornsson |
2007-05-29 | Add a name argument to the RWLOCK_INITIALIZER macro. | Thordur I. Bjornsson |
2007-05-28 | zap annoying __KERNEL_RCSID(). | Thordur I. Bjornsson |
2007-05-28 | lockmgr -> rwlock for the nfs_hashlock. | Thordur I. Bjornsson |
2007-05-28 | Fix tree breakage. Variables only used inside #ifdef NFSSERVER should | Kenneth R Westerback |
2007-05-27 | cleanup the nfssvc() system call. | Thordur I. Bjornsson |
2007-05-17 | Collapse struct v_selectinfo in struct vnode, remove the | Thordur I. Bjornsson |
2007-04-24 | Dont log() send failures in nfs_send(), they arent helpful since we retry | Thordur I. Bjornsson |
2007-04-19 | Replace the nfskevq_lock lockmgr lock with rwlock. | Thordur I. Bjornsson |
2007-04-13 | Move the declaration of VN_KNOTE() into vnode.h instead of having | Thordur I. Bjornsson |
2007-04-13 | remove some unneeded externs and unused declerations. | Thordur I. Bjornsson |
2007-04-12 | If VOP_GETATTR() in the nfs_kqpoll() loop returns ESTALE, catch it. | Thordur I. Bjornsson |
2007-04-12 | remove unused members from struct nfsmount and nfsnode; | Thordur I. Bjornsson |
2007-04-11 | remove duplicate prototype; | Thordur I. Bjornsson |
2007-03-18 | get rid of noop vop_reallocblks; pedro@ miod@ ok | Michael Shalayeff |
2007-02-27 | clarify RPC timeout messages so regular people can understand; ok various | Theo de Raadt |
2007-02-23 | backout previous revision -- on nfs2 mounts (perhaps only automounted?) it | Theo de Raadt |
2007-01-21 | don't assume our directory vnode will be flushed out after us, fixes | Pedro Martelletto |
2007-01-16 | Retire VOP_LEASE(); It was a bit for NQNFS and has | Thordur I. Bjornsson |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto |
2006-12-06 | nfs_readdirplusrpc(): | Thordur I. Bjornsson |
2006-11-29 | Kernel stack can be swapped. This means that stuff that's on the stack | Miod Vallat |
2006-11-01 | move the declaration of nfsstats from nfs_bio.c to | Thordur I. Bjornsson |
2006-10-28 | Dont initialize the nm_srtt and nm_sdrtt arrays | Thordur I. Bjornsson |
2006-10-04 | typo, from Bret Lambert | Pedro Martelletto |
2006-09-20 | Fix the way delays between request retransmissions are calculated | Thordur I. Bjornsson |
2006-08-04 | Fix up mbuf length and do 64-bit alignment where needed, joint work | Pedro Martelletto |
2006-06-25 | rename vfs_busy() flags VB_UMIGNORE/VB_UMWAIT to VB_NOWAIT/VB_WAIT | Nikolay Sturm |
2006-06-17 | adopt to extended rtrequest / rtalloc1 api | Henning Brauer |
2006-06-14 | move vfs_busy() to rwlocks and properly hide the locking api from vfs | Nikolay Sturm |
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-05-26 | prettier printing | Theo de Raadt |
2006-05-07 | add a name to rwlock so that we can tell where procs are getting stuck | Ted Unangst |
2006-04-30 | remove the simplelock argument from vfs_busy() which is currently not | Nikolay Sturm |
2006-04-26 | In nfs_readdir(), if the buffer provided by the user is not big enough | Pedro Martelletto |
2006-04-20 | Remove unused debug code that sneaked in by accident long ago | Pedro Martelletto |
2006-04-19 | Remove unused mount list simple_lock() goo | Pedro Martelletto |