summaryrefslogtreecommitdiffstats
path: root/sys/fs/tmpfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-2/+4
* Eliminate two dubious attempts at optimizing the implementation of aalc2011-02-221-12/+4
* tmpfs_remove() isn't modifying the file's data, so it shouldn't setalc2011-02-191-2/+1
* Further simplify tmpfs_reg_resize(). Also, update its comments, includingalc2011-02-141-17/+12
* Eliminate tn_reg.tn_aobj_pages. Instead, correctly maintain the vmalc2011-02-132-33/+26
* In tmpfs_readdir(), normalize handling of the directory entries thatkib2011-01-202-4/+5
* tmpfs + sendfile: do not produce partially valid pages for vnode's tailavg2010-10-121-3/+6
* tmpfs, zfs + sendfile: mark page bits as valid after populating it with dataavg2010-09-151-0/+2
* Avoid "Entry can disappear before we lock fdvp" panic.ivoras2010-09-071-3/+7
* Add support for whiteouts on tmpfs.ed2010-08-223-40/+116
* Eliminate unnecessary page queues locking.alc2010-06-161-5/+1
* Style fixes and removal of unneeded variable.trasz2010-05-061-2/+1
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().trasz2010-05-051-11/+2
* Push down the acquisition of the page queues lock into vm_page_unwire().alc2010-05-051-2/+0
* Acquire the page lock around vm_page_unwire() and vm_page_wire().alc2010-05-031-0/+4
* It makes no sense for vm_page_sleep_if_busy()'s helper, vm_page_sleep(),alc2010-05-021-3/+27
* Add "maxfilesize" mount option for tmpfs to allow specifying thejh2010-01-291-57/+8
* - Change the type of nodes_max to u_int and use "%u" format string tojh2010-01-202-7/+10
* - Fix some style bugs in tmpfs_mount(). [1]jh2010-01-132-11/+7
* - Change the type of size_max to u_quad_t because its value is convertedjh2010-01-081-3/+3
* There is no need to "busy" a page when the object is locked for the durationalc2009-10-261-2/+1
OpenPOWER on IntegriCloud