]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/ufs
Add support for kref_read() function in the LinuxKPI.
[FreeBSD/FreeBSD.git] / sys / ufs /
2018-02-16 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-16 Mark JohnstonFix a memory leak introduced in r328426.
2018-02-15 Andriy GaponMFV r329313: 8857 zio_remove_child() panic due to alrea...
2018-02-09 Jung-uk KimMFV: r329072
2018-02-08 Kirk McKusickThe goal of this change is to prevent accidental foot...
2018-02-08 Jung-uk KimMFV: r329021
2018-02-06 Pedro F. Giffuni{ext2|ufs}_readdir: Avoid setting negative ncookies.
2018-02-06 Kirk McKusickOccasional cylinder-group check-hash errors were being...
2018-02-02 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-01 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-31 Kirk McKusickWhen reading a cylinder group, break out reporting...
2018-01-27 Kyle EvansMFV r328490: Update libfdt to github:f1879e1
2018-01-27 Pedro F. GiffuniRevert r328479:
2018-01-27 Pedro F. Giffuni{ext2|ufs}_readdir: Set limit on valid ncookies values.
2018-01-26 Kirk McKusickRefactoring of reading and writing of the UFS/FFS super...
2018-01-24 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-24 Pedro F. Giffuniext2fs|ufs:Unsign some values related to allocation.
2018-01-24 Pedro F. GiffuniRevert r327781, r328093, r328056:
2018-01-24 Martin MatuskaMFV r328323,328324:
2018-01-24 Philip PaepsImport tzdata 2018c
2018-01-22 Alexander MotinMFV r328255: 8972 zfs holds: In scripted mode, do not...
2018-01-22 Alexander MotinMFV r328253: 8835 Speculative prefetch in ZFS not worki...
2018-01-22 Alexander MotinMFV r328251: 8652 Tautological comparisons with ZPROP_INVAL
2018-01-22 Alexander MotinMFV r328249:
2018-01-22 Alexander MotinMFV r328247: 8959 Add notifications when a scrub is...
2018-01-22 Alexander MotinMFV r328245: 8856 arc_cksum_is_equal() doesn't take...
2018-01-22 Alexander MotinMFV r328233:
2018-01-21 Alexander MotinMFV r328231: 8897 zpool online -e fails assertion when...
2018-01-21 Alexander MotinMFV r328229:
2018-01-21 Alexander MotinMFV r328227: 8909 8585 can cause a use-after-free kerne...
2018-01-21 Alexander MotinMFV r328225: 8603 rename zilog's "zl_writer_lock" to...
2018-01-21 Alexander MotinMFV r328220: 8677 Open-Context Channel Programs
2018-01-18 Kyle Evanslibfdt: Update to 1.4.6, switch to using libfdt for...
2018-01-17 Pedro F. Giffuniufs: use mallocarray(9).
2018-01-16 Philip PaepsImport tzdata 2018a
2018-01-12 Dimitry AndricMerge ^/head r327624 through r327885.
2018-01-11 Konstantin BelousovSoftlink inodes can own buffers with dependencies.
2018-01-10 Pedro F. GiffuniUse mallocarray(9) in dirhash.
2018-01-09 Konstantin BelousovGeneralize the fix from r322757 and apply it to several...
2018-01-09 Konstantin BelousovWhen handling write completion, take SU lock around...
2018-01-09 Konstantin BelousovPostpone the disassotiation of the background write...
2018-01-06 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2018-01-06 Dimitry AndricMerge ^/head r327341 through r327623.
2018-01-05 Jung-uk KimMerge ACPICA 20180105.
2018-01-03 Mark JohnstonAdd missing newlines to a couple of error messages.
2017-12-29 Dimitry AndricMerge ^/head r327169 through r327340.
2017-12-29 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-12-27 Pedro F. GiffuniSPDX: Complete License ID tags for UFS.
2017-12-27 Eitan Adlerkernel: Fix several typos and minor errors
2017-12-25 Alexander KabaevDo pass removing some write-only variables from the...
2017-12-24 Dimitry AndricMerge ^/head r326936 through r327149.
2017-12-24 Dimitry AndricMerge libc++ trunk r321414 to contrib/libc++.
2017-12-24 Dimitry AndricMerge compiler-rt trunk r321414 to contrib/compiler-rt.
2017-12-24 Dimitry AndricMerge lldb trunk r321414 to contrib/llvm/tools/lldb.
2017-12-24 Dimitry AndricMerge lld trunk r321414 to contrib/llvm/tools/lld.
2017-12-24 Dimitry AndricMerge clang trunk r321414 to contrib/llvm.
2017-12-24 Dimitry AndricMerge llvm trunk r321414 to contrib/llvm.
2017-12-23 Alexander KabaevRemove dead initialization of the inode pointer.
2017-12-20 Dimitry AndricMerge libc++ trunk r321017 to contrib/libc++.
2017-12-20 Dimitry AndricMerge compiler-rt trunk r321017 to contrib/compiler-rt.
2017-12-20 Dimitry AndricMerge lldb trunk r321017 to contrib/llvm/tools/lldb.
2017-12-20 Dimitry AndricMerge lld trunk r321017 to contrib/llvm/tools/lld.
2017-12-20 Dimitry AndricMerge clang trunk r321017 to contrib/llvm/tools/clang.
2017-12-20 Dimitry AndricMerge llvm trunk r321017 to contrib/llvm.
2017-12-19 John BaldwinRework pathconf handling for FIFOs.
2017-12-19 John BaldwinMove NAME_MAX, LINK_MAX, and CHOWN_RESTRICTED out of...
2017-12-16 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2017-12-14 Jung-uk KimMFC: r326864
2017-12-12 Mark JohnstonMFV r326785: 8880 improve DTrace error checking
2017-12-09 Mark JohnstonProvide a sysctl to force synchronous initialization...
2017-12-07 Jung-uk KimMerge OpenSSL 1.0.2n.
2017-12-07 Konstantin BelousovFix livelock in ufsdirhash_create().
2017-12-06 Ed Mastetcpdump: remove undesired svn:keywords property from...
2017-12-06 Ed MasteUpdate tcpdump to 4.9.2
2017-12-03 Dimitry AndricUpgrade our copies of clang, llvm, lldb and libc++...
2017-11-29 Warner LoshImport lua 5.3.4 to contrib
2017-11-28 Brooks DavisUpdate vis(3) the latest from NetBSD.
2017-11-27 Pedro F. Giffunisys: general adoption of SPDX licensing ID tags.
2017-11-23 Hans Petter SelaskyMerge ^/head r325999 through r326131.
2017-11-20 Pedro F. Giffunisys: further adoption of SPDX licensing ID tags.
2017-11-20 Xin LIMFV r326007: less v529.
2017-11-18 Emmanuel VadotUpdate our copy of DTS from the ones from Linux 4.14
2017-11-11 Baptiste DaroussinUpdate to zstd 1.3.2
2017-11-10 Jung-uk KimMFV: r325668
2017-11-09 Andriy GaponMFV r325609: 7531 Assign correct flags to prefetched...
2017-11-09 Andriy GaponMFV r325607: 8607 zfs: variable set but not used
2017-11-09 Andriy GaponMFV r325605: 8713 Buffer overflow in dsl_dataset_name()
2017-11-09 Marcin WojtasRework printouts and logging level in ENA driver
2017-11-07 Hans Petter SelaskyMerge ^/head r323559 through r325504.
2017-11-05 Enji CooperFix paths for cross-built versions of lib/libclang_rt...
2017-11-05 Konstantin BelousovImprove the message printed when the cylinder group...
2017-11-02 Simon J. GerratyUpdate to bmake-20171028
2017-11-02 Jung-uk KimMerge OpenSSL 1.0.2m.
2017-10-31 Marcin WojtasUpdate ena-com HAL to v1.1.4.3 and update driver accord...
2017-10-30 Enji CooperMFhead@r325119
2017-10-28 Philip PaepsImport tzdata 2017c
2017-10-28 Mark JohnstonRemove a stale and incorrect comment.
2017-10-28 Mark JohnstonRemove workqueue items after updating the workqueue...
2017-10-27 Andriy GaponMFV r325013,r325034: 640 number_to_scaled_string is...
2017-10-26 Enji CooperMFhead@r325004
next