summaryrefslogtreecommitdiffstats
path: root/sys/fs/tmpfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Return EOPNOTSUPP rather than EPERM for the SF_SNAPSHOT flag becausejh2012-04-181-4/+1
* Sync tmpfs_chflags() with the recent changes to UFS:jh2012-04-161-13/+13
* tmpfs: Allow update mounts only for certain options.jh2012-04-162-6/+15
* Provide better description for vfs.tmpfs.memory_reserved sysctl.gleb2012-04-151-1/+2
* - Introduce a cache-miss optimization for consistency with otherattilio2012-04-091-1/+1
* tmpfs supports only INT_MAX nodes due to limitations of unit numbergleb2012-04-071-3/+7
* Add vfs_getopt_size. Support human readable file system options in tmpfs.gleb2012-04-071-16/+13
* Add reserved memory limit sysctl to tmpfs.gleb2012-04-073-61/+91
* Prevent tmpfs_rename() deadlock in a way similar to UFSgleb2012-03-142-7/+179
* Don't enforce LK_RETRY to get existing vnode in tmpfs_alloc_vp()gleb2012-03-141-7/+11
* Remove fifo.h. The only used function declaration from the header iskib2012-03-111-1/+0
* Similar to the fixes in 226967 and 226987, purge any name cache entriesjhb2012-03-021-0/+2
* Replace PRIdMAX with "jd" in a printf call. Cast the corresponding value totijl2012-02-141-5/+2
* Return EOPNOTSUPP since we only support update mounts for NFS export.kevlo2012-01-171-0/+4
* Add nfs export support to tmpfs(5)kevlo2012-01-161-4/+2
* When tmpfs_write() resets an extended file to its original size after analc2012-01-163-7/+12
* Neither tmpfs_nocacheread() nor tmpfs_mappedwrite() needs to callalc2012-01-142-21/+21
* Correct an error of omission in the implementation of the truncationalc2012-01-081-19/+59
* Don't pass VM_ALLOC_ZERO to vm_page_grab() in tmpfs_mappedwrite() andalc2012-01-031-2/+2
* Avoid panics from recursive rename operations. Not a perfect patch butivoras2011-11-221-6/+3
* Improve the way to calculate available pages in tmpfs:delphij2011-11-211-4/+1
* Don astbestos garment and remove the warning about TMPFS being experimentalmarcel2011-11-071-3/+0
* Added missing cache purge of from argument for rename().pho2011-11-011-0/+1
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomickib2011-09-061-6/+3
* Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisalc2011-06-291-1/+1
OpenPOWER on IntegriCloud