aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* unionfs: implement VOP_SET_TEXT/VOP_UNSET_TEXTJason A. Harmening2022-01-031-0/+34
* unionfs: simplify writecount managementJason A. Harmening2022-01-032-23/+38
* mountmsdosfs(): some styleKonstantin Belousov2022-01-021-30/+25
* fusefs: implement VOP_ALLOCATEAlan Somers2022-01-013-1/+100
* fusefs: fix .. lookups when the parent has been reclaimed.Alan Somers2022-01-011-8/+18
* fusefs: copy_file_range must update file timestampsAlan Somers2022-01-011-0/+2
* Fix a race in fusefs that can corrupt a file's size.Alan Somers2022-01-016-9/+46
* Improve extents verification logicFedor Uporov2021-12-302-75/+224
* Add more accurate check for root inodeFedor Uporov2021-12-301-9/+10
* Add more accurate directory entries checkFedor Uporov2021-12-301-29/+10
* Remove unnecessary e2fs_first_dblock value checkFedor Uporov2021-12-301-7/+0
* nfscommon: Return NFSERR_ATTRNOTSUPP for AUDIT/ALARM ACEsRick Macklem2021-12-271-0/+3
* nfscommon: Add arguments for support of the dacl attributeRick Macklem2021-12-276-30/+38
* rpc: Delete AUTH_NEEDS_TLS(_MUTUAL_HOST) auth_stat valuesRick Macklem2021-12-232-0/+9
* nfscl: Check for mmap(2)'d file before doing direct outputRick Macklem2021-12-201-1/+13
* nfscl: Partially revert commit 867c27c23a5cRick Macklem2021-12-161-4/+4
* Change VOP_READDIR's cookies argument to a **uint64_tAlan Somers2021-12-1613-30/+28
* nfs: don't truncate directory cookies to 32-bits in the NFS serverAlan Somers2021-12-163-14/+15
* nfscl: Handle CB_SEQUENCE not first op correctlyRick Macklem2021-12-161-15/+15
* nfscl: Change IO_APPEND writes to direct I/ORick Macklem2021-12-152-5/+9
* nfscl: add a filesize limit check to nfs_allocate()Rick Macklem2021-12-131-6/+13
* nfsd: Limit parsing of layout errors to maxcnt bytesRick Macklem2021-12-131-1/+12
* nfscl: Fix must_commit handling for mirrored pNFS mountsRick Macklem2021-12-121-2/+6
* nfscl: Fix must_commit/writeverf handling for Direct I/ORick Macklem2021-12-112-9/+42
* nfscl: Check for an error return from nfsrv_getattrbits()Rick Macklem2021-12-091-2/+6
* nfscl: Sanity check the callback tag lengthRick Macklem2021-12-091-1/+2
* pseudofs: Destroy vncache hashtbl on pseudofs module unload.Dmitry Chagin2021-12-091-0/+1
* modules: increase MAXMODNAME and provide backward compatBjoern A. Zeeb2021-12-093-0/+3
* unionfs: implement VOP_VPUT_PAIRJason A. Harmening2021-12-081-0/+133
* Remove unnecessary thread argument from unionfs_nodeget() and _noderem()Jason A. Harmening2021-12-084-19/+12
* fusefs: invalidate the cache during copy_file_rangeAlan Somers2021-12-071-0/+10
* fusefs: inline fuse_io_dispatchAlan Somers2021-12-073-181/+178
* fusefs: correctly handle an inode that changes file typesAlan Somers2021-12-072-14/+20
* nfsd: Fix Verify for attributes like FilesAvailRick Macklem2021-12-041-30/+61
* nfsd: Sanity check the Layouttype countRick Macklem2021-12-041-0/+9
* Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert2021-12-023-2/+17
* wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert2021-12-023-17/+2
* nfsd: Sanity check the ACL attributeRick Macklem2021-12-012-1/+15
* nfsd: Do not try to cache a reply for NFSERR_BADSLOTRick Macklem2021-12-011-1/+2
* ext2: Check for e2fs_first_dblock in ext2_compute_sb_data()Neel Chauhan2021-11-291-1/+9
* fusefs: update atime on reads when using cached attributesAlan Somers2021-11-295-6/+33
* fusefs: fix copy_file_range when extending a fileAlan Somers2021-11-291-0/+3
* nfs: Quiet a few "unused" warningsRick Macklem2021-11-283-5/+4
* fusefs: delete a redundant getnanouptimeAlan Somers2021-11-281-1/+0
* nfscl: Disable use of the LookupOpen RPCRick Macklem2021-11-271-1/+7
* vfs: replace the MNTK_TEXT_REFS flag with VIRF_TEXT_REFMateusz Guzik2021-11-272-2/+2
* nfscl: Sanity check the Sequence slotid in replyRick Macklem2021-11-271-0/+12
* nfsd: Sanity check the len argument for ListXattrRick Macklem2021-11-261-2/+4
* nfsd: Add checks for layout errors in LayoutReturnRick Macklem2021-11-262-1/+7
* nfscl: Sanity check irdcnt in nfsrpc_createsessionRick Macklem2021-11-261-0/+4