summaryrefslogtreecommitdiffstats
path: root/sys/fs/tmpfs
Commit message (Expand)AuthorAgeFilesLines
* MFC r277828:kib2015-02-114-9/+69
* MFC r278000:kib2015-02-071-0/+2
* MFC r277827:kib2015-01-311-4/+4
* MFC r276007:kib2015-01-041-1/+5
* MFC r275897:kib2015-01-011-1/+1
* MFC r268765:kib2014-07-301-1/+0
* MFC r268764:kib2014-07-301-15/+0
* MFC r268766:kib2014-07-281-1/+3
* MFC r268617:kib2014-07-283-27/+74
* MFC r268615:kib2014-07-281-1/+1
* MFC r268614:kib2014-07-281-13/+13
* MFC r268613:kib2014-07-282-1/+2
* MFC r268611:kib2014-07-281-9/+5
* MFC r268610:kib2014-07-282-1/+3
* MFC r268609:kib2014-07-282-0/+3
* MFC r268608:kib2014-07-281-2/+2
* MFC r268605:kib2014-07-287-132/+0
* MFC r267564:kib2014-06-243-24/+15
* MFC r267060:kib2014-06-111-0/+2
* MFC r263131,r263174,r263175:bdrewery2014-03-302-27/+38
* MFC r263130:bdrewery2014-03-301-2/+4
* Support storing 7 additional file flags in tmpfs:ken2013-08-281-3/+4
* Allow tmpfs be mounted inside jail.delphij2013-08-231-1/+7
* Extract the general-purpose code from tmpfs to perform uiomove fromkib2013-08-211-211/+24
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-092-14/+7
* The tmpfs_alloc_vp() is used to instantiate vnode for the tmpfs node,kib2013-08-052-0/+25
* Revert r253939:attilio2013-08-051-6/+8
* The page hold mechanism is fast but it has couple of fallouts:attilio2013-08-041-8/+6
* Remove unnecessary soft busy of the page before to do vn_rdwr() inattilio2013-08-041-5/+3
* tmpfs works perfectly fine with -o union -- there is no reason to exclude itnwhitehorn2013-07-231-1/+1
* Add missing VM object unlocks in an error case.alc2013-06-071-0/+2
* Don't busy the page unless we are likely to release the object lock.alc2013-06-061-4/+7
* Eliminate unnecessary vm object locking from tmpfs_nocacheread().alc2013-06-041-2/+0
* Assert that OBJ_TMPFS flag on the vm object for the tmpfs node iskib2013-05-301-0/+2
* Avoid deactivating the page if it is already on a queue, only requeuekib2013-05-061-6/+10
* Fix the v_object leak for non-regular tmpfs vnodes.kib2013-05-021-0/+3
* For the new regular tmpfs vnode, v_object is initialized beforekib2013-05-023-14/+34
* The page read or written could be wired. Do not requeue if the pagekib2013-05-021-2/+4
* Rework the handling of the tmpfs node backing swap object and tmpfskib2013-04-282-164/+103
* - Constify local path variable for chflagsat().pjd2013-03-221-1/+1
* - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of typepjd2013-03-212-3/+4
* Remove negative name cache entry pointing to the target name, whichkib2013-03-171-0/+1
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-202-27/+27
* Switch vm_object lock to be a rwlock.attilio2013-02-202-0/+4
* Remove a racy checks on resident and cached pages forattilio2013-02-101-12/+0
* tmpfs: Replace directory entry linked list with RB-Tree.gleb2013-01-064-312/+538
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-1/+0
* Fix up kernel sources to be ready for a 64-bit ino_t.mdf2012-09-271-1/+2
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonkib2012-08-052-0/+2
* Remove unused thread argument to vrecycle().trasz2012-04-231-2/+1
OpenPOWER on IntegriCloud