]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - module/os
vdev_ops: don't try to call vdev_op_hold or vdev_op_rele when NULL
[FreeBSD/FreeBSD.git] / module / os /
2021-02-21 Brian AtkinsonCleaning up uio headers
2021-02-20 Ryan MoellerRestore FreeBSD resource usage accounting
2021-02-18 Mark JohnstonFreeBSD: disable the use of hardware crypto offload...
2021-02-18 Ryan LibbyRemove unused abd_alloc_scatter_offset_chunkcnt
2021-02-09 khng300Rename zfs_inode_update to zfs_znode_update_vfs
2021-02-09 Kleber TarcísioAdd an assert to clarify code
2021-01-28 Matthew Ahrensfix abd_nr_pages_off for gang abd
2021-01-28 Paul DagnelieFix zrele race in zrele_async that can cause hang
2021-01-27 Brian Behlendorfcppcheck: integrete cppcheck
2021-01-27 Brian Behlendorfcppcheck: return value always 0
2021-01-27 Brian Behlendorfcppcheck: remove redundant ASSERTs
2021-01-25 Matthew Macyspl-taskq: Make sure thread tsd hash entry is cleared
2021-01-23 Ryan MoellerFreeBSD: upstream changes to VFS interface
2021-01-21 Brian BehlendorfLinux 5.10 compat: restore custom uio_prefaultpages()
2021-01-21 Brian AtkinsonExtending FreeBSD UIO Struct
2021-01-20 Matthew Ahrensallow callers to allocate and provide the abd_t struct
2020-12-30 Konstantin KhorenkoVZ 7 kernel compat: introduce ITER-enabled .direct_IO...
2020-12-28 Brian BehlendorfLinux 5.11 compat: blk_{un}register_region()
2020-12-28 Brian BehlendorfLinux 5.11 compat: revalidate_disk_size()
2020-12-28 Brian BehlendorfLinux 5.11 compat: bdev_whole()
2020-12-28 Brian BehlendorfLinux 5.11 compat: bio_start_io_acct() / bio_end_io_acct()
2020-12-28 Brian BehlendorfLinux 5.11 compat: lookup_bdev()
2020-12-20 Brian BehlendorfFix maybe uninitialized variable warning
2020-12-20 Brian BehlendorfRemove iov_iter_advance() from iter_read
2020-12-18 Michael D LabriolaLinux 5.10 compat: also zvol_revalidate_disk()
2020-12-18 Brian BehlendorfLinux 5.10 compat: use iov_iter in uio structure
2020-12-10 Ryan MoellerFreeBSD: Fix format of vfs.zfs.arc_no_grow_shift
2020-12-10 Brian BehlendorfFix possibly uninitialized 'root_inode' variable warning
2020-12-10 Paul DagnelieImplement memory and CPU hotplug
2020-12-06 Alexander MotinBring consistency to ABD chunk count types.
2020-12-04 George AmanakisFix raw sends on encrypted datasets when copying back...
2020-11-17 Matthew MacyFix problems in zvol_set_volmode_impl
2020-11-14 Brian BehlendorfLinux: Fix ZFS_ENTER/ZFS_EXIT/ZFS_VERFY_ZP usage
2020-11-13 Brian BehlendorfDistributed Spare (dRAID) Feature
2020-11-12 Brian BehlendorfLinux: Fix mount/unmount when dataset name has a space
2020-11-12 Tony PerkinsStart snapdir_iterate traversals to begin wtih the...
2020-11-10 Mateusz GuzikG/C struct znode -> z_moved
2020-11-10 Ryan MoellerFreeBSD: Simplify zvol_geom_open and zvol_cdev_open
2020-11-10 Ryan MoellerFreeBSD: Avoid spurious EINTR in zvol_cdev_open
2020-11-10 Ryan MoellerRemove redundant oid parameter to update_pages
2020-11-06 Mariusz ZaborskiFreeBSD: Prevent a NULL reference in zvol_cdev_open
2020-11-05 khng300FreeBSD: Prevent NULL pointer dereference of resid
2020-11-03 Ryan MoellerFreeBSD: zvol_os: Use SET_ERROR more judiciously
2020-11-02 Coleman KaneLinux 5.10 compat: revalidate_disk_size() added
2020-11-02 Coleman KaneLinux 5.10 compat: check_disk_change() removed
2020-11-02 Coleman KaneLinux 5.10 compat: percpu_ref added data member
2020-11-02 Christian Schwarzzfs_vnops: make zfs_get_data OS-independent
2020-10-31 Matthew MacyConsolidate zfs_holey and zfs_access
2020-10-30 Ryan Moellerzvol_os: Fix handling of zvol private data
2020-10-30 Ryan Moellerzvol_os: Don't leak doi in cdev error path
2020-10-30 Ryan Moellerzvol_os: Properly ignore error in volmode lookup
2020-10-30 Ryan Moellerzvol_os: Code cleanup in zvol_create_minor_impl
2020-10-30 Ryan Moellerzvol_os: Keep better track of open count in close
2020-10-30 Ryan Moellerzvol_os: Tidy up asserts
2020-10-30 Mateusz GuzikFreeBSD: catch up with 1300124 version bump
2020-10-30 Ryan MoellerFreeBSD: Fix 12.2-STABLE after AT_BENEATH MFC
2020-10-30 Matthew MacyRemove UIO_ZEROCOPY functions structures
2020-10-30 Ryan MoellerUpdate references to nonexistent man pages in code
2020-10-30 Alexander MotinFreeBSD: Remove BIO_ORDERED flag from BIO_FLUSH
2020-10-29 Mateusz GuzikLinux: g/c leftover fence in zfs_znode_alloc
2020-10-29 Mateusz GuzikFreeBSD: g/c unused zfs_znode_move support
2020-10-26 Ryan MoellerFreeBSD: Skip RAW kstat sysctls by default
2020-10-26 Mateusz GuzikFreeBSD: catch up with 1300123 version bump
2020-10-21 Matthew MacyShare zfs_fsync, zfs_read, zfs_write, et al between...
2020-10-20 Matthew MacyFreeBSD: delete unreferenced file
2020-10-15 Mateusz GuzikFreeBSD: add missing fplookup_vexec handler to special...
2020-10-15 Mateusz GuzikFreeBSD: g/c unused vop vector zfsctl_ops_shares_dir
2020-10-14 Mateusz GuzikFreeBSD: fix panic due to tqid overflow
2020-10-14 Ryan MoellerCross-platform acltype
2020-10-14 Warner LoshFreeBSD: make adjustments for the standalone environment
2020-10-13 Mateusz GuzikFreeBSD: use cache_rename if available
2020-10-13 Ryan MoellerExpose zfetch_max_idistance tunable
2020-10-09 Ryan MoellerLinux: Initialize zp in zfs_setattr_dir
2020-10-09 Brian BehlendorfReplace ZFS on Linux references with OpenZFS
2020-10-08 Ryan MoellerMake dbufstat work on FreeBSD
2020-10-08 Ryan MoellerFreeBSD: Sort and dedup includes in kmod_core
2020-10-03 Ryan MoellerFreeBSD: Sort out kernel FPU headers for 12.1-REL
2020-10-03 Ryan MoellerThrow const on some strings
2020-09-30 Brian BehlendorfFix buggy procfs_list_seq_next warning
2020-09-30 Ryan MoellerFreeBSD: Fix legacy compat for platform IOCs
2020-09-30 Ryan MoellerDrop references when skipping dmu_send due to EXDEV
2020-09-25 Brian BehlendorfFix PREEMPTION=y and BLK_CGROUP=y config on arm64
2020-09-25 Mateusz GuzikFreeBSD: update cache_purgevfs usage after 1300117...
2020-09-25 Ryan MoellerFreeBSD: Code cleanup in zio_crypt
2020-09-23 Matthew MacyFreeBSD: Add support for procfs_list
2020-09-23 Matthew MacyFreeBSD: Don't save user FPU context in kernel threads
2020-09-22 Mark JohnstonFix a logic bug in the FreeBSD getpages VOP
2020-09-21 Mark JohnstonAnnontate FreeBSD sysctls with CTLFLAG_MPSAFE
2020-09-21 Mark JohnstonFix switch statement indentation in the FreeBSD kstat...
2020-09-18 George Wilsonvdev_ashift should only be set once
2020-09-18 George Wilsonpool may become suspended during device expansion
2020-09-17 Ryan MoellerFreeBSD: Do not copy vp into f_data for DTYPE_VNODE...
2020-09-17 John PoduskaNeed a long hold in zpl_mount_impl
2020-09-16 Ryan MoellerRename acltype=posixacl to acltype=posix
2020-09-15 Ryan MoellerLinux: Prevent destruction while showing mount devname
2020-09-09 Mateusz GuzikFreeBSD: convert teardown inactive lock to a read-mostl...
2020-09-09 Ryan MoellerFreeBSD: drop dependency on cryptodev module
2020-09-04 Matthew MacyReplace cv_{timed}wait_sig with cv_{timed}wait_idle...
2020-09-02 Spencer KinnyLinks in Source Files
2020-09-02 Toomas Soomezvol: unsigned off can not be less than zero
next