summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib
Commit message (Expand)AuthorAgeFilesLines
* MFV r245510:delphij2013-01-161-2/+71
* For zfs vnodes, use the standard inode number based hash algorithm.kib2013-01-141-0/+2
* The current ZFS code expects ddt_zap_count to always succeed by assertingdelphij2013-01-103-17/+24
* zfs: solaris doesn't have KM_ZERO, kmem_zalloc should be used insteadavg2012-12-232-3/+3
* Added vfs.zfs.vdev.trim_on_init sysctl which allows full vdev trim onsmh2012-12-131-1/+6
* Upgrades trim free request sizes before inserting them into to free map,smh2012-12-132-3/+14
* Renamed zfs trim stats removing duplicate zio_trim identifier from the namesmh2012-12-122-15/+16
* Use SA_ZPL_CRTIME instead of SA_ZPL_CTIME for creation time.delphij2012-12-031-1/+1
* zfs_getpages: make use of vm_page_readahead_finishavg2012-12-011-20/+4
* gfs_file_inactive: replace bad code with ugly codeavg2012-12-011-4/+7
* MFV r243395:mm2012-11-262-1/+9
* Add loader(8) tunable to enable/disable nopwrite functionality:mm2012-11-251-1/+4
* MFV r243013 and r243267:mm2012-11-2511-70/+321
* zfs_freebsd_reclaim: remove a stray variableavg2012-11-251-1/+0
* zfs: overhaul zfs-vfs glue for vnode life-cycle managementavg2012-11-254-137/+58
* zfs_fhtovp: there is no reason to amend lock flags with LK_RETRY hereavg2012-11-251-1/+1
* add zfs_bmap to aid vnode_pager_haspageavg2012-11-251-1/+25
* zfs_getpages: optimize for large block sizesavg2012-11-251-23/+86
* MFV r243012:mm2012-11-251-0/+8
* MFV r242735:mm2012-11-259-23/+84
* zfs roopool: add support for multi-vdev configurationsavg2012-11-242-41/+151
* spa_import_rootpool: initialize ub_version before calling spa_config_parseavg2012-11-241-0/+8
* spa_import_rootpool: do not call spa_history_log_versionavg2012-11-241-2/+0
* zfs: create devices/geoms from zvols after receiveing themavg2012-11-241-0/+6
* zfs_remove: assert that delete_now case is never true on FreeBSDavg2012-11-191-0/+3
* zfs_remove: set VV_NOSYNC flag if a node is unlinkedavg2012-11-191-0/+3
* spa_import_rootpool: fall back to use configuration from zpool.cache...avg2012-11-181-18/+34
* Add the wait6(2) system call. It takes POSIX waitid()-like processkib2012-11-131-0/+4
* zfs_ioc_destroy_snaps_nvl: remove disk device entries for zvol snapshotsavg2012-11-101-0/+1
* MFV r242729 (mm):delphij2012-11-103-5/+105
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-1/+0
* Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.jhibbits2012-11-073-2/+81
* zfs_dirlook: bailout early if directory is unlinkedavg2012-11-041-0/+14
* zfsctl_snapdir_lookup: obtain a snapname in the remount caseavg2012-11-041-0/+1
* zfs: set MNTK_EXTENDED_SHARED flagavg2012-11-041-0/+1
* zfs_vnode_forget: dispose of larvae vnode using public vfs api (mostly)avg2012-11-041-5/+4
* zfs_umount: no need to set MNTK_UNMOUNTF here, dounmount handles thatavg2012-11-041-4/+0
* zfs_vnode_lock: no need to double-guess caller's intentions hereavg2012-11-041-8/+0
* zfs_mount: drop vfs.zfs.rootpool.prefer_cached_config tunableavg2012-11-041-14/+2
* zfs_freebsd_close: call zfs_close with count=1 instead of count=0avg2012-11-041-1/+1
* s/dettach/detach/gdelphij2012-10-301-3/+3
* zfs: fix label validation code in vdev_geom_read_configavg2012-10-261-3/+5
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-223-13/+5
* zfs: wait in arc_lowmem only if curproc == pageprocavg2012-10-201-2/+10
* zfs: make use of getnewvnode_reserve in zfs_mknode and zfs_zgetavg2012-10-171-0/+7
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* zvol: set mediasize in geom provider right upon its creationavg2012-10-061-0/+12
* zfs_mount: taste geom providers for root pool configavg2012-10-064-35/+306
* Merge recent vendor changes in ZFS.mm2012-09-264-15/+58
OpenPOWER on IntegriCloud