summaryrefslogtreecommitdiffstats
path: root/sys/fs/tmpfs/tmpfs.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r311525:kib2017-01-131-1/+4
* Update mtime for tmpfs files modified through memory mapping. Similarkib2015-01-281-0/+1
* Rework the tmpfs unmount.kib2014-07-141-1/+1
* Add convenience macro to assert tmpfs node lock.kib2014-07-141-0/+2
* Remove code separator lines which do not conform to style(9).kib2014-07-141-23/+0
* In msdosfs_setattr(), add a check for result of the utimes(2)kib2014-06-171-2/+2
* The tmpfs_alloc_vp() is used to instantiate vnode for the tmpfs node,kib2013-08-051-0/+1
* For the new regular tmpfs vnode, v_object is initialized beforekib2013-05-021-0/+1
* - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of typepjd2013-03-211-2/+2
* tmpfs: Replace directory entry linked list with RB-Tree.gleb2013-01-061-95/+73
* tmpfs: Allow update mounts only for certain options.jh2012-04-161-0/+3
* Add reserved memory limit sysctl to tmpfs.gleb2012-04-071-50/+7
* When tmpfs_write() resets an extended file to its original size after analc2012-01-161-1/+1
* Improve the way to calculate available pages in tmpfs:delphij2011-11-211-4/+1
* Eliminate tn_reg.tn_aobj_pages. Instead, correctly maintain the vmalc2011-02-131-1/+0
* Add support for whiteouts on tmpfs.ed2010-08-221-1/+4
* - Fix some style bugs in tmpfs_mount(). [1]jh2010-01-131-4/+0
* Add locking around access to parent node, and bail out when the parentdelphij2009-10-111-1/+21
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-2/+2
* Lookup up the directory entry for the tmpfs node that are deleted bykib2009-02-081-2/+1
* The kernel implemented 'memcmp' is an alias for 'bcmp'. However, memcmpobrien2008-09-231-1/+1
* Reflect license change of NetBSD code.delphij2008-09-031-8/+1
* Move the head of byte-level advisory lock list from thekib2008-04-161-3/+0
* MFp4: Several fixes to tmpfs which makes it to survive from pho@'sdelphij2007-11-181-6/+2
* MFp4:delphij2007-08-101-4/+67
* MFp4:delphij2007-08-101-2/+2
* MFp4 - Refine locking to eliminate some potential race/panics:delphij2007-08-031-0/+1
* MFp4: Make use of the kernel unit number allocation facilitydelphij2007-07-111-4/+2
* MFp4:delphij2007-07-081-24/+2
* MFp4:delphij2007-06-291-3/+1
* Space/style cleanups after last set of commits.delphij2007-06-281-4/+4
* Reorder tf_gen and tf_id in struct tmpfs_fid. Thisdelphij2007-06-281-2/+2
* - Sync with NetBSD's RCSID (HEAD preferred).delphij2007-06-261-1/+1
* MFp4: Several clean-ups and improvements over tmpfs:delphij2007-06-251-5/+8
* MFp4: Add tmpfs, an efficient memory file system.delphij2007-06-161-0/+542
OpenPOWER on IntegriCloud