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
/
cd9660
Commit message (
Expand
)
Author
Age
Files
Lines
*
The timezone byte is a signed value, treat it as such.
kientzle
2008-11-27
1
-1
/
+1
*
- Support IEEE_P1282 and IEEE_1282 tags in the rock ridge extensions record.
lulf
2008-11-26
1
-2
/
+6
*
- Fix a typo in a comment.
jhb
2008-11-18
3
-9
/
+5
*
When looking up the vnode for the device to mount the filesystem on,
jhb
2008-11-18
1
-12
/
+8
*
Remove copy/paste code from UFS to handle sparse blocks. While Rock
jhb
2008-11-18
1
-6
/
+0
*
Remove unused i_flags field and IN_ACCESS flag from cd9660 in-memory
jhb
2008-11-18
3
-6
/
+0
*
Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary
trasz
2008-10-28
2
-7
/
+7
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
3
-8
/
+8
*
Remove the struct thread unuseful argument from bufobj interface.
attilio
2008-10-10
1
-8
/
+6
*
Fix Vflags abuse in cd9660. There should be no functional changes.
trasz
2008-10-03
1
-7
/
+7
*
Step 1.5 of importing the network stack virtualization infrastructure
zec
2008-10-02
1
-0
/
+2
*
Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread
attilio
2008-08-28
1
-3
/
+1
*
Commit step 1 of the vimage project, (network stack)
bz
2008-08-17
1
-4
/
+5
*
Introduce a new lock, hostname_mtx, and use it to synchronize access
rwatson
2008-07-05
1
-0
/
+2
*
In cd9660_readdir vop, always initialize the idp->uio_off member.
kib
2008-06-11
1
-0
/
+1
*
Cleanup lockmgr interface and exported KPI:
attilio
2008-01-24
1
-1
/
+1
*
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
attilio
2008-01-13
2
-4
/
+3
*
vn_lock() is currently only used with the 'curthread' passed as argument.
attilio
2008-01-10
2
-3
/
+3
*
Get rid of qaddr_t.
alfred
2007-10-16
1
-3
/
+3
*
Make insmntque() externally visibile and allow it to fail (e.g. during
tegge
2007-03-13
1
-2
/
+11
*
Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.
pjd
2007-02-15
3
-34
/
+36
*
Forced commit and #include changes for repo copy from
rodrigc
2007-02-11
7
-21
/
+21
*
The ISO9660 spec does allow files up to 4G. Change the i_size
kientzle
2006-12-08
1
-1
/
+1
*
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
*
Remove calls to vfs_export() for exporting a filesystem for NFS mounting
rodrigc
2006-05-26
1
-10
/
+4
*
When encountering a ISO_SUSP_CFLAG_ROOT element in Rock Ridge
joerg
2006-03-13
1
-3
/
+1
*
I ran into an nfs client panic a couple of times in a row over the
alfred
2006-01-17
1
-1
/
+4
*
Add marker vnodes to ensure that all vnodes associated with the mount point are
tegge
2006-01-09
1
-0
/
+1
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-2
/
+2
*
Implement the full range of ISO9660 number conversion routines in iso.h.
des
2005-10-18
1
-49
/
+35
*
Unconditionally mount a CD9660 filesystem as read-only, instead of
rodrigc
2005-10-17
1
-2
/
+4
*
Use the actual sector size of the media instead of hard-coding it to 2048.
rodrigc
2005-10-17
1
-3
/
+12
*
Apply the same fix to a potential race in the ISDOTDOT code in
truckman
2005-10-16
1
-3
/
+4
*
- restore the ability to mount cd9660 filesystems as root by inverting
grehan
2005-08-14
1
-7
/
+6
*
- 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
-15
/
+0
*
- Update vfs_root implementations to match the new prototype. None of
jeff
2005-03-24
1
-1
/
+2
*
Forgot to replace code to set fsid in vop_getattr.
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 store the disk cdev in all inodes.
phk
2005-03-16
3
-3
/
+0
*
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
5
-135
/
+26
*
- VOP_INACTIVE should no longer drop the vnode lock.
jeff
2005-03-13
1
-1
/
+0
*
Conditionalize cd9660 chattiness regarding the nature of the file system
rwatson
2005-02-18
1
-3
/
+7
*
Unbreak a few filesystems for which vnode_create_vobject() wasn't being
peadar
2005-01-29
2
-1
/
+20
*
Make filesystems get rid of their own vnodes vnode_pager object in
phk
2005-01-28
1
-0
/
+1
*
Remove unused argument to vrecycle()
phk
2005-01-28
1
-1
/
+1
[next]