aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* cuse(3): Allow shared memory allocations up to, but excluding 2 GBytes.Hans Petter Selasky2022-07-203-73/+46
* cuse(3): Fix an off-by-one.Hans Petter Selasky2022-07-201-1/+1
* Adjust dtnfsclient_unload() definition to avoid clang 15 warningDimitry Andric2022-07-191-1/+1
* cd9660: Use ANSI (c89) prototypesEd Maste2022-07-177-262/+67
* vm_pager: Remove references to KVME_TYPE_DEFAULT in the kernelMark Johnston2022-07-171-1/+0
* nfsd: Fix CreateSession for an established ClientIDRick Macklem2022-07-132-21/+43
* nfscl: Fix CreateSession for an established ClientIDRick Macklem2022-07-111-1/+1
* nfscl: Replace "cred" with NULL to cleanup codeRick Macklem2022-07-111-1/+1
* nfscl: Do not call nfscl_hasexpired() for NFSv4.1/4.2Rick Macklem2022-07-101-11/+31
* nfscl: Enable detection of bad session slotsRick Macklem2022-07-101-9/+44
* nfscl: Initialize nfsess_badslots to zeroRick Macklem2022-07-091-0/+1
* nfscl: Add optional support for slots marked badRick Macklem2022-07-095-21/+59
* nfscl: Move nfsrpc_destroysession into nfscommonRick Macklem2022-07-094-33/+33
* nfscl: Change the cred argument to non-NULL for pNFS proxiesRick Macklem2022-07-091-8/+8
* nfscl: Add a cred argument to nfscl_reqstart()Rick Macklem2022-07-085-95/+108
* nfscl: Fix setting of nfsess_defunct for nfscl_hasexpired()Rick Macklem2022-07-081-3/+5
* cuse(3): Remove PAGE_SIZE from libcuse.Hans Petter Selasky2022-06-252-4/+11
* nfscommon: Clean up the code by removing the vnode_vtype() macroRick Macklem2022-06-241-1/+0
* nfscommon: Clean up the code by not using the vnode_vtype() macroRick Macklem2022-06-241-1/+1
* nfscl: Clean up the code by not using the vnode_vtype() macroRick Macklem2022-06-232-7/+7
* nfsd: Clean up the code by not using the vnode_vtype() macroRick Macklem2022-06-222-25/+25
* nfscl: Clean up the code by removing vfs_flags() macroRick Macklem2022-06-202-2/+1
* nfscl: Clean up the code by removing #if(n)def APPLERick Macklem2022-06-183-12/+0
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-174-11/+10
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-174-18/+13
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-164-13/+12
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-163-9/+9
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-153-11/+9
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-153-9/+9
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-143-15/+12
* null_vptocnp(): busy nullfs mp instead of refing itKonstantin Belousov2022-06-141-5/+7
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-133-23/+16
* fdescfs: allow chown/utime etc on fdescfs fd for underlying files opened with...Konstantin Belousov2022-06-061-2/+8
* nfscl: Do not flush when a write delegation is heldRick Macklem2022-06-021-0/+6
* nfscl: Enable support for the Lookup+Open RPCRick Macklem2022-05-311-6/+0
* sysent: Get rid of bogus sys/sysent.h include.Dmitry Chagin2022-05-285-5/+3
* nfscl: Add a diagnostic printf() for a "should never happen" caseRick Macklem2022-05-271-1/+5
* nfscl: Do not handle NFSERR_BADSESSION in operation codeRick Macklem2022-05-272-3/+2
* fusefs: handle evil servers that return illegal inode numbersAlan Somers2022-05-123-3/+31
* fusefs: fix an undefined variable accessAlan Somers2022-05-051-1/+1
* nfsd: Add a sanity check for Owner/OwnerGroup string lengthRick Macklem2022-05-042-2/+9
* nfsd: Fix handling of Open/Create for the pNFS serverRick Macklem2022-05-041-4/+4
* nfscl: Acquire a refcount on "cred" for mirrored pNFS RPCsRick Macklem2022-05-031-7/+16
* nfsd: Fix session slot freeing for NFSv4.1/4.2Rick Macklem2022-05-021-0/+2
* nfsd: Add a sanity check to SecinfoNoname for file typeRick Macklem2022-05-011-0/+5
* nfscl: Add support for a NFSv4 AppendWrite RPCRick Macklem2022-04-305-25/+78
* fusefs: use the fsname mount option if setAlan Somers2022-04-291-2/+5
* fusefs: fix FUSE_CREATE with file handles and fuse protocol < 7.9Alan Somers2022-04-281-1/+5
* ext2: plug a set-but-not-used varMateusz Guzik2022-04-191-0/+4
* fusefs: correctly handle servers that report too much data writtenAlan Somers2022-04-191-6/+12