aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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