summaryrefslogtreecommitdiffstats
path: root/sys/fs/tmpfs
Commit message (Expand)AuthorAgeFilesLines
* Provide vfs suspension support only for filesystems which need it.mjg2014-10-191-0/+9
* Do not ignore error from tmpfs_alloc_vp(). It results in access tokib2014-07-161-1/+3
* Remove unused header.kib2014-07-161-1/+0
* Check for the cross-device cross-link attempt in the VFS, instead ofkib2014-07-161-15/+0
* Rework the tmpfs unmount.kib2014-07-143-27/+74
* Change forgotten in r268615. Set the OBJ_TMPFS_NODE flag forkib2014-07-141-1/+1
* Use tmpfs_vn_get_ino_gen() to handle the races with reclaim in tmpfskib2014-07-141-13/+13
* Style. Add comment about lock mode.kib2014-07-142-1/+2
* In tmpfs_alloc_file(), code after the 'out' label does only 'returnkib2014-07-141-9/+5
* Add convenience macro to assert tmpfs node lock.kib2014-07-142-1/+3
* Add some assertions for the code handling vm_object for tmpfs vnode.kib2014-07-142-0/+3
* The tmpfs_link() must not dereference the filesystem-specific data forkib2014-07-141-2/+2
* Remove code separator lines which do not conform to style(9).kib2014-07-147-132/+0
* In msdosfs_setattr(), add a check for result of the utimes(2)kib2014-06-173-24/+15
* Allow shared locking for the tmpfs vnodes.kib2014-06-041-0/+2
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-221-1/+1
* Add missing FALLTHROUGH comment in tmpfs_dir_getdents for looking up '.' andbdrewery2014-03-141-0/+1
* Rename cnt to maxcookies and change its use as the condition for when tobdrewery2014-03-142-14/+21
* Cleanup redundant logic and add some comments to help explain howbdrewery2014-03-141-14/+17
* Fix -o size less than PAGE_SIZE resulting in SIZE_MAX being used.bdrewery2014-03-141-2/+4
* Support storing 7 additional file flags in tmpfs:ken2013-08-281-3/+4
* Allow tmpfs be mounted inside jail.delphij2013-08-231-1/+7
* Extract the general-purpose code from tmpfs to perform uiomove fromkib2013-08-211-211/+24
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-092-14/+7
* 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
OpenPOWER on IntegriCloud