This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
sys
/
fs
History
Konstantin Belousov
d2ca06cdd2
Add convenience macro to assert tmpfs node lock.
...
Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
2014-07-14 08:59:25 +00:00
..
cd9660
Generalize vn_get_ino() to allow filesystems to use custom vnode
2014-07-14 08:34:54 +00:00
cuse
Use existing PHOLD() and PRELE() macros.
2014-06-24 18:25:43 +00:00
deadfs
…
devfs
In msdosfs_setattr(), add a check for result of the utimes(2)
2014-06-17 07:11:00 +00:00
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
Generalize vn_get_ino() to allow filesystems to use custom vnode
2014-07-14 08:34:54 +00:00
nandfs
Naughty NANDFS was using hidden unused flag, hiding the fact that the
2014-07-07 23:21:07 +00:00
nfs
Merge the NFSv4.1 server code in projects/nfsv4.1-server over
2014-07-01 20:47:16 +00:00
nfsclient
Merge the NFSv4.1 server code in projects/nfsv4.1-server over
2014-07-01 20:47:16 +00:00
nfsserver
The new NFSv3 server did not generate directory postop attributes for
2014-07-04 22:47:07 +00:00
nullfs
Fix the length calculation for the final block of a sendfile(2)
2013-09-10 10:05:59 +00:00
procfs
Relax the vm object locking. Use a read lock.
2013-06-05 17:00:10 +00:00
pseudofs
Redo r258088 to avoid relying on signed arithmetic overflow, since
2013-11-20 19:41:00 +00:00
smbfs
Use SMB_QUERY_FS_SIZE_INFO request to populate statfs structure.
2014-04-15 09:10:01 +00:00
tmpfs
Add convenience macro to assert tmpfs node lock.
2014-07-14 08:59:25 +00:00
udf
…
unionfs
…