]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/ufs
ping(8): Fix a mandoc related issue
[FreeBSD/FreeBSD.git] / sys / ufs /
2020-12-11 rlibbyffs: quiet -Wstrict-prototypes
2020-12-09 cyMFV r368464:
2020-12-06 mckusickDocument the BA_CLRBUF flag used in ufs and ext2fs...
2020-12-06 kibufs: handle two more cases of possible VNON vnode retur...
2020-12-01 mmMFV r368207:
2020-11-30 kibffs: do not read full direct blocks if they are going...
2020-11-28 kibMake MAXPHYS tunable. Bump MAXPHYS to 1M.
2020-11-26 kibclear_inodedeps: handle ERELOOKUP from ffs_syncvnode().
2020-11-26 seUpdate to version 3.2.0
2020-11-25 kibffs_softdep.c: get_parent_vp(): Fix bp lock leak when...
2020-11-20 sjgMerge bmake-20201117
2020-11-14 kibHandle LoR in flush_pagedep_deps().
2020-11-14 kibAdd ffs_inode_bwrite() helper.
2020-11-14 kibRevert r367669 to re-commit with proper message
2020-11-14 kibAdd a framework that tracks exclusive vnode lock genera...
2020-11-14 kibAdd a framework that tracks exclusive vnode lock genera...
2020-11-11 markjffs: Clamp BIO_SPEEDUP length
2020-11-07 sjgUpdate to bmake-20201101
2020-10-30 cemUFS2: Fix DoS due to corrupted extattrfile
2020-10-30 mjgcache: add cache_vop_mkdir and rename cache_rename...
2020-10-28 traszDrop "All rights reserved" from all my stuff. This...
2020-10-25 mckusickVarious new check-hash checks have been added to the...
2020-10-23 mjgvfs: drop spurious cache_purge on rmdir
2020-10-21 brooksvmapbuf: don't smuggle address or length in buf
2020-10-20 mjgufs: catch up with removal of thread argument from...
2020-10-17 mmacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-08 kibDo not leak B_BARRIER.
2020-10-05 chsufs: restore uniqueness of st_dev as returned by ufs_stat()
2020-10-01 mmacyOpenZFS: MFV 2.0-rc3-gfc5966
2020-09-18 mmacyMFV 2.0-rc2
2020-09-15 kibConvert page cache read to VOP.
2020-09-15 kibDo not copy vp into f_data for DTYPE_VNODE files.
2020-09-09 baptUpdate nvi to 2.2.0
2020-09-05 sjgUpdate to bmake-20200902
2020-09-04 mmacyZFS: MFV 2.0-rc1-gfd20a8
2020-09-01 mjgufs: clean up empty lines in .c and .h files
2020-08-28 mmacyZFS: MFV 2.0-rc1-ga00c61
2020-08-27 gjbMFH
2020-08-24 mmacyInitial import from vendor-sys branch of openzfs
2020-08-24 cyMFV 364468:
2020-08-24 cyMFV 364467:
2020-08-20 mjgcache: add cache_rename, a dedicated helper to use...
2020-08-19 mjgvfs: remove the always-curthread td argument from VOP_R...
2020-08-19 mjgvfs: drop the error parameter from vn_isdisk, introduce...
2020-08-16 kibVMIO reads: enable for UFS
2020-08-16 dimMerge ^/head r364264 through r364278.
2020-08-16 mjgvfs: remove the thread argument from vget
2020-08-12 gjbMFH
2020-08-10 dimMerge ^/head r364051 through r364081.
2020-08-10 mjgvfs: clean MNTK_FPLOOKUP if MNT_UNION is set
2020-08-08 dimMerge ^/head r364041 through r364050.
2020-08-07 mjgufs: add VOP_STAT handler
2020-08-06 dimMerge ^/head r363739 through r363986.
2020-08-05 mjgvfs: remove the obsolete privused argument from vaccess
2020-08-04 mjgufs: only pass LK_ADAPTIVE if LK_NODDLKTREAT is set
2020-08-04 manuImport DTS files for arm, arm64, riscv from Linux 5.8
2020-08-03 seUpgrade to version 3.1.4
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 gjbMFH
2020-07-30 cemImport PCG-C into sys/contrib
2020-07-25 mjgufs: add support for lockless lookup
2020-07-22 mjglockmgr: add adaptive spinning
2020-07-15 gshapiroMerge sendmail 8.16.1 to HEAD: See contrib/sendmail...
2020-07-14 jkimMFV: r362513
2020-07-08 sjgUpdate to bmake-20200704
2020-07-07 seUpdate to version 3.1.1
2020-06-28 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-25 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-20 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-19 mckusickThe binary representation of the superblock (the fs...
2020-06-19 mckusickMove the pointers stored in the superblock into a separate
2020-06-18 jkimMFV: r362286
2020-06-17 chsMove all of the functions in ffs_subr.c that are only...
2020-06-17 andrewUpdate opencsd to 0.14.2
2020-06-17 delphijMFV r362254: file 5.39.
2020-06-16 andrewRe-add opencsd as a vendor import from the dist directory
2020-06-14 rmacklemFix export_args ex_flags field so that is 64bits, the...
2020-06-06 mckusickClear the IN_SIZEMOD and IN_IBLKDATA flags only when...
2020-06-05 manudts: Update our copy to be in sync with Linux 5.7
2020-06-05 mckusickFurther evaluation of the POSIX spec for fdatasync...
2020-06-04 seFix obvious typo: IN_BLKDATA should be IN_IBLKDATA
2020-06-04 mckusickTwo additional places that need to identify IN_IBLKDATA.
2020-06-04 kibUFS: write inode block for fdatasync(2) if pointers...
2020-06-01 dimUpdate Subversion to 1.14.0 LTS. See contrib/subversion...
2020-06-01 dimUpdate apr-util to 1.6.1. See contrib/apr-util/CHANGES...
2020-05-31 dimUpdate apr to 1.7.0. See contrib/apr/CHANGES for a...
2020-05-25 chsThis commit enables a UFS filesystem to do a forcible...
2020-05-23 cemUpdate to Zstandard 1.4.5
2020-05-22 jhbUpdate name of description of vfs.ffs.setsize in comment.
2020-05-21 cyMFV r361322:
2020-05-20 sjgMerge bmake-20200517
2020-05-20 mmMFV r361280:
2020-05-14 jceelImport lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
2020-04-21 jkimMerge OpenSSL 1.1.1g.
2020-04-21 jhbRetire two unused background fsck sysctls.
2020-04-14 manudts: Import DTS from Linux 5.6
2020-04-10 kibufs: apply suspension for non-forced rw unmounts.
2020-04-09 mckusickFixing the soft update macros in -r359612 triggered...
2020-04-06 mckusickRevert -r359612 as it can cause other panics.
next