summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Illumos #3090 and #3102George Wilson2013-01-084-51/+125
* Illumos #2619 and #2747Christopher Siden2013-01-0830-365/+2454
* Fix gcc array subscript above bounds warningNed Bass2013-01-071-3/+4
* Use cv_wait_io() which will will account for iowaitMatt Johnston2013-01-071-1/+1
* Revert part of "Log I/Os longer than zio_delay_max (30s default)"Matt Johnston2013-01-071-22/+10
* Fix zpool on zvol lock inversion deadlockBrian Behlendorf2012-12-201-0/+28
* Revert "Remove TSD zfs_fsyncer_key"Brian Behlendorf2012-12-203-1/+14
* Remove TSD zfs_fsyncer_keyBrian Behlendorf2012-12-193-14/+1
* Set elevator for DM devices despite vdev_wholediskPrakash Surya2012-12-181-2/+9
* Fix using zvol as slog deviceJorgen Lundman2012-12-182-13/+30
* Update SAs when an inode is dirtiedBrian Behlendorf2012-12-142-23/+71
* Avoid ELOOP on auto-mounted snapshotsNed Bass2012-12-131-0/+7
* Linux 3.7 compat, schedule_delayed_work()Brian Behlendorf2012-12-121-11/+20
* Switch KM_SLEEP to KM_PUSHPAGERichard Yao2012-12-101-1/+1
* Revert "Fix unlink/xattr deadlock"Brian Behlendorf2012-12-052-90/+55
* Preserve inode mtime/ctime in .writepage()Brian Behlendorf2012-12-051-4/+32
* Directory xattr znodes hold a reference on their parentBrian Behlendorf2012-12-033-29/+57
* Add load_nvlist() error handlingBrian Behlendorf2012-11-301-1/+4
* Disable page allocation warnings for super blockBrian Behlendorf2012-11-301-1/+1
* Fix NULL deref when zvol_alloc() failsBrian Behlendorf2012-11-271-1/+1
* Illumos #2671: zpool import should not fail if vdev ashift has increasedGeorge Wilson2012-11-152-5/+12
* Fix "allocating allocated segment" panicBrian Behlendorf2012-11-091-1/+10
* Fix zvol+btrfs hangBrian Behlendorf2012-11-091-0/+77
* Log I/Os longer than zio_delay_max (30s default)Brian Behlendorf2012-11-022-10/+26
* Add txgs-<pool> kstat fileBrian Behlendorf2012-11-022-0/+190
* Add ddt_object_count() error handlingBrian Behlendorf2012-10-292-15/+22
* Revert "Don't ashift-align vdev read requests."Brian Behlendorf2012-10-241-9/+3
* Remove 'Resized bio's/dio' warningBrian Behlendorf2012-10-221-1/+0
* Quote snapshot and mountpoint for .zfs automountBrian Behlendorf2012-10-171-2/+2
* Use the slog even with logbias=throughput.Etienne Dechamps2012-10-171-7/+6
* Add FASTWRITE algorithm for synchronous writes.Etienne Dechamps2012-10-175-18/+135
* Condition variable usage, zp->r_{rd,wr}_cvBrian Behlendorf2012-10-151-4/+5
* Condition variable usage, zilog->zl_cv_batchBrian Behlendorf2012-10-151-1/+2
* Condition variable usage, zevent_cvBrian Behlendorf2012-10-151-4/+7
* Switch KM_SLEEP to KM_PUSHPAGEMassimo Maggi2012-10-151-2/+2
* Limit zfs_vdev_aggregation_limit to SPA_MAXBLOCKSIZEBrian Behlendorf2012-10-151-2/+2
* Return positive error number in zfsctl_shares_lookup.Yuxuan Shui2012-10-151-1/+1
* Linux 3.6 compat, iops->create()Yuxuan Shui2012-10-141-0/+5
* Linux 3.6 compat, iops->lookup()Yuxuan Shui2012-10-142-0/+19
* Linux 3.6 compat, sget()Yuxuan Shui2012-10-141-2/+2
* Linux 3.6 compat, sops->write_super() removedYuxuan Shui2012-10-141-1/+0
* Don't ashift-align vdev read requests.Etienne Dechamps2012-10-121-3/+9
* Remove vmem_size() consumersRichard Yao2012-10-121-16/+0
* Fix zfs_txg_timeout module parameterBrian Behlendorf2012-10-112-6/+6
* Fix zfs_write_limit_max integer size mismatch on 32-bit systemsRichard Yao2012-10-111-4/+0
* Make zfs_immediate_write_sz a module paramaterCyril Plisko2012-10-111-2/+7
* txg is spelled as tgx in placesCyril Plisko2012-10-111-5/+5
* Switch KM_SLEEP to KM_PUSHPAGEMassimo Maggi2012-10-081-1/+1
* Set default zvol elevator to noopBrian Behlendorf2012-10-051-0/+10
* Align DISCARD requests on zvols.Etienne Dechamps2012-10-041-9/+18