summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* 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
* zfs: correctly calculate dn_bonuslen for saving SAs to diskavg2012-09-181-1/+4
* zfs: allow both DEBUG and ZFS_DEBUG to be defined on command lineavg2012-09-181-0/+2
* Merge recent zfs vendor changes, sync code and adjust userland DEBUG.mm2012-09-1232-181/+272
* forgotten file from r240346avg2012-09-111-3/+3
* zfs: fix sa_modify_attrs handling of variable-sized attributesavg2012-09-111-9/+16
* Add assfail() and assfail3() to the opensolaris module.mm2012-09-103-15/+37
* Make r230454 more readable and vendor-like.mm2012-09-061-2/+8
* Merge recent vendor changes and sync code:mm2012-09-0514-55/+259
* Use a proper destructor function.ed2012-08-281-9/+12
* Merge recent vendor changes:mm2012-08-2818-42/+163
* Merge recent vendor changes:mm2012-08-2317-168/+340
* Backport fix for vendor issue #3085mm2012-08-191-4/+5
* Streamline use of cdevpriv and correct some corner cases.hselasky2012-08-151-2/+0
* Include <vm/vm_param.h> for PA_LOCK_COUNT in order to fix kernel buildmarius2012-08-051-0/+1
* Partial MFV (illumos-gate 13753:2aba784c276b)mm2012-07-304-11/+22
* Make ZVOL resizing ('zfs set volsize') properly resize the GEOM provider.trasz2012-07-201-9/+3
* Change UL to ULL since time is 32 bits.gnn2012-07-172-2/+2
* Add support for walltimestamp in DTrace.gnn2012-07-162-4/+14
* r237748 continuation: fix nopw (0f 1f) behavior with respect to modifiersavg2012-07-062-2/+2
* r237748 continuation: segment-override prefixes are not invalid in long modeavg2012-07-062-8/+8
* vdev_io_done stage is not used for ioctls.pjd2012-07-041-1/+1
* Expose scrub and resilver tunables.mm2012-07-021-12/+44
OpenPOWER on IntegriCloud