| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | | Import a fix from the OpenBSD-stable branch, that slipped by my previousvendor/pf-sys/3.5.004 | Max Laier | 2004-08-12 | 1 | -2/+3 |
| | * | | | Import a couple of fixes from OpenBSD-current, which did not make -stable invendor/pf-sys/3.5.003 | Max Laier | 2004-08-12 | 4 | -7/+17 |
| | * | | | Import from OpenBSD stable branch | Max Laier | 2004-07-17 | 1 | -42/+53 |
| | * | | | Import OpenBSD stable branch. | Max Laier | 2004-06-17 | 3 | -19/+16 |
| * | | | | Fix hardware checksum verification on fragments. | Max Laier | 2007-07-03 | 1 | -0/+9 |
| * | | | | In zfs_vget, if we fail to translate an inode number to the corresponding | Doug Rabson | 2007-06-27 | 1 | -1/+1 |
| * | | | | Pointer to an ICMP header was getting left behind after doing a pullup. | Darren Reed | 2007-06-09 | 1 | -0/+1 |
| * | | | | Add my copyright. | Marcel Moolenaar | 2007-06-08 | 1 | -0/+28 |
| * | | | | - Reduce number of atomic operations needed to be implemented in asm by | Pawel Jakub Dawidek | 2007-06-08 | 5 | -1707/+30 |
| * | | | | Missing atomic operations for ZFS/ia64. | Pawel Jakub Dawidek | 2007-06-08 | 1 | -0/+54 |
| * | | | | Reimplement traverse() helper function: | Pawel Jakub Dawidek | 2007-06-04 | 1 | -10/+9 |
| * | | | | Merge IPFilter 4.1.23 back to HEAD | Darren Reed | 2007-06-04 | 22 | -1346/+3701 |
| * | | | | This commit was generated by cvs2svn to compensate for changes in r170263, | Darren Reed | 2007-06-04 | 12 | -153/+554 |
| |\ \ \ \ |
|
| | * | | | | Import IPFilter 4.1.23 to vendor branch. | Darren Reed | 2007-06-04 | 34 | -1526/+4275 |
| * | | | | | Adjust va_mask for setattr. FreeBSD doesn't have va_mask, so we initialize it | Pawel Jakub Dawidek | 2007-05-28 | 1 | -0/+1 |
| * | | | | | Because we allocate componentname structures on stack, bzero() them before | Pawel Jakub Dawidek | 2007-05-28 | 1 | -0/+3 |
| * | | | | | Initialize ZFS a bit earlier and block root mounting until | Pawel Jakub Dawidek | 2007-05-24 | 1 | -1/+4 |
| * | | | | | FreeBSD's namecache works quite well with ZFS, so remove DNLC. | Pawel Jakub Dawidek | 2007-05-23 | 2 | -1075/+0 |
| * | | | | | All objects we create using GFS are directories, so initialize d_type | Pawel Jakub Dawidek | 2007-05-23 | 1 | -2/+2 |
| * | | | | | Lock vnode on lookup. This fixes ZIL replay for rmdir/unlink/rename. | Pawel Jakub Dawidek | 2007-05-22 | 1 | -0/+3 |
| * | | | | | From OpenBSD, rev. 1.524, 1.528, 1.529 | Daniel Hartmeier | 2007-05-21 | 1 | -3/+52 |
| * | | | | | Increase debug level - this message is not that important. | Pawel Jakub Dawidek | 2007-05-09 | 1 | -1/+1 |
| * | | | | | - Add missing lock destruction and remove duplicate initializations. | Pawel Jakub Dawidek | 2007-05-06 | 6 | -5/+14 |
| * | | | | | Use provider's ident to handle situations when disks are moved around | Pawel Jakub Dawidek | 2007-05-06 | 1 | -10/+161 |
| * | | | | | MFp4: We don't need to cover vnode_pager_setsize() with the z_map_lock. | Pawel Jakub Dawidek | 2007-05-06 | 1 | -1/+2 |
| * | | | | | Share-lock a vnode where possible. | Pawel Jakub Dawidek | 2007-05-02 | 1 | -1/+1 |
| * | | | | | When parent directory has to be unlocked, lock it back with the same lock | Pawel Jakub Dawidek | 2007-05-02 | 1 | -2/+6 |
| * | | | | | Lock vnode using cn_lkflags in case the caller wants the vnode to be | Pawel Jakub Dawidek | 2007-05-02 | 1 | -1/+1 |
| * | | | | | The getnewvnode() function sets LK_NOSHARE by default, so if we want to | Pawel Jakub Dawidek | 2007-05-02 | 1 | -3/+9 |
| * | | | | | ZFS should update timestamps upon the creat() of an existing file. | Pawel Jakub Dawidek | 2007-05-02 | 2 | -2/+5 |
| * | | | | | - Lock vnode with flags passed in as argument in zfs_vget() and zfs_root(). | Pawel Jakub Dawidek | 2007-05-02 | 1 | -2/+4 |
| * | | | | | MFp4: Remove LK_RETRY flag when locking vnode in zfs_lookup, we don't want | Pawel Jakub Dawidek | 2007-05-01 | 1 | -1/+6 |
| * | | | | | White space fixes. | Pawel Jakub Dawidek | 2007-05-01 | 4 | -34/+34 |
| * | | | | | Add a comment explaining why we call dmu_write() unconditionally, even if | Pawel Jakub Dawidek | 2007-05-01 | 1 | -0/+9 |
| * | | | | | - Define d_type for ".", ".." and ".zfs" directories. | Pawel Jakub Dawidek | 2007-04-29 | 2 | -0/+5 |
| * | | | | | Oops, correct important typo in last commit. | Pawel Jakub Dawidek | 2007-04-29 | 1 | -1/+1 |
| * | | | | | Avoid freeing NULL pointer in case of an error. | Pawel Jakub Dawidek | 2007-04-29 | 1 | -1/+1 |
| * | | | | | Fix two use-after-free cases. | Pawel Jakub Dawidek | 2007-04-29 | 1 | -2/+2 |
| * | | | | | MFp4: Optimize mappedwrite() and mappedread() functions to write/read as much | Pawel Jakub Dawidek | 2007-04-26 | 1 | -31/+58 |
| * | | | | | - Always try to write one whole page at a time. | Pawel Jakub Dawidek | 2007-04-26 | 1 | -7/+9 |
| * | | | | | MFV: Free znodes immediatelly, allowing the ARC to hold onto less memory. | Pawel Jakub Dawidek | 2007-04-26 | 1 | -1/+1 |
| * | | | | | MFV: Functions name change. | Pawel Jakub Dawidek | 2007-04-26 | 1 | -4/+4 |
| * | | | | | ZIL (ZFS Intent Log) can be safely turned on and off at run time, because | Pawel Jakub Dawidek | 2007-04-24 | 1 | -1/+1 |
| * | | | | | MFp4: Now that ZFS can use FreeBSD's namecache, turn it off by default and | Pawel Jakub Dawidek | 2007-04-24 | 1 | -0/+4 |
| * | | | | | MFp4: Rearange the code so vobject is destroyed from reclaim() method like | Pawel Jakub Dawidek | 2007-04-24 | 2 | -21/+22 |
| * | | | | | MFp4: Once page is written successfully, we should clear the dirty bits. | Pawel Jakub Dawidek | 2007-04-24 | 1 | -0/+3 |
| * | | | | | MFp4: Reduce diff against vendor. | Pawel Jakub Dawidek | 2007-04-24 | 3 | -2/+4 |
| * | | | | | MFp4: We have stronger 'lock already initialized' check now, so we can | Pawel Jakub Dawidek | 2007-04-24 | 1 | -1/+0 |
| * | | | | | Mostly-cosmetic fixes in low-memory warning messages: | Bruce A. Mah | 2007-04-23 | 1 | -6/+7 |
| * | | | | | Too much diff reduction. 'cmd' has to be u_long. | Pawel Jakub Dawidek | 2007-04-23 | 1 | -3/+3 |