]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
vfs: add the infrastructure for lockless lookup
[FreeBSD/FreeBSD.git] / sys / kern /
2020-07-25 mjgvfs: add the infrastructure for lockless lookup
2020-07-25 mjgvfs: introduce vnode sequence counters
2020-07-25 mjgGuard sbcompress_ktls_rx with KERN_TLS
2020-07-25 mjgDo a lockless check in kthread_suspend_check
2020-07-24 cemUse gbincore_unlocked for unprotected incore()
2020-07-24 cemAdd unlocked/SMR fast path to getblk()
2020-07-24 cemUse SMR to provide safe unlocked lookup for pctries...
2020-07-24 mjglockmgr: add missing 'continue' to account for spurious...
2020-07-23 jhbAdd support for KTLS RX via software decryption.
2020-07-23 mjglocks: fix a long standing bug for primitives with...
2020-07-22 brooksUse SI_ORDER_(FOURTH|FIFTH) rather than bespoke versions.
2020-07-22 mjglockmgr: add adaptive spinning
2020-07-21 mhorneINTRNG: only shuffle for !EARLY_AP_STARTUP
2020-07-21 mjglockmgr: denote recursion with a bit in lock value
2020-07-21 mjglockmgr: rewrite upgrade to stop always dropping the...
2020-07-21 mjglockmgr: add a helper for reading the lock value
2020-07-19 adrian[net80211] Add new privileges; restrict what can be...
2020-07-18 mjgShort-circuit tdfind when looking for the calling thread.
2020-07-16 mjgvfs: fix vn_poll performance with either MAC or AUDIT
2020-07-16 mjgvfs: fix MAC/AUDIT mismatch in vn_poll
2020-07-15 gshapiroMerge sendmail 8.16.1 to HEAD: See contrib/sendmail...
2020-07-15 mjgpoll: factor fd lookup out of scan and rescan
2020-07-15 mjgfd: remove fd_lastfile
2020-07-15 mjgfd: add obvious branch predictions to fdalloc
2020-07-14 mjgcache: make negative shrinker round robin on all lists...
2020-07-14 mjgcache: remove numcalls
2020-07-14 mjgcache: count dropped entries
2020-07-14 mjgcache: remove neg_locked argument from cache_zap_locked
2020-07-14 mjgcache: remove a useless argument from cache_negative_insert
2020-07-14 mjgcache: create a dedicate struct for negative entries
2020-07-14 jkimMFV: r362513
2020-07-11 mjgfd: stop looping in pwd_hold
2020-07-10 mjgvfs: fix early termination of kern_getfsstat
2020-07-10 mjgvfs: fix trivial whitespace issues which don't interefe...
2020-07-10 mjgvfs: depessimize getfsstat when only the count is requested
2020-07-10 mjgvfs: avoid spurious memcpy in vfs_statfs
2020-07-10 kevansshm_open2: Implement SHM_GROW_ON_WRITE
2020-07-09 markjApply the logic from r363051 to semctl(2) and __sem_bas...
2020-07-09 markjAvoid copying out kernel pointers from msgctl(IPC_STAT).
2020-07-08 sjgUpdate to bmake-20200704
2020-07-07 seUpdate to version 3.1.1
2020-07-06 markjRegenerate.
2020-07-06 markjPermit cpuset_(get|set)domain() in capability mode.
2020-07-06 kaktuskern.tty_info_kstacks: set compact format as default
2020-07-06 markjAllow accesses of the caller's CPU and domain sets...
2020-07-06 kaktuskern.tty_info_kstacks: add a compact format
2020-07-06 markjLift cpuset Capsicum checks into a subroutine.
2020-07-06 mjgvfs: expand on vhold_smr comment
2020-07-05 mjglockf: elide avoidable locking in lf_advlockasync
2020-07-05 kibFix typo.
2020-07-05 andrewRerun kernel ifunc resolvers after all CPUs have started
2020-07-04 mjgAdd char and short types to kcsan
2020-07-03 mjgifdef out pg_jobc assertions added in r361967
2020-07-02 mjgcred: add a prediction to crfree for td->td_realucred...
2020-07-02 mjgcache: add missing call to cache_ncp_invalid for negati...
2020-07-02 mjgcache: fix misplaced fence in cache_ncp_invalidate
2020-07-02 kibUse tdfind() in pget().
2020-07-01 andrewSimplify the flow when getting/setting an isrc
2020-07-01 mjgcache: lockless forward lookup with smr
2020-07-01 mjgvfs: protect vnodes with smr
2020-06-29 gallatinFix a panic when unloading firmware
2020-06-28 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-25 jhbUse zfree() instead of explicit_bzero() and free().
2020-06-25 markjCall swap_pager_freespace() from vm_object_page_remove().
2020-06-25 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-24 ngieAdd `kern.features.witness`
2020-06-21 tmunrovfs: track sequential reads and writes separately
2020-06-21 jeffUse zone nomenclature that is consistent with UMA.
2020-06-21 bdragon[PowerPC] More relocation fixes
2020-06-20 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-18 kaktushw.bus.info: rework handler
2020-06-18 markjAdd the SCTP_SUPPORT kernel option.
2020-06-18 jkimMFV: r362286
2020-06-17 andrewUpdate opencsd to 0.14.2
2020-06-17 delphijMFV r362254: file 5.39.
2020-06-16 freqlabsApply default security flavor in vfs_export
2020-06-16 sjgMake KENV_MVALLEN tunable
2020-06-16 andrewRe-add opencsd as a vendor import from the dist directory
2020-06-14 rmacklemFix export_args ex_flags field so that is 64bits, the...
2020-06-13 cemFlip kern.tty_info_kstacks on by default
2020-06-10 markjRemove the FIRMWARE_MAX limit.
2020-06-10 kibRemove double-calls to tc_get_timecount() to warm timec...
2020-06-10 emasteFix arm64 kernel build with DEBUG on
2020-06-10 rmacklemAdd two functions that create M_EXTPG mbufs with anonym...
2020-06-09 mjgcred: distribute reference count per thread
2020-06-09 jhbRefactor ptrace() ABI compatibility.
2020-06-09 mjgAssert on pg_jobc state.
2020-06-06 chsFix hang due to missing unbusy in sendfile when an...
2020-06-05 manudts: Update our copy to be in sync with Linux 5.7
2020-06-04 kevansvfs: add restrictions to read(2) of a directory [2/2]
2020-06-04 kevansvfs: add restrictions to read(2) of a directory [1/2]
2020-06-02 jahvt(4): reset scrollback and cursor position after clear...
2020-06-02 rmacklemFix build issue introduced by r361699.
2020-06-01 freqlabsAssign default security flavor when converting old...
2020-06-01 dimUpdate Subversion to 1.14.0 LTS. See contrib/subversion...
2020-06-01 dimUpdate apr-util to 1.6.1. See contrib/apr-util/CHANGES...
2020-06-01 peterClarify which hints file is the source of an error...
2020-05-31 dimUpdate apr to 1.7.0. See contrib/apr/CHANGES for a...
2020-05-29 avgcorefile_open_last: don't keep a locked vnode while...
2020-05-29 jhbPermit SO_NO_DDP and SO_NO_OFFLOAD to be read via getso...
next