summaryrefslogtreecommitdiffstats
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
* Change zfs-kmod-devel install pathBrian Behlendorf2013-03-134-4/+4
* Add snapdev=[hidden|visible] dataset propertyEric Dillmann2013-03-053-0/+8
* Constify structures containing function pointersRichard Yao2013-03-047-10/+10
* Remove NPTL_GUARD_WITHIN_STACKBrian Behlendorf2013-01-291-6/+0
* Illumos #3035 LZ4 compression support in ZFS and GRUBEric Dillmann2013-01-292-0/+13
* Use dsl_dataset_snap_lookup()Brian Behlendorf2013-01-252-1/+3
* Fix 'zfs rollback' on mounted file systemsBrian Behlendorf2013-01-173-1/+5
* Illumos #3208 cross-endian incorrect user/group accountingMatthew Ahrens2013-01-141-1/+2
* Illumos #3145, #3212George Wilson2013-01-081-0/+1
* Illumos #3104: eliminate empty bpobjsMatthew Ahrens2013-01-084-0/+7
* Illumos #3086: unnecessarily setting DS_FLAG_INCONSISTENT on asyncMatthew Ahrens2013-01-084-2/+14
* Illumos #2762: zpool command should have better support for feature flagsChristopher Siden2013-01-082-1/+2
* Illumos #3090 and #3102George Wilson2013-01-083-1/+3
* Illumos #2619 and #2747Christopher Siden2013-01-0816-26/+355
* Use cv_wait_io() which will will account for iowaitMatt Johnston2013-01-071-0/+1
* Revert "Remove TSD zfs_fsyncer_key"Brian Behlendorf2012-12-201-0/+2
* Remove TSD zfs_fsyncer_keyBrian Behlendorf2012-12-191-2/+0
* Fix using zvol as slog deviceJorgen Lundman2012-12-182-1/+1
* Update SAs when an inode is dirtiedBrian Behlendorf2012-12-141-0/+1
* Linux 3.7 compat, schedule_delayed_work()Brian Behlendorf2012-12-121-1/+1
* Directory xattr znodes hold a reference on their parentBrian Behlendorf2012-12-031-0/+1
* Increase ZFS_OBJ_MTX_SZ to 256Brian Behlendorf2012-11-271-1/+1
* Illumos #2671: zpool import should not fail if vdev ashift has increasedGeorge Wilson2012-11-151-0/+2
* Log I/Os longer than zio_delay_max (30s default)Brian Behlendorf2012-11-021-0/+2
* Add txgs-<pool> kstat fileBrian Behlendorf2012-11-021-0/+15
* Add ddt_object_count() error handlingBrian Behlendorf2012-10-291-3/+3
* Add FASTWRITE algorithm for synchronous writes.Etienne Dechamps2012-10-175-2/+9
* Fix zfs_txg_timeout module parameterBrian Behlendorf2012-10-111-0/+3
* Fix zfs_write_limit_max integer size mismatch on 32-bit systemsRichard Yao2012-10-111-0/+5
* Illumos #3100: zvol rename fails with EBUSY when dirty.Matthew Ahrens2012-10-032-1/+1
* Fix VOP_CLOSE() in userspace.Etienne Dechamps2012-10-031-1/+1
* Create threads in detached state in userspace.Etienne Dechamps2012-10-031-2/+2
* Illumos #2703: add mechanism to report ZFS send progressBill Pijewski2012-09-195-2/+39
* Illumos #1948: zpool list should show more detailed pool infoChris Siden2012-09-192-2/+8
* Switch KM_SLEEP to KM_PUSHPAGEBrian Behlendorf2012-09-041-0/+1
* Switch KM_SLEEP to KM_PUSHPAGERichard Yao2012-08-274-15/+15
* Pre-allocate vdev I/O buffersBrian Behlendorf2012-08-272-0/+9
* Revert Disable direct reclaim for z_wr_* threadsRichard Yao2012-08-271-1/+0
* Remove autotools productsBrian Behlendorf2012-08-274-2994/+0
* Wrap smp_processor_id in kpreempt_[dis|en]ablePrakash Surya2012-08-241-0/+4
* Export dbuf_* symbolsBrian Behlendorf2012-08-101-3/+0
* Illumos #1693: persistent 'comment' field for a zpoolDan McDonald2012-08-083-0/+8
* Set zvol discard_granularity to the volblocksize.Etienne Dechamps2012-08-074-0/+4
* Illumos #1644, #1645, #1646, #1647, #1708Matthew Ahrens2012-07-314-4/+19
* Linux 3.5 compat, end_writeback() changed to clear_inode()Richard Yao2012-07-234-0/+4
* Linux 3.5 compat, iops->truncate_range() removedRichard Yao2012-07-234-0/+4
* Linux 3.5 compat, eops->encode_fh() takes inodesRichard Yao2012-07-234-0/+4
* Fix build failures on PaX/GRSecurity patched kernelsRichard Yao2012-07-171-1/+1
* Move partition scanning from userspace to module.Etienne Dechamps2012-07-175-0/+9
* Illumos #1949, #1953George Wilson2012-07-111-1/+2