summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Switch KM_SLEEP to KM_PUSHPAGENed Bass2013-02-062-3/+3
* Cast 'zfs bad bloc' to ULL for x86Brian Behlendorf2013-02-041-1/+1
* Add zfs_arc_memory_throttle_disable module optionBrian Behlendorf2013-02-011-0/+7
* Add zfs_disable_dup_eviction module optionBrian Behlendorf2013-02-011-0/+3
* Fix mismatch between SA header size and layoutNed Bass2013-01-311-0/+16
* Fix rounding discrepancy in sa_find_sizes()Ned Bass2013-01-311-0/+5
* Illumos #3447 improve the comment in txg.cAdam H. Leventhal2013-01-301-2/+71
* Illumos #3035 LZ4 compression support in ZFS and GRUBEric Dillmann2013-01-297-1/+1128
* Avoid gcc -Werror=maybe-uninitialized warningsChris Wedgwood2013-01-281-2/+2
* Use dsl_dataset_snap_lookup()Brian Behlendorf2013-01-253-34/+5
* Add d_clear_d_op() compatibilityBrian Behlendorf2013-01-231-0/+2
* fzap_cursor_move_to_key() should drop l_rwlockNed Bass2013-01-231-6/+6
* Fix zpl_revalidate() NULL derefBrian Behlendorf2013-01-221-1/+1
* Use sb->s_d_op default dentry operationsBrian Behlendorf2013-01-182-11/+9
* Fix zpool on zvol deadlockMassimo Maggi2013-01-181-13/+13
* Revert "Revert "Fix unlink/xattr deadlock""Brian Behlendorf2013-01-172-55/+90
* Fix 'zfs rollback' on mounted file systemsBrian Behlendorf2013-01-175-41/+131
* Fix false ENOENT on snapshot control dentriesNed Bass2013-01-161-58/+66
* Fix quoting error in unmount commandNed Bass2013-01-161-1/+1
* Illumos #3189 kernel panic in test hotspare_onoffline_004_negChristopher Siden2013-01-141-1/+1
* Illumos #1862 incremental zfs receive fails for sparse file > 8PBArne Jansen2013-01-141-15/+27
* Illumos #3208 cross-endian incorrect user/group accountingMatthew Ahrens2013-01-141-9/+25
* Illumos #2618 arc.c mistypes in the commentsBart Coddens2013-01-111-4/+4
* call_usermodehelper() should wait for processNed Bass2013-01-093-4/+4
* Revert "Avoid ELOOP on auto-mounted snapshots"Brian Behlendorf2013-01-091-7/+0
* Only reduce __zio_execute() stack usage in kernel spaceBrian Behlendorf2013-01-091-0/+2
* Illumos #3145, #3212George Wilson2013-01-082-2/+101
* Illumos #3104: eliminate empty bpobjsMatthew Ahrens2013-01-086-11/+130
* Fix __zio_execute() asynchronous dispatchBrian Behlendorf2013-01-081-9/+17
* Illumos #3349: zpool upgrade -V bumps the on disk version numberGeorge Wilson2013-01-081-0/+8
* Illumos #3086: unnecessarily setting DS_FLAG_INCONSISTENT on asyncMatthew Ahrens2013-01-087-113/+192
* Illumos #2762: zpool command should have better support for feature flagsChristopher Siden2013-01-082-10/+20
* 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