aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Illumos #3699, #3739Martin Matuska2013-11-042-15/+27
* Illumos #3582, #3584Adam Leventhal2013-11-045-23/+37
* 6977619 NULL pointer deference in sa_handle_get_from_db()Mark Shellenbaum2013-11-041-8/+22
* 6939941 problem with moving files in zfsMark Shellenbaum2013-11-041-2/+2
* Illumos #3642, #3643George Wilson2013-11-013-11/+29
* Illumos #3645, #3692Matthew Ahrens2013-10-311-6/+8
* Illumos #3598Matthew Ahrens2013-10-3155-779/+797
* Illumos #3517Yuri Pankov2013-10-311-2/+3
* Illumos #3603, #3604: bobj improvementsMatthew Ahrens2013-10-312-2/+8
* Illumos #3588Matthew Ahrens2013-10-312-0/+4
* Illumos #3578, #3579George Wilson2013-10-311-11/+27
* Illumos #3561, #3116George Wilson2013-10-311-5/+5
* Illumos #3537Matthew Ahrens2013-10-312-3/+112
* Illumos #3522George Wilson2013-10-3012-22/+31
* Add missing code to zfs_debug.{c,h}Richard Yao2013-10-291-0/+68
* Fix incorrect usage of strdup() in zfs_unmount_snap()Richard Yao2013-10-291-5/+5
* Fix order of function calls in zio_free_sync()Richard Yao2013-10-291-2/+1
* Reintroduce uio_prefaultpages()Richard Yao2013-10-291-2/+2
* 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