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
/
ffs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update to -r224294 to ensure that only one of MNT_SUJ or MNT_SOFTDEP
mckusick
2011-07-30
4
-32
/
+29
*
Move the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ in mnt_flag
mckusick
2011-07-24
2
-19
/
+22
*
Default debugging error messages to off for journaled soft updates sysctls.
mckusick
2011-07-22
1
-5
/
+3
*
Add an FFS specific mount option to allow a filesystem checker
mckusick
2011-07-15
4
-24
/
+305
*
Consistently check mount flag (MNTK_SUJ) rather than superblock
mckusick
2011-07-14
1
-2
/
+2
*
When first creating snapshots, we may free some blocks within it.
mckusick
2011-07-10
1
-1
/
+5
*
Allow disk partitions associated with UFS read-only mounted
mckusick
2011-07-10
1
-15
/
+7
*
Use 'curthread_pflags' instead of 'thread_pflags' to signify that only
kib
2011-07-09
1
-12
/
+12
*
Use helper functions instead of manually managing TDP_INBDFLUSH.
kib
2011-07-09
1
-16
/
+12
*
- Speed up pendingblock processing again. Having too much delay between
jeff
2011-07-04
2
-15
/
+41
*
- Handle D_JSEGDEP in the softdep_sync_buf() switch. These can now
jeff
2011-07-04
1
-0
/
+1
*
- It is impossible to run request_cleanup() while doing a copyonwrite.
jeff
2011-07-04
1
-25
/
+21
*
Handle the FREEDEP case in softdep_sync_buf().
mckusick
2011-06-29
1
-0
/
+1
*
Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing this
alc
2011-06-29
1
-1
/
+1
*
- 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
4
-30
/
+172
*
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
9
-1505
/
+2622
*
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
*
Add a lock flags argument to the VFS_FHTOVP() file system
rmacklem
2011-05-22
1
-2
/
+3
*
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
1
-1
/
+2
*
- 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
1
-0
/
+1
*
Use ffs() to locate free bits in the inode bitmap rather than a loop with
jhb
2011-03-04
1
-10
/
+6
*
Use the native sector size of the device backing the UFS volume for SU+J
kib
2011-02-12
2
-12
/
+14
*
Add some FEATURE macros for some UFS features.
netchild
2011-02-09
2
-0
/
+4
*
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
*
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
1
-7
/
+5
*
In indir_trunc(), when processing jnewblk entries that are not written
kib
2010-12-30
1
-10
/
+29
[prev]
[next]