summaryrefslogtreecommitdiff
path: root/sys/fs/tmpfs
Commit message (Expand)AuthorAgeFilesLines
* MFC r268765:Konstantin Belousov2014-07-301-1/+0
* MFC r268764:Konstantin Belousov2014-07-301-15/+0
* MFC r268766:Konstantin Belousov2014-07-281-1/+3
* MFC r268617:Konstantin Belousov2014-07-283-26/+73
* MFC r268615:Konstantin Belousov2014-07-281-1/+1
* MFC r268614:Konstantin Belousov2014-07-281-13/+13
* MFC r268613:Konstantin Belousov2014-07-282-1/+2
* MFC r268611:Konstantin Belousov2014-07-281-9/+5
* MFC r268610:Konstantin Belousov2014-07-282-1/+3
* MFC r268609:Konstantin Belousov2014-07-282-0/+3
* MFC r268608:Konstantin Belousov2014-07-281-2/+2
* MFC r268605:Konstantin Belousov2014-07-287-132/+0
* MFC r267564:Konstantin Belousov2014-06-243-24/+15
* MFC r267060:Konstantin Belousov2014-06-111-0/+2
* MFC r263131,r263174,r263175:Bryan Drewery2014-03-302-27/+38
* MFC r263130:Bryan Drewery2014-03-301-2/+4
* Support storing 7 additional file flags in tmpfs:Kenneth D. Merry2013-08-281-3/+4
* Allow tmpfs be mounted inside jail.Xin LI2013-08-231-1/+7
* Extract the general-purpose code from tmpfs to perform uiomove fromKonstantin Belousov2013-08-211-211/+24
* The soft and hard busy mechanism rely on the vm object lock to work.Attilio Rao2013-08-092-14/+7
* The tmpfs_alloc_vp() is used to instantiate vnode for the tmpfs node,Konstantin Belousov2013-08-052-0/+25
* Revert r253939:Attilio Rao2013-08-051-6/+8
* The page hold mechanism is fast but it has couple of fallouts:Attilio Rao2013-08-041-8/+6
* Remove unnecessary soft busy of the page before to do vn_rdwr() inAttilio Rao2013-08-041-5/+3
* tmpfs works perfectly fine with -o union -- there is no reason to exclude itNathan Whitehorn2013-07-231-1/+1
* Add missing VM object unlocks in an error case.Alan Cox2013-06-071-0/+2
* Don't busy the page unless we are likely to release the object lock.Alan Cox2013-06-061-4/+7
* Eliminate unnecessary vm object locking from tmpfs_nocacheread().Alan Cox2013-06-041-2/+0
* Assert that OBJ_TMPFS flag on the vm object for the tmpfs node isKonstantin Belousov2013-05-301-0/+2
* Avoid deactivating the page if it is already on a queue, only requeueKonstantin Belousov2013-05-061-6/+10
* Fix the v_object leak for non-regular tmpfs vnodes.Konstantin Belousov2013-05-021-0/+3
* For the new regular tmpfs vnode, v_object is initialized beforeKonstantin Belousov2013-05-023-14/+34
* The page read or written could be wired. Do not requeue if the pageKonstantin Belousov2013-05-021-2/+4
* Rework the handling of the tmpfs node backing swap object and tmpfsKonstantin Belousov2013-04-282-164/+103
* - Constify local path variable for chflagsat().Pawel Jakub Dawidek2013-03-221-1/+1
* - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of typePawel Jakub Dawidek2013-03-212-3/+4
* Remove negative name cache entry pointing to the target name, whichKonstantin Belousov2013-03-171-0/+1
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-092-27/+31
* Remove a racy checks on resident and cached pages forAttilio Rao2013-02-101-12/+0
* tmpfs: Replace directory entry linked list with RB-Tree.Gleb Kurtsou2013-01-064-310/+536
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.Attilio Rao2012-11-091-1/+0
* Fix up kernel sources to be ready for a 64-bit ino_t.Matthew D Fleming2012-09-271-1/+2
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonKonstantin Belousov2012-08-052-0/+2
* Remove unused thread argument to vrecycle().Edward Tomasz Napierala2012-04-231-2/+1
* Return EOPNOTSUPP rather than EPERM for the SF_SNAPSHOT flag becauseJaakko Heinonen2012-04-181-4/+1
* Sync tmpfs_chflags() with the recent changes to UFS:Jaakko Heinonen2012-04-161-13/+13
* tmpfs: Allow update mounts only for certain options.Jaakko Heinonen2012-04-162-6/+15
* Provide better description for vfs.tmpfs.memory_reserved sysctl.Gleb Kurtsou2012-04-151-1/+2
* - Introduce a cache-miss optimization for consistency with otherAttilio Rao2012-04-091-1/+1
* tmpfs supports only INT_MAX nodes due to limitations of unit numberGleb Kurtsou2012-04-071-3/+7