aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
...
* Illumos 4951 - ZFS administrative commands should use reserved spaceMatthew Ahrens2015-05-041-1/+1
* Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFSJustin T. Gibbs2015-04-281-3/+4
* Illumos 3897 - zfs filesystem and snapshot limitsJerry Jelinek2015-04-281-3/+20
* Mark all ZPL and ioctl functions as PF_FSTRANSTim Chase2015-04-031-0/+5
* Prevent "zpool destroy|export" when suspendedBrian Behlendorf2015-03-021-2/+2
* Retire spl_module_init()/spl_module_fini()Brian Behlendorf2015-02-241-7/+11
* Use vmem_alloc() for nvlistsBrian Behlendorf2015-02-101-4/+4
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-2/+2
* Retire KM_NODEBUGBrian Behlendorf2015-01-161-6/+5
* Explicitly include SPL compat headersNed Bass2014-11-191-0/+1
* Swap DTRACE_PROBE* with Linux tracepointsPrakash Surya2014-11-171-0/+49
* Illumos 4924 - LZ4 Compression for metadataDaniil Lunev2014-10-201-83/+1
* Illumos 4757, 4913Matthew Ahrens2014-08-011-2/+9
* Illumos 4368, 4369.Matthew Ahrens2014-07-291-30/+186
* Illumos 4171, 4172Matthew Ahrens2014-07-251-15/+12
* Allow for lock-free reading zfsdev_state_list.Tim Chase2014-05-191-17/+44
* Fix zfsdev_ioctl() kmem leak warningBrian Behlendorf2014-04-181-5/+9
* Clarify zpool_events_next() commentBrian Behlendorf2014-03-311-1/+1
* Add zpool_events_seek() functionalityBrian Behlendorf2014-03-311-0/+24
* Fix regression introduced in port of Illumos #3744Andrey Vesnovaty2014-03-201-2/+4
* Fix the creation of ZPOOL_HIST_CMD pool history entries.Tim Chase2014-01-071-8/+9
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-34/+37
* Sync /dev/zfs ioctl orderingBrian Behlendorf2013-12-161-0/+7
* Remove ZFC_IOC_*_MINOR ioctl()sBrian Behlendorf2013-12-161-38/+28
* Add module versioningBrian Behlendorf2013-12-061-0/+1
* Remove the slog restriction on bootfs poolsBrian Behlendorf2013-11-141-24/+1
* Reduce stack for traverse_visitbp() recursionBrian Behlendorf2013-11-141-1/+3
* Honor CONFIG_FS_POSIX_ACL kernel optionMassimo Maggi2013-11-051-0/+3
* Illumos #3954, #4080, #4081George Wilson2013-11-051-1/+1
* Illumos #3996Matthew Ahrens2013-11-051-10/+15
* Illumos #3973Steven Hartland2013-11-051-4/+11
* Illumos #3875Keith M Wesolowski2013-11-041-6/+9
* Illumos #3740Steven Hartland2013-11-041-14/+1
* Illumos #3744Will Andrews2013-11-041-13/+30
* Illumos #3742Will Andrews2013-11-041-8/+4
* Illumos #3598Matthew Ahrens2013-10-311-140/+139
* Fix incorrect usage of strdup() in zfs_unmount_snap()Richard Yao2013-10-291-5/+5
* Allocate the ioctl "output" nvlist with KM_PUSHPAGE.Tim Chase2013-09-251-1/+1
* Illumos #3464Matthew Ahrens2013-09-041-614/+490
* Illumos #2882, #2883, #2900Matthew Ahrens2013-09-041-517/+1105
* Call zvol_create_minors() in spa_open_common() when initializing poolPawel Jakub Dawidek2013-07-031-3/+0
* kmem_zalloc(..., KM_SLEEP) will never failshenyan12013-07-011-2/+0
* Illumos #3006Madhav Suresh2013-06-191-1/+1
* Add snapdev=[hidden|visible] dataset propertyEric Dillmann2013-03-051-0/+3
* Illumos #3035 LZ4 compression support in ZFS and GRUBEric Dillmann2013-01-291-0/+109
* Illumos #2619 and #2747Christopher Siden2013-01-081-2/+15
* Revert "Remove TSD zfs_fsyncer_key"Brian Behlendorf2012-12-201-0/+3
* Remove TSD zfs_fsyncer_keyBrian Behlendorf2012-12-191-3/+0
* Illumos #3129, #3130George Wilson2012-10-031-0/+10
* Illumos #2703: add mechanism to report ZFS send progressBill Pijewski2012-09-191-2/+50