]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
vfs: group fields used for per-cpu ops in one cacheline
[FreeBSD/FreeBSD.git] / sys / fs /
2019-09-17 Konstantin BelousovFurther refine r352393, only call vnode_pager_setsize...
2019-09-16 Mateusz Guzikvfs: convert struct mount counters to per-cpu
2019-09-16 Alan SomersFix an off-by-one error from r351961
2019-09-16 Alan Somersfusefs: fix some minor issues with fuse_vnode_setparent
2019-09-16 Konstantin Belousovnfscl_loadattrcache: fix rest of the cases to not call
2019-09-14 Edward Tomasz Napi... Make pseudofs(9) create directory entries in order...
2019-09-11 Conrad Meyerbuf: Add B_INVALONERR flag to discard data
2019-09-11 Alan Somersfusefs: Fix iosize for FUSE_WRITE in 7.8 compat mode
2019-09-10 Jung-uk KimMerge OpenSSL 1.1.1d.
2019-09-10 Baptiste DaroussinImport libedit 2019-09-10
2019-09-09 Mark JohnstonChange synchonization rules for vm_page reference counting.
2019-09-09 Ed Mastemsdosfsmount.h: fix ifdef comment
2019-09-06 Alan SomersCoverity fixes in fusefs(5)
2019-09-06 Conrad Meyermsdosfs: Remove redundant brelse() after r294954
2019-09-06 Conrad Meyercd9660: Remove redundant brelse() after r294954
2019-09-06 Conrad Meyerext2fs: Remove redundant brelse() after r294954
2019-09-05 Rick MacklemDelete the unused "nd" argument for nfsrv_proxyds().
2019-09-05 Conrad MeyerRemove long-dead BUF_ASSERT_{,UN}HELD assertions
2019-09-05 Conrad Meyermsdosfs: Drop an unneeded brelse in bread error condition
2019-09-04 Rick MacklemDelete the unused "nd" argument for nfsrv_checkdsattr().
2019-09-04 Kyle Evanspseudofs: make readdir work without a pid again
2019-09-03 Mateusz Guzikpseudofs: fix a LOR pfs_node vs pidhash (sleepable...
2019-09-01 Ed Mastemakefs: share msdosfsmount.h between kernel msdosfs...
2019-09-01 Mateusz Guziknullfs: reduce areas protected by vnode interlock in...
2019-08-30 Mateusz Guziknullfs: use VOP_NEED_INACTIVE
2019-08-29 Mark JohnstonRemove unused VM page locking macros.
2019-08-29 Konstantin BelousovRework v_object lifecycle for vnodes.
2019-08-28 Mateusz Guziktmpfs: use VOP_NEED_INACTIVE
2019-08-28 Mateusz Guzikvfs: add VOP_NEED_INACTIVE
2019-08-28 Alan Somersfusefs: Fix some bugs regarding the size of the LISTXAT...
2019-08-27 Mateusz Guzikunionfs: stop passing LK_INTERLOCK to VOP_UNLOCK
2019-08-27 Hiroki SatoMFV r351553:
2019-08-26 Xin LIMFV r351500: Fix CLEAR_HASH macro to be usable as...
2019-08-25 Mateusz Guziknullfs: reduce areas protected by vnode interlock
2019-08-22 Cy SchubertMFV r346563:
2019-08-22 Ed Mastemsdosfs_fat: reduce diffs with NetBSD and makefs
2019-08-21 Mateusz Guziknullfs: lock the vnode with LK_SHARED in null_vptocnp
2019-08-21 Ed Mastemakefs: share denode.h between kernel msdosfs and makefs
2019-08-21 Ed Mastemakefs: share fat.h between kernel msdosfs and makefs
2019-08-18 Konstantin BelousovFix an issue with executing tmpfs binary.
2019-08-16 Alan Somersfusefs: don't send the namespace during listextattr
2019-08-15 Jung-uk KimMFV: r351091
2019-08-15 Andriy GaponMFV r351075: 10406 large_dnode changes broke zfs recv...
2019-08-15 Andriy GaponMFV r350898: 8423 8199 7432 Implement large_dnode pool...
2019-08-14 Alan Somersfusefs: Fix the size of fuse_getattr_in
2019-08-13 Alan Somersfusefs: skip some tests when unsafe aio is disabled
2019-08-13 Alan Somersping6: Fix data type of a variable for a packet sequenc...
2019-08-12 Andriy GaponMFV r350896: 6585 sha512, skein, and edonr have an...
2019-08-11 Xin LIUpgrade to Bzip2 version 1.0.8.
2019-08-08 Conrad MeyerUpdate to Zstandard 1.4.2
2019-08-07 Alan Somersfusefs: merge from projects/fuse2
2019-08-06 Alan Somersfusefs: remove superfluous counter_u64_zero
2019-08-01 Konstantin BelousovTry to decrease the number of bugs in unionfs after...
2019-07-31 Alan Somersfusefs: fix the build after r350446
2019-07-30 Alan SomersMFHead @350453
2019-07-30 Alan SomersMFHead @350426
2019-07-29 Alan Somerssendfile: don't panic when VOP_GETPAGES_ASYNC returns...
2019-07-29 Mark JohnstonAvoid relying on header pollution from sys/refcount.h.
2019-07-28 Alan SomersMFHead @350390
2019-07-28 Alan Somersfusefs: fix panic when writing with O_DIRECT and using...
2019-07-28 Alan SomersMFHead @r350386
2019-07-26 Dimitry AndricMerge libcxxrt master f96846efbfd508f66d91fcbbef5dd8089...
2019-07-26 Baptiste DaroussinUpdate mandoc to cvs snapshot 2019-07-23
2019-07-25 Alan Somersspecial-case getvfsbyname(3) for fusefs(5)
2019-07-20 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
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-18 Cy SchubertMFV r350080:
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-07-09 Jung-uk KimMFV: r349861
2019-07-07 Fedor UporovAdd additional check for 'blocks per group' and 'fragme...
2019-07-07 Fedor UporovRemove ufs fragments logic.
2019-07-07 Fedor UporovRemove unneeded mount point unlock call.
2019-07-06 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-07-04 Dag-Erling SmørgravUpgrade Unbound to 1.9.2.
2019-06-29 Xin LIMFV r349535: less v551.
2019-06-28 Martin MatuskaMFV r349454:
2019-06-28 Alan Somersfusefs: don't leak memory of unsent operations on unmount
2019-06-28 Xin LIUpgrade to Bzip2 version 1.0.7.
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-25 Hans Petter SelaskyFree all allocated unit IDs in cuse(3) after the client...
2019-06-25 Hans Petter SelaskyFix for deadlock situation in cuse(3)
2019-06-25 Warner LoshReplay r349334 by markj accidentally reverted by r349352
2019-06-25 Warner LoshRemove NAND and NANDFS support
2019-06-24 Alan Somersfusefs: refine the short read fix from r349332
next