index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r303710:
kib
2016-08-10
4
-40
/
+18
*
MFC r303704:
kib
2016-08-10
4
-16
/
+8
*
Handle IOC_VOID special case of passing an integer IOCTL argument through CUSE.
hselasky
2016-07-06
1
-1
/
+1
*
Rewrite sigdeferstop(9) and sigallowstop(9) into more flexible
kib
2016-06-26
1
-6
/
+4
*
Clean other flags in ncl_inactive, only. Add comment explaining why other
kib
2016-06-26
1
-3
/
+14
*
Since VOP_INACTIVE() is not guaranteed to be called, all cleanups
kib
2016-06-25
1
-24
/
+33
*
Do not access NFS data for reclaimed vnode.
kib
2016-06-19
1
-4
/
+8
*
Another follow-up to r291460. Only access vp->v_rdev for VCHR vnodes
kib
2016-06-15
1
-13
/
+20
*
Fix a style bug.
kevlo
2016-06-08
1
-1
/
+1
*
ext2fs: Stop dropping and reacquiring Giant around geom calls.
pfg
2016-06-07
1
-12
/
+0
*
nfs_clvfsops: Fix leading whitespace introduced in r299848
cem
2016-06-07
1
-30
/
+30
*
nfs_clvfsops: Prevent strdup of stack garbage with bogus mount specs
cem
2016-06-07
1
-1
/
+2
*
ext2fs: rearrange ext4_bmapext().
pfg
2016-06-07
1
-17
/
+16
*
ext2fs(5): Cosmetic cleanups, mostly to the ext4 code.
pfg
2016-06-07
3
-16
/
+16
*
ext2fs: cleanup generation number management.
pfg
2016-06-07
2
-11
/
+3
*
Remove drop/reacquire of Giant around geom calls for cd9660 and udf.
kib
2016-05-22
2
-12
/
+0
*
arc4random() returns 0 to (2**32)−1, use an alternative to initialize
kevlo
2016-05-22
2
-2
/
+4
*
Same as for UFS, remove drop/reacquire of Giant, and use si_mountpt as
kib
2016-05-21
1
-17
/
+13
*
Remove zero assignments in the cdev allocator. cdp memory is
kib
2016-05-21
1
-5
/
+0
*
If a local (AF_LOCAL, AF_UNIX) socket creation (bind) is attempted
rmacklem
2016-05-18
1
-3
/
+4
*
Comment fix: the getsockaddr() is actually meant here.
glebius
2016-05-18
1
-3
/
+3
*
Silence down the "insmntque() failed" autofs error; it happens
trasz
2016-05-17
1
-1
/
+1
*
Fix fuse for "cp" of a mode 0444 file to the file system.
rmacklem
2016-05-15
3
-1
/
+24
*
Make it possible to reroot into NFS. This means one can have
trasz
2016-05-15
1
-8
/
+122
*
Fix fuse so that stale buffer cache data isn't read.
rmacklem
2016-05-15
1
-0
/
+2
*
Fix fuse to use DIRECT_IO when required.
rmacklem
2016-05-14
2
-2
/
+23
*
nfsd: Fix use-after-free in NFS4 lock test service
cem
2016-05-12
1
-2
/
+2
*
Use vfs_hash_ref(9) to eliminate LK_EXCLOTHER kludge. As a
kib
2016-05-11
2
-43
/
+13
*
Don't increment srvrpccnt[] for the NFSv4.1 operations.
rmacklem
2016-05-07
1
-1
/
+6
*
nfsserver: minor spelling fix in comment.
pfg
2016-05-06
1
-1
/
+1
*
Give mountd -S priority over outstanding RPC requests when suspending the nfsd.
rmacklem
2016-05-06
1
-0
/
+6
*
Add nid_namelen bounds check to nfssvc system call
emaste
2016-05-06
1
-0
/
+4
*
Rationalize license numbering in fdescfs(5)
emaste
2016-04-30
3
-3
/
+3
*
sys: Make use of our rounddown() macro when sys/param.h is available.
pfg
2016-04-30
1
-2
/
+2
*
ANSIfy fdescfs(5)
emaste
2016-04-30
2
-58
/
+13
*
sys/fs: spelling fixes in comments.
pfg
2016-04-29
15
-21
/
+21
*
fs/ext2fs: spelling fixes on comment.
pfg
2016-04-29
1
-1
/
+1
*
NFS: spelling fixes on comments.
pfg
2016-04-29
11
-26
/
+26
*
sys/devfs: unsign an index to prevent signed integer overflow.
pfg
2016-04-28
1
-1
/
+1
*
msdosfs: Prevent buffer overflow when expanding win95 names
kp
2016-04-26
2
-9
/
+23
*
sys: extend use of the howmany() macro when available.
pfg
2016-04-26
1
-3
/
+2
*
ext2fs: make use of the howmany() macro when available.
pfg
2016-04-26
1
-4
/
+4
*
Allow the NFSv4 server to reply NFSERR_WRONGSEC for the SetClientID operation.
rmacklem
2016-04-23
1
-0
/
+1
*
ext2_htree_release(): prevent signed integer overflow in a loop.
pfg
2016-04-23
1
-1
/
+1
*
Fix a LOR in the NFSv4.1 server.
rmacklem
2016-04-23
2
-6
/
+6
*
sys: use our roundup2/rounddown2() macros when param.h is available.
pfg
2016-04-21
1
-1
/
+1
*
kernel: use our nitems() macro when it is available through param.h.
pfg
2016-04-19
2
-3
/
+3
*
fs misc: for pointers replace 0 with NULL.
pfg
2016-04-15
4
-7
/
+7
*
If the VOP_SETATTR() call that saves the exclusive create verifier failed,
rmacklem
2016-04-12
1
-0
/
+10
*
Bruce Evans reported that there was a performance regression between
rmacklem
2016-04-11
2
-4
/
+6
[next]