]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern/vfs_subr.c
compat_freebsd4: Check for errors from subyte() in freebsd4_uname()
[FreeBSD/FreeBSD.git] / sys / kern / vfs_subr.c
2023-12-02 Martin Matuskazfs: merge openzfs/zfs@d99134be8 (zfs-2.1-release)...
2023-10-13 Mateusz Guzikvfs: convert recycles_count and recycles_free_count...
2023-10-13 Mateusz Guzikvfs: count recycles by vnlru and by vn_alloc separately
2023-10-13 Mateusz Guzikvfs: count calls to uma_reclaim in vnlru
2023-10-13 Mateusz Guzikvfs: add max_vnlru_free to the vfs.vnode.vnlru tree
2023-10-13 Mateusz Guzikvfs: further speed up continuous free vnode recycle
2023-10-13 Mateusz Guzikvfs: don't recycle transiently excess vnodes
2023-10-13 Mateusz Guzikvfs: prefix regular vnlru with a special case for free...
2023-10-13 Mateusz Guzikvfs: consult freevnodes in vnlru_kick_cond
2023-10-13 Mateusz Guzikvfs: be less eager to call uma_reclaim(UMA_RECLAIM_DRAIN)
2023-10-13 Mateusz Guzikvfs: don't provoke recycling non-free vnodes without...
2023-10-04 Mateusz Guzikvfs: count how many times vnlru got woken up due to...
2023-10-04 Mateusz Guzikvfs: stabilize freevnodes_old
2023-10-04 Mateusz Guzikvfs: s/u_long vstir/bool vstir/
2023-10-04 Mateusz Guzikvfs: group vnode-related sysctls under vfs.vnode
2023-10-04 Mateusz Guzikvfs: retire kern.minvnodes
2023-10-04 Mateusz Guzikvfs: use vnlru_read_freevnodes for the freevnodes sysctl
2023-10-04 Mateusz Guzikvfs: retire vnlru_under_unlocked
2023-10-04 Mateusz Guzikvfs: fix stale comment about freevnodes management
2023-10-04 Mateusz Guzikvfs: don't kick vnlru if it is already running
2023-10-04 Mateusz Guzikvfs: drop one vnode list lock trip during vnlru free...
2023-09-30 Martin Matuskazfs: merge openzfs/zfs@eb62221ff (zfs-2.1-release)...
2023-08-27 Mateusz Guzikvfs: retried++ -> retried = true for the boolean
2023-08-27 Mateusz Guzikvfs: try harder to find free vnodes when recycling
2023-08-27 Mateusz Guzikvfs: trylock vnode requeue
2023-08-25 Mateusz Guzikvfs: track how many times vn_alloc blocked on hitting...
2023-08-25 Mateusz Guzikvfs: flip deferred_inact to atomic
2023-08-25 Mateusz Guzikvfs: decouple freevnodes from vnode batching
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line .c pattern
2023-07-20 Konstantin BelousovRevert "VFS: Remove VV_READLINK flag" and "fdescfs...
2023-07-04 Konstantin BelousovVFS: Remove VV_READLINK flag
2023-06-17 Martin Matuskazfs: merge openzfs/zfs@86783d7d9 (zfs-2.1-release)...
2023-05-05 Olivier Certnervfs: Rename vfs_emptydir() to vn_dir_check_empty()
2023-05-05 Olivier Certnervfs: Fix "emptydir" mount option
2023-04-25 Konstantin Belousovsyncer vnode: add VOP_GETWRITEMOUNT() definition explicitly
2023-04-25 Konstantin Belousovsync_vnode(): add assert to check vn_start_write()...
2023-04-23 Martin Matuskazfs: merge openzfs/zfs@e25f9131d (zfs-2.1-release)...
2023-04-16 Konstantin BelousovDEBUG_VFS_LOCKS: restore diagnostic for the witness...
2023-04-16 Konstantin BelousovDEBUG_VFS_LOCKS: use witness if available
2023-02-15 Mitchell HorneUse maybe_yield() in a few more places
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-22 Konstantin BelousovRequire INVARIANTS and WITNESS if DEBUG_VFS_LOCKS is set
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-06-25 Martin Matuskazfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release)...
2022-06-17 Dmitry Chagingetdirentries: return ENOENT for unlinked but still...
2022-04-14 Gordon Berglingkern: Fix a typo in a source code comment
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-27 Mateusz Guzikvfs: add missing bits to vdropl_impl
2022-03-15 Mateusz Guzikvfs: [2/2] fix stalls in vnode reclaim by only counting...
2022-03-15 Mateusz Guzikvfs: [1/2] fix stalls in vnode reclaim by not requeiein...
2022-03-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-02-07 Konstantin Belousovsyncer VOP_FSYNC(): unlock syncer vnode around call...
2021-12-19 Martin Matuskazfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release)...
2021-11-19 Konstantin BelousovDEBUG_VFS_LOCKS: stop excluding devfs and doomed vnode...
2021-11-19 Konstantin BelousovMake locking assertions for VOP_FSYNC() and VOP_FDATASY...
2021-11-19 Konstantin Belousovfreevnode(): lock the freeing vnode around destroy_vpol...
2021-11-01 Mark Johnstonvfs: Add KASAN state transitions for vnodes
2021-10-20 Mark Johnstonmount: Check for !VDIR mount points before handling...
2021-10-11 Mateusz Guzikvfs: retire VNODE_REFCOUNT_FENCE_* macros
2021-09-18 Martin Matuskazfs: merge openzfs/zfs@71c609852 (zfs-2.1-release)...
2021-08-14 Konstantin Belousovvlrureclaim: only skip vnode with resident pages if...
2021-07-10 Martin Matuskazfs: merge openzfs/zfs@4f92fe0f5 (zfs-2.1-release)...
2021-06-30 Martin Matuskazfs: merge openzfs/zfs@508fff0e4 (zfs-2.1-release)...
2021-06-26 Martin Matuskazfs: merge openzfs/zfs@aee26af27 (zfs-2.1-release)...
2021-06-22 Martin Matuskazfs: merge openzfs/zfs@9a865b7fb (zfs-2.1-release)...
2021-06-20 Martin Matuskazfs: merge openzfs/zfs@3de7aeb68 (zfs-2.1-release)...
2021-06-13 Martin Matuskazfs: merge openzfs/zfs@c3b60eded (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@7d9f3ef0e (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@3522f57b6 (zfs-2.1-release)...
2021-06-07 Mateusz Guzikvfs: retire unused vn_seqc_write_begin_unheld*
2021-06-06 Konstantin Belousovvinvalbuf: do not panic if we were unable to flush...
2021-05-31 Konstantin BelousovMove mnt_maxsymlinklen into appropriate fs mount data...
2021-05-31 Kirk McKusickFix handling of embedded symbolic links (and history...
2021-05-29 Konstantin Belousovvn_need_pageq_flush(): simplify
2021-05-22 Mateusz Guzikvfs: refactor vdrop
2021-05-22 Mateusz Guzikvfs: change vn_freevnodes_* prefix to idiomatic vfs_fre...
2021-03-18 Mateusz Guzikvfs: fix vnlru marker handling for filtered/unfiltered...
2021-02-24 Konstantin Belousovlockf: ensure atomicity of lockf for open(O_CREAT|O_EXC...
2021-02-24 Konstantin BelousovStop ignoring ERELOOKUP from VOP_INACTIVE()
2021-02-01 Mateusz Guzikcache: add symlink support to lockless lookup
2021-01-15 Emmanuel VadotAdd 'sys/contrib/device-tree/' from commit '5ee353c36d3...
2021-01-14 Simon J. GerratyMerge bmake-20210110
2021-01-14 Kyle Evanscontrib/lua: update to 5.4.2
2021-01-03 Mateusz Guzikvfs: keep seqc unchanged as long as the vnode is access...
2021-01-03 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2021-01-03 Mateusz Guzikvfs: denote vnode being a mount point with VIRF_MOUNTPOINT
2021-01-03 Mateusz Guzikvfs: add v_irflag accessors
2021-01-02 Toomas SoomeAdd 'contrib/pnglite/' from commit 'a70c2a23d0d84dfc63a...
2021-01-02 Toomas SoomeAdd 'contrib/terminus/' from commit 'cee3932f8c02a220d7...
2020-12-30 Philip Paepscontrib/tzdata: import tzdata 2020f
2020-12-27 Martin Matuskacontrib/libarchive: Import libarchive 3.5.1
2020-12-25 Conrad Meyersys/contrib/zstd: Import zstd 1.4.8
2020-12-25 Philip Paepscontrib/tzdata: import tzdata 2020e
2020-12-18 Xin LIMFV r368746:
2020-12-13 Martin MatuskaMFV r368607:
2020-12-09 Cy SchubertMFV r368464:
2020-12-09 Jung-uk KimMerge OpenSSL 1.1.1i.
2020-12-06 Stefan EßerUpgrade to version 3.2.3
2020-12-05 Mateusz Guzikvfs: keep bad ops on vnode reclaim
next