zfs.git
2013-08-08 Saso KiselkovIllumos #3137 L2ARC compression
2013-08-08 Richard YaoReturn -1 from arc_shrinker_func()
2013-08-07 Richard YaoReturn correct type and offset from zfs_readdir
2013-08-07 George WilsonIllumos #3639 zpool.cache should skip over readonly...
2013-08-07 Brian BehlendorfWrite dirty inodes on close
2013-08-07 Steven BurgessFix man page for the sync property
2013-08-07 Massimo MaggiFix the default checksum algorithm in the manpage
2013-08-01 Brian BehlendorfAdd kmod repo integration
2013-08-01 Brian BehlendorfExport additional dmu symbols
2013-08-01 Nathaniel Clarkdmu_tx: Fix possible NULL pointer dereference
2013-08-01 Richard YaoRemove b_thawed from arc_buf_hdr_t
2013-08-01 Richard YaoRemove arc_data_buf_alloc()/arc_data_buf_free()
2013-08-01 Richard YaoRemove zio_alloc_arena
2013-07-30 Brian BehlendorfMake arc+l2arc module options writable
2013-07-30 Brian BehlendorfChange l2arc_norw default to zero
2013-07-30 Ying ZhuFix inaccurate arcstat_l2_hdr_size calculations
2013-07-23 Brian BehlendorfFix 'zpool list -H' error code
2013-07-22 Christer EkholmAdd missing -v to usage help for zpool list.
2013-07-22 Christer EkholmAdd documentation for -T and interval to "zpool list"
2013-07-17 Brian BehlendorfFix arc_adapt() spinning in iterate_supers_type()
2013-07-17 Brian BehlendorfFix read-only pool hang on unmount
2013-07-12 Brian BehlendorfFix zfsctl_expire_snapshot() deadlock
2013-07-11 Brian BehlendorfAdd dkms_version conditional
2013-07-11 Brian BehlendorfImprove N-way mirror performance
2013-07-11 Prakash SuryaAdd new kstat for monitoring time in dmu_tx_assign
2013-07-10 Brian BehlendorfLog pool suspension warnings to the console
2013-07-10 Brian BehlendorfUse GFP_NOIO in vdev_disk_io_flush()
2013-07-09 Brian BehlendorfFix zpool_read_label()
2013-07-09 Dmitry KhasanovAdd FreeBSD 'zpool labelclear' command
2013-07-09 Dmitry KhasanovReadd zpool_clear_label() from OpenSolaris
2013-07-09 Tim Chasezdb: enhancement - Display SA xattrs.
2013-07-09 Mike LeddyAvoid abort() in vn_rdwr(): libzpool/kernel.c
2013-07-09 Ying ZhuImprove code in arc_buf_remove_ref
2013-07-09 Shen YanUpdate zio.c
2013-07-09 Shen YanFix the comment in zfs.h
2013-07-09 Brian BehlendorfAdd zfs_autoimport_disable tunable
2013-07-09 Craig LoomisExplicitly flush output at end of each zevent
2013-07-08 Chris Dunlop3.10 API change: block_device_operations->release(...
2013-07-04 Brian BehlendorfAdd conditional chkconfig to packaging
2013-07-03 Brian BehlendorfAdd conditional chkconfig to packaging
2013-07-03 Brian BehlendorfRemove zfs-dracut and zfs-test dependencies
2013-07-03 Brian BehlendorfOpen pools asynchronously after module load
2013-07-03 Richard YaoCleanup zvol initialization code
2013-07-03 Pawel Jakub... Call zvol_create_minors() in spa_open_common() when...
2013-07-03 Brian BehlendorfFix parse_dataset error handling
2013-07-02 George WilsonIllumos #3498 panic in arc_read()
2013-07-02 Matthew AhrensIllumos #3122 zfs destroy filesystem should prefetch...
2013-07-02 Richard YaoUse MAXPATHLEN instead of sizeof in snprintf
2013-07-02 Cyril PliskoAdd zfs_sync_pass_* tunable parameters
2013-07-02 Li DongyangAdd SEEK_DATA/SEEK_HOLE to lseek()/llseek()
2013-07-02 Matthew AhrensReadd zfs_holey() from OpenSolaris
2013-07-01 shenyan1kmem_zalloc(..., KM_SLEEP) will never fail
2013-07-01 Tim ChaseFix zfs_sb_teardown/zfs_resume_fs NULL dereference
2013-07-01 Cyril PliskoOverride default SPA config location via environment
2013-06-28 Cyril PliskoAdd absent \n at the end of the help text line
2013-06-28 Steven BurgessFormating changes for zpool manpage
2013-06-27 Aaron FinemanAdd error message for missing /etc/mtab
2013-06-27 Ying ZhuFix module probe failure on 32-bit systems
2013-06-26 Brian BehlendorfReturn -EOPNOTSUPP for ZFS_IOC_{GET|SET}FLAGS
2013-06-26 Brian BehlendorfAllow fetching the pool from the device at mount
2013-06-21 Nathaniel ClarkMake spl directory setable when building rpms and add...
2013-06-20 Brian BehlendorfRegister correct handlers in nvlist_alloc()
2013-06-20 Matthew AhrensIllumos #3805 arc shouldn't cache freed blocks
2013-06-20 Ying ZhuFix compile warning on 32-bit systems
2013-06-19 George WilsonIllumos #3552, #3564
2013-06-19 Madhav SureshIllumos #3006
2013-06-19 Richard YaoImprove OpenRC init script
2013-06-18 Christ SchlactaModified arcstat.py to run on linux
2013-06-18 Christ SchlactaAdded arcstat.py from FreeNAS
2013-06-18 Ned BassDon't leak mount flags into kernel
2013-06-18 Steven BurgessAdds zpool split to man page
2013-05-10 Brian BehlendorfOnly check directory xattr on ENOENT
2013-05-06 Cyril Pliskozfs_scrub_limit tunable is not used anywhere
2013-05-06 Ying ZhuFix incorrect assertions in ddt_phys_decref and ddt_syn...
2013-05-06 Brian BehlendorfUse taskq for dump_bytes()
2013-05-06 Adam LeventhalIllumos #3581 spa_zio_taskq[ZIO_TYPE_FREE][ZIO_TASKQ_IS...
2013-05-06 George WilsonIllumos #3329, #3330, #3331, #3335
2013-05-03 George WilsonIllumos #3306, #3321
2013-05-02 Carlos Alberto... Ensure --with-spl-timeout waits for spl_config.h and...
2013-05-02 Brian BehlendorfSilence 'old_umask' uninit variable warning
2013-05-02 Brian BehlendorfFix zinject list handlers
2013-05-02 George.Wilson3246 ZFS I/O deadman thread
2013-04-26 Brian BehlendorfFix txg_quiesce thread deadlock
2013-04-24 Turbo FredrikssonIgnore *.{deb,rpm,tar.gz} files in the top directory.
2013-04-24 Brian BehlendorfSet RPM_DEFINE_COMMON options
2013-04-24 Turbo FredrikssonAdd --bump=0 to alien
2013-04-24 Turbo FredrikssonSupport .nogitrelease file
2013-04-24 Turbo FredrikssonPossibility to disable (not start) zfs at bootup.
2013-04-24 Etienne DechampsFix various generic kmod RPM spec issues.
2013-04-24 Brian BehlendorfCorrectly return ERANGE in getxattr(2)
2013-04-19 Chris DunlopTrivial spelling fix
2013-04-19 Caleb James... Remove .readdir from zpl_file_operations table
2013-04-12 Martin MatuskaAllow setting a lower ashift with -o ashift
2013-04-12 George WilsonIllumos #3422, #3425
2013-04-02 Brian BehlendorfAdd additional dependencies for DKMS package
2013-04-02 Brian BehlendorfReplace the ZFS_AC_META perl dependency with awk
2013-04-02 Brian BehlendorfOnly require spl-devel-kmod = %{version}
2013-04-02 Brian BehlendorfAutomake 1.10.1 compat: AM_SILENT_RULES
2013-04-02 Jan Engelhardtbuild: do not call boilerplate ourself
2013-04-02 Jan Engelhardtgitignore: anchor entries at their respective directory
next