freebsd-src/sys/fs
Jaakko Heinonen 189ee6be40 - Change the type of nodes_max to u_int and use "%u" format string to
convert its value. [1]
- Set default tm_nodes_max to min(pages + 3, UINT32_MAX). It's more
  reasonable than the old four nodes per page (with page size 4096) because
  non-empty regular files always use at least one page. This fixes possible
  overflow in the calculation. [2]
- Don't allow more than tm_nodes_max nodes allocated in tmpfs_alloc_node().

PR:		kern/138367
Suggested by:	bde [1], Gleb Kurtsou [2]
Approved by:	trasz (mentor)
2010-01-20 16:56:20 +00:00
..
cd9660 In vn_vget_ino() and their inline equivalents, mnt_ref() the mount point 2009-07-02 18:02:55 +00:00
coda Change the type of uio_resid member of struct uio from int to ssize_t. 2009-06-25 18:46:30 +00:00
deadfs
devfs Let access overriding to TTYs depend on the cdev_priv, not the vnode. 2009-12-19 18:42:12 +00:00
ext2fs Revert parts of r202283: 2010-01-18 19:09:16 +00:00
fdescfs
fifofs - Improve comments about locking of the "struct fifoinfo" which is a bit 2009-11-06 22:29:46 +00:00
hpfs
msdosfs Revert previous commit and add myself to the list of people who should 2009-09-08 13:19:05 +00:00
nfs Modify the experimental server so that it uses VOP_ACCESSX(). 2009-12-25 20:44:19 +00:00
nfsclient Fix three related problems in the experimental nfs client when 2010-01-03 18:27:10 +00:00
nfsserver The test for "same client" for the experimental nfs server over NFSv4 2010-01-03 20:08:10 +00:00
ntfs Fix ntfs such that it understand media with a non-512-bytes sector size: 2009-12-07 15:15:08 +00:00
nullfs
nwfs
portalfs Don't use ap->a_td->td_ucred when we were passed ap->a_cred. 2009-12-02 18:09:22 +00:00
procfs Update the comment on printing group membership to reflect that fact 2010-01-09 23:23:52 +00:00
pseudofs If a race is detected, pfs_vncache_alloc() may reclaim a vnode that had 2009-09-07 12:10:41 +00:00
smbfs Remove unused smbfs_smb_qpathinfo(). 2010-01-08 15:53:07 +00:00
tmpfs - Change the type of nodes_max to u_int and use "%u" format string to 2010-01-20 16:56:20 +00:00
udf
unionfs Fix some LORs between vnode locks and filedescriptor table locks. 2009-07-31 13:40:06 +00:00