summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* o Enhance vm_pager_free_nonreq() function:glebius2015-03-171-2/+4
* Fix white spaces.jkim2015-03-021-18/+18
* Make fuse(4) respect FOPEN_DIRECT_IO. This is required for correcttrasz2015-03-023-1/+29
* nandfs_meta_bread() calls bread() which can set bp to NULL in someimp2015-03-011-1/+2
* Do not leak 'copy' buffer if bmap_truncate_indirect fails.kan2015-02-281-0/+1
* Some fixes for fdescfs lookup code.kib2015-02-281-10/+32
* The VNASSERT in vflush() FORCECLOSE case is trying to panic early tokib2015-02-271-2/+1
* ext2fs: Plug small memory leakpfg2015-02-151-1/+2
* Reuse value of cursize instead of recalculating.pfg2015-02-151-1/+1
* Initialize the allocation of variables related to the ext2 allocator.pfg2015-02-151-6/+6
* Restore ABI compatibility, broken in r273127. Note that while this fixestrasz2015-02-102-1/+53
OpenPOWER on IntegriCloud