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
/
ufs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update to comments describing block allocation policy.
mckusick
2013-07-14
1
-7
/
+6
*
Only copy as much bytes as there in superblock, instead of the full
kib
2013-07-12
1
-1
/
+1
*
Change i_gen in UFS to an unsigned type.
pfg
2013-07-10
1
-1
/
+1
*
There are several code sequences like
kib
2013-07-09
3
-4
/
+4
*
Make better use of metadata area by avoiding using it for data blocks
mckusick
2013-07-02
2
-3
/
+25
*
Style fix: spaces.
pfg
2013-07-02
1
-1
/
+1
*
Change i_gen in UFS to an unsigned type.
pfg
2013-07-01
1
-1
/
+1
*
Change i_gen in UFS to an unsigned type.
pfg
2013-07-01
1
-1
/
+1
*
Don't assume that UFS on-disk format of a directory is the same as
gleb
2013-07-01
2
-106
/
+108
*
Change i_gen in UFS to an unsigned type.
pfg
2013-07-01
1
-1
/
+1
*
Change i_gen in UFS to an unsigned type.
pfg
2013-07-01
4
-5
/
+5
*
- Convert the bufobj lock to rwlock.
jeff
2013-05-31
4
-66
/
+67
*
Properly spell sentinel (missed in 250891)
mckusick
2013-05-22
1
-1
/
+1
*
Add missing buffer releases (brelse) after bread calls that return
mckusick
2013-05-22
1
-2
/
+6
*
Add missing 28th element to softdep types name array.
mckusick
2013-05-22
1
-1
/
+4
*
Null a pointer after it is freed so that when it is returned
mckusick
2013-05-22
1
-0
/
+1
*
Remove a bogus check for a NULL buffer pointer.
mckusick
2013-05-22
1
-7
/
+8
*
Properly spell sentinel (not sintenel or sentinal).
mckusick
2013-05-22
1
-28
/
+28
*
Fix several typos
eadler
2013-05-12
1
-1
/
+1
*
- Correct mispellings of the word occurrence
gabor
2013-04-17
1
-1
/
+1
*
Prepare to replace the buf splay with a trie:
jeff
2013-04-06
2
-27
/
+18
*
The code in clear_remove() and clear_inodedeps() skips one entry
mckusick
2013-04-03
1
-4
/
+4
*
The purpose of this change to the FFS layout policy is to reduce the
mckusick
2013-03-22
3
-70
/
+175
*
When renaming a directory from one parent directory to another,
mckusick
2013-03-20
1
-17
/
+30
*
UFS support of the unmapped i/o for the user data buffers.
kib
2013-03-19
5
-35
/
+62
*
Do not remap usermode pages into KVA for physio.
kib
2013-03-19
1
-2
/
+2
*
Remove negative name cache entry pointing to the target name, which
kib
2013-03-17
1
-0
/
+1
*
Some style fixes.
kib
2013-03-14
1
-4
/
+4
*
Add currently unused flag argument to the cluster_read(),
kib
2013-03-14
2
-4
/
+6
*
MFC
attilio
2013-02-27
4
-23
/
+129
*
Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to
attilio
2013-02-20
2
-5
/
+5
*
Switch vm_object lock to be a rwlock.
attilio
2013-02-20
2
-0
/
+2
*
The UFS2 filesystem allocates new blocks of inodes as they are needed.
mckusick
2013-02-16
1
-3
/
+10
*
Fix several unsafe pointer dereferences in the buffered_write()
kib
2013-02-10
1
-3
/
+23
*
Remove unused MAXSYMLINKLEN macro.
pfg
2013-02-08
1
-4
/
+0
*
UFS: Remove dead assignment.
pfg
2013-02-03
1
-1
/
+0
*
For UFS2 i_blocks is unsigned. The current "sanity" check that it
mckusick
2013-02-03
1
-3
/
+3
*
Add flags argument to vfs_write_resume() and remove
kib
2013-01-11
4
-14
/
+10
*
The process_deferred_inactive() function locks the vnodes of the ufs
kib
2013-01-01
1
-1
/
+1
*
Make it possible to atomically resume writes on the mount and account
kib
2012-12-28
1
-2
/
+1
*
Fixup r218424: uio_yield() was scaling directly to userland priority.
attilio
2012-12-21
1
-1
/
+1
*
Fix a typo, resulting in the NULL pointer dereference.
kib
2012-12-15
1
-1
/
+1
*
r16312 is not any longer real since many years (likely since when VFS
attilio
2012-11-19
1
-8
/
+0
*
Fix build of kdump(1).
trasz
2012-11-18
1
-0
/
+1
*
Add UFS writesuspension mechanism, designed to allow userland processes
trasz
2012-11-18
5
-10
/
+384
*
- Fix a truncation bug with softdep journaling that could leak blocks on
jeff
2012-11-14
1
-39
/
+100
*
- Fix a bug that has existed since the original softdep implementation.
jeff
2012-11-12
1
-14
/
+27
*
Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.
attilio
2012-11-09
1
-2
/
+2
*
- Correct rev 242734, segments can sometimes get stuck. Be a bit more
jeff
2012-11-09
1
-1
/
+4
*
- Implement BIO_FLUSH support around journal entries. This will not 100%
jeff
2012-11-08
1
-16
/
+121
[next]