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
*
Fix up kernel sources to be ready for a 64-bit ino_t.
mdf
2012-09-27
7
-67
/
+76
*
Modify the NFSv4 client so that it can handle owner
rmacklem
2012-09-20
6
-25
/
+60
*
Prefer __containerof() above member2struct().
ed
2012-09-15
1
-1
/
+1
*
The deadfs VOPs for vop_ioctl and vop_bmap call itself recursively,
kib
2012-09-13
1
-41
/
+2
*
Add VFCF_READONLY flag that indicates ntfs and xfs file systems are
kevlo
2012-09-12
1
-1
/
+1
*
Prevent nump NULL pointer dereference in bmap_getlbns()
kevlo
2012-09-11
1
-1
/
+2
*
Fix style nit
kevlo
2012-09-11
1
-2
/
+1
*
Add a simple printf() based debug facility to the new nfs client.
rmacklem
2012-09-09
3
-1
/
+11
*
Allow shared lookups for nullfs mounts, if lower filesystem supports
kib
2012-09-09
4
-46
/
+67
*
Add some basic definitions for a future htree implementation.
pfg
2012-08-24
2
-1
/
+4
*
Fix typo
kevlo
2012-08-18
1
-1
/
+1
*
Remove unused member of struct indir (in_exists) from UFS and EXT2 code.
mjg
2012-08-17
2
-4
/
+0
*
Streamline use of cdevpriv and correct some corner cases.
hselasky
2012-08-15
1
-0
/
+3
*
Do not leave invalid pages in the object after the short read for a
kib
2012-08-14
3
-6
/
+10
*
After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason
kib
2012-08-05
5
-0
/
+5
*
Reduce code duplication and exposure of direct access to struct
kib
2012-08-04
3
-90
/
+6
*
The header uma_int.h is internal uma header, unused by this source
kib
2012-08-04
1
-1
/
+0
*
I am comparing current pipe code with the one in 8.3-STABLE r236165,
davidxu
2012-07-31
1
-17
/
+4
*
When a thread is blocked in direct write state, it only sets PIPE_DIRECTW
davidxu
2012-07-31
1
-2
/
+8
*
Use NULL instead of 0 for pointers
kevlo
2012-07-22
5
-9
/
+9
*
Simply error handling by moving the allocation of np down to where it is
brueffer
2012-07-16
1
-8
/
+6
*
Save a bzero() by using M_ZERO.
brueffer
2012-07-15
1
-2
/
+1
*
Remove a check on MNTK_UPDATE that is not really necessary as it is
attilio
2012-07-10
1
-39
/
+16
*
- Remove the unused and not completed write support for NTFS.
attilio
2012-07-10
4
-306
/
+39
*
Fix a typo
kevlo
2012-07-03
1
-1
/
+1
*
Extend the KPI to lock and unlock f_offset member of struct file. It
kib
2012-07-02
1
-11
/
+4
*
Do not override an error from uiomove() with (non-)error result from
kib
2012-07-02
1
-3
/
+6
*
Enable deadlock avoidance code for NFS client.
kib
2012-06-21
2
-3
/
+4
*
Fix the NFSv4 client for the case where mmap'd files are
rmacklem
2012-06-18
1
-5
/
+15
*
Move the nfsrpc_close() call in ncl_reclaim() for the NFSv4 client
rmacklem
2012-06-17
1
-9
/
+9
*
Improve handling of uiomove(9) errors for the NFS client.
kib
2012-06-06
1
-8
/
+48
*
Capitalize start of sentence.
kib
2012-05-30
1
-1
/
+1
*
Catch a corner case where ssegs could be 0 and thus i would be 0 and
marcel
2012-05-28
1
-8
/
+7
*
Fix style and consistency:
ed
2012-05-27
1
-158
/
+158
*
Use C99-style initialization for struct dirent in preparation for
gleb
2012-05-25
2
-8
/
+29
*
Revert devfs part of r235911. I was unaware about old but unfinished
mav
2012-05-24
1
-45
/
+0
*
MFprojects/zfsd:
mav
2012-05-24
1
-0
/
+45
*
A problem with the NFSv4 server was reported by Andrew Leonard
rmacklem
2012-05-17
1
-3
/
+1
*
Import work done under project/nand (@235533) into head.
gber
2012-05-17
19
-0
/
+11832
*
Fix a couple of issues that appear to be inherited from the old
pfg
2012-05-16
2
-12
/
+52
*
Skip directory entries with zero inode number during traversal.
gleb
2012-05-16
1
-1
/
+1
*
Fix two cases in the new NFS server where a tsleep() is
rmacklem
2012-05-12
1
-6
/
+9
*
PR# 165923 reported intermittent write failures for dirty
rmacklem
2012-05-12
4
-1
/
+25
*
Fix mount interlock oversights from the previous change in r234386.
pluknet
2012-05-10
1
-2
/
+0
*
Use the common api helper routine instead of freeing the namei
jwd
2012-05-08
1
-2
/
+1
*
fixed a unionfs_readdir math issue
daichi
2012-05-03
1
-1
/
+1
*
- fixed a vnode lock hang-up issue.
daichi
2012-05-01
3
-115
/
+213
*
It was reported via email that some non-FreeBSD NFS servers
rmacklem
2012-04-27
1
-1
/
+4
*
Fix a leak of namei lookup path buffers that occurs when a
rmacklem
2012-04-27
1
-0
/
+4
*
Remove unused thread argument to vrecycle().
trasz
2012-04-23
8
-12
/
+8
[next]