]> git.proxmox.com Git - mirror_zfs.git/shortlog
mirror_zfs.git
2015-02-10 Brian BehlendorfUse vmem_alloc() for nvlists
2015-02-10 Brian BehlendorfRevert "Don't read space maps during import for readonl...
2015-02-10 Tim ChaseProduce a full snapshot list for zfs send -p
2015-02-10 Brian BehlendorfDon't read space maps during import for readonly pools
2015-02-09 Lukas WunnerFix Dracut scripts to allow for blanks in pool and...
2015-02-09 Lukas WunnerFix loop in Dracut shutdown script
2015-02-06 Justin T. GibbsIllumos 5311 - traverse_dnode may report success when...
2015-02-06 Ned BassFix SA header size accounting
2015-02-06 Brian BehlendorfSkip evicting dbufs when walking the dbuf hash
2015-02-06 Chunwei ChenFix build error when make deb
2015-02-05 Chunwei ChenRead spl_hostid module parameter before gethostid()
2015-02-05 Tim ChaseSpurious ENOMEM returns when reading dbufs kstat
2015-02-04 avgfix l2arc compression buffers leak
2015-02-02 Brian BehlendorfUse zio buffers in zil_itx_create()
2015-01-30 Chris DunlapCleanup _zed_event_add_nvpair()
2015-01-30 Chris DunlapProtect against adding duplicate strings in ZED
2015-01-30 Brian BehlendorfHandle closing an unopened ZVOL
2015-01-30 Brian BehlendorfAdd zvol_open() error handling for readonly property
2015-01-30 Richard YaoUse (void) memcpy(), not (void *) memcpy()
2015-01-28 Brian BehlendorfMake `zpool import -d|-c` behave consistently
2015-01-28 Brian BehlendorfMerge branch 'arc_summary_draft_v2'
2015-01-28 Kyle BlatterReplace sysctl summary with tunables summary.
2015-01-28 Kyle BlatterForce all lines to be 80 columns
2015-01-28 Kyle BlatterAdd a help option with usage information
2015-01-28 Kyle BlatterRefactor arc_summary to simplify -p processing
2015-01-28 cburroughsModified arc_summary.py to run on linux
2015-01-28 cburroughsAdd arc_summary.py from FreeNAS
2015-01-22 Tim ChaseFix removal of SA in sa_modify_attrs()
2015-01-21 Richard YaoUse kmem_vasprintf() in log_internal()
2015-01-20 Tim ChaseLinux 3.12 compat: split shrinker has s_shrink
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfRevert "SA spill block cache"
2015-01-16 Brian BehlendorfRevert "Pre-allocate vdev I/O buffers"
2015-01-16 Brian BehlendorfAdd kmem_cache.h include to default context
2015-01-16 Brian BehlendorfChange KM_PUSHPAGE -> KM_SLEEP
2015-01-16 Brian BehlendorfRetire KM_NODEBUG
2015-01-16 Richard YaoUse is_vmalloc_addr() in vdev_disk.c
2015-01-16 Brian BehlendorfMark IO pipeline with PF_FSTRANS
2015-01-09 Brian BehlendorfFix zfs_putpage() lock inversion (again)
2015-01-07 Ned BassDocument zfs_flags module parameter
2015-01-07 Ned BassDon't use AC_LANG_SOURCE for conftest.h source
2015-01-07 Ned BassRemove duplicate typedefs from trace.h
2014-12-22 Brian BehlendorfFix zfs_putpage() lock inversion
2014-12-19 Ned Bassvdev_id: use mawk-compatible regular expression
2014-12-19 Brian BehlendorfFix cstyle issue from c66989b
2014-12-19 Boris ProtopopovCorrect error returns to unify cross-pool operation...
2014-12-19 Andy BakunFix typo in %post scriptlet lines
2014-12-19 Jacek Feflińskizpool upgrade return errors to stderr instead of stdout
2014-12-18 Dan SwartzendruberImprove systemd script to not leave stale sharetab
2014-11-20 Brian BehlendorfFix snapshots with dirty inodes
2014-11-19 Dan SwartzendruberFix systemd config for zfs-share.service
2014-11-19 Isaac Huangbio_alloc() with __GFP_WAIT never returns NULL
2014-11-19 Ned BassExplicitly include SPL compat headers
2014-11-17 Ned BassFix improper null-byte termination handling
2014-11-17 smhPrevent ZFS leaking pool free space
2014-11-17 Tim ChaseUndirty freed spill blocks.
2014-11-17 Brian BehlendorfMerge branch 'b_tracepoints'
2014-11-17 Prakash SuryaSwap DTRACE_PROBE* with Linux tracepoints
2014-11-17 Ned Basscstyle: allow right paren on its own line
2014-11-17 Ned BassFix dprintf format specifiers
2014-11-17 Ned BassMove a few internal ARC strucutres to arc_impl.h
2014-11-14 Randall MasonFix small spelling mistake
2014-11-14 Prakash SuryaIllumos 5213 - panic in metaslab_init due to space_map_...
2014-11-14 Isaac HuangPrint header properly when terminal resizes
2014-11-14 Isaac HuangFix inaccurate field descriptions
2014-11-14 Chris WedgwoodReduce buf/dbuf mutex contention
2014-11-14 Alex ZhuravlevExport symbols for ZIL interface
2014-11-06 Dan SwartzendruberImprove zvol symlink handling.
2014-10-31 Marcel WysockiAdd config/compile to config/.gitignore
2014-10-28 Alexander PyhalovFix modules installation directory
2014-10-28 Richard YaoMake systemd-modules-load.service file directory config...
2014-10-28 Richard YaoMake directory into which mount.zfs is installed config...
2014-10-28 Richard YaoSearch /usr/local/src for SPL Object Directory
2014-10-28 Richard YaoKernel header installation should respect --prefix
2014-10-28 Tim ChaseLinux 3.12 compat: shrinker semantics
2014-10-23 Matthew AhrensIllumos 5164-5165 - space map fixes
2014-10-23 Alex ReeceIllumos 4958 zdb trips assert on pools with ashift...
2014-10-23 Brian BehlendorfFix zdb segfault
2014-10-23 Matthew AhrensIllumos 5169-5171 - zdb fixes
2014-10-23 Matthew AhrensIllumos 5178 - zdb -vvvvv on old-format pool fails...
2014-10-23 ilovezfsFix zpool create -t ENOENT bug.
2014-10-23 Brian BehlendorfHandle block pointers with a corrupt logical size
2014-10-22 Ned BassRemove checks for mandatory locks
2014-10-21 Matthew AhrensIllumos 5162 - zfs recv should use loaned arc buffer...
2014-10-21 Matthew AhrensIllumos 5150 - zfs clone of a defer_destroy snapshot...
2014-10-21 Matthew AhrensIllumos 3693 - restore_object uses at least two transac...
2014-10-21 Tim ChaseDon't perform ACL-to-mode translation on empty ACL
2014-10-20 Daniil LunevIllumos 4924 - LZ4 Compression for metadata
2014-10-20 Brian BehlendorfSuppress AIO kmem warnings
2014-10-17 Darik HornLet `zpool import` ignore a missing hostid record.
2014-10-17 Brian BehlendorfHandle NULL mirror child vdev
2014-10-17 Brian BehlendorfUpdate utsname support
2014-10-17 Brian BehlendorfRemove shrink_dcache_memory() and shrink_icache_memory()
2014-10-17 Brian BehlendorfUpdate code to use misc_register()/misc_deregister()
2014-10-17 Brian BehlendorfMake license compatibility checks consistent
2014-10-13 Ned Bassztest: print backtrace on SIGSEGV and SIGABRT
2014-10-13 Brian BehlendorfFix source_tree variable in dkms build
2014-10-09 Tom PrincePoint dkms build at installed source tree, rather than...
2014-10-09 Tom PrinceInstall header during post-build rather than post-install.
2014-10-09 Turbo FredrikssonAdd a stern warning about dedup
next