summaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* MFC r303710:Konstantin Belousov2016-08-104-40/+18
* MFC r303704:Konstantin Belousov2016-08-104-16/+8
* Handle IOC_VOID special case of passing an integer IOCTL argument through CUSE.Hans Petter Selasky2016-07-061-1/+1
* Rewrite sigdeferstop(9) and sigallowstop(9) into more flexibleKonstantin Belousov2016-06-261-6/+4
* Clean other flags in ncl_inactive, only. Add comment explaining why otherKonstantin Belousov2016-06-261-3/+14
* Since VOP_INACTIVE() is not guaranteed to be called, all cleanupsKonstantin Belousov2016-06-251-24/+33
* Do not access NFS data for reclaimed vnode.Konstantin Belousov2016-06-191-4/+8
* Another follow-up to r291460. Only access vp->v_rdev for VCHR vnodesKonstantin Belousov2016-06-151-13/+20
* Fix a style bug.Kevin Lo2016-06-081-1/+1
* ext2fs: Stop dropping and reacquiring Giant around geom calls.Pedro F. Giffuni2016-06-071-12/+0
* nfs_clvfsops: Fix leading whitespace introduced in r299848Conrad Meyer2016-06-071-29/+29
* nfs_clvfsops: Prevent strdup of stack garbage with bogus mount specsConrad Meyer2016-06-071-1/+2
* ext2fs: rearrange ext4_bmapext().Pedro F. Giffuni2016-06-071-17/+16
* ext2fs(5): Cosmetic cleanups, mostly to the ext4 code.Pedro F. Giffuni2016-06-073-16/+16
* ext2fs: cleanup generation number management.Pedro F. Giffuni2016-06-072-11/+3
* Remove drop/reacquire of Giant around geom calls for cd9660 and udf.Konstantin Belousov2016-05-222-12/+0
* arc4random() returns 0 to (2**32)−1, use an alternative to initializeKevin Lo2016-05-222-2/+4
* Same as for UFS, remove drop/reacquire of Giant, and use si_mountpt asKonstantin Belousov2016-05-211-17/+13
* Remove zero assignments in the cdev allocator. cdp memory isKonstantin Belousov2016-05-211-5/+0
* If a local (AF_LOCAL, AF_UNIX) socket creation (bind) is attemptedRick Macklem2016-05-181-3/+4
* Comment fix: the getsockaddr() is actually meant here.Gleb Smirnoff2016-05-181-3/+3
* Silence down the "insmntque() failed" autofs error; it happensEdward Tomasz Napierala2016-05-171-1/+1
* Fix fuse for "cp" of a mode 0444 file to the file system.Rick Macklem2016-05-153-1/+24
* Make it possible to reroot into NFS. This means one can haveEdward Tomasz Napierala2016-05-151-8/+122
* Fix fuse so that stale buffer cache data isn't read.Rick Macklem2016-05-151-0/+2
* Fix fuse to use DIRECT_IO when required.Rick Macklem2016-05-142-2/+23
* nfsd: Fix use-after-free in NFS4 lock test serviceConrad Meyer2016-05-121-2/+2
* Use vfs_hash_ref(9) to eliminate LK_EXCLOTHER kludge. As aKonstantin Belousov2016-05-112-43/+13
* Don't increment srvrpccnt[] for the NFSv4.1 operations.Rick Macklem2016-05-071-1/+6
* nfsserver: minor spelling fix in comment.Pedro F. Giffuni2016-05-061-1/+1
* Give mountd -S priority over outstanding RPC requests when suspending the nfsd.Rick Macklem2016-05-061-0/+6
* Add nid_namelen bounds check to nfssvc system callEd Maste2016-05-061-0/+4
* Rationalize license numbering in fdescfs(5)Ed Maste2016-04-303-3/+3
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-301-2/+2
* ANSIfy fdescfs(5)Ed Maste2016-04-302-58/+13
* sys/fs: spelling fixes in comments.Pedro F. Giffuni2016-04-2915-21/+21
* fs/ext2fs: spelling fixes on comment.Pedro F. Giffuni2016-04-291-1/+1
* NFS: spelling fixes on comments.Pedro F. Giffuni2016-04-2911-26/+26
* sys/devfs: unsign an index to prevent signed integer overflow.Pedro F. Giffuni2016-04-281-1/+1
* msdosfs: Prevent buffer overflow when expanding win95 namesKristof Provost2016-04-262-9/+23
* sys: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-3/+2
* ext2fs: make use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-4/+4
* Allow the NFSv4 server to reply NFSERR_WRONGSEC for the SetClientID operation.Rick Macklem2016-04-231-0/+1
* ext2_htree_release(): prevent signed integer overflow in a loop.Pedro F. Giffuni2016-04-231-1/+1
* Fix a LOR in the NFSv4.1 server.Rick Macklem2016-04-232-6/+6
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* kernel: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-192-3/+3
* fs misc: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-154-7/+7
* If the VOP_SETATTR() call that saves the exclusive create verifier failed,Rick Macklem2016-04-121-0/+10
* Bruce Evans reported that there was a performance regression betweenRick Macklem2016-04-112-4/+6