]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
vfs: group vnode-related sysctls under vfs.vnode
[FreeBSD/FreeBSD.git] / sys / kern /
2023-09-16 Mateusz Guzikvfs: group vnode-related sysctls under vfs.vnode
2023-09-16 Mateusz Guzikvfs: retire kern.minvnodes
2023-09-15 Mateusz Guzikvfs: use vnlru_read_freevnodes for the freevnodes sysctl
2023-09-14 Mateusz Guzikvfs: retire vnlru_under_unlocked
2023-09-14 Mateusz Guzikvfs cache: garbage collect the fullpathfail2 counter
2023-09-14 Mateusz Guzikvfs: fix stale comment about freevnodes management
2023-09-14 Mateusz Guzikvfs: don't kick vnlru if it is already running
2023-09-14 Mateusz Guzikvfs: drop one vnode list lock trip during vnlru free...
2023-09-11 Martin Matuskazfs: merge openzfs/zfs@0ee9b0239
2023-09-10 Xin LIMFV: file 5.45.
2023-09-09 Konstantin Belousovshmfd: hide direct rangelock(9) use under a wrapper
2023-09-09 Warner Loshprocdesc: Remove stray references to pdwait4
2023-09-09 Zhenlei Huangkernel linker: Eliminate unneeded vnet propagation
2023-09-09 Zhenlei Huangsysctl(9): Enable vnet sysctl variables to be loader...
2023-09-08 John BaldwinMove kern_extattr_* prototypes to <sys/syscallsubr.h>
2023-09-07 Martin Matuskalibarchive: merge security fix from vendor branch
2023-09-06 Colin Percivalinit_main: Record completed SYSINITs
2023-09-06 Colin Percivalinit_main: Switch from SLIST to STAILQ, fix order
2023-09-06 Martin Matuskavfs: copy_file_range() between multiple mountpoints...
2023-09-05 Jake Freelandtimerfd: Relocate 32-bit compat code
2023-09-05 Jake Freelandtimerfd: Define a locking regime
2023-09-05 Konstantin Belousovkthread_add(): do not allow to attach the thread to...
2023-09-05 Xin LIMFV: zlib: examples: define functions as static ones...
2023-09-03 Konstantin Belousovkern_kthread: fork1() does not handle locked Giant
2023-09-03 Konstantin Belousovkern_kthread.c: some style
2023-09-02 Mateusz Guzikvfs cache: fix a hang when bumping vnode limit too...
2023-09-02 Martin Matuskazfs: merge openzfs/zfs@95f71c019
2023-09-02 Mateusz Guziktimerfd: convert timerfd_list_lock from sx to mtx
2023-09-01 Shawn Webbjail: Add the ability to access system-level filesystem...
2023-08-26 Martin Matuskazfs: merge openzfs/zfs@804414aad
2023-08-25 Mateusz Guziktimerfd: compute fflags before calling falloc
2023-08-25 Mateusz Guziktimerfd: fix up a memory leak and missing locking
2023-08-24 Mateusz Guzikvfs: retried++ -> retried = true for the boolean
2023-08-24 Mateusz Guzikvfs: try harder to find free vnodes when recycling
2023-08-24 Jake Freelandtimerfd: Move implementation from linux compat to sys...
2023-08-23 Andrew TurnerSupport dynamically sized register sets
2023-08-23 Konstantin BelousovRegen
2023-08-23 Konstantin BelousovAdd membarrier(2)
2023-08-21 Dag-Erling SmørgravAdd 'contrib/unifdef/' from commit '0da44885831dc0a43c4...
2023-08-21 Doug Moorepctrie: change for vm_radix compatibility
2023-08-20 Xin LIMFV: zlib 1.3
2023-08-20 Colin Percivalinit_main: Switch from sysinit array to SLIST
2023-08-18 Mateusz Guzikvfs: track how many times vn_alloc blocked on hitting...
2023-08-18 Konstantin Belousovsubr_unit.c: another attempt to fix the build
2023-08-18 Konstantin Belousovkern/subr_unit.c: fix non-debug build
2023-08-18 Kyle Evanskern: osd: stop downsizing arrays when the last slot...
2023-08-17 Dag-Erling SmørgravRemove my middle name.
2023-08-16 Warner Loshsys: Remove $FreeBSD$: one-line bare tag
2023-08-16 Warner Loshsys: Remove $FreeBSD$: one-line sh pattern
2023-08-16 Warner Loshsys: Remove $FreeBSD$: one-line .c pattern
2023-08-16 Warner Loshsys: Remove $FreeBSD$: two-line .h pattern
2023-08-16 John Baldwinsys: Add a deprecation warning for 32-bit kernels.
2023-08-14 Gleb Smirnoffsockets: on accept(2) don't copy all of so_options...
2023-08-14 Dmitry Chaginvm: Allow MAP_32BIT for all architectures
2023-08-13 Xin LIMFV: less v643.
2023-08-13 Kyle EvansMerge commit 'acb089b983171667467adc66f56a723b609ed22e...
2023-08-11 Ed Mastessh: Update to OpenSSH 9.4p1
2023-08-10 Kyle Evanskern: osd: avoid dereferencing freed slots
2023-08-10 Pierre ProncheryOpenSSL: update to 3.0.10
2023-08-09 Emmanuel VadotImport device-tree files from Linux 6.4
2023-08-09 Emmanuel VadotImport device-tree files from Linux 6.3
2023-08-09 Emmanuel VadotImport device-tree files from Linux 6.2
2023-08-09 Emmanuel VadotImport device-tree files from Linux 6.1
2023-08-09 Mateusz Guzikvfs: retire NAMEI_DIAGNOSTIC
2023-08-09 Doug Moorerangesets: use PCTRIE_DEFINE
2023-08-09 Konstantin BelousovRevert "exit1(): Revert sparc64 workaround"
2023-08-09 Konstantin Belousovvnode io: request range-locking when pgcache reads...
2023-08-09 Konstantin BelousovRevert "vnode read(2)/write(2): acquire rangelock regar...
2023-08-06 Marius Stroblexit1(): Revert sparc64 workaround
2023-08-05 Ed Mastesigexit: add a break in default case
2023-08-05 Ed MasteProvide some more information for userland core dumps
2023-08-05 Igor Ostapenkoexit1(): fix a comment typo
2023-08-03 Martin Matuskalibarchive: merge from vendor branch
2023-08-03 Xin LIMFV: xz 5.4.4.
2023-08-02 Mark Johnstonkdb: Permit a NULL thread credential in kdb_backend_per...
2023-07-31 John Baldwinmemdesc: Add routines for copying data to/from memory...
2023-07-31 Martin Matuskalibarchive: merge from vendor branch
2023-07-30 Doug Mooreradix_tree: compute slot from keybarr
2023-07-30 Doug Mooreradix_tree: redefine the clev field
2023-07-29 Martin Matuskalibarchive: merge from vendor branch
2023-07-29 Dmitry Chaginvfs: Deleting a doubled inclusion of sys/capsicum.h
2023-07-28 Doug MooreEvery path in a radix trie ends with a leaf or a NULL...
2023-07-28 Jessica ClarkePre-quote macros passed to .incbin to avoid unwanted...
2023-07-27 Mark Johnstonkmsan: Use the correct origin bytes in kmsan_check_arg()
2023-07-26 Konstantin Belousovfork1(): properly track the state of the pg_killsx...
2023-07-26 Konstantin Belousovkillpg(): close a race with fork(), part 2
2023-07-26 Konstantin Belousovsigtd(): prefer non-stopped thread as a target for...
2023-07-26 Konstantin BelousovRevert "killpg(): close a race with fork(), part 2"
2023-07-25 Brooks Daviskern_sig.c: include sys/jail.h per style(9)
2023-07-24 Konstantin Belousovvnode read(2)/write(2): acquire rangelock regardless...
2023-07-24 Marius Stroblbus_dma: Trim CAM includes from subr_bus_dma.c
2023-07-24 Mitchell Hornesys_getrandom: fix a function reference in a comment
2023-07-24 Martin Matuskalibarchive: merge from vendor branch
2023-07-23 Mateusz Guzikvfs: fix up NDFREE_PNBUF usage in vfs_mountroot_shuffle
2023-07-22 Dmitry Chaginvfs: Export exattr methods to reuse by Linuxulator
2023-07-19 Navdeep Parharktls_alloc_rcv_tag: Fix capability checks for RXTLS4/6.
2023-07-19 Ed Mastessh: Update to OpenSSH 9.3p2
2023-07-19 Doug Mooreradix_trie: simplify ge, le lookups
2023-07-19 Dmitry Chaginvfs: Add a parenthese to vn_lock_pair() asserts to...
2023-07-19 John Baldwincam: Move bus_dmamap_load_ccb into cam.c.
next