summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Minor style cleanupBrian Behlendorf2015-07-231-10/+7
* Remove double counting HDR_L2ONLY_SIZEBrian Behlendorf2015-07-231-3/+0
* Add hdr_recl() reclaim callbackBrian Behlendorf2015-07-231-2/+18
* Reinstate zfs_arc_p_min_shiftBrian Behlendorf2015-07-231-2/+14
* Illumos 5817 - change type of arcs_size from uint64_t to refcount_tPrakash Surya2015-07-231-27/+112
* Illumos 5445 - Add more visibility via arcstatsPrakash Surya2015-07-231-40/+151
* Illumos 5376 - arc_kmem_reap_now() should not result in clearing arc_no_growMatthew Ahrens2015-07-231-156/+369
* Add logic to try and recover an inode with an invalid modeBrian Behlendorf2015-07-171-4/+11
* Support parallel build trees (VPATH builds)Turbo Fredriksson2015-07-177-115/+137
* Update inode under range lockBrian Behlendorf2015-07-171-1/+1
* Linux 4.2 compat: follow_link() / put_link()Brian Behlendorf2015-07-171-4/+27
* Linux 4.2 compat: remove bio->bi_cnt accessBrian Behlendorf2015-07-171-9/+0
* Illumos 5347 - idle pool may run itself out of spaceMatthew Ahrens2015-07-143-23/+46
* Illumos 5610 - zfs clone from different source and target pools produces core...Alexander Eremin2015-07-141-11/+2
* Failure of userland copy should return EFAULTRichard Yao2015-07-141-1/+1
* Translate sync zio to sync bioBoris Protopopov2015-07-131-2/+8
* Fix switch-bool warningBrian Behlendorf2015-07-131-1/+1
* Illumos 5661 - ZFS: "compression = on" should use lz4 if feature is enabledJustin T. Gibbs2015-07-103-20/+27
* Illumos 4745 - fix AVL code misspellingsJosef 'Jeff' Sipek2015-07-101-5/+6
* Prevent reclaim in metaslab preload threadsTim Chase2015-07-061-0/+2
* Illumos 5008 - lock contention (rrw_exit) while running a read only loadAlexander Motin2015-07-063-10/+98
* Illumos 5911 - ZFS "hangs" while deleting fileMatthew Ahrens2015-07-064-32/+89
* Illumos 5981 - Deadlock in dmu_objset_find_dpArne Jansen2015-07-063-4/+38
* Illumos 5946, 5945Andriy Gapon2015-07-062-0/+12
* Illumos 5870 - dmu_recv_end_check() leaks origin_head hold if error happens i...Andriy Gapon2015-07-061-2/+6
* Illumos 5909 - ensure that shared snap names don't become too long after prom...Andriy Gapon2015-07-061-0/+6
* Illumos 5912 - full stream can not be force-received into a dataset if it has...Andriy Gapon2015-07-061-4/+6
* Illumos 6033 - arc_adjust() should search MFU listsAlek Pinchuk2015-07-011-1/+1
* Illumos 5175 - implement dmu_read_uio_dbuf() to improve cached read performanceMatthew Ahrens2015-06-292-11/+77
* Illumos 5368 - ARC should cache more metadataMatthew Ahrens2015-06-251-0/+6
* Illumos 5163 - arc should reap range_seg_cacheGeorge Wilson2015-06-252-1/+3
* Update all default taskq settingsBrian Behlendorf2015-06-258-31/+12
* Account for ashift when gathering buffers to be written to l2arc deviceAndriy Gapon2015-06-251-13/+34
* Illumos 5701 - zpool list reports incorrect "alloc" value for cache devicesPrakash Surya2015-06-251-42/+139
* zfsdev_getminor() should check for invalid file handlesRichard Yao2015-06-223-8/+38
* Make metaslab_aliquot a module parameter.Etienne Dechamps2015-06-221-1/+4
* Document metaslab_aliquot.Etienne Dechamps2015-06-221-0/+7
* Allocate disk space fairly in the presence of vdevs of unequal size.Etienne Dechamps2015-06-221-11/+25
* Add zfs_sb_prune_aliases() functionBrian Behlendorf2015-06-221-11/+64
* Increase the number of iput taskq threadsBrian Behlendorf2015-06-221-2/+2
* Linux 4.1 compat: use read_iter() / write_iter()Matus Kral2015-06-181-8/+42
* 3.12 compat, NUMA-aware per-superblock shrinkerTim Chase2015-06-171-2/+11
* Wait interruptibly in prefetch threadBrian Behlendorf2015-06-161-3/+3
* Rename cv_wait_interruptible() to cv_wait_sig()Brian Behlendorf2015-06-113-6/+6
* Increase arc_c_min to allow safe operation of arc_adapt()Tim Chase2015-06-111-6/+8
* Make arc_prune() asynchronousBrian Behlendorf2015-06-111-39/+112
* Use taskq_wait_outstanding() functionBrian Behlendorf2015-06-113-6/+6
* Illumos 5497 - lock contention on arcs_mtxPrakash Surya2015-06-117-667/+1593
* Illumos 5408 - managing ZFS cache devices requires lots of RAMChris Williamson2015-06-111-573/+822
* Illumos 5369 - arc flags should be an enumGeorge Wilson2015-06-1110-377/+365