]> git.proxmox.com Git - mirror_zfs-debian.git/shortlog
mirror_zfs-debian.git
2012-12-14 Brian BehlendorfUpdate SAs when an inode is dirtied
2012-12-14 Brian BehlendorfUpdate 69-vdev.rules .gitignore
2012-12-13 Ned BassAvoid ELOOP on auto-mounted snapshots
2012-12-12 Brian BehlendorfLinux 3.7 compat, schedule_delayed_work()
2012-12-10 Richard YaoSwitch KM_SLEEP to KM_PUSHPAGE
2012-12-05 Brian BehlendorfRevert "Fix unlink/xattr deadlock"
2012-12-05 Brian BehlendorfPreserve inode mtime/ctime in .writepage()
2012-12-04 Jorgen LundmanFix 'zpool create' segfault due to bad syntax
2012-12-03 Ned Bassvdev_id support for device link aliases
2012-12-03 Brian BehlendorfDirectory xattr znodes hold a reference on their parent
2012-12-03 Turbo FredrikssonImplemented sharing datasets via SMB using libshare
2012-11-30 Cyril PliskoMake zpool attach -o ashift=... actually work
2012-11-30 Brian BehlendorfAdd load_nvlist() error handling
2012-11-30 Brian BehlendorfAllow GPT+EFI vdevs for root pools
2012-11-30 Brian BehlendorfDisable page allocation warnings for super block
2012-11-29 Brian BehlendorfVerify --with-linux source directory exists
2012-11-29 Cyril Pliskovdev_id fails to handle complex device topologies
2012-11-27 Ned BassMake vdev_id POSIX sh compatible
2012-11-27 Brian BehlendorfFix NULL deref when zvol_alloc() fails
2012-11-27 Brian BehlendorfIncrease ZFS_OBJ_MTX_SZ to 256
2012-11-20 Brian BehlendorfRecreate minors when renaming zvols
2012-11-15 nordauxmount.zfs: canonicalize mount point for mtab
2012-11-15 Brian BehlendorfMerge branch 'ashift'
2012-11-15 Cyril PliskoAdd "-o ashift" to zpool add and zpool attach
2012-11-15 Brian BehlendorfImprove AF hard disk detection
2012-11-15 George WilsonIllumos #2671: zpool import should not fail if vdev...
2012-11-13 Brian Behlendorfzfs-0.6.0-rc12
2012-11-13 Richard YaoFix hard coded path in 60-vdev.rules.in
2012-11-10 Brian BehlendorfFix "allocating allocated segment" panic
2012-11-09 Brian BehlendorfFix zvol+btrfs hang
2012-11-06 Brian BehlendorfMerge remote branch 'eris/stats'
2012-11-02 Brian BehlendorfLog I/Os longer than zio_delay_max (30s default)
2012-11-02 Brian BehlendorfAdd txgs-<pool> kstat file
2012-10-29 Brian BehlendorfAdd ddt_object_count() error handling
2012-10-24 Brian BehlendorfRevert "Don't ashift-align vdev read requests."
2012-10-22 Brian BehlendorfRemove 'Resized bio's/dio' warning
2012-10-22 Brian BehlendorfUpdate spare and cache device names on import
2012-10-22 Brian BehlendorfAllow 'zpool replace' to use short device names
2012-10-17 Brian BehlendorfQuote snapshot and mountpoint for .zfs automount
2012-10-17 Brian BehlendorfMerge branch 'zil-performance'
2012-10-17 Etienne DechampsUse the slog even with logbias=throughput.
2012-10-17 Etienne DechampsAdd FASTWRITE algorithm for synchronous writes.
2012-10-17 Etienne DechampsAdd atomic_sub_* functions to libspl.
2012-10-17 Brian BehlendorfMerge branch 'condvar'
2012-10-15 Brian BehlendorfCondition variable usage, zp->r_{rd,wr}_cv
2012-10-15 Brian BehlendorfCondition variable usage, zilog->zl_cv_batch
2012-10-15 Brian BehlendorfCondition variable usage, zevent_cv
2012-10-15 Andrew ReidDo not return /dev/loop-control in unused_loop_device
2012-10-15 Massimo MaggiSwitch KM_SLEEP to KM_PUSHPAGE
2012-10-15 Brian BehlendorfLimit zfs_vdev_aggregation_limit to SPA_MAXBLOCKSIZE
2012-10-15 Yuxuan ShuiReturn positive error number in zfsctl_shares_lookup.
2012-10-15 Brian BehlendorfDisable ztest deadman timer
2012-10-14 Brian BehlendorfMerge branch 'linux-3.6'
2012-10-14 Richard YaoLinux 3.6 compat, iops->mkdir()
2012-10-14 Yuxuan ShuiLinux 3.6 compat, iops->create()
2012-10-14 Yuxuan ShuiLinux 3.6 compat, iops->lookup()
2012-10-14 Yuxuan ShuiLinux 3.6 compat, sget()
2012-10-14 Yuxuan ShuiLinux 3.6 compat, sops->write_super() removed
2012-10-12 Etienne DechampsDon't ashift-align vdev read requests.
2012-10-12 Richard YaoRemove vmem_size() consumers
2012-10-11 Brian BehlendorfFix zfs_txg_timeout module parameter
2012-10-11 Richard YaoFix zfs_write_limit_max integer size mismatch on 32...
2012-10-11 Cyril PliskoMake zfs_immediate_write_sz a module paramater
2012-10-11 Cyril Pliskotxg is spelled as tgx in places
2012-10-09 KORN Andraszfs.8: add missing info about dedup, mlslabel
2012-10-08 Massimo MaggiSwitch KM_SLEEP to KM_PUSHPAGE
2012-10-05 Brian BehlendorfSet default zvol elevator to noop
2012-10-04 Etienne DechampsAlign DISCARD requests on zvols.
2012-10-04 Brian BehlendorfMerge branch 'illumos-ztest'
2012-10-04 Brian BehlendorfRealpath arg 2 must be a minimum of PATH_MAX
2012-10-04 Brian BehlendorfVerify the return value for warn_unused_result functions
2012-10-04 Brian BehlendorfReplace tempnam() with mkstemp()
2012-10-04 Brian BehlendorfMinimize ztest stack frame size
2012-10-04 Etienne DechampsUse dynamic file descriptor numbers in ztest.
2012-10-04 Christopher... Fix mmap() usage in ztest.
2012-10-04 Chris SidenIllumos #1950: ztest backwards compatibility testing...
2012-10-04 Chris DunlopSwitch KM_SLEEP to KM_PUSHPAGE
2012-10-03 Matthew AhrensIllumos #3100: zvol rename fails with EBUSY when dirty.
2012-10-03 Richard LoweIllumos #2399: zfs manual page does not document use...
2012-10-03 George WilsonIllumos #3129, #3130
2012-10-03 Etienne DechampsTemporarily disable the reguid test.
2012-10-03 Etienne DechampsFix ztest vdev file paths.
2012-10-03 Etienne DechampsFix VOP_CLOSE() in userspace.
2012-10-03 Etienne DechampsCreate threads in detached state in userspace.
2012-10-03 Brian BehlendorfModify vdev_elevator_switch() to use elevator_change()
2012-10-03 Etienne DechampsForce 4K blocksize when testing ext2 on zvol.
2012-10-03 Cyril PliskoImplement .commit_metadata hook for NFS export
2012-10-03 Chris Wedgwoodzvol_probe should return NULL when the device isn't...
2012-09-19 Bill PijewskiIllumos #2703: add mechanism to report ZFS send progress
2012-09-19 Chris SidenIllumos #1948: zpool list should show more detailed...
2012-09-19 Brian BehlendorfSwitch KM_SLEEP to KM_PUSHPAGE
2012-09-18 Brian BehlendorfSeg fault 'zpool import -d /dev/disk/by-id -a'
2012-09-18 Brian Behlendorfzfs-0.6.0-rc11
2012-09-18 Richard LoweIllumos #2088 zdb could use a reasonable manual page
2012-09-17 Brian BehlendorfImprove `zpool import` search behavior
2012-09-17 Brian BehlendorfSwitch KM_SLEEP to KM_PUSHPAGE
2012-09-17 Cyril PliskoZFS replay transaction error 5
2012-09-14 Brian BehlendorfClear PG_writeback for sync I/O error case
2012-09-13 Cyril PliskoFix zdb printf format string for ZIL data blocks
2012-09-12 Brian BehlendorfMove iput() after zfs_inode_update()
next