summaryrefslogtreecommitdiff
path: root/sys/fs/tmpfs
Commit message (Expand)AuthorAgeFilesLines
* MFC r263130:Bryan Drewery2014-03-301-2/+4
* MFC r253967:Konstantin Belousov2013-08-202-0/+25
* MFC r248422:Konstantin Belousov2013-03-241-0/+1
* MFC: Allow NFS exports of tmpfs. r234346Alfred Perlstein2012-10-302-4/+15
* MFC r239065:Konstantin Belousov2012-09-082-0/+2
* MFC r230120Alan Cox2012-05-282-21/+21
* MFC r229821Alan Cox2012-05-283-24/+69
* MFC r233998-r234000 and r234325:Gleb Kurtsou2012-04-303-78/+153
* MFC of r227310:Robert Millan2012-04-201-3/+0
* MFC r232959 and r232960:Gleb Kurtsou2012-04-032-14/+190
* MFC r227802:Xin LI2012-04-021-4/+1
* MFC 232401:John Baldwin2012-03-231-0/+2
* MFC r229363Alan Cox2012-02-151-2/+2
* MFC r227822: Avoid panics from recursive rename operations.Ivan Voras2012-01-091-6/+3
* MFC: r226987Peter Holm2011-12-311-0/+1
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomicKonstantin Belousov2011-09-061-6/+3
* Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisAlan Cox2011-06-291-1/+1
* Add a lock flags argument to the VFS_FHTOVP() file systemRick Macklem2011-05-221-2/+4
* Eliminate two dubious attempts at optimizing the implementation of aAlan Cox2011-02-221-12/+4
* tmpfs_remove() isn't modifying the file's data, so it shouldn't setAlan Cox2011-02-191-2/+1
* Further simplify tmpfs_reg_resize(). Also, update its comments, includingAlan Cox2011-02-141-17/+12
* Eliminate tn_reg.tn_aobj_pages. Instead, correctly maintain the vmAlan Cox2011-02-132-33/+26
* In tmpfs_readdir(), normalize handling of the directory entries thatKonstantin Belousov2011-01-202-4/+5
* tmpfs + sendfile: do not produce partially valid pages for vnode's tailAndriy Gapon2010-10-121-3/+6
* tmpfs, zfs + sendfile: mark page bits as valid after populating it with dataAndriy Gapon2010-09-151-0/+2
* Avoid "Entry can disappear before we lock fdvp" panic.Ivan Voras2010-09-071-3/+7
* Add support for whiteouts on tmpfs.Ed Schouten2010-08-223-33/+109
* Eliminate unnecessary page queues locking.Alan Cox2010-06-161-5/+1
* Style fixes and removal of unneeded variable.Edward Tomasz Napierala2010-05-061-2/+1
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().Edward Tomasz Napierala2010-05-051-11/+2
* Push down the acquisition of the page queues lock into vm_page_unwire().Alan Cox2010-05-051-2/+0
* Acquire the page lock around vm_page_unwire() and vm_page_wire().Alan Cox2010-05-031-0/+4
* It makes no sense for vm_page_sleep_if_busy()'s helper, vm_page_sleep(),Alan Cox2010-05-021-3/+27
* Add "maxfilesize" mount option for tmpfs to allow specifying theJaakko Heinonen2010-01-291-57/+8
* - Change the type of nodes_max to u_int and use "%u" format string toJaakko Heinonen2010-01-202-7/+10
* - Fix some style bugs in tmpfs_mount(). [1]Jaakko Heinonen2010-01-132-11/+7
* - Change the type of size_max to u_quad_t because its value is convertedJaakko Heinonen2010-01-081-3/+3
* There is no need to "busy" a page when the object is locked for the durationAlan Cox2009-10-261-2/+1
* Add locking around access to parent node, and bail out when the parentXin LI2009-10-113-8/+115
* Add a special workaround to handle UIO_NOCOPY case. This fixes dataXin LI2009-10-071-24/+80
* Fix a bug that causes the fsx test case of mmap'ed page being out of syncXin LI2009-10-041-2/+6
* Implement global and per-uid accounting of the anonymous memory. AddKonstantin Belousov2009-06-231-1/+2
* Eliminate unnecessary variables.Alan Cox2009-06-131-4/+2
* Eliminate redundant setting of a page's valid bits and pointless clearingAlan Cox2009-05-271-2/+2
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-114-27/+23
* Use uiomove_fromphys() instead of the combination of sf_buf and uiomove().Alan Cox2009-02-221-34/+11
* Simplify the unwiring and activation of pages.Alan Cox2009-02-221-4/+2
* Lookup up the directory entry for the tmpfs node that are deleted byKonstantin Belousov2009-02-083-22/+10
* Remove unused local variables.Bjoern A. Zeeb2009-01-311-2/+0
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala2008-10-281-4/+4