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
*
Fixes to msdosfs dirtyflag related stuff:
delphij
2007-10-22
1
-26
/
+42
*
Implement the async (really, delayed-write) mount option for msdosfs.
bde
2007-10-19
4
-10
/
+18
*
Add noclusterr and noclusterw options to the options list. I forgot these
bde
2007-10-18
1
-1
/
+1
*
Fix some style bugs in the mount options list. Mainly, sort the list,
bde
2007-10-18
1
-6
/
+7
*
In msdosfs_settattr(), don't do synchronous updates of the denode
bde
2007-10-18
1
-1
/
+1
*
Get rid of qaddr_t.
alfred
2007-10-16
13
-23
/
+23
*
This changes give nullfs correctly work with latest unionfs.
daichi
2007-10-14
2
-5
/
+25
*
Added whiteout behavior option. ``-o whiteout=always'' is default mode
daichi
2007-10-14
3
-2
/
+32
*
Default copy mode has been changed from traditional-mode to transparent-mode.
daichi
2007-10-14
1
-1
/
+1
*
Fixed un-vrele issue of upper layer root vnode of unionfs.
daichi
2007-10-14
1
-1
/
+1
*
Added NULL check code pointed out by Coverity. (via Stanislav
daichi
2007-10-14
1
-0
/
+2
*
- It has been become MPSAFE.
daichi
2007-10-14
2
-22
/
+51
*
Fixed vnode unlock/vrele untreated issues whenever errors have
daichi
2007-10-14
1
-4
/
+4
*
- Added support for vfs_cache on unionfs. As a result, you can use
daichi
2007-10-14
3
-171
/
+43
*
Added treatments to prevent readdir infinity loop using with Linux binary
daichi
2007-10-14
1
-29
/
+23
*
Changed it frees unneeded memory ASAP.
daichi
2007-10-14
1
-1
/
+5
*
Log:
daichi
2007-10-14
1
-0
/
+6
*
Use the correct pid when checking to see whether or not the /proc/<pid>
jhb
2007-10-05
1
-1
/
+1
*
MFp4: Provide a dummy verb "export" to shut up the message
delphij
2007-10-04
1
-1
/
+1
*
Additional work is still needed before we can claim that tmpfs
delphij
2007-10-04
1
-0
/
+3
*
Remove some of the pessimizations involving writing the fsi sector.
bde
2007-09-23
1
-16
/
+0
*
Disable multiple ntfs mounts to the same mountpoint.
rodrigc
2007-09-21
1
-1
/
+15
*
- Move all of the PS_ flags into either p_flag or td_flags.
jeff
2007-09-17
1
-5
/
+3
*
Fix races in msdosfs_lookup() and msdosfs_readdir(). These functions
bde
2007-08-31
4
-62
/
+64
*
MFp4: rework tmpfs_readdir() logic in terms of correctness.
delphij
2007-08-16
1
-12
/
+15
*
On 6.x this works:
jhb
2007-08-15
1
-1
/
+1
*
MFp4:
delphij
2007-08-10
3
-60
/
+96
*
MFp4:
delphij
2007-08-10
4
-35
/
+68
*
In msdosfs_read() and msdosfs_write(), don't check explicitly for
bde
2007-08-07
1
-12
/
+21
*
Fix and update the comments about the effect of the read-only flag on writing.
bde
2007-08-07
1
-10
/
+16
*
Fix some style bugs (don't assume that off_t == int64_t; fix some comments;
bde
2007-08-07
1
-11
/
+10
*
Fix some style bugs (don't assume that off_t == int64_t; fix some comments;
bde
2007-08-07
1
-11
/
+9
*
Fix some style bugs (mainly some whitespace errors).
bde
2007-08-07
1
-22
/
+20
*
Fix some style bugs (some whitespace errors only).
bde
2007-08-07
2
-11
/
+11
*
Sort includes.
bde
2007-08-07
1
-10
/
+10
*
Sort includes.
bde
2007-08-07
1
-11
/
+11
*
Sort includes.
bde
2007-08-07
1
-9
/
+3
*
Remove unused include(s).
bde
2007-08-07
1
-10
/
+4
*
Remove unused include(s).
bde
2007-08-07
4
-11
/
+11
*
Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead of
bde
2007-08-07
1
-0
/
+2
*
Include <sys/mutex.h>'s prerequisite <sys/lock.h> instead of depending on
bde
2007-08-07
1
-1
/
+2
*
Remove unused include(s).
bde
2007-08-07
7
-15
/
+0
*
Silently fix up the estimated next free cluster number from the fsinfo
bde
2007-08-05
1
-10
/
+12
*
Oops, fix the fix for the i/o size of the fsinfo block. Its log
bde
2007-08-03
2
-2
/
+2
*
MFp4 - Refine locking to eliminate some potential race/panics:
delphij
2007-08-03
2
-21
/
+22
*
When we do open, we should lock the vnode exclusively. This fixes few races:
pjd
2007-07-26
2
-1
/
+2
*
MFp4: Force 64-bit arithmatic when caculating the maximum file size.
delphij
2007-07-24
1
-1
/
+1
*
Make using msdosfs as the root file system sort of work:
bde
2007-07-23
1
-3
/
+15
*
MFp4: When swapping is not enabled, allow creating files by taking
delphij
2007-07-23
1
-1
/
+1
*
Implement vfs clustering for msdosfs.
bde
2007-07-20
1
-6
/
+49
[next]