summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-226-43/+16
* 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
* It is possible to recursively destroy snapshots even if the snapshotpjd2012-09-232-3/+28
* Add TRIM support.pjd2012-09-2317-51/+867
* zfs: allow a zvol to be used as a pool vdev, againavg2012-09-221-15/+33
* As in r226967, r226987 and r232401 changes to UFS and TMPFS remove cachepjd2012-09-221-0/+3
OpenPOWER on IntegriCloud