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
*
o Indent sub-section headings to be consistent with README.extattr.
rwatson
2001-04-03
1
-2
/
+2
*
o Introduce a README file describing briefly how to use access control
rwatson
2001-04-03
1
-0
/
+51
*
o Introduce a README file describing briefly how to use extended
rwatson
2001-04-03
1
-0
/
+86
*
o Change the default from using IO_SYNC on EA set and delete operations
rwatson
2001-04-03
1
-9
/
+23
*
o Correct an ACL implementation bug that could result in a system panic
rwatson
2001-04-02
1
-2
/
+12
*
Introduce support for POSIX.1e ACLs on UFS-based file systems. This
rwatson
2001-03-26
3
-5
/
+819
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Fix typo ); -> ,
asmodai
2001-03-24
1
-1
/
+1
*
Check that background fsck operation is being done on a ufs filesystem.
mckusick
2001-03-23
1
-0
/
+2
*
o Remove an unnecessary debugging printf from ufs_extattr_lookup(),
rwatson
2001-03-21
1
-1
/
+0
*
Add kernel support for running fsck on active filesystems.
mckusick
2001-03-21
6
-43
/
+278
*
Clear the fs_clean flag only when the FS_UNCLEAN flag is not set
mckusick
2001-03-21
1
-16
/
+20
*
Report the correct inode number when panicing with freeing free inode.
mckusick
2001-03-21
1
-14
/
+14
*
o Enable UFS-based extended attribute support on MFS. Note that this change
rwatson
2001-03-19
2
-0
/
+15
*
o Rename "namespace" argument to "attrnamespace" as namespace is a C++
rwatson
2001-03-19
2
-41
/
+41
*
o Change options FFS_EXTATTR and options FFS_EXTATTR_AUTOSTART to
rwatson
2001-03-19
4
-21
/
+21
*
o Caused FFS_EXTATTR_AUTOSTART to scan two sub-directories of ".attribute"
rwatson
2001-03-18
2
-16
/
+33
*
o Change the API and ABI of the Extended Attribute kernel interfaces to
rwatson
2001-03-15
2
-95
/
+138
*
o In my merge, missed the one-line patch to ufs_vnops.c that removed
rwatson
2001-03-14
1
-1
/
+0
*
o Implement "options FFS_EXTATTR_AUTOSTART", which depends on
rwatson
2001-03-14
4
-5
/
+310
*
Fixes to track snapshot copy-on-write checking in the specinfo
mckusick
2001-03-07
8
-58
/
+57
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
1
-0
/
+2
*
Protect SIGDELSET of p_siglist with the proc lock.
jhb
2001-03-07
1
-1
/
+4
*
Free lock before returning from process_worklist_item.
mckusick
2001-03-01
1
-1
/
+3
*
Reviewed by: jlemon
adrian
2001-03-01
1
-2
/
+1
*
Add a NOTE_REVOKE flag for vnodes, which is triggered from within vclean().
jlemon
2001-02-23
1
-0
/
+13
*
Use correct list pointer when detaching knote from list.
jlemon
2001-02-23
1
-1
/
+2
*
Free lock before calling panic so that subsequent attempt to write out
mckusick
2001-02-23
1
-62
/
+191
*
When cleaning up excess inode dependencies, check for being done.
mckusick
2001-02-22
1
-0
/
+2
*
This patch corrects two problems with the rate limiting code
mckusick
2001-02-20
1
-4
/
+9
*
Preceed/preceeding are not english words. Use precede and preceding.
asmodai
2001-02-18
1
-1
/
+1
*
Extend kqueue down to the device layer.
jlemon
2001-02-15
1
-0
/
+72
*
Implement a unified run queue and adjust priority levels accordingly.
jake
2001-02-12
1
-2
/
+2
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
5
-55
/
+55
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
3
-30
/
+15
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
4
-26
/
+26
*
Use <sys/queue.h> macro API.
phk
2001-02-04
2
-18
/
+18
*
Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all.
phk
2001-02-04
1
-4
/
+0
*
Extend the sanity checks in ufs_lookup to ensure that each directory
iedowse
2001-02-04
1
-1
/
+2
*
Use the correct flags field when checking for a read-only filesystem
iedowse
2001-02-03
1
-1
/
+1
*
Fix a race between the syncer and umount. When you umount a softupdates
dillon
2001-01-30
1
-12
/
+38
*
Convert all simplelocks to mutexes and remove the simplelock implementations.
jasone
2001-01-24
4
-37
/
+34
*
The ffs superblock includes a 128-byte region for use by temporary
iedowse
2001-01-15
3
-34
/
+36
*
Properly compute the size of the final block of superblock summary information.
mckusick
2001-01-12
1
-1
/
+1
*
o Commit reems of style(9) changes, whitespace improvements, and comment
rwatson
2001-01-07
1
-61
/
+60
*
o Zero the ufs_extattr_header length field (not necessary, but not a bad
rwatson
2001-01-07
1
-1
/
+8
*
o Add an additional EA inconsistency reporting opportunity in
rwatson
2001-01-07
1
-2
/
+16
*
o Make call to ufs_extattr_rm() in ufs_extattr_vnode_inactive() use
rwatson
2001-01-07
1
-1
/
+1
*
o Remove unnecessary sanity check involving requested offset of extended
rwatson
2001-01-07
1
-5
/
+0
*
This implements a better launder limiting solution. There was a solution
dillon
2000-12-26
1
-1
/
+3
[next]