summaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Posix ACL SupportMassimo Maggi2013-10-296-25/+579
* Prevent xattr remove from creating xattr directoryBrian Behlendorf2013-10-291-5/+18
* Restructure zfs_readdir() to fix regressionsRichard Yao2013-10-291-15/+22
* Add visibility in to cached dbufsBrian Behlendorf2013-10-255-8/+332
* Add visibility in to dmu_tx_assign timesBrian Behlendorf2013-10-252-0/+111
* Add visibility in to txg sync behaviorBrian Behlendorf2013-10-252-1/+308
* Add visibility in to arc_readPrakash Surya2013-10-255-11/+269
* Revert "Add txgs-<pool> kstat file"Brian Behlendorf2013-10-252-190/+0
* Revert "Add new kstat for monitoring time in dmu_tx_assign"Brian Behlendorf2013-10-252-67/+0
* Linux 3.11 compat: Rename LZ4 symbolsRichard Yao2013-10-222-3/+3
* Add missing dsl pool configuration lockTim Chase2013-10-221-1/+3
* Illumos #3552George Wilson2013-10-181-10/+17
* Export symbols dsl_pool_config_{enter,exit}Ned Bass2013-10-101-0/+3
* Fix memory leak false positive in log_internal()Brian Behlendorf2013-10-091-2/+4
* Export addition dsl_prop_* symbolsBrian Behlendorf2013-09-251-0/+6
* Allocate the ioctl "output" nvlist with KM_PUSHPAGE.Tim Chase2013-09-251-1/+1
* Fix several new KM_SLEEP warningsTim Chase2013-09-253-4/+4
* Fix spa_deadman() TQ_SLEEP warningBrian Behlendorf2013-09-252-2/+2
* Removing unneeded mutex for reading vq_pending_tree sizeGregorKopka2013-09-251-8/+1
* Reduce the stack usage of dsl_dataset_remove_clones_keyKohsuke Kawaguchi2013-09-251-7/+13
* Fix zpl_mknod() return valuesBrian Behlendorf2013-09-131-1/+1
* Fix uninitialized variablesBrian Behlendorf2013-09-131-2/+2
* Fix dmu_objset_find_dp() KM_SLEEP warningTim Chase2013-09-111-1/+1
* Illumos #3464Matthew Ahrens2013-09-0437-5324/+5316
* Illumos #2882, #2883, #2900Matthew Ahrens2013-09-0415-975/+1667
* Use directory xattrs for symlinksBrian Behlendorf2013-08-221-0/+4
* Revert "Evict meta data from ghost lists + l2arc headers"Brian Behlendorf2013-08-221-17/+1
* 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