aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* spa_generate_rootconf: add support for old vdev labelsAndriy Gapon2013-01-261-3/+2
* MFV r245510:Xin LI2013-01-161-2/+71
* For zfs vnodes, use the standard inode number based hash algorithm.Konstantin Belousov2013-01-141-0/+2
* The current ZFS code expects ddt_zap_count to always succeed by assertingXin LI2013-01-103-17/+24
* zfs: solaris doesn't have KM_ZERO, kmem_zalloc should be used insteadAndriy Gapon2012-12-232-3/+3
* Correct a series of errors in the hand-rolled locking for drace_debug.c:Ryan Stone2012-12-231-44/+54
* Added vfs.zfs.vdev.trim_on_init sysctl which allows full vdev trim onSteven Hartland2012-12-131-1/+6
* Upgrades trim free request sizes before inserting them into to free map,Steven Hartland2012-12-132-3/+14
* Renamed zfs trim stats removing duplicate zio_trim identifier from the nameSteven Hartland2012-12-124-16/+19
* Use SA_ZPL_CRTIME instead of SA_ZPL_CTIME for creation time.Xin LI2012-12-031-1/+1
* zfs_getpages: make use of vm_page_readahead_finishAndriy Gapon2012-12-011-20/+4
* gfs_file_inactive: replace bad code with ugly codeAndriy Gapon2012-12-011-4/+7
* MFV r243395:Martin Matuska2012-11-262-1/+9
* Add loader(8) tunable to enable/disable nopwrite functionality:Martin Matuska2012-11-251-1/+4
* MFV r243013 and r243267:Martin Matuska2012-11-2511-70/+321
* zfs_freebsd_reclaim: remove a stray variableAndriy Gapon2012-11-251-1/+0
* zfs: overhaul zfs-vfs glue for vnode life-cycle managementAndriy Gapon2012-11-254-137/+58
* zfs_fhtovp: there is no reason to amend lock flags with LK_RETRY hereAndriy Gapon2012-11-251-1/+1
* add zfs_bmap to aid vnode_pager_haspageAndriy Gapon2012-11-251-1/+25
* zfs_getpages: optimize for large block sizesAndriy Gapon2012-11-251-23/+86
* MFV r243012:Martin Matuska2012-11-251-0/+8
* MFV r242735:Martin Matuska2012-11-259-23/+84
* zfs roopool: add support for multi-vdev configurationsAndriy Gapon2012-11-242-41/+151
* spa_import_rootpool: initialize ub_version before calling spa_config_parseAndriy Gapon2012-11-241-0/+8
* spa_import_rootpool: do not call spa_history_log_versionAndriy Gapon2012-11-241-2/+0
* opensolaris compat: terminate cmn_err mesages with a new lineAndriy Gapon2012-11-241-0/+1
* zfs: create devices/geoms from zvols after receiveing themAndriy Gapon2012-11-241-0/+6
* zfs_remove: assert that delete_now case is never true on FreeBSDAndriy Gapon2012-11-191-0/+3
* zfs_remove: set VV_NOSYNC flag if a node is unlinkedAndriy Gapon2012-11-191-0/+3
* spa_import_rootpool: fall back to use configuration from zpool.cache...Andriy Gapon2012-11-181-18/+34
* Add the wait6(2) system call. It takes POSIX waitid()-like processKonstantin Belousov2012-11-131-0/+4
* zfs_ioc_destroy_snaps_nvl: remove disk device entries for zvol snapshotsAndriy Gapon2012-11-101-0/+1
* MFV r242729 (mm):Xin LI2012-11-103-5/+105
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.Attilio Rao2012-11-091-1/+0
* Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.Justin Hibbits2012-11-079-3/+1157
* zfs_dirlook: bailout early if directory is unlinkedAndriy Gapon2012-11-041-0/+14
* zfsctl_snapdir_lookup: obtain a snapname in the remount caseAndriy Gapon2012-11-041-0/+1
* zfs: set MNTK_EXTENDED_SHARED flagAndriy Gapon2012-11-041-0/+1
* opensolaris compat: clear VI_MOUNT before returning if mount_snapshot failsAndriy Gapon2012-11-041-0/+3
* zfs_vnode_forget: dispose of larvae vnode using public vfs api (mostly)Andriy Gapon2012-11-041-5/+4
* zfs_umount: no need to set MNTK_UNMOUNTF here, dounmount handles thatAndriy Gapon2012-11-041-4/+0
* opensolaris_lookup: use vfs_busy in traverse before calling VFS_ROOTAndriy Gapon2012-11-041-0/+4
* zfs_vnode_lock: no need to double-guess caller's intentions hereAndriy Gapon2012-11-041-8/+0
* zfs_mount: drop vfs.zfs.rootpool.prefer_cached_config tunableAndriy Gapon2012-11-041-14/+2
* zfs_freebsd_close: call zfs_close with count=1 instead of count=0Andriy Gapon2012-11-041-1/+1
* s/dettach/detach/gXin LI2012-10-301-3/+3
* zfs: fix label validation code in vdev_geom_read_configAndriy Gapon2012-10-261-3/+5
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-226-43/+16
* zfs: wait in arc_lowmem only if curproc == pageprocAndriy Gapon2012-10-201-2/+10
* zfs: make use of getnewvnode_reserve in zfs_mknode and zfs_zgetAndriy Gapon2012-10-171-0/+7