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
*
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
*
Remove unused thread argument from vtruncbuf().
trasz
2012-04-23
7
-15
/
+13
*
This change creates a new list of active vnodes associated with
mckusick
2012-04-20
2
-1
/
+3
*
Return EOPNOTSUPP rather than EPERM for the SF_SNAPSHOT flag because
jh
2012-04-18
1
-4
/
+1
*
Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.
mckusick
2012-04-17
5
-56
/
+13
*
Sync tmpfs_chflags() with the recent changes to UFS:
jh
2012-04-16
1
-13
/
+13
*
tmpfs: Allow update mounts only for certain options.
jh
2012-04-16
2
-6
/
+15
*
Provide better description for vfs.tmpfs.memory_reserved sysctl.
gleb
2012-04-15
1
-1
/
+2
*
Apply changes from r234103 to ext2fs:
jh
2012-04-13
1
-8
/
+4
*
Restore the blank line incorrectly removed in r234104.
jh
2012-04-11
1
-0
/
+1
*
Apply changes from r233787 to ext2fs:
jh
2012-04-10
1
-6
/
+5
*
- Introduce a cache-miss optimization for consistency with other
attilio
2012-04-09
1
-1
/
+1
*
Add I/O accounting to msdos filesystem.
mckusick
2012-04-08
1
-0
/
+4
*
tmpfs supports only INT_MAX nodes due to limitations of unit number
gleb
2012-04-07
1
-3
/
+7
*
Add vfs_getopt_size. Support human readable file system options in tmpfs.
gleb
2012-04-07
1
-16
/
+13
*
Add reserved memory limit sysctl to tmpfs.
gleb
2012-04-07
3
-61
/
+91
*
Add sysctl vfs.nfs.nfs_keep_dirty_on_error to switch the nfs client
kib
2012-03-17
2
-3
/
+10
*
Prevent tmpfs_rename() deadlock in a way similar to UFS
gleb
2012-03-14
2
-7
/
+179
*
Don't enforce LK_RETRY to get existing vnode in tmpfs_alloc_vp()
gleb
2012-03-14
1
-7
/
+11
*
Use NULL instead of 0
kevlo
2012-03-13
4
-7
/
+7
*
Update comment.
kib
2012-03-11
1
-1
/
+1
*
Remove fifo.h. The only used function declaration from the header is
kib
2012-03-11
7
-45
/
+0
*
Add support for ns timestamps and birthtime to the ext2/3 driver.
pfg
2012-03-08
7
-23
/
+74
*
Add KTR_VFS traces to track modifications to a vnode's writecount.
jhb
2012-03-08
1
-0
/
+4
*
The pipe_poll() performs lockless access to the vnode to test
kib
2012-03-07
2
-14
/
+12
*
Apply inlined vn_vget_ino() algorithm for ".." lookup in pseudofs.
kib
2012-03-05
1
-5
/
+32
*
Remove unneeded cast to u_int. The values as small enough to fit into
kib
2012-03-04
1
-2
/
+1
*
Remove unnecessary casts
kevlo
2012-03-04
1
-2
/
+2
*
Clean up style(9) nits
kevlo
2012-03-04
3
-10
/
+10
*
The name caching changes of r230394 exposed an intermittent bug
rmacklem
2012-03-03
1
-0
/
+1
*
Post r230394, the Lookup RPC counts for both NFS clients increased
rmacklem
2012-03-03
2
-22
/
+34
*
Similar to the fixes in 226967 and 226987, purge any name cache entries
jhb
2012-03-02
1
-0
/
+2
*
Do not expose unlocked unconstructed nullfs vnode on mount list.
kib
2012-03-02
1
-1
/
+1
*
Fix the NFS clients so that they use copyin() instead of bcopy(),
rmacklem
2012-03-01
1
-1
/
+16
*
Add "export" to devfs_opts[] and return EOPNOTSUPP if called with it.
mm
2012-02-29
1
-1
/
+4
[next]