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
/
udf
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary
trasz
2008-10-28
1
-4
/
+5
*
Fix a number of style issues in the MALLOC / FREE commit. I've tried to
des
2008-10-23
1
-3
/
+3
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
2
-15
/
+14
*
Remove the struct thread unuseful argument from bufobj interface.
attilio
2008-10-10
1
-6
/
+6
*
Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().
kib
2008-09-20
1
-1
/
+1
*
Fix and speedup timestamp calculations which is roughly based on the patch in
markus
2008-05-16
1
-22
/
+34
*
Cleanup lockmgr interface and exported KPI:
attilio
2008-01-24
1
-1
/
+1
*
udf_vget() shall vgone() the vnode when the file_entry cannot be allocated
kib
2008-01-18
1
-0
/
+3
*
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
attilio
2008-01-13
2
-2
/
+2
*
vn_lock() is currently only used with the 'curthread' passed as argument.
attilio
2008-01-10
1
-1
/
+1
*
Fix calculation of descriptor tag checksums. According to ECMA-167, Part 4,
markus
2007-12-11
1
-1
/
+1
*
Get rid of qaddr_t.
alfred
2007-10-16
1
-2
/
+2
*
Correct corrupt read when the read starts at a non-aligned offset.
remko
2007-06-11
1
-4
/
+6
*
o cd9660 code repo-copied, update a comment.
maxim
2007-03-24
1
-1
/
+1
*
Make insmntque() externally visibile and allow it to fail (e.g. during
tegge
2007-03-13
1
-1
/
+7
*
Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.
pjd
2007-02-15
3
-23
/
+23
*
Rewrite the udf_read() routine to use a file vnode instead of the devvp vnode.
pav
2007-01-15
1
-24
/
+52
*
Tell backing v_object the filesize right on it's creation.
pav
2007-01-07
1
-1
/
+6
*
Call vnode_create_vobject() in VOP_OPEN. Makes mmap work on UDF filesystem.
pav
2006-12-23
1
-0
/
+12
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-1
/
+2
*
Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.
tegge
2006-09-26
1
-0
/
+6
*
Put the osta.c license on osta.h. The license is the same.
imp
2006-09-12
1
-0
/
+15
*
In udf_find_partmaps(), when we find a type 1 partition map, we have to
yar
2006-07-25
2
-10
/
+13
*
Fix a memory leak and a nested 'for' loop in the spare table handling.
scottl
2006-06-26
1
-4
/
+6
*
Remove calls to vfs_export() for exporting a filesystem for NFS mounting
rodrigc
2006-05-26
1
-8
/
+1
*
Make UDF endian-safe.
will
2006-02-03
3
-3
/
+3
*
I ran into an nfs client panic a couple of times in a row over the
alfred
2006-01-17
1
-1
/
+5
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
2
-4
/
+4
*
Unconditionally mount a UDF filesystem as read-only, instead of
rodrigc
2005-10-17
1
-2
/
+4
*
- Do not hardcode the bsize to a sectorsize of 2048, even though
rodrigc
2005-10-09
1
-5
/
+21
*
We don't need 'imp' here.
pjd
2005-10-07
1
-1
/
+0
*
Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting.
ssouhlal
2005-09-03
1
-1
/
+0
*
*_mountfs() (if the filesystem mounts from a device) needs devvp to be
ssouhlal
2005-09-02
1
-4
/
+2
*
Regrab dvp only when ISDOTDOT.
tanimura
2005-07-09
1
-1
/
+2
*
Avoid casting from (int *) to (size_t *) in order to fix udf_iconv on amd64.
imura
2005-06-05
1
-4
/
+5
*
Fix three typos in comments. Two of them obtained from OpenBSD.
brueffer
2005-05-11
1
-3
/
+3
*
Correct typo.
brueffer
2005-04-14
1
-1
/
+1
*
- Change all filesystems and vfs_cache to relock the dvp once the child is
jeff
2005-04-13
1
-3
/
+2
*
- We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.
jeff
2005-03-28
1
-7
/
+5
*
- Update vfs_root implementations to match the new prototype. None of
jeff
2005-03-24
1
-1
/
+1
*
Also remember to set the fsid here.
phk
2005-03-17
1
-0
/
+1
*
Add two arguments to the vfs_hash() KPI so that filesystems which do
phk
2005-03-16
1
-2
/
+2
*
Remove inode fields previously used for private inode hash tables.
phk
2005-03-16
1
-1
/
+0
*
Don't hold a reference to the disk vnode for each inode.
phk
2005-03-15
3
-11
/
+1
*
Improve the vfs_hash() API: vput() the unneeded vnode centrally to
phk
2005-03-15
1
-3
/
+1
*
Simplify the vfs_hash calling convention.
phk
2005-03-15
1
-23
/
+3
*
Use vfs_hash instead of home-rolled.
phk
2005-03-14
3
-112
/
+52
*
Remove basically unused root_vp pointer in udfmount.
rwatson
2005-02-18
2
-2
/
+0
*
Make a bunch of malloc types static.
phk
2005-02-10
1
-1
/
+1
*
Make filesystems get rid of their own vnodes vnode_pager object in
phk
2005-01-28
1
-0
/
+1
[next]