summaryrefslogtreecommitdiffstats
path: root/sys/fs/tmpfs/tmpfs_subr.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r325530 (jeff), r325566 (kib), r325588 (kib):markj2018-02-211-6/+3
* MFS r320605, r320610: MFC r303052, r309017 (by alc):markj2017-07-051-2/+1
* MFC r308474, r308691, r309203, r309365, r309703, r309898, r310720,markj2017-05-231-6/+3
* MFC r312432:kib2017-02-021-1/+2
* MFC r312429:kib2017-02-021-5/+0
* MFC r312428:kib2017-02-021-18/+71
* MFC r312425:kib2017-01-261-7/+2
* MFC r312410:kib2017-01-261-1/+1
* MFC r312409:kib2017-01-261-24/+11
* MFC r312124 (by mjg):kib2017-01-261-7/+3
* MFC r311531 (by mjg):kib2017-01-261-16/+6
* MFC r311525:kib2017-01-131-16/+39
* MFC r311524:kib2017-01-131-15/+15
* MFC r303916:kib2016-08-171-4/+7
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().glebius2015-12-161-1/+2
* In tmpfs_chtimes(), remove checks on the nanosecond level whenbrueffer2015-07-261-6/+4
* Huge cleanup of random(4) code.markm2015-06-301-0/+3
* Restore the td_cookie value for the tmpfs directory entry which was akib2015-06-191-0/+1
* Make KPI of vm_pager_get_pages() more strict: if a pager changes a pageglebius2015-06-121-6/+4
* Remove duplicated assignment.kib2015-02-031-1/+0
* Update directory times immediately after an entry is created orkib2015-01-311-0/+2
* POSIX states that write(2) "shall mark for update the last datakib2015-01-311-1/+2
* Update mtime for tmpfs files modified through memory mapping. Similarkib2015-01-281-0/+25
* Rework the tmpfs unmount.kib2014-07-141-2/+23
* Change forgotten in r268615. Set the OBJ_TMPFS_NODE flag forkib2014-07-141-1/+1
* Style. Add comment about lock mode.kib2014-07-141-0/+1
* 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-141-1/+1
* Add some assertions for the code handling vm_object for tmpfs vnode.kib2014-07-141-0/+1
* Remove code separator lines which do not conform to style(9).kib2014-07-141-41/+0
* In msdosfs_setattr(), add a check for result of the utimes(2)kib2014-06-171-16/+12
* 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-141-8/+9
* Cleanup redundant logic and add some comments to help explain howbdrewery2014-03-141-14/+17
* Support storing 7 additional file flags in tmpfs:ken2013-08-281-3/+4
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-091-5/+2
* The tmpfs_alloc_vp() is used to instantiate vnode for the tmpfs node,kib2013-08-051-0/+24
* Assert that OBJ_TMPFS flag on the vm object for the tmpfs node iskib2013-05-301-0/+2
* For the new regular tmpfs vnode, v_object is initialized beforekib2013-05-021-1/+31
* Rework the handling of the tmpfs node backing swap object and tmpfskib2013-04-281-6/+21
* - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of typepjd2013-03-211-1/+2
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-5/+5
* Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+2
* tmpfs: Replace directory entry linked list with RB-Tree.gleb2013-01-061-131/+426
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonkib2012-08-051-0/+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
OpenPOWER on IntegriCloud