aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Put jail(2) under COMPAT_FREEBSD11. It has been the "old" way of creatingJamie Gritton2018-08-161-3/+2
* FUSE: Document global sysctl knobsConrad Meyer2018-08-151-8/+19
* cd9660 pointer sign issues and missing __packed attributeToomas Soome2018-08-152-17/+17
* Assorted fixes to handling of LayoutRecall callbacks, mostly error handling.Rick Macklem2018-08-081-43/+51
* msdosfs: fixes for Undefined Behavior.Pedro F. Giffuni2018-08-081-5/+5
* Split the dir_index and dir_nlink features.Fedor Uporov2018-08-082-23/+13
* Fix directory blocks checksum updating logic.Fedor Uporov2018-08-082-31/+72
* FUSE: Remove some set-but-not-used variablesConrad Meyer2018-08-083-12/+2
* Allow newnfs_request() to retry all callback RPCs with an NFSERR_DELAY reply.Rick Macklem2018-08-071-3/+7
* Copy all bits of a file handle in case there is padding in the structure.Rick Macklem2018-08-052-5/+5
* Silence newer gcc warnings.Rick Macklem2018-08-021-5/+5
* FUSE: Bump maximum IO size to enable more performant operationConrad Meyer2018-08-021-1/+1
* msdosfs: trim EOL whitespaceEd Maste2018-07-315-7/+7
* cd9660: replace bcopy/bzero with C standard equivalentsEd Maste2018-07-314-9/+9
* msdosfs: use same max filesize #define as NetBSD and move to headerEd Maste2018-07-302-4/+4
* Silence newer gcc warnings.Rick Macklem2018-07-301-2/+2
* Silence newer gcc warnings.Rick Macklem2018-07-293-3/+3
* Modify the NFSv4.1 server so that it allows ReclaimComplete as done by ESXi 6.7.Rick Macklem2018-07-284-8/+20
* Use https over http for FreeBSD pagesEitan Adler2018-07-271-2/+1
* Revert msdosfs MAKEFS #ifdef changes from r319870Ed Maste2018-07-243-7/+6
* Set CLSET_TIMEOUT on TCP connections to pNFS DSs.Rick Macklem2018-07-211-1/+39
* Allow mounting FUSE filesystems in jailsAlan Somers2018-07-201-1/+1
* Modify the reasons for not issuing a delegation in the NFSv4.1 server.Rick Macklem2018-07-163-14/+23
* Shut down the TCP connection to a DS in the pNFS client when Renew fails.Rick Macklem2018-07-153-6/+10
* Fix the pNFS client when mirrors aren't on the same machine.Rick Macklem2018-07-144-31/+58
* Close down the TCP connection to a pNFS DS when it is disabled.Rick Macklem2018-07-131-1/+37
* Change the pNFS client so that it does not report an NFSERR_STALE fromRick Macklem2018-07-131-3/+5
* Modify the NFSv4.1 pNFS client to use separate TCP connections for DSs.Rick Macklem2018-07-122-19/+25
* Ignore the cookie verifier for NFSv4.1 when the cookie is 0.Rick Macklem2018-07-111-4/+2
* Add support for a "forced" pnfsdskill to the pNFS server kernel code.Rick Macklem2018-07-094-12/+21
* Fix the kernel part of pnfsdscopymr() to handle holes in the file being copied.Rick Macklem2018-07-082-3/+20
* Fix handling of the hybrid DS case for a pNFS server.Rick Macklem2018-07-071-33/+64
* Change the pNFS server so that it does not disable a mirrored DS forRick Macklem2018-07-061-2/+3
* Fix the pNFS server so that it handles the "#mds_path" check for mirrors.Rick Macklem2018-07-041-2/+2
* Add an optional feature to the pNFS server.Rick Macklem2018-07-025-48/+184
* Fix the pNFS server for a case where mirror level equals number of DSs.Rick Macklem2018-06-291-4/+21
* Set the slotid and ND_HASSLOTID flag for NFSv4.1 sequenced operations.Rick Macklem2018-06-231-0/+2
* Define ND_HASSLOTID needed by r335568.Rick Macklem2018-06-231-0/+1
* Fix the handling of NFSv4.1 sessions for "soft" mounts.Rick Macklem2018-06-221-16/+64
* Change the NFSv4.1 pNFS client so that it returns the DS error in layoutreturn.Rick Macklem2018-06-223-10/+30
* Add a counter to limit the number of disabled DSs for a mirrored pNFS MDS.Rick Macklem2018-06-221-3/+14
* Revert r335263, since it can cause crashes in unusual circumstances.Rick Macklem2018-06-171-88/+16
* Make the pNFS NFSv4.1 client return a Flexible File layout upon error.Rick Macklem2018-06-174-16/+95
* Fix NFSv4.1 client side handling of "soft,retrans=2" mounts.Rick Macklem2018-06-161-16/+88
* Move four functions in nfscl.ko to nfscommon.ko.Rick Macklem2018-06-146-384/+384
* Fix the encoding of major and minor numbers in 64-bit dev_t by restoringBruce Evans2018-06-131-2/+3
* Merge the pNFS server code from projects/pnfs-planb-server into head.Rick Macklem2018-06-1218-218/+5471
* Add a couple of safety belt checks to the NFSv4.1 client related to sessions.Rick Macklem2018-06-112-5/+8
* Add checks for the Flexible File layout to LayoutRecall callbacks.Rick Macklem2018-06-101-2/+9
* Delete some macros that are unused.Rick Macklem2018-06-091-15/+0