summaryrefslogtreecommitdiffstats
path: root/sys/fs/tmpfs
Commit message (Expand)AuthorAgeFilesLines
* tmpfs_getattr(): Return more correct allocated byte counts.will2015-04-101-2/+6
* Remove duplicated assignment.kib2015-02-031-1/+0
* Update directory times immediately after an entry is created orkib2015-01-311-0/+2
* Remove single-use boolean.kib2015-01-311-3/+1
* POSIX states that write(2) "shall mark for update the last datakib2015-01-312-2/+3
* Update mtime for tmpfs files modified through memory mapping. Similarkib2015-01-284-5/+67
* tmpfs does not use UVM on FreeBSD.kib2015-01-281-4/+4
* Handle MAKEENTRY cnp flag in the VOP_CREATE(). Curiously, somekib2014-12-211-1/+5
* The VOP_LOOKUP() implementations for CREATE op do not put the namekib2014-12-181-1/+1
* tmpfs: allow shared file lookupsmjg2014-10-211-1/+1
* Provide vfs suspension support only for filesystems which need it, takemjg2014-10-201-9/+1
* 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
OpenPOWER on IntegriCloud