]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/ufs
Update libc++ to release_39 branch r287912.
[FreeBSD/FreeBSD.git] / sys / ufs /
2016-11-26 Dimitry AndricUpdate libc++ to release_39 branch r287912.
2016-11-26 Dimitry AndricUpdate llvm, clang, lld and lldb to release_39 branch...
2016-11-24 Dimitry AndricMerge ^/head r308870 through r309105.
2016-11-24 Andriy GaponMFV r308990: 7181 race between zfs_mount and zfs_ioc_ro...
2016-11-24 Andriy GaponMFV r308988: 7199, 7200 dsl_dataset_rollback_sync may...
2016-11-24 Andriy GaponMFV r308987: 7180 potential race between zfs_suspend_fs...
2016-11-24 Andriy GaponMFV r308989: 6428 set canmount=off on unmounted filesys...
2016-11-23 Mark JohnstonRelease laundered vnode pages to the head of the inacti...
2016-11-22 Xin LIMFV r308954:
2016-11-22 Jung-uk KimMerge ACPICA 20161117.
2016-11-19 Dimitry AndricMerge ^/head r308491 through r308841.
2016-11-13 Konstantin BelousovProvide simple mutual exclusion between mount point...
2016-11-11 Cy SchubertMFV r305100: Update amd from am-utils 6.1.5 to 6.2.
2016-11-07 Xin LIMFV r308392: file 5.29.
2016-11-03 Glen BarberMFV r308265: Update tzdata to 2016i.
2016-11-03 Andriy GaponMFV r308222: 6051 lzc_receive: allow the caller to...
2016-11-02 Dimitry AndricMerge ^/head r303250 through r308226.
2016-11-02 Xin LIMFV r308196:
2016-10-31 Ed MasteANSIfy ffs_subr.c
2016-10-31 Dimitry AndricMerge ^/head r307736 through r308146.
2016-10-28 Kirk McKusickAvoid possible overflow when calclating malloc size...
2016-10-28 Konstantin BelousovGeneralize UFS buffer pager to allow it serving other...
2016-10-27 Andriy Gapon3746 ZRLs are racy
2016-10-26 Kirk McKusickThe UFS/FFS filesystem checks directory link counts...
2016-10-24 Marcel MoolenaarInclude <sys/types.h> explicitly instead of depending...
2016-10-24 Martin MatuskaMFV r307859:
2016-10-22 Baptiste DaroussinImport tzdata 2016h
2016-10-21 Dimitry AndricMerge ^/head r307383 through r307735.
2016-10-19 Konstantin BelousovAdd FFS pager, which uses buffer cache read operation...
2016-10-14 Alexander MotinMFV r307314:
2016-10-14 Alexander MotinMFV r307313:
2016-10-13 Martin MatuskaMFV r307214:
2016-10-09 Dimitry AndricMerge ^/head r306412 through r306905.
2016-10-08 Baptiste DaroussinImport tzdata 2016g
2016-10-04 Jung-uk KimMFV: r306687
2016-10-04 Jung-uk KimMerge ACPICA 20160930.
2016-10-04 Martin MatuskaMFV r306669:
2016-10-01 Baptiste DaroussinImport libucl 20160812
2016-09-30 Baptiste DaroussinImport dma 20160929
2016-09-30 Mateusz Guzikvfs: remove the __bo_vnode field from struct vnode
2016-09-29 Dag-Erling SmørgravUpgrade to Unbound 1.5.10.
2016-09-29 Alexander MotinMFV r306423: 7402 Create tunable to ignore hole_birth...
2016-09-28 Alexander MotinMFV r306422: 7254 ztest failed assertion in ztest_datas...
2016-09-26 Jung-uk KimMerge OpenSSL 1.0.2j.
2016-09-24 Dimitry AndricMerge ^/head r305892 through r306302.
2016-09-22 Warner LoshRevert and redo r306083.
2016-09-22 Jung-uk KimMerge OpenSSL 1.0.2i.
2016-09-21 Andrew TurnerUpdate the device tree source files to a Linux 4.7-RC.
2016-09-19 Konstantin BelousovBe more strict when selecting between snapshot/regular...
2016-09-19 Andrew TurnerImport the Linaro Cortex Strings library into contrib.
2016-09-17 Konstantin BelousovFix libprocstat build after r305902.
2016-09-17 Konstantin BelousovReduce size of ufs inode.
2016-09-14 Martin MatuskaMFV r305816:
2016-09-09 Simon J. GerratyUpdate to bmake-20170818
2016-09-08 Dimitry AndricMerge ^/head r305431 through r305622.
2016-09-08 Bruce EvansSprinkle DOINGASYNC() checks so as to do delayed writes...
2016-09-08 Konstantin BelousovOn rename, do not perform truncation of dirhash if...
2016-09-08 Konstantin BelousovDo not leak transient ENOLCK error from flush_newblk_de...
2016-09-08 Konstantin BelousovWhen logging unlikely UFS_TRUNCATE() failure in ufs_dir...
2016-09-08 Konstantin BelousovWhen externding directory inode in ufs_direnter(),...
2016-09-08 Konstantin BelousovIn dqsync(), when called from quotactl(), um_quotas...
2016-09-08 Konstantin BelousovIn softdep_prealloc(), return early not only for snapsh...
2016-09-08 Konstantin BelousovThere is no need to upgrade the last dvp lock on lookup...
2016-09-08 Konstantin BelousovPartially lift suspension when ffs_reload() finished...
2016-09-07 Alexander MotinMFV r305562: 7259 DS_FIELD_LARGE_BLOCKS is unused
2016-09-07 Alexander MotinMFV r305560: 7278 tuning zfs_arc_max does not impact...
2016-09-06 Warner LoshRenumber the advertising clause.
2016-09-06 Wojciech MacekUpdate Annapurna Alpine HAL to a newer version.
2016-09-05 Martin MatuskaMFV r305420:
2016-09-04 Dag-Erling SmørgravUpgrade to Unbound 1.5.9.
2016-09-03 Dimitry AndricUpdate compiler-rt to 3.9.0 release, and update the...
2016-09-03 Alexander MotinMFC r305337: 7004 dmu_tx_hold_zap() does dnode_hold...
2016-09-03 Alexander MotinMFV r305336: 7247 zfs receive of deduplicated stream...
2016-09-03 Alexander MotinMFV r305335: 7003 zap_lockdir() should tag hold
2016-09-03 Alexander MotinMFV r304157:
2016-09-03 Alexander MotinMFV r304156: 7235 remove unused func dsl_dataset_set_blkptr
2016-09-03 Alexander MotinMFV r304159: 7277 zdb should be able to print zfs_dbgmsg's
2016-09-03 Alexander MotinMFV r304155: 7090 zfs should improve allocation order...
2016-09-03 Alexander MotinMFV r303081: 7163 ztest failures due to excess error...
2016-09-03 Alexander MotinMFV r303080: 6451 ztest fails due to checksum errors
2016-09-03 Alexander MotinMFV r303079:
2016-09-03 Alexander MotinMFV r303078:
2016-09-03 Alexander MotinMFV r303077:
2016-09-03 Alexander MotinMFV r302991: 6950 ARC should cache compressed data
2016-09-02 Dimitry AndricUpdate clang to the final 3.9.0 release. There were...
2016-09-01 Alexander MotinMFV r304158:
2016-09-01 Alexander MotinMFV r302993: 7104 increase indirect block size
2016-09-01 Alexander MotinMFV r302992: 7071 lzc_snapshot does not fill in errlist...
2016-09-01 Alexander MotinMFV r302662: 6447 handful of nvpair cleanups
2016-09-01 Alexander MotinMFV r302661: 7082 bptree_iterate() passes wrong args...
2016-09-01 Alexander MotinMFV r302660: 6314 buffer overflow in dsl_dataset_name
2016-09-01 Alexander MotinMFV r302659: 6931 lib/libzfs: cleanup gcc warnings
2016-09-01 Alexander MotinMFV r302658: 6872 zfs libraries should not allow uninit...
2016-09-01 Alexander MotinMFV r302657: 4521 zfstest is trying to execute evil...
2016-09-01 Alexander MotinMFV r302655: 6873 zfs_destroy_snaps_nvl leaks errlist
2016-09-01 Alexander MotinMFV r302654:
2016-09-01 Alexander MotinMFV r302653: 6111 zfs send should ignore datasets creat...
2016-09-01 Alexander MotinMFV r302651: 7054 dmu_tx_hold_t should use refcount_t...
2016-09-01 Alexander MotinMFV r302648: 7019 zfsdev_ioctl skips secpolicy when...
2016-09-01 Alexander MotinMFV r302647: 6922 Emit ESC_ZFS_VDEV_REMOVE_AUX after...
next