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
*
Use a name instead of a magic number for kern_yield(9) when the priority
mdf
2011-05-13
1
-1
/
+1
*
Fix typos.
kib
2011-04-30
1
-2
/
+2
*
Clarify the comment.
kib
2011-04-30
1
-2
/
+4
*
VFS sometimes is unable to inactivate a vnode when vnode use count
kib
2011-04-24
3
-23
/
+31
*
- Refactor softdep_setup_freeblocks() into a set of functions to prepare
jeff
2011-04-11
1
-151
/
+221
*
Fix a long standing SUJ performance problem:
jeff
2011-04-10
2
-57
/
+215
*
- Don't invalidate jnewblks immediately upon discovering that the block
jeff
2011-04-07
2
-102
/
+233
*
Be far more persistent in reclaiming blocks and inodes before giving
mckusick
2011-04-05
3
-19
/
+131
*
Fix problems that manifested from filesystem full conditions:
jeff
2011-04-02
1
-9
/
+14
*
Fix the softdep_request_cleanup() function definition for !SOFTUPDATES case.
kib
2011-03-28
1
-1
/
+2
*
Add retry code analogous to the block allocation retry code
mckusick
2011-03-23
3
-21
/
+46
*
Retire opt_ffs_broken_fixme.h.
kib
2011-03-20
3
-3
/
+5
*
Remove the #if defined(FFS) || defined(IFS) braces around the calls to
kib
2011-03-17
1
-4
/
+0
*
Simplify uses of the web of pointers.
kib
2011-03-07
2
-11
/
+7
*
The UFS dirhash code was attempting to update shared state in the dirhash
jhb
2011-03-07
2
-18
/
+15
*
Use ffs() to locate free bits in the inode bitmap rather than a loop with
jhb
2011-03-04
1
-10
/
+6
*
v_mountedhere is a member of the union. Check that the vnodes have
kib
2011-02-19
1
-1
/
+3
*
Use the native sector size of the device backing the UFS volume for SU+J
kib
2011-02-12
2
-12
/
+14
*
Wrap long line.
netchild
2011-02-10
1
-1
/
+2
*
Add some FEATURE macros for some UFS features.
netchild
2011-02-09
4
-0
/
+17
*
Based on discussions on the svn-src mailing list, rework r218195:
mdf
2011-02-08
1
-1
/
+1
*
Put the general logic for being a CPU hog into a new function
mdf
2011-02-02
2
-5
/
+3
*
Embed a quota error message (C string) into uprintf() fmt.
pluknet
2011-01-13
1
-13
/
+13
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
1
-2
/
+2
*
Instead of incrementing freework reference counter in indir_trunc(), do
kib
2011-01-04
1
-15
/
+15
*
Handle missing jremrefs when a directory is renamed overtop of
kib
2010-12-30
2
-8
/
+8
*
In indir_trunc(), when processing jnewblk entries that are not written
kib
2010-12-30
1
-10
/
+29
*
Add kernel side support for BIO_DELETE/TRIM on UFS.
kib
2010-12-29
4
-2
/
+117
*
Move the definition of mkdirlisthd from header to C file.
kib
2010-12-29
2
-1
/
+2
*
Use a proper type for the variable holding the summary size of the inode
kib
2010-12-29
1
-1
/
+1
*
This patch fixes a soft update panic while running perl 5.12 tests
mckusick
2010-12-23
1
-1
/
+2
*
Journal start looks up .sujournal file by doing lookup on the root dvp.
kib
2010-12-01
1
-0
/
+1
*
First step in fixing the handle_workitem_freeblocks panic.
pho
2010-11-27
1
-5
/
+6
*
Delete /sys/ufs/ffs/README.snapshot as it is no longer relevant.
mckusick
2010-11-20
1
-110
/
+0
*
Remove prtactive variable and related printf()s in the vop_inactive
kib
2010-11-19
1
-4
/
+0
*
The softdep_setup_freeblocks() adds worklist items before
kib
2010-11-11
1
-2
/
+5
*
Change #ifdef INVARIANTS panic into KASSERT, and print some useful
kib
2010-11-11
1
-5
/
+5
*
In journal_mount(), only set MNTK_SUJ flag after the jblocks are mapped.
kib
2010-11-11
1
-13
/
+18
*
Add function lbn_offset to calculate offset of the indirect block of
kib
2010-11-11
3
-11
/
+18
*
Fix typo. Function is called ffs_blkfree.
kib
2010-11-11
1
-2
/
+2
*
Remove unused includes of <sys/mutex.h> and <machine/mutex.h>.
jhb
2010-11-09
1
-2
/
+0
*
Bring vfs.ufs.dirhash_maxmem into the age of the fruitbat and make it
ivoras
2010-10-25
1
-1
/
+5
*
The r184588 changed the layout of struct export_args, causing an ABI
kib
2010-10-10
2
-2
/
+4
*
M_USE_RESERVE has been deprecated for a decade. Eliminate any uses that
alc
2010-10-02
1
-1
/
+1
*
Since local variable 'i' is used only in a KASSERT, declare and
mckusick
2010-09-29
1
-2
/
+3
*
Fix typo in comment.
kib
2010-09-29
1
-1
/
+1
*
Correct some non-code typos.
obrien
2010-09-17
1
-13
/
+11
*
Update comments in soft updates code to more fully describe
mckusick
2010-09-14
3
-80
/
+103
*
Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE and
jhb
2010-08-20
2
-3
/
+3
*
Softdep_process_worklist() should unsuspend not only before processing
kib
2010-08-12
1
-8
/
+26
[next]