]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
fusefs: writes should update the file size, even when data_cache_mode=0
[FreeBSD/FreeBSD.git] / sys /
2019-06-25 asomersfusefs: writes should update the file size, even when...
2019-06-25 asomersfusefs: rewrite vop_getpages and vop_putpages
2019-06-24 asomersfusefs: refine the short read fix from r349332
2019-06-24 asomersfusefs: improve the short read fix from r349279
2019-06-21 asomersfusefs: fix corruption on short reads caused by r349279
2019-06-21 asomersfusefs: correctly handle short reads
2019-06-21 asomersfusefs: raise protocol level to 7.23
2019-06-21 asomersfusefs: use standard integer types in fuse_kernel.h
2019-06-21 asomersfusefs: raise the protocol level to 7.21
2019-06-21 asomersfusefs: diff reduction of fuse_kernel.h vs the upstream...
2019-06-20 asomersfusefs: raise protocol level to 7.15
2019-06-20 asomersfusefs: trivially raise protocol level to 7.14
2019-06-20 asomersfusefs: attempt to support servers as old as protocol 7.4
2019-06-20 asomersfusefs: raise protocol level to 7.13
2019-06-20 asomersfusefs: implement VOP_BMAP
2019-06-20 asomersMFHead @349234
2019-06-20 asomers#include <sys/types.h> from sys/filio.h
2019-06-20 asomersAdd FIOBMAP2 ioctl
2019-06-20 asomersAdd a VOP_BMAP(9) man page
2019-06-20 mavAdd wakeup_any(), cheaper wakeup_one() for taskqueue(9).
2019-06-19 markjGroup vm_page_activate()'s definition with other relate...
2019-06-19 mavUse sbuf_cat() in GEOM confxml generation.
2019-06-19 jtlAdd the ability to limit how much the code will fragmen...
2019-06-19 mavFix typo in r349178.
2019-06-19 zecV_ip6_forwarding and V_ipforwarding have been defined...
2019-06-19 zecEvaluating htons() at compile time is more efficient...
2019-06-19 scottlImplement VT-d capability detection on chipsets that...
2019-06-19 alcCorrect an error in r349122. pmap_unwire() should...
2019-06-18 mavOptimize kern.geom.conf* sysctls.
2019-06-18 cemrandom(4): Fix a regression in short AES mode reads
2019-06-18 ianHandle labels specified with hints even on FDT systems...
2019-06-18 emasteRemove sys/capability.h for the third time
2019-06-18 ianRemove everything related to channels from the pwmc...
2019-06-17 asomersfusefs: multiple fixes related to the write cache
2019-06-17 takawataAdd ACPI support for USB driver.
2019-06-17 asomersfusefs: use cluster_read for more readahead
2019-06-17 cemrandom(4): Fortuna: allow increased concurrency
2019-06-17 cyMake ipf_objbytes a constant. ipf_objbytes is a table...
2019-06-17 delphijSeparate kernel crc32() implementation to its own heade...
2019-06-17 asomersfusefs: implement non-clustered readahead
2019-06-17 ianPut the pwmc cdev filenames under the pwm directory...
2019-06-17 cemrandom(4): Generalize algorithm-independent APIs
2019-06-17 cemrandom(4): Add regression tests for uint128 implementat...
2019-06-17 mmMFV r349134:
2019-06-17 ianAdd back a const qualifier I somehow fumbled away betwe...
2019-06-17 ianImplement the ofw_bus_get_node method in aw_pwm(4)...
2019-06-17 ianAdd ofw_pwmbus to enumerate pwmbus devices on systems...
2019-06-17 alcEliminate a redundant call to pmap_invalidate_page...
2019-06-16 alcThree changes to arm64's pmap_unwire():
2019-06-16 nwhitehornFix bug on newbus device deletion: we should delete...
2019-06-16 ianRework pwmbus and pwmc so that each child will handle...
2019-06-16 alcThree enhancements to arm64's pmap_protect():
2019-06-16 ianIn detach(), call bus_generic_detach() before deleting...
2019-06-16 ianRename pwmbus.h to ofw_pwm.h, because after all the...
2019-06-16 philipAdd macOS-like three finger drag trackpad gesture to...
2019-06-16 ianBuild SoC-specific modules with GENERIC for the SoCs...
2019-06-16 ianAdd module makefiles for Texas Instruments ARM SoCs.
2019-06-16 ianSplit the dtb MODULES_EXTRA line to a series of +=...
2019-06-16 ianAdd module makefiles for pwm.
2019-06-16 ianThis code no longer uses fdt/ofw stuff, no need to...
2019-06-16 ianMake channel number unsigned, and spell unsigned int...
2019-06-16 ianThe pwm interface was replaced with pwmbus, include...
2019-06-15 ianMake pwm channel numbers unsigned.
2019-06-15 ianRestructure the pwm device hirearchy and interfaces.
2019-06-15 ianDestroy the cdev on device detach. Also, make the...
2019-06-15 ianRename the channel_max method to channel_count, because...
2019-06-15 ianGive the aw_pwm driver a module version.
2019-06-15 ianSpell unsigned int as u_int and channel as chan; elimin...
2019-06-15 ianUnwrap prototype lines so that return type and function...
2019-06-15 ianMake pwmbus driver and devclass vars static; they're...
2019-06-15 ianAdd a missing #include. I suspect this used to get...
2019-06-15 ianUse device_delete_children() instead of a locally-rolle...
2019-06-15 ianRemove pwmbus_attach_bus(), it no longer has any caller...
2019-06-15 ianMove/rename the sys/pwm.h header file to dev/pwm/pwmc...
2019-06-15 ianDo not include pwm.h here, it is purely a userland...
2019-06-15 alcPreviously, when pmap_remove_pages() destroyed a dirty...
2019-06-15 ianHandle failure to enable the clock or obtain its frequency.
2019-06-15 ianDon't call pwmbus_attach_bus(), because it may not...
2019-06-15 ianIn detach(), check for failure of bus_generic_detach...
2019-06-15 ianAllow pwm(9) components to be selected individually...
2019-06-15 marius- Replace unused and only ever written to members of...
2019-06-15 dougmCritical comments were lost in r349203. This patch...
2019-06-15 julianLightly hide the 'var' inside the macros to read the...
2019-06-14 alcBatch the TLB invalidations that are performed by pmap_...
2019-06-14 mavMinimize aggsum_compare(&arc_size, arc_c) calls.
2019-06-14 mavAlike to ZoL disable metaslab allocation tracing code.
2019-06-14 asomersfusefs: fix the "write-through" of write-through cacheing
2019-06-14 asomersfusefs: enable write clustering
2019-06-14 mavProperly align struct multilist_sublist to cache line.
2019-06-14 alcChange the arm64 pmap so that updates to the global...
2019-06-14 dougmAvoid using the prev field of vm_map_entry_t in two...
2019-06-14 mavUpdate td_runtime of running thread on each statclock().
2019-06-13 impAdd opt_cam.h so we can build this outside of a kernel...
2019-06-13 dougmCreate a function for creating objects to back map...
2019-06-13 asomersfusefs: fix a bug with WriteBack cacheing
2019-06-13 impDon't print the request we may be aborting in ciss_noti...
2019-06-13 mavMove write aggregation memory copy out of vq_lock.
2019-06-12 bdreweryDon't delete .depend files outside of cleandepend.
2019-06-12 alcChange pmap_demote_l2_locked() so that it removes the...
2019-06-12 oshogbogeli: style nits
next