]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/ufs
mlx5ib: Support RAW Ethernet when RoCE is disabled in mlx5ib(4)
[FreeBSD/FreeBSD.git] / sys / ufs /
2021-07-10 Martin Matuskazfs: merge openzfs/zfs@4f92fe0f5 (zfs-2.1-release)...
2021-07-07 Konstantin Belousovffs_softdep: force sync if journal is low in journal_ch...
2021-07-07 Konstantin Belousovffs_softdep.c: add journal_check_space() helper
2021-07-07 Konstantin Belousovsoftdep_prelink(): only do sync if other thread changed...
2021-07-07 Konstantin Belousovufs_rename(): only do softdep_prerename() when other...
2021-07-07 Konstantin Belousovffs: mark block (re-)allocations as seqc writes
2021-07-07 Konstantin Belousovufs_rename(): softdep_prerename() does something only...
2021-07-07 Konstantin Belousovffs: reduce number of dvp relocks in softdep_prelink()
2021-07-07 Konstantin Belousovufs_vnops.c: style
2021-06-30 Martin Matuskazfs: merge openzfs/zfs@508fff0e4 (zfs-2.1-release)...
2021-06-26 Martin Matuskazfs: merge openzfs/zfs@aee26af27 (zfs-2.1-release)...
2021-06-22 Martin Matuskazfs: merge openzfs/zfs@9a865b7fb (zfs-2.1-release)...
2021-06-20 Martin Matuskazfs: merge openzfs/zfs@3de7aeb68 (zfs-2.1-release)...
2021-06-13 Martin Matuskazfs: merge openzfs/zfs@c3b60eded (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@7d9f3ef0e (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@3522f57b6 (zfs-2.1-release)...
2021-06-07 Mark Johnstonffs: Correct the input size check in sysctl_ffs_fsck()
2021-05-31 Konstantin BelousovMove mnt_maxsymlinklen into appropriate fs mount data...
2021-05-31 Kirk McKusickFix handling of embedded symbolic links (and history...
2021-05-27 Don Morrisufs: Avoid M_WAITOK allocations when building a dirhash
2021-04-23 Konstantin Belousovb_vflags update requries bufobj lock
2021-04-18 Kirk McKusickEnsure that the mount command shows "with quotas" when...
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-24 Konstantin Belousovfifo: minor comment and assert improvements.
2021-02-24 Konstantin Belousovffs_unlock: assert that IN_ENDOFF is not leaked past...
2021-02-24 Konstantin Belousovffs softdep: Force processing of VI_OWEINACT vnodes...
2021-02-24 Konstantin Belousovsoftdep_request_cleanup: wait for softdep_request_clean...
2021-02-24 Konstantin Belousovufs_inactive(): stop hiding ERELOOKUP from ffs_truncate...
2021-02-24 Konstantin BelousovStop ignoring ERELOOKUP from VOP_INACTIVE()
2021-02-24 Konstantin Belousovufs vnops: brace softdep_prelink() with DOINGSUJ instea...
2021-02-24 Konstantin Belousovffs softdep: remove will_direnter argument of softdep_p...
2021-02-24 Konstantin Belousovufs_direnter: directory truncation does not need specia...
2021-02-24 Konstantin Belousovufs_rename: use VOP_VPUT_PAIR and rely on directory...
2021-02-24 Konstantin Belousovufs_direnter: move directory truncation to ffs_vput_pair().
2021-02-24 Konstantin Belousovffs_vput_pair(): try harder to recover from the vnode...
2021-02-24 Konstantin BelousovFFS: implement special VOP_VPUT_PAIR().
2021-02-24 Konstantin Belousovffs_snapshot: use VOP_VPUT_PAIR after VOP_CREATE.
2021-02-24 Konstantin Belousovufs_direnter/SU: unconditionally UFS_UPDATE inode when...
2021-02-24 Konstantin Belousovffs_syncvnode: only clear IN_NEEDSYNC after successfull...
2021-02-24 Konstantin BelousovMerge ufs_fhtovp() into ffs_inotovp().
2021-02-24 Konstantin Belousovffs_inotovp(): interface to convert (ino, gen) into...
2021-02-24 Konstantin Belousovffs: Add FFSV_REPLACE_DOOMED flag to ffs_vgetf()
2021-02-24 Konstantin Belousovffs: call ufsdirhash_dirtrunc() right after setting...
2021-02-24 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...
next