summaryrefslogtreecommitdiffstats
path: root/sys/fs/tmpfs
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-025-17/+54
* MFC r312430:kib2017-02-021-0/+127
* MFC r312429:kib2017-02-021-5/+0
* MFC r312428:kib2017-02-024-44/+130
* MFC r312425:kib2017-01-262-7/+11
* MFC r312414:kib2017-01-262-7/+8
* MFC r312410:kib2017-01-263-14/+2
* MFC r312409:kib2017-01-264-164/+179
* MFC r312407:kib2017-01-261-6/+0
* MFC r312124 (by mjg):kib2017-01-263-11/+7
* MFC r311526 (by mjg):kib2017-01-261-1/+1
* MFC r311531 (by mjg):kib2017-01-261-16/+6
* MFC r311522:kib2017-01-131-2/+2
* MFC r311525:kib2017-01-134-28/+54
* MFC r311524:kib2017-01-131-15/+15
* MFC r311523:kib2017-01-131-22/+0
* MFC r303916:kib2016-08-171-4/+7
* sys/fs: spelling fixes in comments.pfg2016-04-291-1/+1
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* Clear the cookie pointer on error in tmpfs_readdir().markj2016-02-121-1/+4
* 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
* Check suspendability on the mountpoint returned by VOP_GETWRITEMOUNT.markj2015-07-051-1/+11
* 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
* 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
OpenPOWER on IntegriCloud