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
*
- Fix directory count rollbacks by passing the mode to the journal dep
jeff
2011-06-20
3
-47
/
+163
*
Fixed dereference of a NULL pointer.
mckusick
2011-06-18
1
-1
/
+2
*
Drop the include of <ufs/ffs/ffs_extern.h> from usr.sbin/makefs/ffs/ffs_bswap.c
mckusick
2011-06-16
1
-2
/
+5
*
Fixing compilation bustage by introducing another forward declaration.
avatar
2011-06-16
1
-0
/
+1
*
Ensure that filesystem metadata contained within persistent snapshots
mckusick
2011-06-15
7
-42
/
+74
*
With the restructuring of the block reclaimation code, the notification
mckusick
2011-06-15
3
-4
/
+28
*
Missing cleanup case after completion of a snapshot vnode write
mckusick
2011-06-15
1
-0
/
+4
*
Use alternative, less messy solution to avoid breakage after r223020:
dim
2011-06-13
1
-0
/
+2
*
Update to soft updates journaling to properly track freed blocks
mckusick
2011-06-12
5
-30
/
+180
*
Disable the soft updates journaling after a filesystem is successfully
mckusick
2011-06-12
2
-2
/
+11
*
Implement fully asynchronous partial truncation with softupdates journaling
jeff
2011-06-10
11
-1507
/
+2627
*
- Add support for referencing quota structures without needing the inode
jeff
2011-06-10
2
-0
/
+101
*
- If the fsync in ufs_direnter fails SUJ can later panic because we have
jeff
2011-06-10
1
-1
/
+1
*
Grammer fix in comment.
mckusick
2011-06-05
1
-3
/
+3
*
Due to a lag in updating the fs_pendinginodes count, we cannot depend
mckusick
2011-05-28
1
-1
/
+1
*
The check for whether a block is going to be claimed by a snapshot
mckusick
2011-05-26
1
-4
/
+12
*
Fix the ufs/ffs file system so that it uses the lock
rmacklem
2011-05-22
1
-1
/
+1
*
Add a lock flags argument to the VFS_FHTOVP() file system
rmacklem
2011-05-22
3
-4
/
+6
*
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
[next]