aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch KM_SLEEP to KM_PUSHPAGEChris Dunlop2012-10-041-1/+1
* Illumos #3100: zvol rename fails with EBUSY when dirty.Matthew Ahrens2012-10-035-30/+26
* Illumos #3129, #3130George Wilson2012-10-032-5/+17
* Modify vdev_elevator_switch() to use elevator_change()Brian Behlendorf2012-10-031-18/+23
* Implement .commit_metadata hook for NFS exportCyril Plisko2012-10-031-1/+21
* zvol_probe should return NULL when the device isn't found.Chris Wedgwood2012-10-031-1/+1
* Illumos #2703: add mechanism to report ZFS send progressBill Pijewski2012-09-193-123/+183
* Illumos #1948: zpool list should show more detailed pool infoChris Siden2012-09-1910-16/+85
* Switch KM_SLEEP to KM_PUSHPAGEBrian Behlendorf2012-09-191-3/+3