]> git.proxmox.com Git - mirror_zfs.git/shortlog
mirror_zfs.git
2015-12-22 Olaf FaalandIdentify locks flagged by lockdep
2015-12-22 Olaf FaalandAdd lock types RW_NOLOCKDEP and MUTEX_NOLOCKDEP
2015-12-18 Kamil DomańskiSkip GPL-only symbols test when cross-compiling
2015-12-18 DHEMake zio_taskq_batch_pct user configurable
2015-12-18 Benjamin AlbrechtActivate LVM volume groups before looking for zpools.
2015-12-18 Ned BassMan page white space and spelling corrections
2015-12-18 Brian BehlendorfFix zfs_vdev_aggregation_limit bounds checking
2015-12-18 Brian BehlendorfFix vdev_queue_aggregate() deadlock
2015-12-18 Brian BehlendorfFix z_xattr_lock/z_teardown_lock lock inversion
2015-12-16 Chunwei ChenUse uio for zvol_{read,write}
2015-12-16 Chunwei ChenFix uio_prefaultpages for 0 length iovec
2015-12-16 Brian BehlendorfHandle damaged blk_birth in dsl_deadlist_insert()
2015-12-16 Brian BehlendorfHandle block pointers with a corrupt logical size
2015-12-15 Olaf FaalandRemove "index" column from dbufstat.py
2015-12-14 Richard YaoRevert "Switch ztest mmap(2) ASSERTs to VERIFYs"
2015-12-14 Richard YaoUnconditionally build zdb and ztest with -DDEBUG
2015-12-14 Brian BehlendorfHold the zfs_snapentry_t before dispatch
2015-12-14 Chunwei ChenFix snapshot automount race cause EREMOTE
2015-12-14 Brian BehlendorfChange zfs_snapshot_lock from mutex to rw lock
2015-12-14 Brian BehlendorfFix zfsctl_lookup_objset() deadlock
2015-12-14 Brian BehlendorfSet 'zfs_expire_snapshot=0' to disable auto-unmount
2015-12-10 Brian BehlendorfEither _ILP32 or _LP64 must be defined
2015-12-09 Chunwei ChenUse spa as key besides objsetid for snapentry
2015-12-07 Brian BehlendorfUse large stacks when available
2015-12-04 cable2999Update arcstat.py to remove deprecated rmis reference.
2015-12-04 ilovezfsFix cstyle issue from 7a02327
2015-12-04 Matthew AhrensIllumos 5959 - clean up per-dataset feature count code
2015-12-04 Brian BehlendorfAdd zap_prefetch() interface
2015-12-04 ilovezfsExt4's typical GPT partition type not recognized
2015-12-04 Yuri PankovIllumos 934 - FreeBSD's GPT not recognized
2015-12-03 Richard YaoOnly trigger SET_ERROR tracepoint event on error
2015-12-03 Chunwei ChenFix zdb_dump_block on little endian systems
2015-12-02 Chunwei ChenFix zdb calling behavior in ztest
2015-12-02 tuxokoPrevent rm modules.* when make install
2015-12-02 Brian BehlendorfFix --enable-linux-builtin
2015-12-02 Chunwei ChenLinux 4.4 compat: xattr operations takes xattr_handler
2015-12-02 Chunwei ChenLinux 4.4 compat: make_request_fn returns blk_qc_t
2015-11-20 tuxokoFix zfs_dirty_data_max overflow on 32-bit
2015-11-20 tuxokoFix null pointer in arc_kmem_reap_now on 32-bit
2015-11-19 Chunwei ChenFix snapshot automount behavior when concurrent or...
2015-11-17 Jason Zamansysmacros: Make P2ROUNDUP not trigger int overflow
2015-11-17 Brian Behlendorfzimport.sh: Add configure/make option support
2015-11-17 Brian BehlendorfFollow 0/-E convention for module load errors
2015-11-13 AndCycleObey arc_meta_limit default size when changing arc_max
2015-11-10 Brian BehlendorfAdd TEST configuration file for buildbot
2015-11-09 Brian BehlendorfFix maybe uninitialized
2015-10-13 Turbo FredrikssonRemove shareiscsi description and example from zfs(8).
2015-10-13 Turbo FredrikssonUnmount is part of the shutdown process, not the boot...
2015-10-13 Chunwei ChenFix fail path in zfs_znode_alloc
2015-10-13 Chunwei ChenFix use-after-free in vdev_disk_physio_completion
2015-10-13 Justin T. GibbsIllumos 6267 - dn_bonus evicted too early
2015-10-13 James Leezfs-import: Perform verbatim import using cache file
2015-10-13 Tim Chasezdb: segfault in dump_bpobj_subobjs()
2015-10-13 DHElibzfs: handle EDOM errors
2015-10-13 Brian BehlendorfFix 'arc_c < arc_c_min' panic
2015-10-02 Turbo FredrikssonRename 'zed.service' to 'zfs-zed.service'
2015-10-02 Brian BehlendorfFix zfs-dkms uninstall/update
2015-09-30 Richard Yaozfs_inode_update should not call dmu_object_size_from_d...
2015-09-30 Richard YaoRemove obsolete zv_lock
2015-09-29 Turbo FredrikssonInit script fixes
2015-09-29 Chunwei ChenFix uioskip crash when skip to end
2015-09-25 Richard YaoUserspace can pass zero length segments via writev...
2015-09-25 Brian BehlendorfRevert "dmu_objset_userquota_get_ids uses dn_bonus...
2015-09-25 Brian BehlendorfFix synchronous behavior in __vdev_disk_physio()
2015-09-25 Brian BehlendorfAvoid blocking in arc_reclaim_thread()
2015-09-25 Brian BehlendorfDisable zpl_nr_cached_objects() callback
2015-09-25 Brian BehlendorfAllow NFS activity to defer snapshot unmounts
2015-09-25 Lukas WunnerLinux 4.3 compat: bio_end_io_t / BIO_UPTODATE
2015-09-22 yuina822Fixed --signal typo
2015-09-22 yuina822Add extra_started_commands because reload function...
2015-09-22 Don BradyAdd large block support to zpios(1) benchmark
2015-09-19 Remy BlankTab-indent continuation lines in the "scan:" section...
2015-09-19 Ned BassHonor xattr=sa dataset property
2015-09-19 Brian BehlendorfFix NULL as mount(2) syscall data parameter
2015-09-19 Richard YaoDiscard on zvols should not exceed the length of a...
2015-09-11 Brian BehlendorfTag zfs-0.6.5
2015-09-11 Arne JansenIllumos 6214 - zpools going south
2015-09-09 Brian BehlendorfPrefetch start and end of volumes
2015-09-09 Richard YaoReintroduce IO accounting on zvols on Linux 3.19+
2015-09-08 SenHForce create /run/sendsigs.omit.d link when starting zed
2015-09-04 Brian BehlendorfAdd dbgmsg kstat
2015-09-04 Brian BehlendorfSupport accessing .zfs/snapshot via NFS
2015-09-04 Andrey VesnovatyFix invalid fileid for snapshot root dentry
2015-09-04 Brian BehlendorfMerge branch 'zvol'
2015-09-04 Richard YaoRemove blk_queue_nonrot() autotools check
2015-09-04 Richard YaoRemove blk_queue_discard() autotools check
2015-09-04 Richard YaoRemove blk_rq_bytes()/blk_rq_sectors autotools checks
2015-09-04 Richard YaoRemove blk_rq_pos() autotools check
2015-09-04 Richard YaoRemove blk_fetch_request() autotools check
2015-09-04 Richard YaoRemove blk_requeue_request() autotools check
2015-09-04 Richard YaoRemove blk_end_request() autotools check.
2015-09-04 Richard YaoRemove rq_is_sync() autotools check
2015-09-04 Richard YaoRemove rq_for_each_segment() autotools check
2015-09-04 Richard YaoSupport secure discard on zvols
2015-09-04 Richard Yaozvol processing should use struct bio
2015-09-04 Tim ChasePrevent reclaim in the traverse prefetch thread
2015-09-03 Brian BehlendorfAdd temporary mount options
2015-09-02 Richard YaoVDEV_REQ_FUA should be mapped to REQ_FUA
2015-09-02 Tim ChaseDbuf hash table should be sized as is the arc hash...
2015-09-02 Brian BehlendorfAdd spa_slop_shift module option
next