]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern/vfs_subr.c
zfs: merge openzfs/zfs@eb62221ff (zfs-2.1-release) into stable/13
[FreeBSD/FreeBSD.git] / sys / kern / vfs_subr.c
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
2020-12-01 Martin MatuskaMFV r368207:
2020-11-26 Stefan EßerUpdate to version 3.2.0
2020-11-20 Simon J. GerratyMerge bmake-20201117
2020-11-19 Dag-Erling SmørgravMerge upstream r948: fix race condition in openpam_ttyc...
2020-11-18 John BaldwinFix a few nits in vn_printf().
2020-11-18 Marcin WojtasAdjust ENA driver files to latest ena-com changes
2020-11-18 Marcin WojtasFix completion descriptors alignment for the ENA
2020-11-13 Jung-uk KimMFV: r367652
2020-11-13 Konstantin BelousovAllow some VOPs to return ERELOOKUP to indicate VFS...
2020-11-09 Mateusz Guzikvfs: group mount per-cpu vars into one struct
2020-11-09 Mateusz Guzikkqueue: save space by using only one func pointer for...
2020-11-07 Simon J. GerratyUpdate to bmake-20201101
2020-10-30 Mateusz Guzikvfs: change vnode poll to just a malloc type
2020-10-27 Cy SchubertMFV r367082:
2020-10-27 Mateusz Guzikvfs: tidy up vnlru_free
2020-10-27 Mateusz Guzikvfs: fix vnode reclaim races against getnwevnode
2020-10-24 Xin LIMFV r366990: less v563.
2020-10-24 Mateusz Guzikvfs: fix a race where reclaim vholds freed vnodes
2020-10-23 Mateusz Guzikvfs: stop taking the interlock in vnode reclaim
2020-10-22 Mateusz Guzikvfs: prevent avoidable evictions on mkdir of existing...
2020-10-22 Philip PaepsImport tzdata 2020c
next