| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r263130: | Bryan Drewery | 2014-03-30 | 1 | -2/+4 |
| * | MFC r253967: | Konstantin Belousov | 2013-08-20 | 2 | -0/+25 |
| * | MFC r248422: | Konstantin Belousov | 2013-03-24 | 1 | -0/+1 |
| * | MFC: Allow NFS exports of tmpfs. r234346 | Alfred Perlstein | 2012-10-30 | 2 | -4/+15 |
| * | MFC r239065: | Konstantin Belousov | 2012-09-08 | 2 | -0/+2 |
| * | MFC r230120 | Alan Cox | 2012-05-28 | 2 | -21/+21 |
| * | MFC r229821 | Alan Cox | 2012-05-28 | 3 | -24/+69 |
| * | MFC r233998-r234000 and r234325: | Gleb Kurtsou | 2012-04-30 | 3 | -78/+153 |
| * | MFC of r227310: | Robert Millan | 2012-04-20 | 1 | -3/+0 |
| * | MFC r232959 and r232960: | Gleb Kurtsou | 2012-04-03 | 2 | -14/+190 |
| * | MFC r227802: | Xin LI | 2012-04-02 | 1 | -4/+1 |
| * | MFC 232401: | John Baldwin | 2012-03-23 | 1 | -0/+2 |
| * | MFC r229363 | Alan Cox | 2012-02-15 | 1 | -2/+2 |
| * | MFC r227822: Avoid panics from recursive rename operations. | Ivan Voras | 2012-01-09 | 1 | -6/+3 |
| * | MFC: r226987 | Peter Holm | 2011-12-31 | 1 | -0/+1 |
| * | Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomic | Konstantin Belousov | 2011-09-06 | 1 | -6/+3 |
| * | Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing this | Alan Cox | 2011-06-29 | 1 | -1/+1 |
| * | Add a lock flags argument to the VFS_FHTOVP() file system | Rick Macklem | 2011-05-22 | 1 | -2/+4 |
| * | Eliminate two dubious attempts at optimizing the implementation of a | Alan Cox | 2011-02-22 | 1 | -12/+4 |
| * | tmpfs_remove() isn't modifying the file's data, so it shouldn't set | Alan Cox | 2011-02-19 | 1 | -2/+1 |
| * | Further simplify tmpfs_reg_resize(). Also, update its comments, including | Alan Cox | 2011-02-14 | 1 | -17/+12 |
| * | Eliminate tn_reg.tn_aobj_pages. Instead, correctly maintain the vm | Alan Cox | 2011-02-13 | 2 | -33/+26 |
| * | In tmpfs_readdir(), normalize handling of the directory entries that | Konstantin Belousov | 2011-01-20 | 2 | -4/+5 |
| * | tmpfs + sendfile: do not produce partially valid pages for vnode's tail | Andriy Gapon | 2010-10-12 | 1 | -3/+6 |
| * | tmpfs, zfs + sendfile: mark page bits as valid after populating it with data | Andriy Gapon | 2010-09-15 | 1 | -0/+2 |
| * | Avoid "Entry can disappear before we lock fdvp" panic. | Ivan Voras | 2010-09-07 | 1 | -3/+7 |
| * | Add support for whiteouts on tmpfs. | Ed Schouten | 2010-08-22 | 3 | -33/+109 |
| * | Eliminate unnecessary page queues locking. | Alan Cox | 2010-06-16 | 1 | -5/+1 |
| * | Style fixes and removal of unneeded variable. | Edward Tomasz Napierala | 2010-05-06 | 1 | -2/+1 |
| * | Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize(). | Edward Tomasz Napierala | 2010-05-05 | 1 | -11/+2 |
| * | Push down the acquisition of the page queues lock into vm_page_unwire(). | Alan Cox | 2010-05-05 | 1 | -2/+0 |
| * | Acquire the page lock around vm_page_unwire() and vm_page_wire(). | Alan Cox | 2010-05-03 | 1 | -0/+4 |
| * | It makes no sense for vm_page_sleep_if_busy()'s helper, vm_page_sleep(), | Alan Cox | 2010-05-02 | 1 | -3/+27 |
| * | Add "maxfilesize" mount option for tmpfs to allow specifying the | Jaakko Heinonen | 2010-01-29 | 1 | -57/+8 |
| * | - Change the type of nodes_max to u_int and use "%u" format string to | Jaakko Heinonen | 2010-01-20 | 2 | -7/+10 |
| * | - Fix some style bugs in tmpfs_mount(). [1] | Jaakko Heinonen | 2010-01-13 | 2 | -11/+7 |
| * | - Change the type of size_max to u_quad_t because its value is converted | Jaakko Heinonen | 2010-01-08 | 1 | -3/+3 |
| * | There is no need to "busy" a page when the object is locked for the duration | Alan Cox | 2009-10-26 | 1 | -2/+1 |
| * | Add locking around access to parent node, and bail out when the parent | Xin LI | 2009-10-11 | 3 | -8/+115 |
| * | Add a special workaround to handle UIO_NOCOPY case. This fixes data | Xin LI | 2009-10-07 | 1 | -24/+80 |
| * | Fix a bug that causes the fsx test case of mmap'ed page being out of sync | Xin LI | 2009-10-04 | 1 | -2/+6 |
| * | Implement global and per-uid accounting of the anonymous memory. Add | Konstantin Belousov | 2009-06-23 | 1 | -1/+2 |
| * | Eliminate unnecessary variables. | Alan Cox | 2009-06-13 | 1 | -4/+2 |
| * | Eliminate redundant setting of a page's valid bits and pointless clearing | Alan Cox | 2009-05-27 | 1 | -2/+2 |
| * | Remove the thread argument from the FSD (File-System Dependent) parts of | Attilio Rao | 2009-05-11 | 4 | -27/+23 |
| * | Use uiomove_fromphys() instead of the combination of sf_buf and uiomove(). | Alan Cox | 2009-02-22 | 1 | -34/+11 |
| * | Simplify the unwiring and activation of pages. | Alan Cox | 2009-02-22 | 1 | -4/+2 |
| * | Lookup up the directory entry for the tmpfs node that are deleted by | Konstantin Belousov | 2009-02-08 | 3 | -22/+10 |
| * | Remove unused local variables. | Bjoern A. Zeeb | 2009-01-31 | 1 | -2/+0 |
| * | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | Edward Tomasz Napierala | 2008-10-28 | 1 | -4/+4 |