aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.11 compat: fops->iterate()Richard Yao2013-08-154-122/+155
* Fix z_wr_iss_h zio_execute() import hangBrian Behlendorf2013-08-151-3/+5
* Illumos #3618 ::zio dcmd does not show timestamp dataMatthew Ahrens2013-08-122-9/+12
* Linux 3.8 compat: Support CONFIG_UIDGID_STRICT_TYPE_CHECKSRichard Yao2013-08-093-7/+7
* Evict meta data from ghost lists + l2arc headersBrian Behlendorf2013-08-091-1/+17
* Allow arc_evict_ghost() to only evict meta dataBrian Behlendorf2013-08-091-9/+13
* Illumos #3137 L2ARC compressionSaso Kiselkov2013-08-084-76/+411
* Return -1 from arc_shrinker_func()Richard Yao2013-08-081-3/+1
* Return correct type and offset from zfs_readdirRichard Yao2013-08-071-1/+1
* Illumos #3639 zpool.cache should skip over readonly poolsGeorge Wilson2013-08-071-1/+9
* Write dirty inodes on closeBrian Behlendorf2013-08-071-0/+3
* Export additional dmu symbolsBrian Behlendorf2013-08-011-0/+6
* dmu_tx: Fix possible NULL pointer dereferenceNathaniel Clark2013-08-011-2/+5
* Remove b_thawed from arc_buf_hdr_tRichard Yao2013-08-011-11/+0
* Remove arc_data_buf_alloc()/arc_data_buf_free()Richard Yao2013-08-011-17/+0
* Remove zio_alloc_arenaRichard Yao2013-08-011-6/+0
* Make arc+l2arc module options writableBrian Behlendorf2013-07-301-49/+60
* Change l2arc_norw default to zeroBrian Behlendorf2013-07-291-1/+1
* Fix inaccurate arcstat_l2_hdr_size calculationsYing Zhu2013-07-291-2/+7
* Fix arc_adapt() spinning in iterate_supers_type()Brian Behlendorf2013-07-171-0/+4
* Fix read-only pool hang on unmountBrian Behlendorf2013-07-171-1/+5
* Fix zfsctl_expire_snapshot() deadlockBrian Behlendorf2013-07-121-0/+8
* Improve N-way mirror performanceBrian Behlendorf2013-07-111-3/+73
* Add new kstat for monitoring time in dmu_tx_assignPrakash Surya2013-07-112-0/+67
* Log pool suspension warnings to the consoleBrian Behlendorf2013-07-101-0/+3
* Use GFP_NOIO in vdev_disk_io_flush()Brian Behlendorf2013-07-101-1/+1
* Improve code in arc_buf_remove_refYing Zhu2013-07-091-1/+2
* Update zio.cShen Yan2013-07-091-1/+1
* Add zfs_autoimport_disable tunableBrian Behlendorf2013-07-091-0/+8
* 3.10 API change: block_device_operations->release() returns voidChris Dunlop2013-07-081-0/+6
* Open pools asynchronously after module loadBrian Behlendorf2013-07-031-2/+0
* Cleanup zvol initialization codeRichard Yao2013-07-031-10/+18
* Call zvol_create_minors() in spa_open_common() when initializing poolPawel Jakub Dawidek2013-07-032-3/+13
* Illumos #3498 panic in arc_read()George Wilson2013-07-0212-177/+70
* Illumos #3122 zfs destroy filesystem should prefetch blocksMatthew Ahrens2013-07-022-15/+85
* Add zfs_sync_pass_* tunable parametersCyril Plisko2013-07-021-0/+12
* Add SEEK_DATA/SEEK_HOLE to lseek()/llseek()Li Dongyang2013-07-022-11/+50
* Readd zfs_holey() from OpenSolarisMatthew Ahrens2013-07-021-0/+45
* kmem_zalloc(..., KM_SLEEP) will never failshenyan12013-07-012-5/+1
* Fix zfs_sb_teardown/zfs_resume_fs NULL dereferenceTim Chase2013-07-011-5/+8
* Fix module probe failure on 32-bit systemsYing Zhu2013-06-271-2/+2
* Return -EOPNOTSUPP for ZFS_IOC_{GET|SET}FLAGSBrian Behlendorf2013-06-261-0/+29
* 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-1928-115/+124
* 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