]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/cddl
Use the VA_UTIMES_NULL flag to detect when NULL was passed to utimes()
[FreeBSD/FreeBSD.git] / sys / cddl /
2013-01-14 kibFor zfs vnodes, use the standard inode number based...
2013-01-11 theravenMerge new version of libcxxrt. This brings in three...
2013-01-10 delphijThe current ZFS code expects ddt_zap_count to always...
2012-12-23 avgzfs: solaris doesn't have KM_ZERO, kmem_zalloc should...
2012-12-23 rstoneCorrect a series of errors in the hand-rolled locking...
2012-12-21 brooksAdd NetBSD's mtree to the tree and install it as nmtree...
2012-12-18 brooksReplace our implementation of the vis(3) and unvis...
2012-12-13 smhAdded vfs.zfs.vdev.trim_on_init sysctl which allows...
2012-12-13 smhUpgrades trim free request sizes before inserting them...
2012-12-12 smhRenamed zfs trim stats removing duplicate zio_trim...
2012-12-07 erwinUpdate to 9.8.4-P1.
2012-12-03 dimUpgrade our copy of llvm/clang to r168974, from upstrea...
2012-12-03 delphijUse SA_ZPL_CRTIME instead of SA_ZPL_CTIME for creation...
2012-12-01 avgzfs_getpages: make use of vm_page_readahead_finish
2012-12-01 avggfs_file_inactive: replace bad code with ugly code
2012-12-01 rwatsonMerge OpenBSM 1.2-alpha2 from vendor branch to FreeBSD...
2012-11-26 mmMFV r243395:
2012-11-25 mmAdd loader(8) tunable to enable/disable nopwrite functi...
2012-11-25 mmMFV r243013 and r243267:
2012-11-25 avgzfs_freebsd_reclaim: remove a stray variable
2012-11-25 avgzfs: overhaul zfs-vfs glue for vnode life-cycle management
2012-11-25 avgzfs_fhtovp: there is no reason to amend lock flags...
2012-11-25 avgadd zfs_bmap to aid vnode_pager_haspage
2012-11-25 avgzfs_getpages: optimize for large block sizes
2012-11-25 mmMFV r243012:
2012-11-25 mmMFV r242735:
2012-11-24 avgzfs roopool: add support for multi-vdev configurations
2012-11-24 avgspa_import_rootpool: initialize ub_version before calli...
2012-11-24 avgspa_import_rootpool: do not call spa_history_log_version
2012-11-24 avgopensolaris compat: terminate cmn_err mesages with...
2012-11-24 avgzfs: create devices/geoms from zvols after receiveing...
2012-11-20 jkimMerge ACPICA 20121114.
2012-11-19 avgzfs_remove: assert that delete_now case is never true...
2012-11-19 avgzfs_remove: set VV_NOSYNC flag if a node is unlinked
2012-11-18 avgspa_import_rootpool: fall back to use configuration...
2012-11-16 sjgMerge bmake-20121111
2012-11-13 kibAdd the wait6(2) system call. It takes POSIX waitid...
2012-11-10 avgzfs_ioc_destroy_snaps_nvl: remove disk device entries...
2012-11-10 delphijMFV r242729 (mm):
2012-11-09 attilioComplete MPSAFE VFS interface and remove MNTK_MPSAFE...
2012-11-07 jhibbitsImplement DTrace for PowerPC. This includes both 32...
2012-11-04 avgzfs_dirlook: bailout early if directory is unlinked
2012-11-04 avgzfsctl_snapdir_lookup: obtain a snapname in the remount...
2012-11-04 avgzfs: set MNTK_EXTENDED_SHARED flag
2012-11-04 avgopensolaris compat: clear VI_MOUNT before returning...
2012-11-04 avgzfs_vnode_forget: dispose of larvae vnode using public...
2012-11-04 avgzfs_umount: no need to set MNTK_UNMOUNTF here, dounmoun...
2012-11-04 avgopensolaris_lookup: use vfs_busy in traverse before...
2012-11-04 avgzfs_vnode_lock: no need to double-guess caller's intent...
2012-11-04 avgzfs_mount: drop vfs.zfs.rootpool.prefer_cached_config...
2012-11-04 avgzfs_freebsd_close: call zfs_close with count=1 instead...
2012-10-30 delphijs/dettach/detach/g
2012-10-26 avgzfs: fix label validation code in vdev_geom_read_config
2012-10-22 dimImport libc++ trunk r165949. Among other improvements...
2012-10-22 kibRemove the support for using non-mpsafe filesystem...
2012-10-21 nwhitehornUpdate dialog to 20120706: includes minor useability...
2012-10-20 avgzfs: wait in arc_lowmem only if curproc == pageproc
2012-10-19 uqsMerge mandoc from vendor into contrib and provide the...
2012-10-19 brooksReplace our version of the pwcache(3) API with NetBSD...
2012-10-17 avgzfs: make use of getnewvnode_reserve in zfs_mknode...
2012-10-10 kevloRevert previous commit...
2012-10-09 kevloPrefer NULL over 0 for pointers
2012-10-06 avgzvol: set mediasize in geom provider right upon its...
2012-10-06 avgzfs_mount: taste geom providers for root pool config
2012-10-05 delphijMFV: tcpdump 4.3.0.
2012-10-05 delphijMFV: libpcap 1.3.0.
2012-10-03 marcelMerge bmake-20120831 from vendor/NetBSD/bmake/dist.
2012-09-26 mmMerge recent vendor changes in ZFS.
2012-09-23 pjdIt is possible to recursively destroy snapshots even...
2012-09-23 pjdAdd TRIM support.
2012-09-22 avgzfs: allow a zvol to be used as a pool vdev, again
2012-09-22 pjdAs in r226967, r226987 and r232401 changes to UFS and...
2012-09-18 avgzfs: correctly calculate dn_bonuslen for saving SAs...
2012-09-18 avgzfs: allow both DEBUG and ZFS_DEBUG to be defined on...
2012-09-12 mmMerge recent zfs vendor changes, sync code and adjust...
2012-09-11 avgforgotten file from r240346
2012-09-11 avgzfs: fix sa_modify_attrs handling of variable-sized...
2012-09-10 mmAdd assfail() and assfail3() to the opensolaris module.
2012-09-06 mmMake r230454 more readable and vendor-like.
2012-09-05 mmMerge recent vendor changes and sync code:
2012-09-04 marcelMerge ATF 0.16 from vendor/atf/dist.
2012-08-28 edUse a proper destructor function.
2012-08-28 mmMerge recent vendor changes:
2012-08-23 mmMerge recent vendor changes:
2012-08-20 dimUpgrade our copy of llvm/clang to trunk r162107. With...
2012-08-19 mmBackport fix for vendor issue #3085
2012-08-16 jkimMerge ACPICA 20120816.
2012-08-15 hselaskyStreamline use of cdevpriv and correct some corner...
2012-08-08 andrewImport compiler-rt r160957.
2012-08-05 mariusInclude <vm/vm_param.h> for PA_LOCK_COUNT in order...
2012-07-30 mmPartial MFV (illumos-gate 13753:2aba784c276b)
2012-07-28 mmUpdate libarchive to 3.0.4
2012-07-24 impUpdate to latest git version of dtc to get new dtsv2...
2012-07-20 traszMake ZVOL resizing ('zfs set volsize') properly resize...
2012-07-17 pfgDtrace: improve handling of library paths.
2012-07-17 gnnChange UL to ULL since time is 32 bits.
2012-07-16 gnnAdd support for walltimestamp in DTrace.
2012-07-14 pfgMerge illumos commit 13455:7205f7794835
2012-07-12 jkimMerge OpenSSL 1.0.1c.
2012-07-11 jkimMerge ACPICA 20120711.
next