]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2019-06-03 asomersfusefs: respect RLIMIT_FSIZE
2019-06-03 asomersfusefs: don't require FUSE_EXPORT_SUPPORT for async...
2019-06-03 asomersfusefs: support asynchronous cache invalidation
2019-06-01 asomersfusefs: support name cache invalidation
2019-05-31 asomersfusefs: check the vnode cache when looking up files...
2019-05-31 asomersfusefs: prefer FUSE_ROOT_ID to literal 1 in the tests
2019-05-29 asomersfusefs: raise protocol level to 7.12
2019-05-29 asomersfusefs: add comments explaining why 7.11 features aren...
2019-05-29 asomersfusefs: raise protocol level to 7.11
2019-05-29 asomersfusefs: raise protocol level to 7.10
2019-05-28 asomersfusefs: set the flags fields of fuse_write_in and fuse_...
2019-05-28 asomersfusefs: flock(2) locks must be implemented in-kernel
2019-05-27 asomersfusefs: clear fuse_getattr_in.getattr_flags
2019-05-27 asomersfusefs: fix an alignment issue in the tests on arm
2019-05-27 asomersfusefs: set FUSE_WRITE_CACHE when writing from cache
2019-05-27 asomersfusefs: remove obsolete comments in the tests
2019-05-27 asomersfusefs: make the tests more cplusplusy
2019-05-26 asomersfusefs: more build fixes
2019-05-25 asomersfusefs: misc build fixes
2019-05-24 asomersfusefs: implement FUSE_ASYNC_READ
2019-05-24 asomersfusefs: fix some garbage left behind by r348209
2019-05-23 asomersfusefs: fix exporting fuse filesystems with nfsd
2019-05-23 asomersfusefs: assume the mountpoint's generation is 0
2019-05-23 asomersfusefs: Make fuse file systems NFS-exportable
2019-05-23 asomersfusefs: improve attribute cacheing
2019-05-22 asomersfusefs: fix "recursing on non recursive lockmgr" panic
2019-05-22 asomersfusefs: remove the vfs.fusefs.sync_resize syctl, correc...
2019-05-21 asomersfusefs: Allow update mounts
2019-05-21 asomersgetvfsbyname: prefer sizeof to strlen even for constants
2019-05-20 asomersfusefs: eliminate a superfluous fuse_node_setparent
2019-05-20 asomersfusefs: unset MNT_LOCAL
2019-05-20 asomersspecial-case getvfsbyname(3) for fusefs(5)
2019-05-20 asomersmount_fusefs(8): document the -o subtype option.
2019-05-16 asomersfusefs: forward UTIME_NOW to the server
2019-05-16 asomersfusefs: allow the server to specify st_blksize
2019-05-16 asomersfusefs: Upgrade FUSE protocol to version 7.9.
2019-05-15 asomersfusefs: diff reduction vs the upstream sources
2019-05-15 asomersfusefs: fix more intermittency in the dev_fuse_poll...
2019-05-15 asomersfusefs: fix some intermittency in the Kqueue.data test
2019-05-15 asomersfusefs: don't track a file's size in two places
2019-05-15 asomersmount_fusefs(8): fix inverted condition check from...
2019-05-13 asomersfusefs: eliminate superfluous FUSE_GETATTR when filesize=0
2019-05-13 asomersfusefs: remove the vfs.fusefs.data_cache_invalidate...
2019-05-13 asomersfusefs: remove the vfs.fusefs.mmap_enable sysctl
2019-05-13 asomersfusefs: remove the vfs.fusefs.refresh_size sysctl
2019-05-13 asomersfusefs: commit missing file from r347547
2019-05-13 asomersfusefs: remove the vfs.fusefs.sync_resize syctl
2019-05-13 asomersfusefs: remove the vfs.fusefs.fix_broken_io sysctl
2019-05-13 asomersfusefs: reap dead sysctls
2019-05-13 asomersMFHead @347527
2019-05-13 asomers[skip ci] fusefs: remove an obsolete comment
2019-05-13 asomersfusefs: enhance an SDT probe added in r346998
2019-05-13 aeDo not leak memory used for binary filter.
2019-05-13 aeRework locking in BPF code to remove rwlock from fast...
2019-05-13 manuRevert r347356 and r347371
2019-05-13 aeRevert r347402. After r347429 symlink is no longer...
2019-05-13 markjCatch up with r347241.
2019-05-12 brAdd support for HiFive Unleashed -- the board with...
2019-05-12 asomersfusefs: Report the number of available ops in kevent(2)
2019-05-12 manuarm: allwinner: aw_clk_nm: Don't reparent the clock...
2019-05-12 mjgcache: fix a brainfart in r347505
2019-05-12 mjgseqc: fix sed-introduced typos (seqcuence -> sequence)
2019-05-12 mjgamd64: tidy up pagezero*/pagecopy (movq -> movl)
2019-05-12 mjgcache: bump numcache on entry, while here fix lnumcache...
2019-05-12 mjgamd64: fixup MEMMOVE comment (10 -> r10)
2019-05-12 mjgcache: push sdt probes in cache_zap_locked to code...
2019-05-12 mjgx86: store pending bitmapped IPIs in per-cpu areas
2019-05-12 mjgamd64: stop re-reading curpc in suword
2019-05-12 mjgrandom(4): depessimize arc4random
2019-05-11 asomersfusefs: support kqueue for /dev/fuse
2019-05-11 rmacklemFactor code into two new functions in preparation for...
2019-05-11 schweikhCorrect a handful of typos.
2019-05-11 cySupport the use of the ipsec kld.
2019-05-11 dougmA new parameter to blist_alloc specifies an upper bound...
2019-05-11 jhibbitsrevert r346588 for now
2019-05-11 manutwsi: Calculate the clock param based on the bus frequency
2019-05-11 manuallwinner: clk: sun8i_r: Correct resets
2019-05-11 manuallwinner: clk: prediv_mux: Init the current parent
2019-05-11 delphijUpdate leap-seconds to leap-seconds.3757622400.
2019-05-11 dougmCallers of swp_pager_getswapspace get either as many...
2019-05-11 dougmWhen bitpos can't be implemented with an inline ffs...
2019-05-11 kevanstuntap: Improve style
2019-05-11 dougmRevert r347469.
2019-05-10 rmacklemFactor out some exportlist list operations into separat...
2019-05-10 cemnetdump: Ref the interface we're attached to
2019-05-10 dougmDon't use _Generic, as many systems don't know about...
2019-05-10 cemnetdump: Fix boot-time configuration typo
2019-05-10 johalunImplement linux_pci_unregister_drm_driver in linuxkpi...
2019-05-10 dougmWhen bitpos can't be implemented with an inline ffs...
2019-05-10 dougmAdd a (q)uit option to the subr_blist test program.
2019-05-10 cemnetdump: Don't store sensitive key data we don't need
2019-05-10 glebiusFix regression from r347375: do not panic when sending...
2019-05-10 jhbApply r280991 to ip6_fragment.
2019-05-10 dougmReplace the expression "-mask & ~mask" with a function...
2019-05-10 jhibbitspowerpc: Initialize the Hardware Interrupt Offset Regis...
2019-05-10 dougmblist_next_leaf_alloc walks over all the meta-nodes...
2019-05-10 dougmReplace panic() with KASSERT() and provide more useful...
2019-05-10 asomersfusefs: fix intermittency in the interrupt tests
2019-05-10 asomersfusefs: debugability improvements in the tests
2019-05-10 bdreweryFix build race with machine links and genoffset.o.
next