summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change wcommitsize default from one empirical value to another.mav2015-04-191-4/+7
* Replace "new NFS" with just "NFS" in some sysctl description strings.trasz2015-04-193-10/+10
* Drop experimental dir_index support.pfg2015-04-177-1492/+115
* mav@ has found that NFS servers exporting ZFS file systemsrmacklem2015-04-164-7/+18
* File systems that do not use the buffer cache (such as ZFS) mustrmacklem2015-04-157-4/+12
* tmpfs_getattr(): Return more correct allocated byte counts.will2015-04-101-2/+6
* Do not call msdosfs_sync() on the read-only msdosfs mounts. In fact,kib2015-04-051-6/+6
* Assert that an msdosfs mount is not read-only when FAT modificationskib2015-04-051-0/+6
* Refine r280308. Do not completely disable timestamping of devfs nodeskib2015-04-011-7/+25
* msdosfs: mark unused compat-mount fieldskib2015-03-221-4/+2
* Disable timestamping on devfs read/write operations by default.delphij2015-03-212-3/+12
OpenPOWER on IntegriCloud