]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/ufs
amd64: use register macros for gdb_cpu_getreg()
[FreeBSD/FreeBSD.git] / sys / ufs /
2020-02-06 Xin LIMFV r357608: Limit memory usage in xz(1) instead of...
2020-02-03 Chuck SilversWith INVARIANTS, track all softdep dependency structure...
2020-02-03 Mateusz GuzikFix up various vnode-related asserts which did not...
2020-02-01 Dimitry AndricMerge ^/head r357350 through r357367.
2020-02-01 Mateusz Guzikvfs: replace VOP_MARKATIME with VOP_MMAPPED
2020-02-01 Mateusz Guzikufs: drop ufs_markatime from ufs_fifoops
2020-01-31 Dimitry AndricMerge ^/head r357270 through r357349.
2020-01-31 Dimitry AndricMerge r357348 from the clang 10.0.0 import branch:
2020-01-31 Dimitry AndricMerge r357345 from the clang1000-import branch:
2020-01-31 Dimitry AndricMerge r357342 from the clang1000-import branch:
2020-01-31 Dimitry AndricMerge r357339 from the clang1000-import branch:
2020-01-30 Mateusz Guzikufs: add the missing vn_need_pageq_flush call to ufs_ne...
2020-01-28 Cy SchubertMFV r357163:
2020-01-27 Dimitry AndricMerge ^/head r357119 through r357178.
2020-01-26 Mateusz Guzikufs: add vgone calls for unconstructed vnodes in the...
2020-01-25 Phil ShaferImport libxo-1.4.0:
2020-01-25 Dimitry AndricMerge ^/head r356931 through r357118.
2020-01-24 Dimitry AndricMerge ^/vendor/lvm-project/release-10.x up to its last...
2020-01-24 Dimitry AndricMerge ^/vendor/lvm-project/release-10.x up to its last...
2020-01-24 Dimitry AndricMerge ^/vendor/lvm-project/master up to its last change...
2020-01-24 Mateusz Guzikvfs: stop handling VI_OWEINACT in vget
2020-01-23 Dimitry AndricMerge ^/vendor/llvm-openmp/dist up to its last change...
2020-01-23 Dimitry AndricMerge ^/vendor/lldb/dist up to its last change, and...
2020-01-23 Dimitry AndricMerge ^/vendor/lld/dist up to its last change, and...
2020-01-23 Dimitry AndricMerge ^/vendor/llvm-libunwind/dist up to its last chang...
2020-01-23 Dimitry AndricMerge ^/vendor/libc++/dist up to its last change, and...
2020-01-22 Dimitry AndricMerge ^/vendor/compiler-rt/dist up to its last change...
2020-01-22 Dimitry AndricMerge ^/vendor/clang/dist up to its last change, and...
2020-01-22 Dimitry AndricMerge ^/vendor/llvm/dist up to its last change, and...
2020-01-20 Dimitry AndricMerge ^/vendor/llvm-project/master until just before...
2020-01-17 Warner LoshWe only want to send the speedup to the lower layers...
2020-01-17 Warner LoshUse buf to send speedup
2020-01-14 Kirk McKusickWhen sync'ing a mount point, the mount point's vnodes...
2020-01-14 Jeff RobersonFix a long standing bug in journaled soft-updates....
2020-01-13 Mateusz Guzikufs: relax an overzealous assert added in r356671
2020-01-13 Mateusz Guzikvfs: rework vnode list management
2020-01-13 Mateusz Guzikufs: use lazy list instead of active list for syncer
2020-01-13 Mateusz Guzikufs: add a setter for inode i_flag field
2020-01-11 Kirk McKusickWhen a read error occurs while fetching a directory...
2020-01-10 Jung-uk KimMFV: r356607
2020-01-06 Martin MatuskaMFV r356415
2020-01-05 Martin MatuskaMFV r356365:
2020-01-05 Mateusz Guzikvfs: drop thread argument from vinactive
2020-01-03 Mateusz Guzikvfs: drop the mostly unused flags argument from VOP_UNLOCK
2019-12-31 Cy SchubertMFV r356143:
2019-12-31 Martin MatuskaMFV r356163,r356197:
2019-12-27 Konstantin Belousovufs: do not leave non-reclaimed vnodes with zero i_mode...
2019-12-22 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-21 Cy SchubertMFV r355890:
2019-12-21 Cy SchubertMFV r353143 (phillip):
2019-12-21 Cy SchubertMFV r353141 (by phillip):
2019-12-20 Dimitry AndricMerge diff elimination updates from r355953 into vendor...
2019-12-18 Warner LoshDrop a sleepable lock when we plan on sleeping
2019-12-17 Warner LoshAdd BIO_SPEEDUP signalling to UFS
2019-12-16 Mateusz Guzikvfs: flatten vop vectors
2019-12-13 Jung-uk KimMFV: r355716
2019-12-10 Konstantin BelousovUFS: implement VOP_INACTIVE()
2019-12-08 Mateusz Guzikvfs: introduce v_irflag and make v_type smaller
2019-12-05 Ed MasteUpdate ELF Tool Chain to upstream r3769
2019-12-03 Kirk McKusickCurrently the breadn_flags() and getblkx() interfaces...
2019-12-03 Emmanuel VadotImport DTS files for riscv from Linux 5.4
2019-11-28 Emmanuel VadotImport riscv DTS files
2019-11-28 Emmanuel VadotImport DTS files from Linux 5.4
2019-11-28 Chuck SilversAs part of creating a snapshot, set fs->fs_fmod to...
2019-11-25 Chuck SilversIn ffs_freefile(), use a separate variable to hold...
2019-11-25 Xin LIMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-21 Andriy GaponMFV r354383: 10592 misc. metaslab and vdev related...
2019-11-21 Andriy GaponMFV r354382,r354385: 10601 10757 Pool allocation classes
2019-11-20 Pedro F. GiffuniMFV 354917, 354918, 354919
2019-11-20 Kirk McKusickAdd some KASSERTs. Reacquire a mutex after a kernel...
2019-11-18 Andriy GaponMFV r354378,r354379,r354386: 10499 Multi-modifier prote...
2019-11-18 Xin LIMFV r354798:
2019-11-16 Conrad MeyerUpdate to Zstandard 1.4.4
2019-11-12 Chuck SilversIn ufs_dir_dd_ino(), always initialize *dd_vp since...
2019-11-10 Xin LIMFV r354582: file 5.37.
2019-11-07 Phil ShaferImport libxo-1.3.1:
2019-11-07 Andriy GaponMFV r354377: 10554 Implemented zpool sync command
2019-11-07 Phil ShaferImport libxo-1.3.0:
2019-11-06 Ed Masteblacklist: update to NetBSD snapshot on 20191106
2019-11-03 Cy SchubertMFV r354257:
2019-10-29 Jeff RobersonReplace OBJ_MIGHTBEDIRTY with a system using atomics...
2019-10-24 Kirk McKusickAfter the unlink() of one name of a file with multiple...
2019-10-24 Kirk McKusickSoft updates needs to keep an on-disk linked list of...
2019-10-21 Brooks DavisUpdate tcsh to git revision 83c5be0 bringing in a numbe...
2019-10-19 Jung-uk KimMerge ACPICA 20191018.
2019-10-18 Mark JohnstonAbbreviate softdep lock names.
2019-10-16 Andriy GaponMFV r353637: 10844 Serialize ZTHR operations to elimina...
2019-10-16 Andriy GaponMFV r353630: 10809 Performance optimization of AVL...
2019-10-16 Andriy GaponMFV r348596: 9689 zfs range lock code should not be...
2019-10-16 Andriy GaponMFV r353628:
2019-10-16 Andriy GaponMFV r353623: 10473 zfs(1M) missing cross-reference...
2019-10-16 Andriy GaponMFV r353619: 9691 fat zap should prefetch when iterating
2019-10-16 Andriy GaponMFV r353617: 9425 allow channel programs to be stopped...
2019-10-16 Andriy GaponMFV r353615: 9485 Optimize possible split block search...
2019-10-16 Andriy GaponMFV r353613: 10731 zfs: NULL pointer errors
2019-10-16 Andriy GaponMFC r353611: 10330 merge recent ZoL vdev and metaslab...
2019-10-16 Andriy GaponMFV r353608: 10165 libzpool: passing argument 1 to...
2019-10-16 Andriy GaponMFV r353606: 10067 Miscellaneous man page typos
2019-10-15 Andriy GaponMFV r353561: 10343 ZoL: Prefix all refcount functions...
2019-10-15 Andriy GaponMFV r353558: 10572 10579 Fix race in dnode_check_slots_...
next