summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
...
* MFV r254421:delphij2013-08-211-10/+15
* zfs_ioc_rename should not leave the value of zc_name passed in via zc alteredsmh2013-08-041-4/+11
* MFV r253780:delphij2013-07-301-5/+8
* Allow three IOCTLs to be used on suspended pool, restoring state thatmav2013-07-301-3/+3
* zfs module: perform cleanup during shutdown in addition to module unloadavg2013-07-241-35/+77
* Unbreak "zfs jail" and "zfs unjail" (broken since r248571)mm2013-06-291-0/+7
* MFV r251644:delphij2013-06-121-14/+1
* MFV r251622:delphij2013-06-111-19/+31
* MFV r251620:delphij2013-06-111-8/+4
* Cast to (void *)(uintptr_t) on copyout and copyin of zfs_iocparm_t.zfs_cmdmm2013-04-101-2/+2
* ZFS expects a copyout of zfs_cmd_t on an ioctl error. Our sys_ioctl()mm2013-04-091-21/+66
* MFV r248217:mm2013-04-061-144/+144
* Do not check against uninitialized rc and comment out vendor codemm2013-04-021-2/+5
* MFV r247580:mm2013-03-191-604/+512
* Add missing zvol_create_mirrors() on zfs_ioc_create()mm2013-03-181-0/+4
* libzfs_core:mm2013-03-171-3/+20
* Initialize "error" variable where illumos does.mm2013-03-161-0/+2
* Comment out unfeasible illumos copyin code and restore previous behavior.mm2013-03-071-1/+9
* Add missing init functionsmm2013-03-061-8/+7
* Diff reduction with Illumosdelphij2013-03-061-3/+3
* WiP merge of libzfs_core (MFV r238590, r238592)mm2013-03-051-573/+1152
* Merge Capsicum overhaul:pjd2013-03-021-3/+3
* Fix the zfs_ioctl compat layer to support zfs_cmd size change introducedmm2013-03-011-5/+12
* Merge zfs_ioctl.c code that should have been merged together with ZFS v28.mm2013-02-111-75/+100
* MFV r245512:delphij2013-02-091-0/+108
* zfs: add MODULE_VERSION for zfsctrlavg2013-02-021-0/+1
* zfs: create devices/geoms from zvols after receiveing themavg2012-11-241-0/+6
* zfs_ioc_destroy_snaps_nvl: remove disk device entries for zvol snapshotsavg2012-11-101-0/+1
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* It is possible to recursively destroy snapshots even if the snapshotpjd2012-09-231-1/+20
* Merge recent zfs vendor changes, sync code and adjust userland DEBUG.mm2012-09-121-1/+1
* Merge recent vendor changes and sync code:mm2012-09-051-0/+10
* Introduce "feature flags" for ZFS pools (bump SPA version to 5000).mm2012-06-111-3/+16
* Import illumos changeset 13570:3411fd5f1589mm2012-05-271-2/+20
* Import illumos changeset 13686:4bc0783f6064mm2012-05-101-2/+50
* Partially revert r232938; ZFS only requires nfs4 but not posix1e.marius2012-04-291-1/+0
* Add dependencies onto acl_posix1e and acl_nfs4.adrian2012-03-131-0/+2
* Dramatically optimize listing snapshots when user requests only snapshotpjd2012-01-211-3/+4
* By default turn off prefetch when listing snapshots.pjd2012-01-201-1/+7
* Merge new ZFS features from illumos:mm2011-11-281-48/+192
* Update copyright information in several ZFS files, as the clause 3.3mm2011-10-251-0/+1
* - Use better naming now that we allow to rename any mounted file system (notpjd2011-10-241-1/+3
* Allow to rename file systems without remounting if it is possible.pjd2011-10-241-3/+9
* zfs_ioctl.c: improve code readability in zfs_ioc_dataset_list_next()mm2011-08-131-2/+3
* Fix race between dmu_objset_prefetch() invoked frommm2011-08-131-1/+2
* Eliminate the zfsdev_state_lock entirely and replace it with thepjd2011-08-121-8/+8
* Restore old (v15) behaviour for a recursive snapshot destroy.mm2011-05-181-0/+6
* Convert the last use of xcopyout() to ddi_copyout() and remove the nowmarius2011-05-031-2/+2
* Make renaming of a ZVOL, ZVOL's parent directory and ZVOL snapshot work.pjd2011-03-051-2/+0
OpenPOWER on IntegriCloud