summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Register correct handlers in nvlist_alloc()Brian Behlendorf2013-06-202-4/+37
* Illumos #3805 arc shouldn't cache freed blocksMatthew Ahrens2013-06-202-0/+30
* Illumos #3552, #3564George Wilson2013-06-193-94/+290
* Illumos #3006Madhav Suresh2013-06-1929-173/+182
* Only check directory xattr on ENOENTBrian Behlendorf2013-05-101-1/+1
* zfs_scrub_limit tunable is not used anywhereCyril Plisko2013-05-061-6/+0
* Fix incorrect assertions in ddt_phys_decref and ddt_sync_entryYing Zhu2013-05-061-2/+1
* Use taskq for dump_bytes()Brian Behlendorf2013-05-062-6/+59
* Illumos #3581 spa_zio_taskq[ZIO_TYPE_FREE][ZIO_TASKQ_ISSUE]->tq_lock contentionAdam Leventhal2013-05-063-75/+158
* Illumos #3329, #3330, #3331, #3335George Wilson2013-05-065-14/+59
* Illumos #3306, #3321George Wilson2013-05-033-20/+32
* 3246 ZFS I/O deadman threadGeorge.Wilson2013-05-018-35/+179
* Fix txg_quiesce thread deadlockBrian Behlendorf2013-04-262-8/+8
* Correctly return ERANGE in getxattr(2)Brian Behlendorf2013-04-241-2/+10
* Trivial spelling fixChris Dunlop2013-04-191-1/+1
* Remove .readdir from zpl_file_operations tableCaleb James DeLisle2013-04-191-1/+0
* Allow setting a lower ashift with -o ashiftMartin Matuska2013-04-121-2/+3
* Illumos #3422, #3425George Wilson2013-04-122-10/+5
* gitignore: anchor entries at their respective directoryJan Engelhardt2013-04-021-0/+6
* build: resolve orthographic and other grammatical errorsJan Engelhardt2013-04-021-3/+3
* Add zio_ddt_free()+ddt_phys_decref() error handlingBrian Behlendorf2013-03-192-4/+9
* Add metaslab_debug optionBrian Behlendorf2013-03-181-1/+6
* Linux 3.9 compat: Undefine GCC_VERSIONRichard Yao2013-03-061-0/+8
* Refresh links to web siteNed Bass2013-03-061-1/+1
* Add KMODDIR to install targetBrian Behlendorf2013-03-061-8/+13
* Add snapdev=[hidden|visible] dataset propertyEric Dillmann2013-03-053-3/+71
* Merge zvol.c changes from PSARC 2010/306 Read-only ZFS poolsGeorge Wilson2013-03-041-5/+8
* Constify structures containing function pointersRichard Yao2013-03-045-43/+43
* Fix hot sparesBrian Behlendorf2013-03-011-3/+5
* Remove wholedisk check from vdev_disk_open()Brian Behlendorf2013-02-281-14/+0
* Leaf vdevs should not be reopenedBrian Behlendorf2013-02-281-3/+16
* Remove the bio_empty_barrier() check.Etienne Dechamps2013-02-241-9/+0
* Enable zfs_arc_memory_throttle_disable by defaultBrian Behlendorf2013-02-211-1/+1
* Make spa.c assertions catch unsupported pre-feature flag pool versionsRichard Yao2013-02-121-2/+2
* Add explicit MAXNAMELEN checkBrian Behlendorf2013-02-121-0/+3
* 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