]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
vfs: change vn_freevnodes_* prefix to idiomatic vfs_freevnodes_*
[FreeBSD/FreeBSD.git] / sys / kern /
2021-05-22 Mateusz Guzikvfs: change vn_freevnodes_* prefix to idiomatic vfs_fre...
2021-05-22 Mateusz Guzikvfs: add missing atomic conversion to writecount adjustment
2021-05-22 Mateusz Guzikvfs: add more safety against concurrent forced unmount...
2021-05-22 Mateusz Guzikvfs: lockless writecount adjustment in set/unset text
2021-05-22 Mateusz Guzikcache: remove incomplete lockless lockout support durin...
2021-05-22 Mateusz Guzikcache: extend mismatch vnode assert print to include...
2021-05-22 Ryan LibbyClose races in vm object chain traversal for unlock
2021-05-22 Konstantin BelousovConstify vm_pager-related virtual tables.
2021-05-21 Mark Johnstonkqueue timer: Remove detached knotes from the process...
2021-05-21 Colin PercivalMFC fixes to hostuuid handling
2021-05-20 Mark Johnstonfork: Suspend other threads if both RFPROC and RFMEM...
2021-05-20 Mark Johnstonposix timers: Check for overflow when converting to ns
2021-05-20 Ed Masteregen syscall files after 0bd5d81f1edf
2021-05-19 Mateusz Guzikcache: fix lockless absolute symlink traversal to non...
2021-05-19 Konstantin Belousovvn_open_cred(): disallow O_CREAT | O_EMPTY_PATH
2021-05-19 Konstantin Belousovopenat(2): add O_EMPTY_PATH
2021-05-18 Mateusz Guzikvfs: fix vnode use count leak in O_EMPTY_PATH support
2021-05-16 Rick Macklemcopy_file_range(2): improve copying of a large hole...
2021-05-10 Elliott Mitchellkern/intr: declare interrupt vectors unsigned
2021-05-10 Mark Johnstonsmp: Initialize arg->cpus sooner in smp_rendezvous_cpus...
2021-05-10 Konstantin BelousovAdd ptrace(PT_COREDUMP)
2021-05-10 Konstantin Belousovptracestop: mark threads suspended there with the new...
2021-05-10 Konstantin Belousovptrace: do not allow for parallel ptrace requests
2021-05-10 Konstantin Belousovkern_ptrace(): extract code to determine ptrace eligibi...
2021-05-10 Konstantin Belousovkern_ptrace: change type of proctree_locked to bool
2021-05-10 Konstantin BelousovAdd thread_run_flash() helper
2021-05-10 Konstantin BelousovAdd sleepq_remove_nested()
2021-05-10 Konstantin BelousovELF coredump: define several useful flags for the cored...
2021-05-10 Konstantin Belousovimgact_elf: consistently pass flags from coredump down...
2021-05-10 Konstantin Belousovfilt_timerexpire: do not iterate over the interval
2021-05-05 Mark Johnstonpipe: Avoid calling selrecord() on a closing pipe
2021-05-05 Piotr Pawel StefaniakBalance parentheses in sysctl descriptions
2021-05-03 Mark Johnstonimgact_elf: Ensure that the return value in parse_notes...
2021-05-03 Konstantin BelousovO_PATH: disable kqfilter for fifos
2021-04-28 Mark Johnstondomainset: Define additional global policies
2021-04-23 Konstantin Belousovsysctl vm.objects: report backing object and swap use
2021-04-23 Konstantin Belousovsysctl_handle_string: do not malloc when SYSCTL_IN...
2021-04-23 Konstantin Belousovvn_open_vnode(): handle error when fp == NULL
2021-04-23 Konstantin Belousovlinkat(2): check NIRES_EMPTYPATH on the first fd arg
2021-04-23 Konstantin BelousovO_PATH: allow vnode kevent filter on such files
2021-04-23 Konstantin BelousovO_PATH: Allow to open symlink
2021-04-23 Konstantin BelousovMake files opened with O_PATH to not block non-forced...
2021-04-23 Konstantin Belousovopen(2): Implement O_PATH
2021-04-23 Konstantin BelousovAdd AT_EMPTY_PATH for several *at(2) syscalls
2021-04-23 Konstantin Belousovvfs_vnops.c: Make vn_statfile() non-static
2021-04-23 Konstantin BelousovStyle.
2021-04-23 Konstantin Belousovrealtimer_expire: avoid proc lock recursion when called...
2021-04-23 Konstantin Belousovfilt_timerexpire: avoid process lock recursion
2021-04-23 Konstantin BelousovStop arming kqueue timers on knote owner suspend or...
2021-04-23 Konstantin BelousovAdd helper for kqueue timers callout scheduling
2021-04-23 Konstantin BelousovStop arming realtime posix process timers on suspend...
2021-04-23 Konstantin BelousovStop arming periodic process timers on suspend or terminate
2021-04-23 Konstantin Belousovsbuf_uionew(): sbuf_new() takes int as length
2021-04-23 Konstantin Belousovptrace: restructure comments around reparenting on...
2021-04-23 Konstantin Belousovptrace: remove dead call to FIX_SSTEP()
2021-04-19 Mark JohnstonRename struct device to struct _device
2021-04-16 Richard ScheffeneggerMake sbuf_drain safe for external use
2021-04-16 Richard ScheffeneggerExport sbuf_drain to orchestrate lock and drain action
2021-04-16 Mitchell Hornermlock(9): add an RM_DUPOK flag
2021-04-14 Mark JohnstonRemove more remnants of sio(4)
2021-04-10 Mateusz Guzikcache: temporarily drop the assert that dvp != vp when...
2021-04-10 Alex RichardsonUnbreak MSG_CMSG_CLOEXEC
2021-04-10 Mateusz Guzikvfs: replace vfs_smr_quiesce with vfs_smr_synchronize
2021-04-10 Mateusz Guzikcache: update an assert on CACHE_FPL_STATUS_ABORTED
2021-04-10 Mateusz Guzikcache: add high level overview
2021-04-10 Mateusz Guzikcache: fix resizing in face of lockless lookup
2021-04-10 Mateusz Guzikvfs: employ vfs_ref_from_vp in statfs and fstatfs
2021-04-10 Mateusz Guzikvfs: add vfs_ref_from_vp
2021-04-10 Mateusz Guzikcache: assorted comment fixups
2021-04-10 Mateusz Guzikcache: remove the largely obsolete general description
2021-04-10 Mateusz Guzikcache: fix vfs:namecache:lookup:miss probe call sites
2021-04-10 Mateusz Guzikcache: drop spurious arg from panic in cache_validate
2021-04-10 Mateusz Guzikcache: comment on FNV
2021-04-07 Konstantin Belousovmbuf: add a way to mark flowid as calculated from the...
2021-04-06 Mark Johnstonmount: Disallow mounting over a jail root
2021-04-03 Mark Johnstonvfs: Add an assertion around name length limits
2021-04-03 Mark Johnstonsendfile: Fix error initialization in sendfile_getobj()
2021-04-02 Lawrence Stewartstats(3): Improve t-digest merging of samples which...
2021-03-31 Mark JohnstonFix several dev_clone callbacks to avoid out-of-bounds...
2021-03-30 Jonathan T. LooneyFetch the sigfastblock value in syscalls that wait...
2021-03-29 John BaldwinSet TDP_KTHREAD before calling cpu_fork() and cpu_copy_...
2021-03-28 Mark Johnstonaccept_filter: Fix filter parameter handling
2021-03-23 Hans Petter SelaskyMFC 6eb60f5b7f7d:
2021-03-23 Hans Petter SelaskyMFC c743a6bd4fc0:
2021-03-21 Alan SomersSpeed up geom_stats_resync in the presence of many...
2021-03-18 Mateusz Guzikvfs: fix vnlru marker handling for filtered/unfiltered...
2021-03-18 Scott Long base: remove if_wg(4) and associated utilities,...
2021-03-18 Mark Johnstonlink_elf_obj: Add a case missing from 5e6989ba4f26
2021-03-18 Mark Johnstonlink_elf_obj: Handle init_array sections in KLDs
2021-03-17 Alex Richardsonclose_range: add audit support
2021-03-17 Alex RichardsonFix fget_only_user() to return ENOTCAPABLE on a failed...
2021-03-15 Mark JohnstonRename _cscan_atomic.h and _cscan_bus.h to atomic_san...
2021-03-15 Mark Johnstonposix timers: Improve the overrun calculation
2021-03-15 Mark Johnstonposix timers: Sprinkle some style fixes
2021-03-15 Mark Johnstonposix timers: Declare unexported functions as static
2021-03-15 Konstantin BelousovMake kern.timecounter.hardware tunable
2021-03-13 Konstantin BelousovRestore AT_RESOLVE_BENEATH support for funlinkat(2...
2021-03-12 Jamie GrittonMFC jail: Don't allow jails under dying parents
2021-03-12 Jamie GrittonMFC jail: Add PD_KILL to remove a prison in prison_deref().
2021-03-12 Jamie GrittonMFC jail: Add pr_state to struct prison
next