]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
sysctl(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / sys / fs /
2020-12-18 Xin LIMFV r368746:
2020-12-17 Brooks DavisVFS_QUOTACTL: Remove needless casts of arg
2020-12-13 Martin MatuskaMFV r368607:
2020-12-09 Cy SchubertMFV r368464:
2020-12-09 Jung-uk KimMerge OpenSSL 1.1.1i.
2020-12-08 Kirk McKusickIn ext2fs, BA_CLRBUF is used in ext2_balloc() not UFS_B...
2020-12-06 Kirk McKusickDocument the BA_CLRBUF flag used in ufs and ext2fs...
2020-12-06 Stefan EßerUpgrade to version 3.2.3
2020-12-01 Martin MatuskaMFV r368207:
2020-11-28 Konstantin BelousovMake MAXPHYS tunable. Bump MAXPHYS to 1M.
2020-11-26 Konstantin Belousovnullfs: provide custom bypass for VOP_READ_PGCACHE().
2020-11-26 Stefan EßerUpdate to version 3.2.0
2020-11-20 Konstantin Belousovmsdosfs: suspend around unmount or remount rw->ro.
2020-11-20 Konstantin Belousovmsdosfs: Add trivial support for suspension.
2020-11-20 Simon J. GerratyMerge bmake-20201117
2020-11-19 Dag-Erling SmørgravMerge upstream r948: fix race condition in openpam_ttyc...
2020-11-18 Conrad Meyermsdosfs(5): Fix debug-only format string
2020-11-18 Marcin WojtasAdjust ENA driver files to latest ena-com changes
2020-11-18 Marcin WojtasFix completion descriptors alignment for the ENA
2020-11-18 Alan Somersnfs: Mark unused statistics variable as reserved
2020-11-17 Conrad MeyerSplit out cwd/root/jail, cmask state from filedesc...
2020-11-13 Jung-uk KimMFV: r367652
2020-11-09 Edward Tomasz Napi... Make it possible to mount a fuse filesystem, such as...
2020-11-07 Simon J. GerratyUpdate to bmake-20201101
2020-11-05 Mateusz Guziktmpfs: reorder struct tmpfs_node to shrink it by 8...
2020-11-05 Conrad MeyerAdd sbuf streaming mode to pseudofs(9), use in linprocfs(5)
2020-10-30 Mateusz Guziktmpfs: change tmpfs dirent zone into a malloc type
2020-10-30 Mateusz Guzikcache: add cache_vop_mkdir and rename cache_rename...
2020-10-29 Edward Tomasz Napi... Make it possible to mount nullfs(5) using plain mount(8)
2020-10-28 Edward Tomasz Napi... Drop "All rights reserved" from all my stuff. This...
2020-10-27 Cy SchubertMFV r367082:
2020-10-24 Xin LIMFV r366990: less v563.
2020-10-23 Mateusz Guzikvfs: drop spurious cache_purge on rmdir
2020-10-23 Hans Petter SelaskyFix for loading cuse.ko via rc.d . Make sure we declare...
2020-10-22 Philip PaepsImport tzdata 2020c
2020-10-20 Mateusz Guzikvfs: drop the de facto curthread argument from VOP_INACTIVE
2020-10-20 Mateusz Guzikvfs: drop spurious cred argument from VOP_VPTOCNP
2020-10-19 Konstantin Belousovnullfs: ensure correct lock is taken after bypass.
2020-10-17 Matt MacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-17 Philip PaepsImport tzdata 2020c
2020-10-16 Kyle EvansMFC r366760: lua: update to 5.3.6
2020-10-16 Edward Tomasz Napi... Bump pseudofs size limit from 128kB to 1MB. The old...
2020-10-12 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-10-09 Mateusz Guzikcache: fix vexec panic when racing against vgone
2020-10-09 Jung-uk KimMFV: r366539
2020-10-08 Philip PaepsImport tzdata 2020b
2020-10-06 Pedro F. Giffuniext2fs: minor typo.
2020-10-03 Jakub Wojciech KlamaImport lib9p 9d5aee77bcc1bf0e79b0a3bfefff5fdf2146283c.
2020-10-01 Matt MacyOpenZFS: MFV 2.0-rc3-gfc5966
2020-10-01 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-10-01 Stefan EßerUpgrade to version 3.1.6
2020-10-01 Baptiste DaroussinUpdate nvi to 2.2.0-05ed8b9
2020-10-01 Rick MacklemModify the NFSv4.2 VOP_COPY_FILE_RANGE() client call...
2020-09-26 Rick MacklemBjorn reported a problem where the Linux NFSv4.1 client is
2020-09-24 Alan Somersfusefs: fix mmap'd writes in direct_io mode
2020-09-22 Mark Johnstonudf: Validate the full file entry length
2020-09-22 Jung-uk KimMerge OpenSSL 1.1.1h.
2020-09-18 Rick MacklemFix a LOR between the NFS server and server side krpc.
2020-09-18 Matt MacyMFV 2.0-rc2
2020-09-18 Eric van Gyzenvm_ooffset_t is now unsigned
2020-09-16 Konstantin Belousovtmpfs: restore atime updates for reads from page cache.
2020-09-16 Konstantin BelousovStyle.
2020-09-16 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-09-16 Rick MacklemFix a LOR between the NFS server and server side krpc.
2020-09-15 Konstantin BelousovAdd tmpfs page cache read support.
2020-09-15 Konstantin BelousovMicrooptimize tmpfs node ref/unref by using atomics.
2020-09-15 Konstantin BelousovDo not copy vp into f_data for DTYPE_VNODE files.
2020-09-14 Rick MacklemFix a case where the NFSv4.0 server might crash if...
2020-09-11 Kyle EvansMFV r365636: libarchive: import fix for WARNS=6 builds...
2020-09-10 Kyle EvansMFV r365599: import fix for a libexecinfo warning at...
2020-09-09 Baptiste DaroussinUpdate nvi to 2.2.0
2020-09-05 Simon J. GerratyUpdate to bmake-20200902
2020-09-04 Matt MacyZFS: MFV 2.0-rc1-gfd20a8
2020-09-04 Mateusz Guziktmpfs: drop spurious cache_purge in tmpfs_reclaim
2020-09-01 Mateusz Guzikfs: clean up empty lines in .c and .h files
2020-09-01 Rick MacklemAdd a check to test for the case of the "tls" option...
2020-08-31 Eric van GyzenFix nfsrvd_locku memory leak
2020-08-28 Matt MacyZFS: MFV 2.0-rc1-ga00c61
2020-08-27 Rick MacklemAdd flags to enable NFS over TLS to the NFS client...
2020-08-27 Glen BarberMFH
2020-08-26 Mateusz Guzikfuse: unbreak after r364814
2020-08-24 Matt MacyInitial import from vendor-sys branch of openzfs
2020-08-24 Cy SchubertMFV 364468:
2020-08-24 Cy SchubertMFV 364467:
2020-08-24 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-24 Mateusz Guzikcache: drop the always curthread argument from reverse...
2020-08-20 Mateusz Guzikcache: add cache_rename, a dedicated helper to use...
2020-08-20 Pedro F. Giffuniextfs: remove redundant little endian conversion.
2020-08-19 Mateusz Guzikvfs: remove the always-curthread td argument from VOP_R...
2020-08-19 Mateusz Guzikvfs: drop the error parameter from vn_isdisk, introduce...
2020-08-18 Rick MacklemDelete the unused "use_ext" argument to nfscl_reqstart().
2020-08-17 Pedro F. Giffuniextfs: remove redundant little endian conversion.
2020-08-16 Konstantin BelousovVMIO reads: enable for nullfs upper vnode if the lower...
2020-08-16 Dimitry AndricMerge ^/head r364264 through r364278.
2020-08-16 Mateusz Guziktmpfs: use vget_prep/vget_finish instead of vget +...
2020-08-16 Mateusz Guzikvfs: remove the thread argument from vget
2020-08-15 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-15 Dimitry AndricMerge ^/head r364082 through r364250.
2020-08-12 Glen BarberMFH
2020-08-12 Rick MacklemFix a bug introduced by r363001 for the ext_pgs case.
next