]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs/fuse
fusefs: add a intr/nointr mount option
[FreeBSD/FreeBSD.git] / sys / fs / fuse /
2019-07-18 Alan Somersfusefs: add a intr/nointr mount option
2019-07-18 Alan Somersfusefs: fix another semi-infinite loop bug regarding...
2019-07-17 Alan Somersfusefs: multiple interruptility improvements
2019-07-13 Alan Somersfusefs: fix the build with some NODEBUG kernels
2019-07-13 Alan Somersprojects/fuse2: build fixes
2019-06-28 Alan Somersfusefs: don't leak memory of unsent operations on unmount
2019-06-28 Alan Somers[skip ci] update copyright headers in fusefs files
2019-06-27 Alan SomersMFHead @349476
2019-06-27 Alan Somersfusefs: fix a memory leak regarding FUSE_INTERRUPT
2019-06-27 Alan Somersfusefs: recycle vnodes after their last unlink
2019-06-27 Alan Somersfusefs: counter(9) variables should not be statically...
2019-06-27 Alan Somersfusefs: convert statistical sysctls to use counter(9)
2019-06-27 Alan Somersfusefs: fix some memory leaks
2019-06-26 Alan Somersfusefs: implement protocol 7.23's FUSE_WRITEBACK_CACHE...
2019-06-26 Alan Somersfusefs: delete some unused mount options
2019-06-26 Alan Somersfusefs: implement the "time_gran" feature.
2019-06-26 Alan Somersfusefs: set ctime during FUSE_SETATTR following a write
2019-06-25 Alan Somersfusefs: automatically update mtime and ctime on write
2019-06-25 Alan Somersfusefs: writes should update the file size, even when...
2019-06-25 Alan Somersfusefs: rewrite vop_getpages and vop_putpages
2019-06-24 Alan Somersfusefs: refine the short read fix from r349332
2019-06-24 Alan Somersfusefs: improve the short read fix from r349279
2019-06-21 Alan Somersfusefs: fix corruption on short reads caused by r349279
2019-06-21 Alan Somersfusefs: correctly handle short reads
2019-06-21 Alan Somersfusefs: raise protocol level to 7.23
2019-06-21 Alan Somersfusefs: use standard integer types in fuse_kernel.h
2019-06-21 Alan Somersfusefs: raise the protocol level to 7.21
2019-06-21 Alan Somersfusefs: diff reduction of fuse_kernel.h vs the upstream...
2019-06-20 Alan Somersfusefs: raise protocol level to 7.15
2019-06-20 Alan Somersfusefs: trivially raise protocol level to 7.14
2019-06-20 Alan Somersfusefs: attempt to support servers as old as protocol 7.4
2019-06-20 Alan Somersfusefs: raise protocol level to 7.13
2019-06-20 Alan Somersfusefs: implement VOP_BMAP
2019-06-20 Alan SomersMFHead @349234
2019-06-17 Alan Somersfusefs: multiple fixes related to the write cache
2019-06-17 Alan Somersfusefs: use cluster_read for more readahead
2019-06-17 Alan Somersfusefs: implement non-clustered readahead
2019-06-17 Martin MatuskaMFV r349134:
2019-06-14 Alan Somersfusefs: fix the "write-through" of write-through cacheing
2019-06-14 Alan Somersfusefs: enable write clustering
2019-06-13 Alan Somersfusefs: fix a bug with WriteBack cacheing
2019-06-12 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-06-12 Martin MatuskaMFV r348971,r348977:
2019-06-11 Alan Somersfusefs: fix a page fault with writeback cacheing
2019-06-11 Alan Somersfusefs: WIP fixing writeback cacheing
2019-06-06 Alan Somersfusefs: remove some stuff that was copy/pasted from...
2019-06-06 Alan SomersMFHead @348740
2019-06-05 Alan Somersfusefs: simplify fuse_write_biobackend. No functional...
2019-06-03 Alan Somersfusefs: respect RLIMIT_FSIZE
2019-06-03 Alexander MotinMFV r348585: 9683 Allow bypassing devid in vdev_disk_open()
2019-06-03 Alexander MotinMFV r348583: 9847 leaking dd_clones (DMU_OT_DSL_CLONES...
2019-06-03 Alan Somersfusefs: don't require FUSE_EXPORT_SUPPORT for async...
2019-06-03 Alexander MotinMFV r348580: 9559 zfs diff handles files on delete...
2019-06-03 Alexander MotinMFV r348578: 9962 zil_commit should omit cache thrash
2019-06-03 Alexander MotinMFV r348576: 9963 Seperate tunable for disabling ZIL...
2019-06-03 Alexander MotinMFV r348573: 9993 zil writes can get delayed in zio...
2019-06-03 Alexander MotinMFV r348568: 9466 add JSON output support to channel...
2019-06-03 Alexander MotinMFV r348555: 9690 metaslab of vdev with no space maps...
2019-06-03 Alexander MotinMFC r348554: 9688 aggsum_fini leaks memory
2019-06-03 Alexander MotinMFV r348553: 9681 ztest failure in spa_history_log_inte...
2019-06-03 Alexander MotinMFV r348552: 9682 page fault in dsl_async_clone_destroy...
2019-06-03 Alexander MotinMFV r348551: 9862 fix typo in comment in vdev_impl.h
2019-06-03 Alexander MotinMFV r348550: 1700 Add SCSI UNMAP support
2019-06-03 Alexander MotinMFV r348548: 9617 too-frequent TXG sync causes excessiv...
2019-06-03 Alan Somersfusefs: support asynchronous cache invalidation
2019-06-03 Alexander MotinMFV r348537: 8601 memory leak in get_special_prop()
2019-06-03 Alexander MotinMFV r348535: 9677 panic from zio_write_gang_block(...
2019-06-03 Alexander MotinMFV r348534: 9616 Bogus error when attempting to set...
2019-06-02 Warner LoshMerge from upstream at 4189ef5d from https://github...
2019-06-01 Alan Somersfusefs: support name cache invalidation
2019-05-31 Alan Somersfusefs: check the vnode cache when looking up files...
2019-05-30 Marcin WojtasAdjust ENA driver to the new ena-com
2019-05-29 Alan Somersfusefs: raise protocol level to 7.12
2019-05-29 Alan Somersfusefs: add comments explaining why 7.11 features aren...
2019-05-29 Alan Somersfusefs: raise protocol level to 7.11
2019-05-29 Alan Somersfusefs: raise protocol level to 7.10
2019-05-28 Jung-uk KimMerge OpenSSL 1.1.1c.
2019-05-28 Alan Somersfusefs: set the flags fields of fuse_write_in and fuse_...
2019-05-28 Alan Somersfusefs: flock(2) locks must be implemented in-kernel
2019-05-27 Alan Somersfusefs: clear fuse_getattr_in.getattr_flags
2019-05-27 Alan Somersfusefs: set FUSE_WRITE_CACHE when writing from cache
2019-05-25 Alan Somersfusefs: misc build fixes
2019-05-24 Alan SomersRemove "struct ucred*" argument from vtruncbuf
2019-05-24 Alan Somersfusefs: implement FUSE_ASYNC_READ
2019-05-24 Alan Somersfusefs: fix some garbage left behind by r348209
2019-05-23 Alan Somersfusefs: fix exporting fuse filesystems with nfsd
2019-05-23 Alan Somersfusefs: assume the mountpoint's generation is 0
2019-05-23 Alan Somersfusefs: Make fuse file systems NFS-exportable
2019-05-23 Alan Somersfusefs: improve attribute cacheing
2019-05-22 Alan Somersfusefs: fix "recursing on non recursive lockmgr" panic
2019-05-22 Alan Somersfusefs: remove the vfs.fusefs.sync_resize syctl, correc...
2019-05-21 Alan Somersfusefs: Allow update mounts
2019-05-20 Alan Somersfusefs: eliminate a superfluous fuse_node_setparent
2019-05-20 Alan Somersfusefs: unset MNT_LOCAL
2019-05-20 Martin MatuskaMFV r347989:
2019-05-16 Alan Somersfusefs: forward UTIME_NOW to the server
2019-05-16 Alan Somersfusefs: allow the server to specify st_blksize
2019-05-16 Alan Somersfusefs: Upgrade FUSE protocol to version 7.9.
2019-05-15 Alan Somersfusefs: diff reduction vs the upstream sources
2019-05-15 Alan Somersfusefs: don't track a file's size in two places
next