freebsd-dev/sys/fs
Mateusz Guzik 183870cf75 Ignore the error from pipespace_new when creating a pipe.
It can fail if pipe map is exhausted (as a result of too many pipes created),
but it is not fatal and could be provoked by unprivileged users. The only
consequence is worse performance with given pipe.

Reported by:	ivoras
Suggested by:	kib
MFC after:	1 week
2014-05-02 00:52:13 +00:00
..
cd9660
deadfs
devfs
ext2fs Revert r263449; 2014-03-21 04:33:38 +00:00
fdescfs Update kernel inclusions of capability.h to use capsicum.h instead; some 2014-03-16 10:55:57 +00:00
fifofs Ignore the error from pipespace_new when creating a pipe. 2014-05-02 00:52:13 +00:00
fuse Update kernel inclusions of capability.h to use capsicum.h instead; some 2014-03-16 10:55:57 +00:00
msdosfs msdosfs: minor format fix - spaces vs tab 2014-03-20 20:14:04 +00:00
nandfs Take out the hack to write -1's to non-NAND. Always do a BIO_DELETE on 2014-04-18 17:03:43 +00:00
nfs Modify the Lookup RPC for NFSv4 so that it acquires directory 2014-04-18 22:05:34 +00:00
nfsclient Modify the NFSv4 client's Pathconf RPC (actually a Getattr Op.) 2014-04-23 22:13:10 +00:00
nfsserver The PR reported that the old NFS server did not set uio_td == NULL 2014-04-24 20:47:58 +00:00
nullfs
procfs
pseudofs
smbfs Use SMB_QUERY_FS_SIZE_INFO request to populate statfs structure. 2014-04-15 09:10:01 +00:00
tmpfs Rename global cnt to vm_cnt to avoid shadowing. 2014-03-22 10:26:09 +00:00
udf
unionfs