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
*
- 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
*
Allow shared locks for reads when lower filesystem accept shared locking.
kib
2012-02-29
1
-1
/
+2
*
Document that null_nodeget() cannot take shared-locked lowervp due to
kib
2012-02-29
1
-1
/
+5
*
In null_reclaim(), assert that reclaimed vnode is fully constructed,
kib
2012-02-29
1
-9
/
+12
*
Always request exclusive lock for the lower vnode in nullfs_vget().
kib
2012-02-29
1
-0
/
+6
*
Move the code to destroy half-contructed nullfs vnode into helper
kib
2012-02-29
1
-6
/
+13
*
Merge a split multi-line comment.
kib
2012-02-29
1
-4
/
+1
*
Add procfs to jail-mountable filesystems.
mm
2012-02-29
2
-3
/
+7
*
Remove an unused structure and unnecessary cast
kevlo
2012-02-24
2
-3
/
+1
*
Check if the user has necessary permissions on the device
kevlo
2012-02-24
1
-6
/
+25
*
To improve control over the use of mount(8) inside a jail(8), introduce
mm
2012-02-23
2
-15
/
+20
*
merge pipe and fifo implementations
kmacy
2012-02-23
2
-403
/
+76
*
hrs@ reported a panic to freebsd-stable@ under the subject line
rmacklem
2012-02-23
1
-6
/
+5
*
Use DOINGASYNC() to test for async allowance, to honor VFS syncing requests.
kib
2012-02-22
3
-7
/
+7
*
Fix found places where uio_resid is truncated to int.
kib
2012-02-21
9
-19
/
+25
*
Remove an unnecessary cast.
kevlo
2012-02-20
1
-1
/
+1
*
Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:
bz
2012-02-17
2
-4
/
+6
*
Delete a couple of out of date comments that are no longer true in
rmacklem
2012-02-16
2
-8
/
+1
*
Replace PRIdMAX with "jd" in a printf call. Cast the corresponding value to
tijl
2012-02-14
1
-5
/
+2
*
Merge si_name and __si_namebuf.
ed
2012-02-10
1
-1
/
+0
*
Allow mounting nullfs(5) inside jails.
mm
2012-02-09
1
-1
/
+1
*
Add support for mounting devfs inside jails.
mm
2012-02-09
1
-1
/
+13
*
Introduce the "ruleset=number" option for devfs(5) mounts.
mm
2012-02-09
3
-1
/
+79
*
Update the data structures with some fields reserved for
pfg
2012-02-07
3
-10
/
+29
*
r228827 fixed a problem where copying of NFSv4 open credentials into
rmacklem
2012-02-07
1
-2
/
+6
*
Rename cache_lookup_times() to cache_lookup() and retire the old API and
jhb
2012-02-06
3
-3
/
+3
*
Current implementations of sync(2) and syncer vnode fsync() VOP uses
kib
2012-02-06
2
-4
/
+1
[next]