]> granicus.if.org Git - zfs/history - module/zfs
Add visibility in to arc_read
[zfs] / module / zfs /
2013-10-25 Prakash SuryaAdd visibility in to arc_read
2013-10-25 Brian BehlendorfRevert "Add txgs-<pool> kstat file"
2013-10-25 Brian BehlendorfRevert "Add new kstat for monitoring time in dmu_tx_assign"
2013-10-22 Richard YaoLinux 3.11 compat: Rename LZ4 symbols
2013-10-22 Tim ChaseAdd missing dsl pool configuration lock
2013-10-18 George WilsonIllumos #3552
2013-10-10 Ned BassExport symbols dsl_pool_config_{enter,exit}
2013-10-09 Brian BehlendorfFix memory leak false positive in log_internal()
2013-09-25 Brian BehlendorfExport addition dsl_prop_* symbols
2013-09-25 Tim ChaseAllocate the ioctl "output" nvlist with KM_PUSHPAGE.
2013-09-25 Tim ChaseFix several new KM_SLEEP warnings
2013-09-25 Brian BehlendorfFix spa_deadman() TQ_SLEEP warning
2013-09-25 GregorKopkaRemoving unneeded mutex for reading vq_pending_tree...
2013-09-25 Kohsuke KawaguchiReduce the stack usage of dsl_dataset_remove_clones_key
2013-09-13 Brian BehlendorfFix zpl_mknod() return values
2013-09-13 Brian BehlendorfFix uninitialized variables
2013-09-11 Tim ChaseFix dmu_objset_find_dp() KM_SLEEP warning
2013-09-04 Matthew AhrensIllumos #3464
2013-09-04 Matthew AhrensIllumos #2882, #2883, #2900
2013-08-22 Brian BehlendorfUse directory xattrs for symlinks
2013-08-22 Brian BehlendorfRevert "Evict meta data from ghost lists + l2arc headers"
2013-08-15 Richard YaoLinux 3.11 compat: fops->iterate()
2013-08-15 Brian BehlendorfFix z_wr_iss_h zio_execute() import hang
2013-08-12 Matthew AhrensIllumos #3618 ::zio dcmd does not show timestamp data
2013-08-09 Richard YaoLinux 3.8 compat: Support CONFIG_UIDGID_STRICT_TYPE_CHECKS
2013-08-09 Brian BehlendorfEvict meta data from ghost lists + l2arc headers
2013-08-09 Brian BehlendorfAllow arc_evict_ghost() to only evict meta data
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-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-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 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 Ying ZhuImprove code in arc_buf_remove_ref
2013-07-09 Shen YanUpdate zio.c
2013-07-09 Brian BehlendorfAdd zfs_autoimport_disable tunable
2013-07-08 Chris Dunlop3.10 API change: block_device_operations->release(...
2013-07-03 Brian BehlendorfOpen pools asynchronously after module load
2013-07-03 Richard YaoCleanup zvol initialization code
2013-07-03 Pawel Jakub DawidekCall zvol_create_minors() in spa_open_common() when...
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 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 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-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()
next