Fix parse_dataset error handling
[zfs.git] / module /
2013-07-02 George WilsonIllumos #3498 panic in arc_read()
2013-07-02 Matthew AhrensIllumos #3122 zfs destroy filesystem should prefetch...
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-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-20 Brian BehlendorfRegister correct handlers in nvlist_alloc()
2013-06-20 Matthew AhrensIllumos #3805 arc shouldn't cache freed blocks
2013-06-19 George WilsonIllumos #3552, #3564
2013-06-19 Madhav SureshIllumos #3006
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 George.Wilson3246 ZFS I/O deadman thread
2013-04-26 Brian BehlendorfFix txg_quiesce thread deadlock
2013-04-24 Brian BehlendorfCorrectly return ERANGE in getxattr(2)
2013-04-19 Chris DunlopTrivial spelling fix
2013-04-19 Caleb James DeLisleRemove .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 Jan Engelhardtgitignore: anchor entries at their respective directory
2013-04-02 Jan Engelhardtbuild: resolve orthographic and other grammatical errors
2013-03-19 Brian BehlendorfAdd zio_ddt_free()+ddt_phys_decref() error handling
2013-03-18 Brian BehlendorfAdd metaslab_debug option
2013-03-06 Richard YaoLinux 3.9 compat: Undefine GCC_VERSION
2013-03-06 Ned BassRefresh links to web site
2013-03-06 Brian BehlendorfAdd KMODDIR to install target
2013-03-05 Eric DillmannAdd snapdev=[hidden|visible] dataset property
2013-03-04 George WilsonMerge zvol.c changes from PSARC 2010/306 Read-only...
2013-03-04 Richard YaoConstify structures containing function pointers
2013-03-01 Brian BehlendorfFix hot spares
2013-02-28 Brian BehlendorfRemove wholedisk check from vdev_disk_open()
2013-02-28 Brian BehlendorfLeaf vdevs should not be reopened
2013-02-24 Etienne DechampsRemove the bio_empty_barrier() check.
2013-02-21 Brian BehlendorfEnable zfs_arc_memory_throttle_disable by default
2013-02-12 Richard YaoMake spa.c assertions catch unsupported pre-feature...
2013-02-12 Brian BehlendorfAdd explicit MAXNAMELEN check
2013-02-06 Ned BassSwitch KM_SLEEP to KM_PUSHPAGE
2013-02-05 Brian BehlendorfCast 'zfs bad bloc' to ULL for x86
2013-02-01 Brian BehlendorfAdd zfs_arc_memory_throttle_disable module option
2013-02-01 Brian BehlendorfAdd zfs_disable_dup_eviction module option
2013-01-31 Ned BassFix mismatch between SA header size and layout
2013-01-31 Ned BassFix rounding discrepancy in sa_find_sizes()
2013-01-30 Adam H. LeventhalIllumos #3447 improve the comment in txg.c
2013-01-29 Eric DillmannIllumos #3035 LZ4 compression support in ZFS and GRUB
2013-01-28 Chris WedgwoodAvoid gcc -Werror=maybe-uninitialized warnings
2013-01-25 Brian BehlendorfUse dsl_dataset_snap_lookup()
2013-01-24 Brian BehlendorfAdd d_clear_d_op() compatibility
2013-01-24 Ned Bassfzap_cursor_move_to_key() should drop l_rwlock
2013-01-22 Brian BehlendorfFix zpl_revalidate() NULL deref
2013-01-18 Brian BehlendorfUse sb->s_d_op default dentry operations
2013-01-18 Massimo MaggiFix zpool on zvol deadlock
2013-01-17 Brian BehlendorfRevert "Revert "Fix unlink/xattr deadlock""
2013-01-17 Brian BehlendorfFix 'zfs rollback' on mounted file systems
2013-01-17 Ned BassFix false ENOENT on snapshot control dentries
2013-01-16 Ned BassFix quoting error in unmount command
2013-01-14 Christopher SidenIllumos #3189 kernel panic in test hotspare_onoffline_0...
2013-01-14 Arne JansenIllumos #1862 incremental zfs receive fails for sparse...
2013-01-14 Matthew AhrensIllumos #3208 cross-endian incorrect user/group accounting
2013-01-11 Bart CoddensIllumos #2618 arc.c mistypes in the comments
2013-01-10 Ned Basscall_usermodehelper() should wait for process
2013-01-09 Brian BehlendorfRevert "Avoid ELOOP on auto-mounted snapshots"
2013-01-09 Brian BehlendorfOnly reduce __zio_execute() stack usage in kernel space
2013-01-08 George WilsonIllumos #3145, #3212
2013-01-08 Matthew AhrensIllumos #3104: eliminate empty bpobjs
2013-01-08 Brian BehlendorfFix __zio_execute() asynchronous dispatch
2013-01-08 George WilsonIllumos #3349: zpool upgrade -V bumps the on disk versi...
2013-01-08 Matthew AhrensIllumos #3086: unnecessarily setting DS_FLAG_INCONSISTE...
2013-01-08 Christopher SidenIllumos #2762: zpool command should have better support...
2013-01-08 George WilsonIllumos #3090 and #3102
2013-01-08 Christopher SidenIllumos #2619 and #2747
2013-01-07 Ned BassFix gcc array subscript above bounds warning
2013-01-07 Matt JohnstonUse cv_wait_io() which will will account for iowait
2013-01-07 Matt JohnstonRevert part of "Log I/Os longer than zio_delay_max...
2012-12-20 Brian BehlendorfFix zpool on zvol lock inversion deadlock
2012-12-20 Brian BehlendorfRevert "Remove TSD zfs_fsyncer_key"
2012-12-19 Brian BehlendorfRemove TSD zfs_fsyncer_key
2012-12-18 Prakash SuryaSet elevator for DM devices despite vdev_wholedisk
2012-12-18 Jorgen LundmanFix using zvol as slog device
2012-12-14 Brian BehlendorfUpdate SAs when an inode is dirtied
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-03 Brian BehlendorfDirectory xattr znodes hold a reference on their parent
2012-11-30 Brian BehlendorfAdd load_nvlist() error handling
2012-11-30 Brian BehlendorfDisable page allocation warnings for super block
2012-11-27 Brian BehlendorfFix NULL deref when zvol_alloc() fails
2012-11-15 George WilsonIllumos #2671: zpool import should not fail if vdev...
2012-11-10 Brian BehlendorfFix "allocating allocated segment" panic
2012-11-09 Brian BehlendorfFix zvol+btrfs hang
2012-11-02 Brian BehlendorfLog I/Os longer than zio_delay_max (30s default)
next