]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/ufs
Use csr_read() to read sstatus instead of inline assembly.
[FreeBSD/FreeBSD.git] / sys / ufs /
2019-10-07 Andriy GaponMFV r350898, r351075: 8423 8199 7432 Implement large_dn...
2019-10-06 Mateusz Guzikufs: add root vnode caching
2019-10-04 Eric van GyzenAdd CTLFLAG_STATS to several debug.softdep sysctl OIDs
2019-10-04 Kirk McKusickUpdate ffs_getcg() function to accept a flags parameter...
2019-09-28 Emmanuel VadotImport DTS files from Linux 5.3
2019-09-28 Emmanuel VadotImport DTS files from Linux 5.2
2019-09-26 Martin MatuskaMFV r352731:
2019-09-19 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-17 Dimitry AndricMerge ^/head r352319 through r352435.
2019-09-16 Mateusz Guzikvfs: convert struct mount counters to per-cpu
2019-09-16 Mateusz Guzikvfs: manage mnt_writeopcount with atomics
2019-09-10 Jung-uk KimMerge OpenSSL 1.1.1d.
2019-09-10 Baptiste DaroussinImport libedit 2019-09-10
2019-09-09 Dimitry AndricMerge ^/head r351732 through r352104.
2019-09-09 Konstantin BelousovRemove some unneeded vfs_busy() calls in SU code.
2019-09-07 Konstantin BelousovProperly check for writers when fetching quotas for...
2019-09-07 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-06 Conrad Meyerufs: Remove redundant brelse() after r294954
2019-09-03 Dimitry AndricMerge ^/head r351317 through r351731.
2019-09-02 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-02 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-08-29 Konstantin BelousovRework v_object lifecycle for vnodes.
2019-08-29 Konstantin BelousovUFS: stop reusing the vnode for reallocated inode.
2019-08-27 Hiroki SatoMFV r351553:
2019-08-26 Xin LIMFV r351500: Fix CLEAR_HASH macro to be usable as...
2019-08-25 Dimitry AndricMerge missed sources for lldb-specific TableGen tool.
2019-08-23 Konstantin BelousovDe-commision the MNTK_NOINSMNTQ kernel mount flag.
2019-08-22 Dimitry AndricMerge openmp trunk r366426, resolve conflicts, and...
2019-08-22 Dimitry AndricMerge libunwind trunk r366426, resolve conflicts, and...
2019-08-22 Dimitry AndricMerge libc++ trunk r366426, resolve conflicts, and...
2019-08-22 Dimitry AndricMerge compiler-rt trunk r366426, resolve conflicts...
2019-08-22 Dimitry AndricMerge lldb trunk r366426, resolve conflicts, and update...
2019-08-22 Cy SchubertMFV r346563:
2019-08-21 Dimitry AndricMerge lld trunk r366426, and resolve conflicts.
2019-08-21 Dimitry AndricMerge clang trunk r366426, resolve conflicts, and updat...
2019-08-21 Dimitry AndricMerge llvm trunk r366426, resolve conflicts, and update...
2019-08-15 Jung-uk KimMFV: r351091
2019-08-15 Andriy GaponMFV r351075: 10406 large_dnode changes broke zfs recv...
2019-08-15 Andriy GaponMFV r350898: 8423 8199 7432 Implement large_dnode pool...
2019-08-13 Kirk McKusickClarify comment that describes how the FS_METACKHASH...
2019-08-13 Alan Somersfusefs: skip some tests when unsafe aio is disabled
2019-08-13 Alan Somersping6: Fix data type of a variable for a packet sequenc...
2019-08-12 Andriy GaponMFV r350896: 6585 sha512, skein, and edonr have an...
2019-08-11 Xin LIUpgrade to Bzip2 version 1.0.8.
2019-08-08 Conrad MeyerUpdate to Zstandard 1.4.2
2019-08-07 Alan Somersfusefs: merge from projects/fuse2
2019-08-06 Kirk McKusickA race condition existed between the time a UFS/FFS...
2019-07-31 Kirk McKusickWhen updating the user or group disk quotas for the...
2019-07-29 Alan Somerssendfile: don't panic when VOP_GETPAGES_ASYNC returns...
2019-07-28 Alan SomersMFHead @r350386
2019-07-27 Rick MacklemLock the vnode before calling ufs_bmap_seekdata().
2019-07-26 Dimitry AndricMerge libcxxrt master f96846efbfd508f66d91fcbbef5dd8089...
2019-07-26 Baptiste DaroussinUpdate mandoc to cvs snapshot 2019-07-23
2019-07-25 Alan Somersspecial-case getvfsbyname(3) for fusefs(5)
2019-07-20 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-07-18 Cy SchubertMFV r350080:
2019-07-17 Kirk McKusickThe error reported in FS-14-UFS-3 can only happen on...
2019-07-16 Kirk McKusickStyle.
2019-07-16 Kirk McKusickWhen a process attempts to allocate space on a full...
2019-07-09 Jung-uk KimMFV: r349861
2019-07-06 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-07-04 Dag-Erling SmørgravUpgrade Unbound to 1.9.2.
2019-07-01 Kirk McKusickAdd a new "untrusted" option to the mount command....
2019-06-29 Xin LIMFV r349535: less v551.
2019-06-28 Martin MatuskaMFV r349454:
2019-06-28 Xin LIUpgrade to Bzip2 version 1.0.7.
2019-06-27 Alan SomersMFHead @349476
2019-06-26 Mark JohnstonRemove references to splbio in ffs_softdep.c.
2019-06-20 Alan SomersMFHead @349234
2019-06-20 Alan SomersAdd FIOBMAP2 ioctl
2019-06-17 Xin LISeparate kernel crc32() implementation to its own heade...
2019-06-17 Martin MatuskaMFV r349134:
2019-06-12 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-06-12 Martin MatuskaMFV r348971,r348977:
2019-06-06 Alan SomersMFHead @348740
2019-06-03 Alexander MotinMFV r348585: 9683 Allow bypassing devid in vdev_disk_open()
2019-06-03 Alexander MotinMFV r348583: 9847 leaking dd_clones (DMU_OT_DSL_CLONES...
2019-06-03 Alexander MotinMFV r348580: 9559 zfs diff handles files on delete...
2019-06-03 Alexander MotinMFV r348578: 9962 zil_commit should omit cache thrash
2019-06-03 Alexander MotinMFV r348576: 9963 Seperate tunable for disabling ZIL...
2019-06-03 Alexander MotinMFV r348573: 9993 zil writes can get delayed in zio...
2019-06-03 Alexander MotinMFV r348568: 9466 add JSON output support to channel...
2019-06-03 Alexander MotinMFV r348555: 9690 metaslab of vdev with no space maps...
2019-06-03 Alexander MotinMFC r348554: 9688 aggsum_fini leaks memory
2019-06-03 Alexander MotinMFV r348553: 9681 ztest failure in spa_history_log_inte...
2019-06-03 Alexander MotinMFV r348552: 9682 page fault in dsl_async_clone_destroy...
2019-06-03 Alexander MotinMFV r348551: 9862 fix typo in comment in vdev_impl.h
2019-06-03 Alexander MotinMFV r348550: 1700 Add SCSI UNMAP support
2019-06-03 Alexander MotinMFV r348548: 9617 too-frequent TXG sync causes excessiv...
2019-06-03 Alexander MotinMFV r348537: 8601 memory leak in get_special_prop()
2019-06-03 Alexander MotinMFV r348535: 9677 panic from zio_write_gang_block(...
2019-06-03 Alexander MotinMFV r348534: 9616 Bogus error when attempting to set...
2019-06-02 Warner LoshMerge from upstream at 4189ef5d from https://github...
2019-05-30 Marcin WojtasAdjust ENA driver to the new ena-com
2019-05-28 Jung-uk KimMerge OpenSSL 1.1.1c.
2019-05-28 Kirk McKusickAdd a missing bresle() in seldom-used error return.
2019-05-28 Kirk McKusickConvert use of UFS-specific #ifdef DEBUG to DIAGNOSTIC...
2019-05-27 Kirk McKusickAdd function name and line number debugging information...
2019-05-24 Alan SomersRemove "struct ucred*" argument from vtruncbuf
2019-05-21 Conrad MeyerInclude ktr.h in more compilation units
next