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 implementation independent inoNN_t scalars for on-disk UFS structures
gleb
2011-11-09
2
-11
/
+11
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-4
/
+5
*
Remove MALLOC_DECLAREs of nonexisting malloc-pools.
ed
2011-11-06
1
-4
/
+0
*
Fix the wrong commit log message for r226967: "Added missing cache purge
pho
2011-10-31
1
-0
/
+2
*
The kern_renameat() looks up the fvp using the DELETE flag, which causes
pho
2011-10-31
1
-0
/
+7
*
This update eliminates a lock-order reversal warning discovered
mckusick
2011-09-27
1
-21
/
+24
*
This update eliminates the system hang reported in kern/160662 when
mckusick
2011-09-27
1
-1
/
+1
*
Use nowait sync request for a vnode when doing softdep cleanup. We possibly
kib
2011-09-20
1
-1
/
+1
*
Generalize ffs_pages_remove() into vn_pages_remove().
mm
2011-08-25
3
-16
/
+3
*
Fix lock leak.
ae
2011-08-23
1
-2
/
+2
*
Fix two cases involving opt_capsicum.h and module builds:
rwatson
2011-08-15
1
-1
/
+0
*
Second-to-last commit implementing Capsicum capabilities in the FreeBSD
rwatson
2011-08-11
1
-2
/
+6
*
Update to -r224294 to ensure that only one of MNT_SUJ or MNT_SOFTDEP
mckusick
2011-07-30
5
-35
/
+34
*
Move the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ in mnt_flag
mckusick
2011-07-24
3
-20
/
+23
*
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
5
-24
/
+306
*
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
*
- Fix an inode quota leak. We need to decrement the quota once and only
jeff
2011-07-04
1
-5
/
+4
*
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
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
[next]