aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Make CUSE usable with platforms where the size of "unsigned long" isHans Petter Selasky2015-12-222-3/+3
* Guard against the same process being both CUSE server and client atHans Petter Selasky2015-12-221-2/+13
* Fix breakage caused by r292373 in ZFS/FUSE/NFS/SMBFS.Gleb Smirnoff2015-12-163-43/+30
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().Gleb Smirnoff2015-12-164-65/+46
* The cdevpriv_dtr_t typedef was not able to be used in a function prototypeJohn Baldwin2015-12-021-1/+1
* Fix the memory leak that occurs when the nfscommon.ko module is unloaded.Rick Macklem2015-12-023-0/+52
* Delete the TUNABLE_INT() line. It was in r291527 so that it could beRick Macklem2015-11-301-1/+0
* Add kernel support to the NFS server for the "-manage-gids"Rick Macklem2015-11-306-220/+547
* For performance reasons, it is useful to have a single string used asKirk McKusick2015-11-293-3/+11
* When the nfsd threads are terminated, the NFSv4 server stateRick Macklem2015-11-213-7/+50
* Revert r283330 since it broke directory caching in the client.Rick Macklem2015-11-211-0/+38
* mnt_stat.f_iosize (which is used to set bo_bsize) must be set toRick Macklem2015-11-171-1/+3
* - Consistently use PROC_ASSERT_HELD() to verify that a process' hold countMark Johnston2015-11-082-2/+2
* Ensure that when a blockable open of fifo returns success, a validKonstantin Belousov2015-09-201-2/+9
* Fix an NFS server bug that manifested in "ls -al" displaying a plusEdward Tomasz Napierala2015-08-281-0/+2
* Make it possible to forcibly unmount devfs.Edward Tomasz Napierala2015-08-241-0/+2
* After r286237 it should be fine to call vgone(9) on a busy GEOM vnode;Edward Tomasz Napierala2015-08-231-1/+2
* For the case where an NFSv4.1 ExchangeID operation has the client identifierRick Macklem2015-08-141-2/+5
* The changes that introduced fo_mmap() treated all character deviceJohn Baldwin2015-08-061-6/+17
* nfsclient: Protest loudly when GETATTR responses are invalidConrad Meyer2015-08-051-5/+80
* This patch fixes a problem where, if the NFSv4 server has a previousRick Macklem2015-07-291-1/+2
* - Remove some dead code copied from ffs.Jeff Roberson2015-07-291-32/+0
* In tmpfs_chtimes(), remove checks on the nanosecond level whenChristian Brueffer2015-07-261-6/+4
* The si_status field of the siginfo_t, provided by the waitid(2) andKonstantin Belousov2015-07-182-6/+6
* Check suspendability on the mountpoint returned by VOP_GETWRITEMOUNT.Mark Johnston2015-07-053-5/+12
* fd: make 'rights' a manadatory argument to fget* functionsMateusz Guzik2015-07-051-1/+2
* If a "principal" argument isn't provided for a Kerberized NFS mount,Rick Macklem2015-07-031-2/+6
* Alex Burlyga reported a POLA violation for the new NFS client asRick Macklem2015-07-031-3/+20
* Huge cleanup of random(4) code.Mark Murray2015-06-301-0/+3
* Restore the td_cookie value for the tmpfs directory entry which was aKonstantin Belousov2015-06-191-0/+1
* o Un-inline vm_pager_get_pages(), vm_pager_get_pages_async().Gleb Smirnoff2015-06-171-6/+0
* Replace struct filedesc argument in getvnode with struct threadMateusz Guzik2015-06-161-1/+1
* Make KPI of vm_pager_get_pages() more strict: if a pager changes a pageGleb Smirnoff2015-06-121-6/+4
* Implement lockless resource limits.Mateusz Guzik2015-06-101-3/+1
* unionfs: fix suspendability check bugsMark Johnston2015-06-061-8/+1
* Add a new file operations hook for mmap operations. File type-specificJohn Baldwin2015-06-041-0/+65
* Provide vnode in memory map info for files on tmpfsEric van Gyzen2015-06-021-4/+10
* Clear p_stops upon PROCFS_CTL_DETACH, similar to r283889.Xin LI2015-06-011-0/+1
* Make the NFS server use shared vnode locks for a few casesRick Macklem2015-05-291-5/+12
* Provide VOP_GETPAGES_ASYNC() for extfs.Pedro F. Giffuni2015-05-281-0/+1
* Make the size of the hash tables used by the NFSv4 server tunable.Rick Macklem2015-05-278-56/+105
* Currently, softupdate code detects overstepping on the workitemsKonstantin Belousov2015-05-271-0/+10
* Hide vfs.pfs.trace variable if it is not used.Dmitry Chagin2015-05-241-0/+2
* The NFS client generated directory block(s) with d_fileno == 0Rick Macklem2015-05-231-38/+0
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Always set p_oppid when attaching to an existing process via procfsJohn Baldwin2015-05-221-1/+1
* The NFS client wasn't handling getdirentries(2) requests for sizesRick Macklem2015-05-211-1/+15
* Do not promote large async writes to sync.Alexander Motin2015-05-141-34/+15
* Fix the NFS server's handling of a bogus NFSv2 ROOT RPC.Rick Macklem2015-04-251-1/+2
* MAXBSIZE defines both the largest UFS block size and theRick Macklem2015-04-252-5/+5