aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Illumos 5311 - traverse_dnode may report success when it should notJustin T. Gibbs2015-02-061-1/+1
* Fix SA header size accountingNed Bass2015-02-061-41/+44
* Skip evicting dbufs when walking the dbuf hashBrian Behlendorf2015-02-061-3/+5
* Spurious ENOMEM returns when reading dbufs kstatTim Chase2015-02-041-2/+6
* fix l2arc compression buffers leakavg2015-02-031-10/+55
* Use zio buffers in zil_itx_create()Brian Behlendorf2015-02-021-10/+6
* Handle closing an unopened ZVOLBrian Behlendorf2015-01-301-5/+5
* Add zvol_open() error handling for readonly propertyBrian Behlendorf2015-01-301-1/+4
* Fix removal of SA in sa_modify_attrs()Tim Chase2015-01-211-3/+1
* Use kmem_vasprintf() in log_internal()Richard Yao2015-01-211-10/+2
* Linux 3.12 compat: split shrinker has s_shrinkTim Chase2015-01-202-6/+10
* Revert "SA spill block cache"Brian Behlendorf2015-01-163-27/+12
* Revert "Pre-allocate vdev I/O buffers"Brian Behlendorf2015-01-162-63/+2
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-1659-265/+254
* Retire KM_NODEBUGBrian Behlendorf2015-01-1614-27/+22
* Use is_vmalloc_addr() in vdev_disk.cRichard Yao2015-01-161-1/+1
* Mark IO pipeline with PF_FSTRANSBrian Behlendorf2015-01-165-44/+46
* Fix zfs_putpage() lock inversion (again)Brian Behlendorf2015-01-081-2/+15
* Document zfs_flags module parameterNed Bass2015-01-071-1/+1
* Remove duplicate typedefs from trace.hNed Bass2015-01-0610-5/+17
* Fix zfs_putpage() lock inversionBrian Behlendorf2014-12-221-3/+2
* Correct error returns to unify cross-pool operation error handlingBoris Protopopov2014-12-191-2/+2
* Fix snapshots with dirty inodesBrian Behlendorf2014-11-201-0/+3
* bio_alloc() with __GFP_WAIT never returns NULLIsaac Huang2014-11-191-3/+5
* Explicitly include SPL compat headersNed Bass2014-11-192-0/+2
* Fix improper null-byte termination handlingNed Bass2014-11-172-16/+6
* Prevent ZFS leaking pool free spacesmh2014-11-171-7/+8
* Undirty freed spill blocks.Tim Chase2014-11-171-3/+6
* Swap DTRACE_PROBE* with Linux tracepointsPrakash Surya2014-11-175-99/+173
* Fix dprintf format specifiersNed Bass2014-11-175-6/+7
* Move a few internal ARC strucutres to arc_impl.hNed Bass2014-11-171-116/+1
* Illumos 5213 - panic in metaslab_init due to space_map_open returning ENXIOPrakash Surya2014-11-142-24/+38
* Reduce buf/dbuf mutex contentionChris Wedgwood2014-11-141-1/+1