| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename vfs.nfsd.enable_uidtostring to vfs.nfs.enable_uidtostring. | Edward Tomasz Napierala | 2017-07-19 | 2 | -6/+7 |
| * | Consistently use vop_stdpathconf() for default pathconf values. | John Baldwin | 2017-07-11 | 8 | -115/+8 |
| * | Remove stale comments. | Pedro F. Giffuni | 2017-07-09 | 1 | -2/+2 |
| * | Style(9). Whitespace. | Dmitry Chagin | 2017-07-09 | 1 | -1/+1 |
| * | Eliminate the bogus casts. | Dmitry Chagin | 2017-07-09 | 1 | -2/+2 |
| * | Don't initialize error in declaration. | Dmitry Chagin | 2017-07-08 | 1 | -1/+1 |
| * | Eliminate the bogus cast. | Dmitry Chagin | 2017-07-08 | 1 | -1/+1 |
| * | Eliminate the bogus cast. | Dmitry Chagin | 2017-07-08 | 1 | -1/+1 |
| * | Don't take a lock around atomic operation. | Dmitry Chagin | 2017-07-08 | 1 | -8/+2 |
| * | Remove init from declaration, collapse two int vars declarations into single. | Dmitry Chagin | 2017-07-08 | 1 | -2/+2 |
| * | Remove init from declaration. | Dmitry Chagin | 2017-07-08 | 1 | -1/+1 |
| * | Style(9). Add blank line aftr {. | Dmitry Chagin | 2017-07-08 | 1 | -0/+1 |
| * | Add support for AF_LOCAL socket upcalls to the nfsuserd daemon. | Rick Macklem | 2017-07-06 | 4 | -15/+46 |
| * | ext2fs: be more verbose about unsupported ext2fs features. | Pedro F. Giffuni | 2017-07-02 | 2 | -8/+79 |
| * | Fix an NFSv3 client case that probably never happens. | Rick Macklem | 2017-06-28 | 1 | -0/+2 |
| * | Complete support for IO_APPEND flag in fuse | Conrad Meyer | 2017-06-28 | 1 | -5/+7 |
| * | Fix LINT, broken by a -Wformat warning in r320329 with PFS_DELEN being | Enji Cooper | 2017-06-27 | 1 | -1/+1 |
| * | Revert part of r320359, as suggested by rmacklem@. That case is only used | Edward Tomasz Napierala | 2017-06-27 | 1 | -1/+1 |
| * | ext2fs: Support e2di_uid_high and e2di_gid_high. | Pedro F. Giffuni | 2017-06-27 | 1 | -2/+6 |
| * | Add vfs.nfsd.nfsd_enable_uidtostring, which works just like | Edward Tomasz Napierala | 2017-06-26 | 2 | -3/+7 |
| * | Add support to the NFSv4.1/pNFS client for commits through the DS. | Rick Macklem | 2017-06-26 | 5 | -29/+72 |
| * | PFS_DELEN is the sum of the permanent part of the struct dirent and | Dmitry Chagin | 2017-06-25 | 1 | -1/+1 |
| * | Add two new compound RPCs to the NFSv4.1/pNFS client. | Rick Macklem | 2017-06-24 | 5 | -177/+830 |
| * | ext2fs: add dir_nlink feature support. | Pedro F. Giffuni | 2017-06-22 | 4 | -32/+67 |
| * | msdosfs: reformat a comment to reduce NetBSD diffs | Ed Maste | 2017-06-22 | 1 | -8/+6 |
| * | Ensure that the credentials field of the NFSv4 client open structure is | Rick Macklem | 2017-06-22 | 1 | -7/+7 |
| * | Attempt to treat "metadata" as a collectively singular noun. | Pedro F. Giffuni | 2017-06-20 | 1 | -1/+1 |
| * | Improve grammar concerning "metadata". | Pedro F. Giffuni | 2017-06-20 | 1 | -3/+2 |
| * | ext2fs: Add uninit_bg feature support. | Pedro F. Giffuni | 2017-06-20 | 5 | -9/+385 |
| * | Add the definition of maxbcachebuf to sys/buf.h. | Rick Macklem | 2017-06-19 | 2 | -2/+0 |
| * | Fix the NFS client/server so that it actually uses the 64bit ino_t filenos. | Rick Macklem | 2017-06-18 | 7 | -63/+34 |
| * | ext2fs: Enable RO huge_file feature support. | Pedro F. Giffuni | 2017-06-18 | 1 | -0/+1 |
| * | Take "extern int maxbcachebuf" out of sys/param.h, since it breaks the | Rick Macklem | 2017-06-18 | 2 | -0/+2 |
| * | Make MAXBCACHEBUF a tunable called vfs.maxbcachebuf. | Rick Macklem | 2017-06-17 | 3 | -9/+37 |
| * | Define NFS_MAXXDR as the upper bound on XDR overhead in an NFS RPC. | Rick Macklem | 2017-06-12 | 1 | -1/+15 |
| * | msdosfs: adjust #ifdefs to be similar to NetBSD | Ed Maste | 2017-06-12 | 3 | -6/+13 |
| * | Remove unnecessary, and mismatched, comment. | Pedro F. Giffuni | 2017-06-11 | 1 | -1/+1 |
| * | extfs: fix the build with no UFS_ACL. | Pedro F. Giffuni | 2017-06-11 | 2 | -0/+18 |
| * | Remove msdosfs -o large support. | Konstantin Belousov | 2017-06-09 | 4 | -245/+18 |
| * | ext2fs(4): Fix a null dererence and clean an unclear switch | Conrad Meyer | 2017-06-03 | 1 | -17/+20 |
| * | ext2fs(4): Fix a number of broken flag checks | Conrad Meyer | 2017-06-03 | 1 | -3/+3 |
| * | msdosfs: use mem{cpy,move,set} instead of bcopy,bzero | Ed Maste | 2017-06-02 | 5 | -17/+17 |
| * | Add MD_VERIFY option to enable O_VERIFY in open for vnode type. | Stephen J. Kiernan | 2017-05-31 | 1 | -0/+5 |
| * | Minor code optimisation. | Hans Petter Selasky | 2017-05-31 | 1 | -2/+2 |
| * | Fix bug in r318997: remove the line which overrides vn_fsid() | Konstantin Belousov | 2017-05-30 | 1 | -2/+1 |
| * | Fix potential memory leak. | Pedro F. Giffuni | 2017-05-28 | 1 | -6/+6 |
| * | Support for linux ext2fs posix-draft ACLs. | Pedro F. Giffuni | 2017-05-28 | 4 | -55/+981 |
| * | Use whole mnt_stat.f_fsid bits for st_dev. | Konstantin Belousov | 2017-05-27 | 1 | -6/+5 |
| * | Commit the 64-bit inode project. | Konstantin Belousov | 2017-05-23 | 8 | -51/+83 |
| * | msdosfs: constify | Ed Maste | 2017-05-21 | 1 | -4/+4 |