summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* MFCattilio2013-02-0311-130/+263
|\
| * zfs: fix, improve and re-organize page_lookup and page_unlockavg2013-02-031-23/+91
| * Fix the PowerPC DTrace copy functions. The kernel doesn't hold the same view tojhibbits2013-02-032-66/+61
| * solaris compat: remove KM_ZEROavg2013-02-021-1/+0
| * zfs: add MODULE_VERSION for zfsctrlavg2013-02-021-0/+1
| * spa_generate_rootconf: add support for old vdev labelsavg2013-01-261-3/+2
| * 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
* | MFCattilio2012-12-269-67/+96
|\ \ | |/
| * zfs: solaris doesn't have KM_ZERO, kmem_zalloc should be used insteadavg2012-12-232-3/+3
| * Correct a series of errors in the hand-rolled locking for drace_debug.c:rstone2012-12-231-44/+54
| * 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-124-16/+19
* | MFCattilio2012-12-1141-364/+2092
|\ \ | |/
| * 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
| * opensolaris compat: terminate cmn_err mesages with a new lineavg2012-11-241-0/+1
| * 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-079-3/+1157
| * 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
| * opensolaris compat: clear VI_MOUNT before returning if mount_snapshot failsavg2012-11-041-0/+3
| * 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
| * opensolaris_lookup: use vfs_busy in traverse before calling VFS_ROOTavg2012-11-041-0/+4
| * zfs_vnode_lock: no need to double-guess caller's intentions hereavg2012-11-041-8/+0
OpenPOWER on IntegriCloud