aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFSJustin T. Gibbs2015-04-2825-780/+866
* Illumos 5310 - Remove always true tests for non-NULL ds->ds_physJustin T. Gibbs2015-04-282-9/+7
* Illumos 5095 - panic when adding a duplicate dbuf to dn_dbufsAlex Reece2015-04-282-19/+19
* Illumos 5038 - Remove "old-style" flexible array usage in ZFS.Justin T. Gibbs2015-04-281-3/+3
* Illumos 4873 - zvol unmap calls can take a very long time for larger datasetsAlex Reece2015-04-283-46/+93
* Illumos 4975 - missing mutex_destroy() calls in zfsJorgen Lundman2015-04-285-0/+21
* Illumos 3897 - zfs filesystem and snapshot limits (fix leak)Alex Reece2015-04-281-0/+1
* Illumos 3897 - zfs filesystem and snapshot limitsJerry Jelinek2015-04-287-20/+833
* Fix misuse of input argument in traverse_visitbptuxoko2015-04-281-15/+17
* Remove useless variable spa_active_countIsaac Huang2015-04-271-7/+2
* 5313 Allow I/Os to be aggregated across ZIO priority classesJustin T. Gibbs2015-04-241-31/+48
* Serialize access to spa->spa_feat_stats nvlistNed Bass2015-04-242-1/+8
* Fix kernel panic due to tsd_exit in ZFS_EXIT(zsb)Chunwei Chen2015-04-241-0/+2
* Extend PF_FSTRANS critical regionsBrian Behlendorf2015-04-242-6/+14
* Mark additional functions as PF_FSTRANSBrian Behlendorf2015-04-174-4/+53
* Allocate zfs_znode_cache on the Linux slabTim Chase2015-04-141-2/+4
* Use vmem_alloc() in spa_config_write()Brian Behlendorf2015-04-071-2/+2
* Mark all ZPL and ioctl functions as PF_FSTRANSTim Chase2015-04-036-18/+96
* Illumus 5693 - ztest fails in dbuf_verify: buf[i] == 0, due to dedup and bp_o...Matthew Ahrens2015-03-271-2/+0
* Illumos 5694 - traverse_prefetcher does not prefetch enoughGeorge Wilson2015-03-271-12/+11
* Align code with IllumosChris Dunlop2015-03-271-10/+9
* Illumos 5695 - dmu_sync'ed holes do not retain birth timePrakash Surya2015-03-271-1/+13
* dbuf_free_range() overzealously frees dbufsNed Bass2015-03-251-1/+6
* Set the maximum ZVOL transfer size correctlyTim Chase2015-03-252-2/+2
* zio_injection_enabled should not be a module optionIsaac Huang2015-03-242-10/+7
* Reduce size of zfs_sb_t: allocate z_hold_mtx separatelyChris Dunlop2015-03-242-0/+9
* Fix arc_adjust_meta() behaviorBrian Behlendorf2015-03-201-23/+66
* Restructure per-filesystem reclaimBrian Behlendorf2015-03-203-39/+45
* Fix arc_meta_max accountingBrian Behlendorf2015-03-201-3/+4
* Use MUTEX_FSTRANS on l2arc_buflist_mtxChunwei Chen2015-03-181-1/+1
* Illumos 5630 - stale bonus buffer in recycled dnode_t leads to data corruptionJustin T. Gibbs2015-03-123-9/+60
* Illumos 5047 - don't use atomic_*_nv if you discard the return valueJosef 'Jeff' Sipek2015-03-122-5/+5
* Mark zfs_inactive() with PF_FSTRANSBrian Behlendorf2015-03-101-0/+8
* Use cached feature info in spa_add_feature_stats()Ned Bass2015-03-053-11/+50
* Change ASSERT(!"...") to cmn_err(CE_PANIC, ...)Brian Behlendorf2015-03-034-6/+10
* Linux 4.0 compat: bdi_setup_and_register()Brian Behlendorf2015-03-031-17/+4
* Use MUTEX_FSTRANS mutex typeBrian Behlendorf2015-03-032-2/+2
* Fix deadlock between zpool export and zfs listIsaac Huang2015-03-021-19/+20
* Prevent "zpool destroy|export" when suspendedBrian Behlendorf2015-03-021-2/+2
* Retire spl_module_init()/spl_module_fini()Brian Behlendorf2015-02-241-7/+11
* Fix O_APPEND open(2) flagBrian Behlendorf2015-02-241-0/+3
* Set zfs_autoimport_disable default value to 1Dan Swartzendruber2015-02-171-1/+3
* Skip bad DVAs during free by setting zfs_recover=1Brian Behlendorf2015-02-131-6/+4
* Fix readdir for .zfs/snapshot directoryAndrey Vesnovaty2015-02-101-2/+5
* Retire zio_cons()/zio_dest()Brian Behlendorf2015-02-101-66/+15
* Retire zio_bulk_flagsBrian Behlendorf2015-02-101-8/+3
* Linux 3.19 compat: file_inode was addedJörg Thalheim2015-02-101-2/+2
* Use vmem_alloc() for nvlistsBrian Behlendorf2015-02-102-6/+6
* Revert "Don't read space maps during import for readonly pools"Brian Behlendorf2015-02-092-9/+2
* Don't read space maps during import for readonly poolsBrian Behlendorf2015-02-092-2/+9