aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Rename vfs.nfsd.enable_uidtostring to vfs.nfs.enable_uidtostring.Edward Tomasz Napierala2017-07-192-6/+7
* Consistently use vop_stdpathconf() for default pathconf values.John Baldwin2017-07-118-115/+8
* Remove stale comments.Pedro F. Giffuni2017-07-091-2/+2
* Style(9). Whitespace.Dmitry Chagin2017-07-091-1/+1
* Eliminate the bogus casts.Dmitry Chagin2017-07-091-2/+2
* Don't initialize error in declaration.Dmitry Chagin2017-07-081-1/+1
* Eliminate the bogus cast.Dmitry Chagin2017-07-081-1/+1
* Eliminate the bogus cast.Dmitry Chagin2017-07-081-1/+1
* Don't take a lock around atomic operation.Dmitry Chagin2017-07-081-8/+2
* Remove init from declaration, collapse two int vars declarations into single.Dmitry Chagin2017-07-081-2/+2
* Remove init from declaration.Dmitry Chagin2017-07-081-1/+1
* Style(9). Add blank line aftr {.Dmitry Chagin2017-07-081-0/+1
* Add support for AF_LOCAL socket upcalls to the nfsuserd daemon.Rick Macklem2017-07-064-15/+46
* ext2fs: be more verbose about unsupported ext2fs features.Pedro F. Giffuni2017-07-022-8/+79
* Fix an NFSv3 client case that probably never happens.Rick Macklem2017-06-281-0/+2
* Complete support for IO_APPEND flag in fuseConrad Meyer2017-06-281-5/+7
* Fix LINT, broken by a -Wformat warning in r320329 with PFS_DELEN beingEnji Cooper2017-06-271-1/+1
* Revert part of r320359, as suggested by rmacklem@. That case is only usedEdward Tomasz Napierala2017-06-271-1/+1
* ext2fs: Support e2di_uid_high and e2di_gid_high.Pedro F. Giffuni2017-06-271-2/+6
* Add vfs.nfsd.nfsd_enable_uidtostring, which works just likeEdward Tomasz Napierala2017-06-262-3/+7
* Add support to the NFSv4.1/pNFS client for commits through the DS.Rick Macklem2017-06-265-29/+72
* PFS_DELEN is the sum of the permanent part of the struct dirent andDmitry Chagin2017-06-251-1/+1
* Add two new compound RPCs to the NFSv4.1/pNFS client.Rick Macklem2017-06-245-177/+830
* ext2fs: add dir_nlink feature support.Pedro F. Giffuni2017-06-224-32/+67
* msdosfs: reformat a comment to reduce NetBSD diffsEd Maste2017-06-221-8/+6
* Ensure that the credentials field of the NFSv4 client open structure isRick Macklem2017-06-221-7/+7
* Attempt to treat "metadata" as a collectively singular noun.Pedro F. Giffuni2017-06-201-1/+1
* Improve grammar concerning "metadata".Pedro F. Giffuni2017-06-201-3/+2
* ext2fs: Add uninit_bg feature support.Pedro F. Giffuni2017-06-205-9/+385
* Add the definition of maxbcachebuf to sys/buf.h.Rick Macklem2017-06-192-2/+0
* Fix the NFS client/server so that it actually uses the 64bit ino_t filenos.Rick Macklem2017-06-187-63/+34
* ext2fs: Enable RO huge_file feature support.Pedro F. Giffuni2017-06-181-0/+1
* Take "extern int maxbcachebuf" out of sys/param.h, since it breaks theRick Macklem2017-06-182-0/+2
* Make MAXBCACHEBUF a tunable called vfs.maxbcachebuf.Rick Macklem2017-06-173-9/+37
* Define NFS_MAXXDR as the upper bound on XDR overhead in an NFS RPC.Rick Macklem2017-06-121-1/+15
* msdosfs: adjust #ifdefs to be similar to NetBSDEd Maste2017-06-123-6/+13
* Remove unnecessary, and mismatched, comment.Pedro F. Giffuni2017-06-111-1/+1
* extfs: fix the build with no UFS_ACL.Pedro F. Giffuni2017-06-112-0/+18
* Remove msdosfs -o large support.Konstantin Belousov2017-06-094-245/+18
* ext2fs(4): Fix a null dererence and clean an unclear switchConrad Meyer2017-06-031-17/+20
* ext2fs(4): Fix a number of broken flag checksConrad Meyer2017-06-031-3/+3
* msdosfs: use mem{cpy,move,set} instead of bcopy,bzeroEd Maste2017-06-025-17/+17
* Add MD_VERIFY option to enable O_VERIFY in open for vnode type.Stephen J. Kiernan2017-05-311-0/+5
* Minor code optimisation.Hans Petter Selasky2017-05-311-2/+2
* Fix bug in r318997: remove the line which overrides vn_fsid()Konstantin Belousov2017-05-301-2/+1
* Fix potential memory leak.Pedro F. Giffuni2017-05-281-6/+6
* Support for linux ext2fs posix-draft ACLs.Pedro F. Giffuni2017-05-284-55/+981
* Use whole mnt_stat.f_fsid bits for st_dev.Konstantin Belousov2017-05-271-6/+5
* Commit the 64-bit inode project.Konstantin Belousov2017-05-238-51/+83
* msdosfs: constifyEd Maste2017-05-211-4/+4