summaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix get_zfs_sb race with concurrent umountChunwei Chen2016-07-121-3/+3
* OpenZFS 6314 - buffer overflow in dsl_dataset_nameIgor Kozhukhov2016-06-281-11/+12
* Implement zfs_ioc_recv_new() for OpenZFS 2605Brian Behlendorf2016-06-281-82/+212
* OpenZFS 4986 - receiving replication stream fails if any snapshot exceeds ref...Dan McDonald2016-06-281-10/+87
* OpenZFS 2605, 6980, 6902Matthew Ahrens2016-06-281-4/+12
* Implement large_dnode pool featureNed Bass2016-06-241-1/+29
* Add `zfs allow` and `zfs unallow` supportBrian Behlendorf2016-06-071-3/+43
* OpenZFS 6286 - ZFS internal error when set large block on bootfsBrian Behlendorf2016-05-051-3/+3
* Enable PF_FSTRANS for ioctl secpolicy callbacks (#4571)Tim Chase2016-05-021-1/+4
* Illumos 6659 - nvlist_free(NULL) is a no-opJosef 'Jeff' Sipek2016-04-271-3/+1
* Add support for asynchronous zvol minor operationsBoris Protopopov2016-03-101-38/+12
* Illumos 6096 - ZFS_SMB_ACL_RENAME needs to cleanup betterDan McDonald2016-02-051-0/+1
* Illumos 5515 - dataset user hold doesn't reject empty tagsJosef 'Jeff' Sipek2016-01-121-2/+15
* Follow 0/-E convention for module load errorsBrian Behlendorf2015-11-161-2/+2
* Add dbgmsg kstatBrian Behlendorf2015-09-041-49/+0
* Add temporary mount optionsBrian Behlendorf2015-09-031-1/+1
* Linux 4.2 compat: misc_deregister()Brian Behlendorf2015-09-011-5/+1
* Linux 3.18 compat: Snapshot auto-mountingBrian Behlendorf2015-08-311-24/+7
* Check large block feature flag on volumesBrian Behlendorf2015-08-281-1/+2
* Failure of userland copy should return EFAULTRichard Yao2015-07-141-1/+1
* Illumos 5008 - lock contention (rrw_exit) while running a read only loadAlexander Motin2015-07-061-3/+3
* Illumos 5946, 5945Andriy Gapon2015-07-061-0/+8
* zfsdev_getminor() should check for invalid file handlesRichard Yao2015-06-221-4/+26
* Relax restriction on zfs_ioc_next_obj() iterationAntonio Russo2015-05-141-2/+1
* Illumos 5765 - add support for estimating send stream size with lzc_send_spac...Max Grossman2015-05-131-12/+40
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-6/+48
* 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