]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
vfs: retire kern.minvnodes
[FreeBSD/FreeBSD.git] / sys / kern /
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-10-02 Mariusz Zaborskicopy_file_range: require CAP_SEEK capability
2023-09-30 Martin Matuskazfs: merge openzfs/zfs@eb62221ff (zfs-2.1-release)...
2023-09-28 Konstantin Belousovvfs_remount_ro(): mnt_lockref should be only accessed...
2023-09-28 Jason A. Harmeningdevfs: add integrity asserts for cdevp_list
2023-09-27 Greg Beckersockets: re-check socket state after call to pr_rcvd()
2023-09-25 Andrew TurnerContinue searching for an irq map from the start
2023-09-16 Konstantin Belousovshmfd: hide direct rangelock(9) use under a wrapper
2023-09-09 Konstantin Belousovkthread_add(): do not allow to attach the thread to...
2023-09-09 Konstantin Belousovkern_kthread: fork1() does not handle locked Giant
2023-09-09 Konstantin Belousovkern_kthread.c: some style
2023-09-06 John Baldwinsys: Add a deprecation warning for 32-bit kernels.
2023-09-06 John Baldwinptrace: Clear TDB_BORN during PT_DETACH.
2023-09-06 John Baldwinaio: Fix more synchronization issues in aio_biowakeup.
2023-09-06 John Baldwinaio_biowakeup: Various style fixes.
2023-09-06 Keith Reynoldsaio: Fix a test and set race in aio_biowakeup.
2023-09-06 Mateusz Guzikaio: whack "set but not used" warnings
2023-09-06 Mark Johnstonaio: Fix up the opcode in aiocb32_copyin()
2023-09-06 Thomas Munrolio_listio(2): Allow LIO_READV and LIO_WRITEV.
2023-09-06 Alan SomersDuring F_SETFL, don't change file flags on error
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-25 Konstantin Belousovsubr_unit.c: another attempt to fix the build
2023-08-25 Konstantin Belousovkern/subr_unit.c: fix non-debug build
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line bare tag
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line sh pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line .c pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line .h pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: two-line .h pattern
2023-08-18 Kyle Evanskern: osd: avoid dereferencing freed slots
2023-08-16 Konstantin Belousovvnode io: request range-locking when pgcache reads...
2023-08-16 Konstantin BelousovRevert "vnode read(2)/write(2): acquire rangelock regar...
2023-08-16 Konstantin Belousovvnode read(2)/write(2): acquire rangelock regardless...
2023-08-07 Dmitry Chaginvfs: Deleting a doubled inclusion of sys/capsicum.h
2023-08-07 Dmitry Chaginsignal: Get rid of gsignal() as it not used anywhere
2023-08-07 Konstantin Belousovfork1(): properly track the state of the pg_killsx...
2023-08-07 Konstantin Belousovkillpg(): close a race with fork(), part 2
2023-08-07 Konstantin Belousovsigtd(): prefer non-stopped thread as a target for...
2023-08-07 Konstantin Belousovkillpg(2): close a race with fork(2), part1
2023-08-01 Mark Johnstonbuf: Make the number of pbufs slightly more dynamic
2023-07-31 Mitchell Hornesys_getrandom: fix a function reference in a comment
2023-07-25 Warner Loshspdx: The BSD-2-Clause-FreeBSD identifier is obsolete...
2023-07-24 Ka Ho Ngmodules: fix freebsd32_modstat on big endian platforms
2023-07-21 Dmitry Chaginvfs: Add a parenthese to vn_lock_pair() asserts to...
2023-07-21 Olivier Certnervn_lock_pair(): Support passing LK_NODDLKTREAT
2023-07-20 Konstantin BelousovRevert "VFS: Remove VV_READLINK flag" and "fdescfs...
2023-07-11 Konstantin Belousovvn_path_to_global_path_hardlink(): initialize len
2023-07-11 Konstantin Belousovvn_path_to_global_path_hardlink(): avoid freeing non...
2023-07-11 Konstantin Belousovsys_setpgid(): style, remove extra ()s
2023-07-06 Konstantin Belousovkern_lockf.c: fix typo
2023-07-06 Konstantin Belousovkillpg1(): update the herald comment
2023-07-04 Ka Ho Ngsyscalls: fix modspecific_t stack content leak
2023-07-04 Konstantin Belousovvn_lock_pair(): allow to request shared locking
2023-07-04 Konstantin BelousovVFS: Remove VV_READLINK flag
2023-06-29 Dmitry Chaginktrace: Simplify ae6ac587, drop the sa var declaration
2023-06-29 Dmitry Chaginktrace: Fix syscall number on a child return path from...
2023-06-29 Konstantin Belousovfstatat(2): restore AT_EMPTY_PATH handling
2023-06-29 Dmitry Chaginlinux(4): Add a dedicated statat() implementation
2023-06-26 Bjoern A. ZeebKASAN: add bus_space*read*_8 for aarch64
2023-06-23 Dmitriy Alexandrovkern_ntptime: Fix undefined behavior of the shift operator
2023-06-17 Martin Matuskazfs: merge openzfs/zfs@86783d7d9 (zfs-2.1-release)...
2023-06-16 Mark Johnstonkevent: Make references to filter definitions const
2023-06-08 Mark Johnstonsignal: Make the signal disposition table const
2023-06-08 Mark Johnstonktrace: Make the data lengths table const
2023-06-05 Konstantin Belousov__acl_get_fd(2), __acl_aclcheck_fd(2): enable for O_PAT...
2023-06-05 Konstantin Belousovreapkill: handle possible pid reuse after the pid was...
2023-06-05 Konstantin Belousovunr(9) iterator: add naive test
2023-06-05 Konstantin Belousovunr(9): add 'show unrhdr_iter' command
2023-06-05 Konstantin Belousovunr(9): add iterator interface
2023-06-05 Konstantin Belousovunr(9): add 'show unrhdr' ddb command
2023-06-05 Konstantin Belousovsubr_unit.c: explain first/last special ranges
2023-06-05 Konstantin Belousovkern/subr_unit.c: more uses for is_bitmap()
2023-06-05 Konstantin Belousovkern/subr_unit.c: some style
2023-05-30 Eugene Grosbeinlisten(2): fix wrong MFC
2023-05-30 Eugene GrosbeinMFC: listen(2): improve administrator control over...
2023-05-21 Rick Macklemkern_jail.c: Remove #ifdefs for VNET_NFSD
2023-05-21 Rick Macklemvfs_mount.c: Allow mountd(8) to do exports in a vnet...
2023-05-21 Rick Macklemvfs_export: Add mnt_exjail to control exports done...
2023-05-19 Rick MacklemRevert "vfs_export: Add mnt_exjail to control exports...
2023-05-19 Rick MacklemRevert "vfs_mount.c: Allow mountd(8) to do exports...
2023-05-19 Rick MacklemRevert "kern_jail.c: Remove #ifdefs for VNET_NFSD"
2023-05-19 Rick Macklemkern_jail.c: Remove #ifdefs for VNET_NFSD
2023-05-19 Rick Macklemvfs_mount.c: Allow mountd(8) to do exports in a vnet...
2023-05-19 Rick Macklemvfs_export: Add mnt_exjail to control exports done...
2023-05-17 Rick Macklemprison_check_nfsd: Add check for enforce_statfs != 0
2023-05-17 Rick Macklemkern_jail.c: Allow mountd/nfsd to optionally run in...
2023-05-16 Konstantin Belousovsmp_topo(): correct allocation sizes for trivial topologies
2023-05-16 Konstantin Belousovsmp_topo(): make it idempotent
2023-05-16 Konstantin Belousovsmp_topo: dynamically allocate group array
2023-05-16 Konstantin Belousovquiesce_cpus(): do not overallocate generation array
2023-05-11 Mark Johnstonbuf: Dynamically allocate per-CPU buffer queues
next