summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Fix breakage caused by r292373 in ZFS/FUSE/NFS/SMBFS.glebius2015-12-163-43/+30
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().glebius2015-12-164-65/+46
* The cdevpriv_dtr_t typedef was not able to be used in a function prototypejhb2015-12-021-1/+1
* Fix the memory leak that occurs when the nfscommon.ko module is unloaded.rmacklem2015-12-023-0/+52
* Delete the TUNABLE_INT() line. It was in r291527 so that it could bermacklem2015-11-301-1/+0
* Add kernel support to the NFS server for the "-manage-gids"rmacklem2015-11-306-220/+547
* For performance reasons, it is useful to have a single string used asmckusick2015-11-293-3/+11
* When the nfsd threads are terminated, the NFSv4 server statermacklem2015-11-213-7/+50
* Revert r283330 since it broke directory caching in the client.rmacklem2015-11-211-0/+38
* mnt_stat.f_iosize (which is used to set bo_bsize) must be set tormacklem2015-11-171-1/+3
* - Consistently use PROC_ASSERT_HELD() to verify that a process' hold countmarkj2015-11-082-2/+2
* Ensure that when a blockable open of fifo returns success, a validkib2015-09-201-2/+9
* Fix an NFS server bug that manifested in "ls -al" displaying a plustrasz2015-08-281-0/+2
* Make it possible to forcibly unmount devfs.trasz2015-08-241-0/+2
* After r286237 it should be fine to call vgone(9) on a busy GEOM vnode;trasz2015-08-231-1/+2
* For the case where an NFSv4.1 ExchangeID operation has the client identifierrmacklem2015-08-141-2/+5
* The changes that introduced fo_mmap() treated all character devicejhb2015-08-061-6/+17
* nfsclient: Protest loudly when GETATTR responses are invalidcem2015-08-051-5/+80
* This patch fixes a problem where, if the NFSv4 server has a previousrmacklem2015-07-291-1/+2
* - Remove some dead code copied from ffs.jeff2015-07-291-32/+0
* In tmpfs_chtimes(), remove checks on the nanosecond level whenbrueffer2015-07-261-6/+4
* The si_status field of the siginfo_t, provided by the waitid(2) andkib2015-07-182-6/+6
* Check suspendability on the mountpoint returned by VOP_GETWRITEMOUNT.markj2015-07-053-5/+12
* fd: make 'rights' a manadatory argument to fget* functionsmjg2015-07-051-1/+2
* If a "principal" argument isn't provided for a Kerberized NFS mount,rmacklem2015-07-031-2/+6
* Alex Burlyga reported a POLA violation for the new NFS client asrmacklem2015-07-031-3/+20
* Huge cleanup of random(4) code.markm2015-06-301-0/+3
* Restore the td_cookie value for the tmpfs directory entry which was akib2015-06-191-0/+1
* o Un-inline vm_pager_get_pages(), vm_pager_get_pages_async().glebius2015-06-171-6/+0
* Replace struct filedesc argument in getvnode with struct threadmjg2015-06-161-1/+1
* Make KPI of vm_pager_get_pages() more strict: if a pager changes a pageglebius2015-06-121-6/+4
* Implement lockless resource limits.mjg2015-06-101-3/+1
* unionfs: fix suspendability check bugsmarkj2015-06-061-8/+1
* Add a new file operations hook for mmap operations. File type-specificjhb2015-06-041-0/+65
* Provide vnode in memory map info for files on tmpfsvangyzen2015-06-021-4/+10
* Clear p_stops upon PROCFS_CTL_DETACH, similar to r283889.delphij2015-06-011-0/+1
* Make the NFS server use shared vnode locks for a few casesrmacklem2015-05-291-5/+12
* Provide VOP_GETPAGES_ASYNC() for extfs.pfg2015-05-281-0/+1
* Make the size of the hash tables used by the NFSv4 server tunable.rmacklem2015-05-278-56/+105
* Currently, softupdate code detects overstepping on the workitemskib2015-05-271-0/+10
* Hide vfs.pfs.trace variable if it is not used.dchagin2015-05-241-0/+2
* The NFS client generated directory block(s) with d_fileno == 0rmacklem2015-05-231-38/+0
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Always set p_oppid when attaching to an existing process via procfsjhb2015-05-221-1/+1
* The NFS client wasn't handling getdirentries(2) requests for sizesrmacklem2015-05-211-1/+15
* Do not promote large async writes to sync.mav2015-05-141-34/+15
* Fix the NFS server's handling of a bogus NFSv2 ROOT RPC.rmacklem2015-04-251-1/+2
* MAXBSIZE defines both the largest UFS block size and thermacklem2015-04-252-5/+5
* Prevent a double free.pfg2015-04-201-1/+3
* nfsrpc_createv4: fix double free.pfg2015-04-191-1/+3
OpenPOWER on IntegriCloud