summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/zfs/dsl_dataset.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-223897 zfs filesystem and snapshot limitsJerry Jelinek1-9/+150
2014-02-064574 get_clones_stat does not call zap_count in non-debug kernelAlexander Stetsenko1-1/+2
2013-12-114369 implement zfs bookmarksMatthew Ahrens1-4/+42
2013-12-094370 avoid transmitting holes during zfs sendMax Grossman1-6/+6
2013-10-084171 clean up spa_feature_*() interfacesMatthew Ahrens1-1/+9
2013-08-224046 dsl_dataset_t ds_dir->dd_lock is highly contendedMatthew Ahrens1-30/+1
2013-08-143996 want a libzfs_core API to rollback to latest snapshotMatthew Ahrens1-3/+12
2013-07-293888 zfs recv -F should destroy any snapshots created since the incremental s...Matthew Ahrens1-11/+12
2013-07-283894 zfs should not allow snapshot of inconsistent datasetKeith M Wesolowski1-3/+16
2013-07-283875 panic in zfs_root() after failed rollbackKeith M Wesolowski1-10/+62
2013-06-113743 zfs needs a refcount auditWill Andrews1-1/+3
2013-03-083598 want to dtrace when errors are generated in zfsMatthew Ahrens1-41/+41
2013-02-283464 zfs synctask code needs restructuringMatthew Ahrens1-2472/+1106
2013-02-223588 provide zfs properties for logical (uncompressed) space used and referencedMatthew Ahrens1-0/+2
2013-02-103522 zfs module should not allow uninitialized variablesGeorge Wilson1-6/+3
2013-02-013498 panic in arc_read(): !refcount_is_zero(&pbuf->b_hdr->b_refcnt)George Wilson1-1/+1
2012-09-073006 VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zeroMadhav Suresh1-8/+8
2012-08-303112 ztest does not honor ZFS_DEBUGMatthew Ahrens1-1/+0
2012-08-243100 zvol rename fails with EBUSY when dirtyMatthew Ahrens1-6/+11
2012-08-213086 unnecessarily setting DS_FLAG_INCONSISTENT on async destroyed datasetsMatthew Ahrens1-62/+47
2012-08-163085 zfs diff panics, then panics in a loop on bootingChristopher Siden1-3/+4
2012-08-01backout 3006: causes 3046 (panics after mounting root)Richard Lowe1-26/+27
2012-07-313006 VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zeroMadhav Suresh1-27/+26
2012-06-302882 implement libzfs_coreMatthew Ahrens1-73/+63
2012-05-212619 asynchronous destruction of ZFS file systemsChristopher Siden1-58/+125
2012-05-092703 add mechanism to report ZFS send progressBill Pijewski1-0/+7
2011-11-171644 add ZFS "clones" propertyMatthew Ahrens1-54/+260
2011-11-08backout 1644/1645/1646/1647/1708: Breaks 'zfs snapshot', boot environmentsRichard Lowe1-260/+54
2011-11-051644 add ZFS "clones" propertyMatthew Ahrens1-54/+260
2011-06-131092 zfs refratio propertyMatt Ahrens1-5/+8
2010-08-07PSARC 2010/105 zfs diffTim Haley1-22/+18
2010-07-306972862 rollback can leak log blocksMark Maybee1-6/+23
2010-07-146844896 recursive snapshots take a long time (fix lint)Matthew Ahrens1-1/+0
2010-07-146844896 recursive snapshots take a long timeMatthew Ahrens1-8/+26
2010-07-076938335 zfs send -R can still miss renamed snapshotsChris Kirby1-42/+96
2010-06-286952867 recursive rw_enter in dsl_dataset_clone_swapChris Kirby1-3/+8
2010-06-246963494 zfs_onexit_add_cb() should be called in non-DEBUG kernels tooChris Kirby1-2/+2
2010-06-086957090 ddt_zap_prefetch() induces deadlock, panicGeorge Wilson1-7/+1
2010-06-016884007 zfs_send() can leave temporary holds aroundChris Kirby1-1/+38
2010-05-216948890 snapshot deletion can induce pathologically long spa_sync() timesMatthew Ahrens1-129/+308
2010-05-196938089 dedup-induced latency causes FC initiator logouts/FC port resetsGeorge Wilson1-2/+14
2010-05-036675946 'zpool status' should show the progress of resilvering for individual...Lin Ling1-118/+79
2010-05-036948911 snapshot deletion can induce unsatisfiable allocations in txg syncGeorge Wilson1-2/+5
2010-04-096942295 use-after-free panic in dsl_dataset_user_release_oneChris Kirby1-2/+3
2010-02-256930022 zfs rename of non-shapshot is slower than necessaryMatthew Ahrens1-10/+1
2010-02-196915532 snapshot related activity causes akd to hangSanjeev Bagewadi1-7/+12
2010-02-016920880 assertion failure in dbuf_write_ready()Matthew Ahrens1-4/+2
2010-01-196915111 zfs_iter_snapshots() can miss snapshotsChris Kirby1-2/+23
2009-11-306905188 panic: kernel heap corruption when doing "zfs rename -r"Matthew Ahrens1-34/+30
2009-11-09PSARC 2009/510 ZFS received propertiesTom Erickson1-46/+77