aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Ensure the dirent remains initialized when dirent.d_fileno is unset.Mark Johnston2018-11-231-1/+2
* Ensure that directory entry padding bytes are zeroed.Mark Johnston2018-11-2314-28/+29
* Make sure the NFS readdir client fills in all "struct dirent" data.Rick Macklem2018-11-231-8/+14
* proc: convert pfind & friends to use pidhash locks and other cleanupMateusz Guzik2018-11-212-11/+11
* tmpfs: use unr64 for inode numbersMateusz Guzik2018-11-203-13/+3
* Improve sanity checking for the dircount hint argument toRick Macklem2018-11-201-0/+6
* nfsm_advance() would panic() when the offs argument was negative.Rick Macklem2018-11-201-3/+7
* r304026 added code that started statistics gathering for an operationRick Macklem2018-11-201-5/+5
* Remove comments made obsolete by the ino64 work.Mark Johnston2018-11-192-2/+2
* Add d_off support for multiple filesystems.Konstantin Belousov2018-11-148-0/+19
* Change nfs_advlock() so that the NFSVOPUNLOCK() is mostly done at the end.Rick Macklem2018-11-061-18/+19
* Use declared types for caddr_t arguments.Brooks Davis2018-11-061-2/+1
* Make vop_symlink take a const target path.Brooks Davis2018-11-028-12/+12
* Fix NFS client vnode locking to avoid a crash during forced dismount.Rick Macklem2018-11-011-6/+9
* Move 32-bit compat support for FIODGNAME to the right place.Brooks Davis2018-10-261-8/+34
* Only call sigdeferstop() for NFS.Konstantin Belousov2018-10-231-2/+27
* nfsrvd_readdirplus: for some errors, do not fail the entire requestAndriy Gapon2018-10-221-10/+31
* 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