| Commit message (Expand) | Author | Age | Files | Lines |
* | The cdevpriv_dtr_t typedef was not able to be used in a function prototype | jhb | 2015-12-02 | 1 | -1/+1 |
* | Fix the memory leak that occurs when the nfscommon.ko module is unloaded. | rmacklem | 2015-12-02 | 3 | -0/+52 |
* | Delete the TUNABLE_INT() line. It was in r291527 so that it could be | rmacklem | 2015-11-30 | 1 | -1/+0 |
* | Add kernel support to the NFS server for the "-manage-gids" | rmacklem | 2015-11-30 | 6 | -220/+547 |
* | For performance reasons, it is useful to have a single string used as | mckusick | 2015-11-29 | 3 | -3/+11 |
* | When the nfsd threads are terminated, the NFSv4 server state | rmacklem | 2015-11-21 | 3 | -7/+50 |
* | Revert r283330 since it broke directory caching in the client. | rmacklem | 2015-11-21 | 1 | -0/+38 |
* | mnt_stat.f_iosize (which is used to set bo_bsize) must be set to | rmacklem | 2015-11-17 | 1 | -1/+3 |
* | - Consistently use PROC_ASSERT_HELD() to verify that a process' hold count | markj | 2015-11-08 | 2 | -2/+2 |
* | Ensure that when a blockable open of fifo returns success, a valid | kib | 2015-09-20 | 1 | -2/+9 |
* | Fix an NFS server bug that manifested in "ls -al" displaying a plus | trasz | 2015-08-28 | 1 | -0/+2 |
* | Make it possible to forcibly unmount devfs. | trasz | 2015-08-24 | 1 | -0/+2 |
* | After r286237 it should be fine to call vgone(9) on a busy GEOM vnode; | trasz | 2015-08-23 | 1 | -1/+2 |
* | For the case where an NFSv4.1 ExchangeID operation has the client identifier | rmacklem | 2015-08-14 | 1 | -2/+5 |
* | The changes that introduced fo_mmap() treated all character device | jhb | 2015-08-06 | 1 | -6/+17 |
* | nfsclient: Protest loudly when GETATTR responses are invalid | cem | 2015-08-05 | 1 | -5/+80 |
* | This patch fixes a problem where, if the NFSv4 server has a previous | rmacklem | 2015-07-29 | 1 | -1/+2 |
* | - Remove some dead code copied from ffs. | jeff | 2015-07-29 | 1 | -32/+0 |
* | In tmpfs_chtimes(), remove checks on the nanosecond level when | brueffer | 2015-07-26 | 1 | -6/+4 |
* | The si_status field of the siginfo_t, provided by the waitid(2) and | kib | 2015-07-18 | 2 | -6/+6 |
* | Check suspendability on the mountpoint returned by VOP_GETWRITEMOUNT. | markj | 2015-07-05 | 3 | -5/+12 |
* | fd: make 'rights' a manadatory argument to fget* functions | mjg | 2015-07-05 | 1 | -1/+2 |
* | If a "principal" argument isn't provided for a Kerberized NFS mount, | rmacklem | 2015-07-03 | 1 | -2/+6 |
* | Alex Burlyga reported a POLA violation for the new NFS client as | rmacklem | 2015-07-03 | 1 | -3/+20 |
* | Huge cleanup of random(4) code. | markm | 2015-06-30 | 1 | -0/+3 |
* | Restore the td_cookie value for the tmpfs directory entry which was a | kib | 2015-06-19 | 1 | -0/+1 |
* | o Un-inline vm_pager_get_pages(), vm_pager_get_pages_async(). | glebius | 2015-06-17 | 1 | -6/+0 |
* | Replace struct filedesc argument in getvnode with struct thread | mjg | 2015-06-16 | 1 | -1/+1 |
* | Make KPI of vm_pager_get_pages() more strict: if a pager changes a page | glebius | 2015-06-12 | 1 | -6/+4 |
* | Implement lockless resource limits. | mjg | 2015-06-10 | 1 | -3/+1 |
* | unionfs: fix suspendability check bugs | markj | 2015-06-06 | 1 | -8/+1 |
* | Add a new file operations hook for mmap operations. File type-specific | jhb | 2015-06-04 | 1 | -0/+65 |
* | Provide vnode in memory map info for files on tmpfs | vangyzen | 2015-06-02 | 1 | -4/+10 |
* | Clear p_stops upon PROCFS_CTL_DETACH, similar to r283889. | delphij | 2015-06-01 | 1 | -0/+1 |
* | Make the NFS server use shared vnode locks for a few cases | rmacklem | 2015-05-29 | 1 | -5/+12 |
* | Provide VOP_GETPAGES_ASYNC() for extfs. | pfg | 2015-05-28 | 1 | -0/+1 |
* | Make the size of the hash tables used by the NFSv4 server tunable. | rmacklem | 2015-05-27 | 8 | -56/+105 |
* | Currently, softupdate code detects overstepping on the workitems | kib | 2015-05-27 | 1 | -0/+10 |
* | Hide vfs.pfs.trace variable if it is not used. | dchagin | 2015-05-24 | 1 | -0/+2 |
* | The NFS client generated directory block(s) with d_fileno == 0 | rmacklem | 2015-05-23 | 1 | -38/+0 |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | jkim | 2015-05-22 | 1 | -1/+1 |
* | Always set p_oppid when attaching to an existing process via procfs | jhb | 2015-05-22 | 1 | -1/+1 |
* | The NFS client wasn't handling getdirentries(2) requests for sizes | rmacklem | 2015-05-21 | 1 | -1/+15 |
* | Do not promote large async writes to sync. | mav | 2015-05-14 | 1 | -34/+15 |
* | Fix the NFS server's handling of a bogus NFSv2 ROOT RPC. | rmacklem | 2015-04-25 | 1 | -1/+2 |
* | MAXBSIZE defines both the largest UFS block size and the | rmacklem | 2015-04-25 | 2 | -5/+5 |
* | Prevent a double free. | pfg | 2015-04-20 | 1 | -1/+3 |
* | nfsrpc_createv4: fix double free. | pfg | 2015-04-19 | 1 | -1/+3 |
* | Change wcommitsize default from one empirical value to another. | mav | 2015-04-19 | 1 | -4/+7 |
* | Replace "new NFS" with just "NFS" in some sysctl description strings. | trasz | 2015-04-19 | 3 | -10/+10 |