aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* MFS12 r341490, r341493:Glen Barber2018-12-053-5/+9
* MFstable/12 r340970:Mark Johnston2018-11-2715-35/+43
* MFS12 r340849, r340850, r340851:Ed Maste2018-11-233-8/+18
* Fix the pNFS server's reporting of disk space usage for the "#<path>" case.Rick Macklem2018-10-091-5/+22
* Revert r339174: Move 32-bit compat support for FIODGNAME to the right place.Brooks Davis2018-10-041-42/+8
* Move 32-bit compat support for FIODGNAME to the right place.Brooks Davis2018-10-031-8/+42
* Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray2018-08-261-1/+1
* FUSE extattrs: fix issue when neither uio nor size were not passed to VOP_* (...Fedor Uporov2018-08-211-22/+21
* FUSE extattrs: fix issue when neither uio nor size were not passed to VOP_*.Fedor Uporov2018-08-212-49/+62
* Change unused inodes counters behavior in the cylinder groups.Fedor Uporov2018-08-211-8/+7
* Fix directory blocks checksum updating logic.Fedor Uporov2018-08-214-17/+37
* Fix LORs between vn_start_write() and vn_lock() in nfsrv_copymr().Rick Macklem2018-08-181-18/+26
* Fix LORs between vn_start_write() and vn_lock() in the pNFS server.Rick Macklem2018-08-174-55/+56
* Don't set a file's size for the MDS file of a pNFS service.Rick Macklem2018-08-171-2/+26
* 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