| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove drop/reacquire of Giant around geom calls for cd9660 and udf. | Konstantin Belousov | 2016-05-22 | 2 | -12/+0 |
| * | arc4random() returns 0 to (2**32)−1, use an alternative to initialize | Kevin Lo | 2016-05-22 | 2 | -2/+4 |
| * | Same as for UFS, remove drop/reacquire of Giant, and use si_mountpt as | Konstantin Belousov | 2016-05-21 | 1 | -17/+13 |
| * | Remove zero assignments in the cdev allocator. cdp memory is | Konstantin Belousov | 2016-05-21 | 1 | -5/+0 |
| * | If a local (AF_LOCAL, AF_UNIX) socket creation (bind) is attempted | Rick Macklem | 2016-05-18 | 1 | -3/+4 |
| * | Comment fix: the getsockaddr() is actually meant here. | Gleb Smirnoff | 2016-05-18 | 1 | -3/+3 |
| * | Silence down the "insmntque() failed" autofs error; it happens | Edward Tomasz Napierala | 2016-05-17 | 1 | -1/+1 |
| * | Fix fuse for "cp" of a mode 0444 file to the file system. | Rick Macklem | 2016-05-15 | 3 | -1/+24 |
| * | Make it possible to reroot into NFS. This means one can have | Edward Tomasz Napierala | 2016-05-15 | 1 | -8/+122 |
| * | Fix fuse so that stale buffer cache data isn't read. | Rick Macklem | 2016-05-15 | 1 | -0/+2 |
| * | Fix fuse to use DIRECT_IO when required. | Rick Macklem | 2016-05-14 | 2 | -2/+23 |
| * | nfsd: Fix use-after-free in NFS4 lock test service | Conrad Meyer | 2016-05-12 | 1 | -2/+2 |
| * | Use vfs_hash_ref(9) to eliminate LK_EXCLOTHER kludge. As a | Konstantin Belousov | 2016-05-11 | 2 | -43/+13 |
| * | Don't increment srvrpccnt[] for the NFSv4.1 operations. | Rick Macklem | 2016-05-07 | 1 | -1/+6 |
| * | nfsserver: minor spelling fix in comment. | Pedro F. Giffuni | 2016-05-06 | 1 | -1/+1 |
| * | Give mountd -S priority over outstanding RPC requests when suspending the nfsd. | Rick Macklem | 2016-05-06 | 1 | -0/+6 |
| * | Add nid_namelen bounds check to nfssvc system call | Ed Maste | 2016-05-06 | 1 | -0/+4 |
| * | Rationalize license numbering in fdescfs(5) | Ed Maste | 2016-04-30 | 3 | -3/+3 |
| * | sys: Make use of our rounddown() macro when sys/param.h is available. | Pedro F. Giffuni | 2016-04-30 | 1 | -2/+2 |
| * | ANSIfy fdescfs(5) | Ed Maste | 2016-04-30 | 2 | -58/+13 |
| * | sys/fs: spelling fixes in comments. | Pedro F. Giffuni | 2016-04-29 | 15 | -21/+21 |
| * | fs/ext2fs: spelling fixes on comment. | Pedro F. Giffuni | 2016-04-29 | 1 | -1/+1 |
| * | NFS: spelling fixes on comments. | Pedro F. Giffuni | 2016-04-29 | 11 | -26/+26 |
| * | sys/devfs: unsign an index to prevent signed integer overflow. | Pedro F. Giffuni | 2016-04-28 | 1 | -1/+1 |
| * | msdosfs: Prevent buffer overflow when expanding win95 names | Kristof Provost | 2016-04-26 | 2 | -9/+23 |
| * | sys: extend use of the howmany() macro when available. | Pedro F. Giffuni | 2016-04-26 | 1 | -3/+2 |
| * | ext2fs: make use of the howmany() macro when available. | Pedro F. Giffuni | 2016-04-26 | 1 | -4/+4 |
| * | Allow the NFSv4 server to reply NFSERR_WRONGSEC for the SetClientID operation. | Rick Macklem | 2016-04-23 | 1 | -0/+1 |
| * | ext2_htree_release(): prevent signed integer overflow in a loop. | Pedro F. Giffuni | 2016-04-23 | 1 | -1/+1 |
| * | Fix a LOR in the NFSv4.1 server. | Rick Macklem | 2016-04-23 | 2 | -6/+6 |
| * | sys: use our roundup2/rounddown2() macros when param.h is available. | Pedro F. Giffuni | 2016-04-21 | 1 | -1/+1 |
| * | kernel: use our nitems() macro when it is available through param.h. | Pedro F. Giffuni | 2016-04-19 | 2 | -3/+3 |
| * | fs misc: for pointers replace 0 with NULL. | Pedro F. Giffuni | 2016-04-15 | 4 | -7/+7 |
| * | If the VOP_SETATTR() call that saves the exclusive create verifier failed, | Rick Macklem | 2016-04-12 | 1 | -0/+10 |
| * | Bruce Evans reported that there was a performance regression between | Rick Macklem | 2016-04-11 | 2 | -4/+6 |
| * | ext2fs: replace 0 with NULL for pointers. | Pedro F. Giffuni | 2016-04-11 | 1 | -1/+2 |
| * | Cleanup unnecessary semicolons from the kernel. | Pedro F. Giffuni | 2016-04-10 | 18 | -46/+45 |
| * | Fix comment. | Kevin Lo | 2016-04-08 | 1 | -3/+3 |
| * | Add four new RCTL resources - readbps, readiops, writebps and writeiops, | Edward Tomasz Napierala | 2016-04-07 | 1 | -0/+8 |
| * | Update comment: Linux does set a randomized generation number of an inode | Kevin Lo | 2016-04-01 | 1 | -3/+1 |
| * | Do not access buffer if bread(9) or cluster_read(9) failed. On error, | Konstantin Belousov | 2016-03-29 | 1 | -4/+2 |
| * | Update superblock and inode structs for ext4. | Kevin Lo | 2016-03-28 | 2 | -17/+47 |
| * | Speed up lookups in autofs(5) by using red-black trees instead of linear | Edward Tomasz Napierala | 2016-03-24 | 4 | -24/+40 |
| * | Pacify Coverity in a better way, to avoid write-only variable when building | Edward Tomasz Napierala | 2016-03-16 | 1 | -3/+1 |
| * | Pacify Coverity. | Edward Tomasz Napierala | 2016-03-15 | 1 | -1/+3 |
| * | Remove name length limitation from autofs(5). The linear search with | Edward Tomasz Napierala | 2016-03-13 | 2 | -56/+101 |
| * | Use S_BLKSIZE instead of magic constant. | Edward Tomasz Napierala | 2016-03-12 | 2 | -4/+6 |
| * | Remove cn_consume from 'struct componentname'. It was never set to anything | Edward Tomasz Napierala | 2016-03-12 | 1 | -3/+0 |
| * | Fix autofs triggering problem. Assume you have an NFS server, | Edward Tomasz Napierala | 2016-03-12 | 1 | -16/+6 |
| * | Do not perform unneccessary shared recursion on the allproc_lock in | Konstantin Belousov | 2016-03-11 | 1 | -10/+12 |