aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* nfscl: add check for NULL clp and forced dismounts to nfscl_delegreturnvp()Rick Macklem2021-04-282-3/+12
* nfscl: fix the handling of NFSERR_DELAY for Open/LayoutGet RPCsRick Macklem2021-04-271-0/+2
* nfsd: fix the slot sequence# when a callback failsRick Macklem2021-04-264-7/+26
* nfscl: return delegations in the NFS VOP_RECLAIM()Rick Macklem2021-04-263-10/+50
* nfscl: fix delegation recall when the file is not openRick Macklem2021-04-251-23/+30
* nfsd: fix session slot handling for failed callbacksRick Macklem2021-04-231-12/+18
* nfscommon: fix function name in commentRick Macklem2021-04-201-1/+1
* nfsd: fix stripe size reply for the File Layout pNFS serverRick Macklem2021-04-201-8/+2
* Revert "nfsd: cut the Linux NFSv4.1/4.2 some slack w.r.t. RFC5661"Rick Macklem2021-04-151-20/+3
* pseudofs: limit writes to 1MKonstantin Belousov2021-04-141-0/+3
* nfs client: depend on xdrKonstantin Belousov2021-04-131-0/+1
* nfsd: cut the Linux NFSv4.1/4.2 some slack w.r.t. RFC5661Rick Macklem2021-04-111-3/+20
* nfsv4 client: do the BindConnectionToSession as requiredRick Macklem2021-04-116-6/+109
* nfsd: fix replies from session cache for multiple retriesRick Macklem2021-04-101-4/+30
* nfsd: fix replies from session cache for retried RPCsRick Macklem2021-04-082-1/+8
* nfsd: make the server repeat CB_RECALL every couple of secondsRick Macklem2021-04-052-6/+16
* nfsd: fix BindConnectionToSession so that it clears "cb path down"Rick Macklem2021-04-041-0/+1
* nullfs: protect against user creating inconsistent stateKonstantin Belousov2021-04-021-4/+15
* nfsv4 client: factor loop contents out into a separate functionRick Macklem2021-04-011-25/+38
* nfsd: do not implicitly bind the back channel for NFSv4.1/4.2 mountsRick Macklem2021-03-301-29/+4
* nfsv4 client: replace while loops with LIST_FOREACH() loopsRick Macklem2021-03-291-17/+17
* nfsv4.1/4.2 client: fix handling of delegations for "oneopenown" mnt optionRick Macklem2021-03-291-8/+6
* nfsv4 client: fix forced dismount when sleeping in the renew threadRick Macklem2021-03-231-7/+16
* fusefs: fix a dead store in fuse_vnop_advlockAlan Somers2021-03-201-1/+0
* nfsv4 client: fix forced dismount when sleeping on nfsv4lckRick Macklem2021-03-192-8/+6
* fusefs: fix two bugs regarding fcntl file locksAlan Somers2021-03-181-3/+7
* nfsv4 pnfs client: fix updating of the layout stateid.seqidRick Macklem2021-03-181-3/+12
* Fix some common typos in commentsGordon Bergling2021-03-131-2/+2
* null_vput_pair(): release use reference on dvp earlierKonstantin Belousov2021-03-121-14/+31
* nfsclient: Fix ReadDS/WriteDS/CommitDS nfsstats RPC counts for a NFSv3 DSRick Macklem2021-03-022-1/+12
* nfsclient: Fix the stripe unit size for a File Layout pNFS layoutRick Macklem2021-03-011-1/+1
* nfsclient: add nfs node locking around uses of n_direofoffsetRick Macklem2021-02-283-6/+28
* nfsclient: add checks for a server returning the current directoryRick Macklem2021-02-281-9/+29
* Fix diroffdiroff, probably copy/paste bug.Alexander Motin2021-02-281-1/+1
* nfsclient: fix panic in cache_enter_time()Rick Macklem2021-02-281-0/+1
* Close races in vm object chain traversal for unlockRyan Libby2021-02-251-2/+3
* Fix makefs bootstrap after d485c77f203fb0f4cdc08dea5ff81631b51d8809Alex Richardson2021-02-221-2/+0
* ext2fs: clear write cluster tracking on truncationKonstantin Belousov2021-02-211-0/+1
* vnode: move write cluster support data to inodes.Konstantin Belousov2021-02-219-4/+17
* Remove #define _KERNEL hacks from libprocstatKonstantin Belousov2021-02-213-2/+10
* Enforce net epoch in in6_selectsrc().Alexander V. Chernikov2021-02-151-0/+3
* fusefs: set d_off during VOP_READDIRAlan Somers2021-02-131-6/+7
* nfsserver: use VOP_VPUT_PAIR().Konstantin Belousov2021-02-121-16/+22
* nullfs: provide special bypass for VOP_VPUT_PAIRKonstantin Belousov2021-02-121-0/+49
* vn_open(): If the vnode is reclaimed during open(2), do not return error.Konstantin Belousov2021-02-121-2/+9
* devfs: fix use count leak when using TIOCSCTTYMateusz Guzik2021-02-091-1/+1
* msdosfs: fix vnode leak with msdosfs_rename()Edward Tomasz Napierala2021-01-311-0/+8
* msdosfs: fix double unlock if the source file disappearsEdward Tomasz Napierala2021-01-311-1/+0
* tmpfs: implement pathconf(_PC_SYMLINK_MAX)Alex Richardson2021-01-291-0/+4
* tmpfs: push VEXEC check into tmpfs_lookup()Kyle Evans2021-01-291-6/+11