]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/dmu_objset.c
Prevent user accounting on readonly pool
[mirror_zfs.git] / module / zfs / dmu_objset.c
2019-02-20 loli10KPrevent user accounting on readonly pool
2019-02-08 loli10KZVOLs should not be allowed to have children
2018-10-16 Paul DagnelieAdd types to featureflags in zfs
2018-10-09 Paul Dagnelie Refactor dmu_recv into its own file
2018-10-03 Tom CaputiRefcounted DSL Crypto Key Mappings
2018-09-06 Don BradyPool allocation classes
2018-08-15 Tom CaputiCheck encrypted dataset + embedded recv earlier
2018-07-12 Matthew AhrensOpenZFS 9337 - zfs get all is slow due to uncached...
2018-07-09 Serapheim Dimitrop... OpenZFS 9330 - stack overflow when creating a deeply...
2018-06-20 Brian BehlendorfLinux 4.18 compat: inode timespec -> timespec64
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-05-01 loli10KAdopt pyzfs from ClusterHQ
2018-04-17 Matthew Ahrensassertion in arc_release() during encrypted receive
2018-04-14 Matthew AhrensOpenZFS 7614, 9064 - zfs device evacuation/removal
2018-04-10 Tom CaputiFix race in dnode_check_slots_free()
2018-03-31 Tom CaputiDecryption error handling improvements
2018-03-30 Andriy GaponOpenZFS 9164 - assert: newds == os->os_dsl_dataset
2018-03-05 Nasf-FanMisc fixes and cleanup for project quota
2018-02-21 Tom CaputiZIL claiming should not start user accounting
2018-02-13 Nasf-FanProject Quota on ZFS
2018-02-02 Tom CaputiChange os->os_next_write_raw to work per txg
2018-02-02 Tom CaputiEncryption Stability and On-Disk Format Fixes
2017-11-10 Arkadiusz BubałaLong hold the dataset during upgrade
2017-11-04 Don BradyUndo c89 workarounds to match with upstream
2017-10-13 Brian BehlendorfPost-Encryption Followup
2017-10-11 Tom CaputiEncryption patch follow-up
2017-08-30 Gvozden Neskovicdmu_objset: release bonus buffer in failure path
2017-08-14 Tom CaputiNative Encryption for ZFS on Linux
2017-06-09 Matthew AhrensOpenZFS 8199 - multi-threaded dmu_object_alloc()
2017-06-07 Matthew AhrensOpenZFS 8155 - simplify dmu_write_policy handling of...
2017-05-04 Gvozden NeskovicAdd missing *_destroy/*_fini calls
2017-03-21 Matthew AhrensOpenZFS 7968 - multi-threaded spa_sync()
2017-03-07 Brian BehlendorfOpenZFS 7793 - ztest fails assertion in dmu_tx_willuse_...
2017-02-09 Matthew AhrensOpenZFS 7104 - increase indirect block size
2017-02-02 George MelikovOpenZFS 1300 - filename normalization doesn't work...
2017-01-27 George MelikovOpenZFS 7254 - ztest failed assertion in ztest_dataset_...
2017-01-26 George MelikovOpenZFS 7606 - dmu_objset_find_dp() takes a long time...
2017-01-03 ka7Fix spelling
2016-11-09 jxiongExport symbol dmu_objset_userobjspace_upgradable
2016-11-02 Brian BehlendorfAdd TASKQID_INVALID
2016-10-21 Brian BehlendorfFix userquota_compare() function
2016-10-12 luozhengzhengFix coverity defects: CID 153394
2016-10-11 Brian BehlendorfFix zfsctl_snapshot_{,un}mount() issues
2016-10-07 Brian BehlendorfFletcher4: Incremental updates and ctx calculation
2016-10-07 Brian BehlendorfAdd python style checking
2016-10-07 Jinshan XiongOpenZFS 6988 spa_sync() spends half its time in dmu_obj...
2016-10-07 Jinshan XiongAdd support for user/group dnode accounting & quota
2016-09-13 Dan KimmelDLPX-40252 integrate EP-476 compressed zfs send/receive
2016-09-13 George WilsonOpenZFS 6950 - ARC should cache compressed data
2016-06-29 Brian BehlendorfMerge branch 'illumos-2605'
2016-06-28 Igor KozhukhovOpenZFS 6314 - buffer overflow in dsl_dataset_name
2016-06-28 Matthew AhrensOpenZFS 2605, 6980, 6902
2016-06-24 Ned BassImplement large_dnode pool feature
2016-06-24 Ned BassBackfill metadnode more intelligently
2016-06-21 Paul DagnelieOpenZFS 6513 - partially filled holes lose birth time
2016-06-07 Brian BehlendorfAdd `zfs allow` and `zfs unallow` support
2016-03-10 Boris ProtopopovAdd support for asynchronous zvol minor operations
2016-01-28 Brian BehlendorfIllumos 6495 - Fix mutex leak in dmu_objset_find_dp
2016-01-12 Justin T. GibbsIllumos 6171 - dsl_prop_unregister() slows down dataset...
2015-10-13 Justin T. GibbsIllumos 6267 - dn_bonus evicted too early
2015-09-25 Brian BehlendorfRevert "dmu_objset_userquota_get_ids uses dn_bonus...
2015-07-28 Brian BehlendorfAlign thread priority with Linux defaults
2015-07-14 Alexander EreminIllumos 5610 - zfs clone from different source and...
2015-07-10 Justin T. GibbsIllumos 5661 - ZFS: "compression = on" should use lz4...
2015-07-06 Arne JansenIllumos 5981 - Deadlock in dmu_objset_find_dp
2015-06-11 Brian BehlendorfMerge branch 'lock-contention-on-arcs_mtx-final'
2015-06-11 George WilsonIllumos 5369 - arc flags should be an enum
2015-06-09 Arne JansenIllumos 5269 - zpool import slow
2015-06-05 Ned Bassdmu_objset_userquota_get_ids uses dn_bonus unsafely
2015-05-11 Matthew AhrensIllumos 5027 - zfs large block support
2015-05-04 Matthew AhrensIllumos 4951 - ZFS administrative commands should use...
2015-04-28 Justin T. GibbsIllumos 5056 - ZFS deadlock on db_mtx and dn_holds
2015-04-28 Justin T. GibbsIllumos 5314 - Remove "dbuf phys" db->db_data pointer...
2015-04-28 Jerry JelinekIllumos 3897 - zfs filesystem and snapshot limits
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfChange KM_PUSHPAGE -> KM_SLEEP
2014-08-06 Matthew AhrensIllumos 4914 - zfs on-disk bookmark structure should...
2014-08-01 Matthew AhrensIllumos 4757, 4913
2014-07-31 Matthew AhrensIllumos 3835 zfs need not store 2 copies of all metadata
2013-12-19 Michael Kjorlingcstyle: Resolve C style issues
2013-12-06 Matthew AhrensIllumos #4045 write throttle & i/o scheduler performanc...
2013-11-04 Keith M WesolowskiIllumos #3875
2013-10-31 Matthew AhrensIllumos #3598
2013-10-30 George WilsonIllumos #3522
2013-09-11 Tim ChaseFix dmu_objset_find_dp() KM_SLEEP warning
2013-09-04 Matthew AhrensIllumos #3464
2013-09-04 Matthew AhrensIllumos #2882, #2883, #2900
2013-08-08 Saso KiselkovIllumos #3137 L2ARC compression
2013-07-02 George WilsonIllumos #3498 panic in arc_read()
2013-02-06 Ned BassSwitch KM_SLEEP to KM_PUSHPAGE
2013-01-25 Brian BehlendorfUse dsl_dataset_snap_lookup()
2012-10-08 Massimo MaggiSwitch KM_SLEEP to KM_PUSHPAGE
2012-10-03 Matthew AhrensIllumos #3100: zvol rename fails with EBUSY when dirty.
2012-08-27 Richard YaoSwitch KM_SLEEP to KM_PUSHPAGE
2012-04-11 Brian BehlendorfExport additional dsl symbols
2012-03-22 Brian BehlendorfAdd .zfs control directory
2011-02-18 Brian BehlendorfMerge branch 'zpl'
2011-02-16 Ricardo M. CorreiaAdd API to wait for pending commit callbacks
2011-02-10 Brian BehlendorfPrototype/structure update for Linux
next