aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* fusefs: Address -Wunused-but-set-variable warningsMark Johnston2022-01-204-23/+1
* fusefs: implement VOP_DEALLOCATEAlan Somers2022-01-192-4/+117
* unionfs: allow vnode lock to be held shared during VOP_OPENJason A. Harmening2022-01-122-38/+96
* nfsd: Do not accept audit/alarm ACEs for the NFSv4 serverRick Macklem2022-01-115-26/+26
* Revert "nfscommon: Add arguments for support of the dacl attribute"Rick Macklem2022-01-116-38/+30
* Revert "nfscommon: Return NFSERR_ATTRNOTSUPP for AUDIT/ALARM ACEs"Rick Macklem2022-01-111-3/+0
* nfsd: Reduce callouts rate.Alexander Motin2022-01-095-36/+13
* msdosfs: use mntfs vnode for pm_devvpKonstantin Belousov2022-01-082-11/+32
* msdosfs: on integrity error, fire a task to remount filesystem to roKonstantin Belousov2022-01-083-1/+7
* msdosfs: add msdosfs_integrity_error()Konstantin Belousov2022-01-082-0/+65
* msdosfs: sanity check sector count from BPBKonstantin Belousov2022-01-081-0/+12
* msdosfs: clusterfree() is used only in error handling casesKonstantin Belousov2022-01-083-10/+7
* msdosfs: do no allow lookup to return vdp except for dot lookupsKonstantin Belousov2022-01-081-4/+29
* msdosfs: handle a case when non-dot lookup returned dvpKonstantin Belousov2022-01-081-0/+4
* msdosfs: take inusemap inconsistency as an error, not invariants violationKonstantin Belousov2022-01-081-14/+27
* msdosfs: handle inconsistently hashed denodesKonstantin Belousov2022-01-081-2/+16
* nfscl: Always invalidate buffers for append writesRick Macklem2022-01-061-36/+39
* 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