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
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Add const-qualifiers to the arguments of isonum_*().
marius
2013-07-28
1
-13
/
+22
*
make path matching in devfs rules consistent and sane (and safer)
avg
2013-07-26
1
-24
/
+38
*
ext2fs: Return EINVAL for negative uio_offset as in UFS.
pfg
2013-07-25
1
-8
/
+2
*
ext2fs: Drop a check that wan't supposed to be in r253651.
pfg
2013-07-25
1
-4
/
+1
*
ext2fs: Don't assume that on-disk format of a directory is the same
pfg
2013-07-25
1
-81
/
+99
*
fuse: revert kernel_header update.
pfg
2013-07-24
1
-86
/
+10
*
tmpfs works perfectly fine with -o union -- there is no reason to exclude it
nwhitehorn
2013-07-23
1
-1
/
+1
*
The NFSv4 server incorrectly assumed that the high order words of
rmacklem
2013-07-20
1
-7
/
+7
*
fuse: revert birthtime support.
pfg
2013-07-20
2
-6
/
+3
*
Adjust outsizes:
pfg
2013-07-20
1
-2
/
+2
*
Adjust outsizes:
pfg
2013-07-20
1
-2
/
+2
*
Update fuse_kernel header.
pfg
2013-07-15
1
-11
/
+85
*
Add creation timestamp (birthtime) support for fuse.
pfg
2013-07-13
1
-4
/
+1
*
Add creation timestamp (birthtime) support for fuse.
pfg
2013-07-12
2
-0
/
+8
*
Implement 1003.1-2001 pathconf() keys.
pfg
2013-07-10
1
-9
/
+44
*
Reinstate the assertion from r253045.
pfg
2013-07-09
1
-2
/
+2
*
Enhancement when writing an entire block of a file.
pfg
2013-07-09
1
-9
/
+20
*
Add support for host-based (Kerberos 5 service principal) initiator
rmacklem
2013-07-09
3
-34
/
+33
*
Avoid a panic and return EINVAL instead.
pfg
2013-07-08
1
-2
/
+2
*
Implement SEEK_HOLE/SEEK_DATA for ext2fs.
pfg
2013-07-07
1
-0
/
+20
*
Fix some typos.
pfg
2013-07-07
1
-3
/
+3
*
Initial implementation of the HTree directory index.
pfg
2013-07-06
9
-115
/
+1561
*
The tvp vnode on rename is usually unlinked. Drop the cached null
kib
2013-07-04
1
-1
/
+6
*
- Fix double frees/user after free.
davide
2013-07-03
1
-113
/
+56
*
A problem with the old NFS client where large writes to large files
rmacklem
2013-07-03
1
-2
/
+13
*
ext2fs: Use the complete random() range in i_gen.
pfg
2013-06-30
1
-1
/
+1
*
Bring some updates from ufs_lookup to ext2fs.
pfg
2013-06-29
1
-8
/
+11
*
Properly use v_data field. This magically worked (even if wrong) until
davide
2013-06-28
1
-1
/
+1
*
Garbage collect an useless check. smp should be never NULL.
davide
2013-06-28
1
-5
/
+0
*
Plug a couple of leakages in smbfs_lookup().
davide
2013-06-28
1
-3
/
+6
*
Minor sorting.
pfg
2013-06-26
1
-1
/
+1
*
Define and use e2fs_lbn_t in ext2fs.
pfg
2013-06-23
7
-12
/
+19
*
Fix r252074 so that it builds on 64bit arches.
rmacklem
2013-06-22
1
-3
/
+1
*
The NFSv4.1 LayoutCommit operation requires a valid offset and length.
rmacklem
2013-06-21
1
-8
/
+20
*
When the NFSv4.1 client is writing to a pNFS Data Server (DS), the
rmacklem
2013-06-21
2
-4
/
+25
*
Since some NFSv4 servers enforce the requirement for a reserved port#,
rmacklem
2013-06-21
1
-6
/
+0
*
Rename some prefixes in the Block Group Descriptor fields to ext4bgd_
pfg
2013-06-20
1
-6
/
+6
*
More ext2fs header cleanups:
pfg
2013-06-18
2
-12
/
+12
*
Rename remaining DIAGNOSTIC to INVARIANTS.
pfg
2013-06-17
1
-1
/
+1
*
Re-sort ext2fs headers to make things easier to find.
pfg
2013-06-16
6
-56
/
+33
*
Relax some unnecessary unsigned type changes in ext2fs.
pfg
2013-06-13
2
-10
/
+10
*
Turn DIAGNOSTICs to INVARIANTS in ext2fs.
pfg
2013-06-12
5
-16
/
+16
*
s/file system/filesystem/g
pfg
2013-06-11
3
-8
/
+8
*
e2fs_bpg and e2fs_isize are always unsigned.
pfg
2013-06-09
1
-2
/
+2
*
Add missing VM object unlocks in an error case.
alc
2013-06-07
1
-0
/
+2
*
Don't busy the page unless we are likely to release the object lock.
alc
2013-06-06
1
-4
/
+7
*
Relax the vm object locking. Use a read lock.
alc
2013-06-05
1
-5
/
+5
*
Eliminate unnecessary vm object locking from tmpfs_nocacheread().
alc
2013-06-04
1
-2
/
+0
*
ext2fs: space vs tab.
pfg
2013-06-03
2
-2
/
+2
*
ext2fs: Small cosmetic fixes.
pfg
2013-06-03
2
-2
/
+3
[next]