summaryrefslogtreecommitdiffstats
path: root/sys/fs/tmpfs/tmpfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r312432:kib2017-02-021-1/+4
* MFC r312428:kib2017-02-021-23/+39
* MFC r312414:kib2017-01-261-3/+3
* MFC r312409:kib2017-01-261-19/+14
* MFC r312124 (by mjg):kib2017-01-261-1/+1
* MFC r311526 (by mjg):kib2017-01-261-1/+1
* Check suspendability on the mountpoint returned by VOP_GETWRITEMOUNT.markj2015-07-051-1/+11
* Update mtime for tmpfs files modified through memory mapping. Similarkib2015-01-281-0/+35
* tmpfs does not use UVM on FreeBSD.kib2015-01-281-4/+4
* 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
* Rework the tmpfs unmount.kib2014-07-141-24/+50
* Remove code separator lines which do not conform to style(9).kib2014-07-141-16/+0
* Fix -o size less than PAGE_SIZE resulting in SIZE_MAX being used.bdrewery2014-03-141-2/+4
* Allow tmpfs be mounted inside jail.delphij2013-08-231-1/+7
* tmpfs works perfectly fine with -o union -- there is no reason to exclude itnwhitehorn2013-07-231-1/+1
* tmpfs: Replace directory entry linked list with RB-Tree.gleb2013-01-061-13/+2
* 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
* tmpfs: Allow update mounts only for certain options.jh2012-04-161-6/+12
* tmpfs supports only INT_MAX nodes due to limitations of unit numbergleb2012-04-071-3/+7
* Add vfs_getopt_size. Support human readable file system options in tmpfs.gleb2012-04-071-16/+13
* Add reserved memory limit sysctl to tmpfs.gleb2012-04-071-10/+18
* Return EOPNOTSUPP since we only support update mounts for NFS export.kevlo2012-01-171-0/+4
* Add nfs export support to tmpfs(5)kevlo2012-01-161-4/+2
* Don astbestos garment and remove the warning about TMPFS being experimentalmarcel2011-11-071-3/+0
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-2/+4
* Add "maxfilesize" mount option for tmpfs to allow specifying thejh2010-01-291-57/+8
* - Change the type of nodes_max to u_int and use "%u" format string tojh2010-01-201-6/+9
* - Fix some style bugs in tmpfs_mount(). [1]jh2010-01-131-7/+7
* - Change the type of size_max to u_quad_t because its value is convertedjh2010-01-081-3/+3
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-13/+12
* Reflect license change of NetBSD code.delphij2008-09-031-8/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-1/+1
* Move the head of byte-level advisory lock list from thekib2008-04-161-1/+0
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* size_max should be unsigned, as such, use size_t here.delphij2007-12-061-1/+1
* MFp4: Several fixes to tmpfs which makes it to survive from pho@'sdelphij2007-11-181-1/+0
* MFp4: Fix several style(9) bugs.delphij2007-11-181-19/+12
* Correct a stack overflow which will trigger panics whendelphij2007-11-121-1/+1
* MFp4: Provide a dummy verb "export" to shut up the messagedelphij2007-10-041-1/+1
* Additional work is still needed before we can claim that tmpfsdelphij2007-10-041-0/+3
* MFp4:delphij2007-08-101-2/+5
* MFp4: Force 64-bit arithmatic when caculating the maximum file size.delphij2007-07-241-1/+1
* MFp4: When swapping is not enabled, allow creating files by takingdelphij2007-07-231-1/+1
* MFp4: Make use of the kernel unit number allocation facilitydelphij2007-07-111-14/+6
* MFp4:delphij2007-07-081-21/+42
* MFp4:delphij2007-06-291-4/+2
OpenPOWER on IntegriCloud