]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/ufs
libradius: Fix attribute length validation in rad_get_attr(3)
[FreeBSD/FreeBSD.git] / sys / ufs /
2021-03-04 Konstantin BelousovFFS extattr: fix handling of the tail
2021-02-25 Kirk McKusickFix bug 253158 - Panic: snapacct_ufs2: bad block -...
2021-02-25 Konstantin BelousovCall softdep_prealloc() before taking ffs_lock_ea(...
2021-02-25 Konstantin Belousovffs_close_ea: do not relock vnode under lock_ea
2021-02-25 Konstantin Belousovffs_vnops.c: style
2021-02-25 Konstantin Belousovffs: do not call softdep_prealloc() from UFS_BALLOC()
2021-02-25 Konstantin Belousovffs_reallocblks: change the guard for softdep_prealloc...
2021-02-25 Konstantin Belousovfifo: minor comment and assert improvements.
2021-02-25 Konstantin Belousovffs_unlock: assert that IN_ENDOFF is not leaked past...
2021-02-25 Konstantin Belousovffs softdep: Force processing of VI_OWEINACT vnodes...
2021-02-25 Konstantin Belousovsoftdep_request_cleanup: wait for softdep_request_clean...
2021-02-25 Konstantin Belousovufs_inactive(): stop hiding ERELOOKUP from ffs_truncate...
2021-02-25 Konstantin BelousovStop ignoring ERELOOKUP from VOP_INACTIVE()
2021-02-25 Konstantin Belousovufs vnops: brace softdep_prelink() with DOINGSUJ instea...
2021-02-25 Konstantin Belousovffs softdep: remove will_direnter argument of softdep_p...
2021-02-25 Konstantin Belousovufs_direnter: directory truncation does not need specia...
2021-02-25 Konstantin Belousovufs_rename: use VOP_VPUT_PAIR and rely on directory...
2021-02-25 Konstantin Belousovufs_direnter: move directory truncation to ffs_vput_pair().
2021-02-25 Konstantin Belousovffs_vput_pair(): try harder to recover from the vnode...
2021-02-25 Konstantin BelousovFFS: implement special VOP_VPUT_PAIR().
2021-02-25 Konstantin Belousovffs_snapshot: use VOP_VPUT_PAIR after VOP_CREATE.
2021-02-25 Konstantin Belousovufs_direnter/SU: unconditionally UFS_UPDATE inode when...
2021-02-25 Konstantin Belousovffs_syncvnode: only clear IN_NEEDSYNC after successfull...
2021-02-25 Konstantin BelousovMerge ufs_fhtovp() into ffs_inotovp().
2021-02-25 Konstantin Belousovffs_inotovp(): interface to convert (ino, gen) into...
2021-02-25 Konstantin Belousovffs: Add FFSV_REPLACE_DOOMED flag to ffs_vgetf()
2021-02-25 Konstantin Belousovffs: call ufsdirhash_dirtrunc() right after setting...
2021-02-25 Konstantin Belousovbuf SU hooks: track buf_start() calls with B_IOSTARTED...
2021-02-19 Konstantin Belousovffs_vnops.c: Move opt_*.h includes to the top.
2021-02-01 Mateusz Guzikufs: denote lack of support for lockless symlink lookup
2021-01-30 Kirk McKusickMFC: a63eae6
2021-01-16 Kirk McKusickEliminate a locking panic when cleaning up UFS snapshot...
2021-01-16 Kirk McKusickEliminate lock order reversal in UFS when unmounting...
2021-01-15 Emmanuel VadotAdd 'sys/contrib/device-tree/' from commit '5ee353c36d3...
2021-01-14 Simon J. GerratyMerge bmake-20210110
2021-01-14 Kyle Evanscontrib/lua: update to 5.4.2
2021-01-12 Mateusz GuzikConvert remaining cap_rights_init users to cap_rights_i...
2021-01-12 Kirk McKusickEliminate lock order reversal in UFS ffs_unmount().
2021-01-08 Thomas Munroffs: Support O_DSYNC.
2021-01-03 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2021-01-03 Mateusz Guzikvfs: add v_irflag accessors
2021-01-02 Toomas SoomeAdd 'contrib/pnglite/' from commit 'a70c2a23d0d84dfc63a...
2021-01-02 Toomas SoomeAdd 'contrib/terminus/' from commit 'cee3932f8c02a220d7...
2021-01-01 Mateusz Guzikufs: use VNPASS when asserting on a vnode in ufs_read_p...
2020-12-30 Philip Paepscontrib/tzdata: import tzdata 2020f
2020-12-27 Martin Matuskacontrib/libarchive: Import libarchive 3.5.1
2020-12-25 Conrad Meyersys/contrib/zstd: Import zstd 1.4.8
2020-12-25 Philip Paepscontrib/tzdata: import tzdata 2020e
2020-12-23 Mark Johnstonffs: Avoid out-of-bounds accesses in the fs_active...
2020-12-18 Xin LIMFV r368746:
2020-12-13 Martin MatuskaMFV r368607:
2020-12-11 Ryan Libbyffs: quiet -Wstrict-prototypes
2020-12-09 Cy SchubertMFV r368464:
2020-12-09 Jung-uk KimMerge OpenSSL 1.1.1i.
2020-12-06 Kirk McKusickDocument the BA_CLRBUF flag used in ufs and ext2fs...
2020-12-06 Konstantin Belousovufs: handle two more cases of possible VNON vnode retur...
2020-12-06 Stefan EßerUpgrade to version 3.2.3
2020-12-01 Martin MatuskaMFV r368207:
2020-11-30 Konstantin Belousovffs: do not read full direct blocks if they are going...
2020-11-28 Konstantin BelousovMake MAXPHYS tunable. Bump MAXPHYS to 1M.
2020-11-26 Konstantin Belousovclear_inodedeps: handle ERELOOKUP from ffs_syncvnode().
2020-11-26 Stefan EßerUpdate to version 3.2.0
2020-11-25 Konstantin Belousovffs_softdep.c: get_parent_vp(): Fix bp lock leak when...
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 Marcin WojtasAdjust ENA driver files to latest ena-com changes
2020-11-18 Marcin WojtasFix completion descriptors alignment for the ENA
2020-11-14 Konstantin BelousovHandle LoR in flush_pagedep_deps().
2020-11-14 Konstantin BelousovAdd ffs_inode_bwrite() helper.
2020-11-14 Konstantin BelousovRevert r367669 to re-commit with proper message
2020-11-14 Konstantin BelousovAdd a framework that tracks exclusive vnode lock genera...
2020-11-14 Konstantin BelousovAdd a framework that tracks exclusive vnode lock genera...
2020-11-13 Jung-uk KimMFV: r367652
2020-11-11 Mark Johnstonffs: Clamp BIO_SPEEDUP length
2020-11-07 Simon J. GerratyUpdate to bmake-20201101
2020-10-30 Conrad MeyerUFS2: Fix DoS due to corrupted extattrfile
2020-10-30 Mateusz Guzikcache: add cache_vop_mkdir and rename cache_rename...
2020-10-28 Edward Tomasz Napi... Drop "All rights reserved" from all my stuff. This...
2020-10-27 Cy SchubertMFV r367082:
2020-10-25 Kirk McKusickVarious new check-hash checks have been added to the...
2020-10-24 Xin LIMFV r366990: less v563.
2020-10-23 Mateusz Guzikvfs: drop spurious cache_purge on rmdir
2020-10-22 Philip PaepsImport tzdata 2020c
2020-10-21 Brooks Davisvmapbuf: don't smuggle address or length in buf
2020-10-20 Mateusz Guzikufs: catch up with removal of thread argument from...
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-12 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-10-09 Jung-uk KimMFV: r366539
2020-10-08 Konstantin BelousovDo not leak B_BARRIER.
2020-10-08 Philip PaepsImport tzdata 2020b
2020-10-05 Chuck Silversufs: restore uniqueness of st_dev as returned by ufs_stat()
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-09-22 Jung-uk KimMerge OpenSSL 1.1.1h.
2020-09-18 Matt MacyMFV 2.0-rc2
next