sys/dev/disk/dm: Simplify list eviction
[dragonfly.git] / sys /
2015-10-15 Tomohiro Kusumisys/dev/disk/dm: Simplify list eviction
2015-10-15 Tomohiro Kusumisys/dev/disk/dm: Make rename ioctl return ENOSYS
2015-10-14 Tomohiro Kusumisys/dev/disk/dm: Fix race on pdev create
2015-10-14 Tomohiro Kusumisys/dev/disk/dm: Ignore zero-filled uuid on inserting...
2015-10-14 Tomohiro Kusumisys/vfs/hammer: Panic with "for redo" on insufficient...
2015-10-14 Tomohiro Kusumisys/dev/disk/dm: Cleanups
2015-10-14 Tomohiro Kusumisys/dev/disk/dm: Simplify list eviction
2015-10-14 Tomohiro Kusumisys/dev/disk/dm: Use dm_pdev_rem()
2015-10-14 Tomohiro Kusumisys/dev/disk/dm: Fix cppcheck warning
2015-10-14 Tomohiro Kusumisys/dev/disk/dm: Cleanup DIOCGPART related code
2015-10-14 Tomohiro Kusumisys/dev/disk/dm: Refactor dmioctl()
2015-10-14 Sepherosa Ziehausocket: Simplify soclose_fast by always sending the...
2015-10-14 Sepherosa Ziehausocket: Rename soabort_oncpu -> soabort_direct
2015-10-14 Sepherosa Ziehausocket: Use WAITOK|NULLOK to allocate async connect...
2015-10-14 Sepherosa Ziehautoken: Cache align pooled tokens
2015-10-14 Sepherosa Ziehaukern: Split filehead into multiple heads
2015-10-14 Sepherosa Ziehaukern: Use atomic ops for nfiles and move them out of...
2015-10-13 Markus PfeifferFix detach panic introduced by 67616947
2015-10-12 Sascha Wildnerkernel/acpi: Restructure _OSC eval func a bit. No funct...
2015-10-12 Sascha WildnerRevert "kernel/scsi: Fix sense information printing...
2015-10-11 Tomohiro Kusumisys/dev/disk/dm: Remove unused prototype and wrong...
2015-10-11 Tomohiro Kusumisys/dev/disk/dm: Separate dm_dev_rem_dev() from dm_dev_...
2015-10-11 Tomohiro Kusumisys/dev/disk/dm: Cleanups
2015-10-11 Tomohiro Kusumisys/dev/disk/dm: Change unused dev types to reserved
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Add dm-delay target
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Remove #if0'd code from NetBSD
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Fix wrong ref release
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Don't define target specific defs...
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Remove unused macro MAX_TARGET_STRING_LEN
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Fix typos/etc in kprintf
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Use dm_table_get_entry()
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Conform to style(9)
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Add if(debug) conditional to kprintf...
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Fix DragonFly dm specific whitespace...
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Include sys/buf.h
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Make global dm locks static
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Fix indentation and cleanups
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Remove prototype of not existing function
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Remove unconditional kprintf in strategy()
2015-10-10 Tomohiro Kusumisys/vfs/hammer: Add error messages for crc test failure
2015-10-10 Imre Vadászdrm: Fix drm_ioctl error return values.
2015-10-10 François Tigeotdrm/i915: Add intel_gmch_remove()
2015-10-07 Imre Vadászdrm/drm_fops.c: Sync drm_dequeue_event() and drm_read...
2015-10-07 Sascha Wildnerkernel/ipfw3: Some build fixes.
2015-10-06 Bill Yuanipfw3: lookup_state for keep-state and check-state
2015-10-06 Bill Yuanipfw3: support ip:port in filter from and new filter...
2015-10-06 Bill Yuanipfw3: layer2 filter with lookup table
2015-10-06 Bill Yuanipfw3: shorten func show_filter and MACRO
2015-10-06 Bill Yuanipfw3: filtering with lookup table
2015-10-06 Bill Yuanipfw3: func to (re)name the table
2015-10-06 Bill Yuanipfw3: func to check if val exists in tbl
2015-10-06 Bill Yuanipfw3: misc fix
2015-10-06 Bill Yuanipfw3: support lookup tables
2015-10-06 Matthew Dillondrm - Fix GENMASK()
2015-10-06 Sascha Wildnerkernel/acpi_ec: Fix KTR_ACPI_EC logging for various...
2015-10-05 Sascha Wildnerkernel/ktr: Make room in KTR_TESTLOG's mask for future...
2015-10-05 Sascha Wildnerkernel/ktr: Add some more meaningful tests to KTR_TESTLOG.
2015-10-01 Sascha WildnerSync ACPICA with Intel's version 20150930.
2015-09-30 Sascha Wildnerkernel/sound: Port MIDI support.
2015-09-30 Sascha WildnerRevert "sound: Drop midi support"
2015-09-28 Sascha Wildneri386 removal, part 44/x: Remove a no longer used header.
2015-09-28 Sascha Wildnerkernel/drm: Use #ifdef __DragonFly__ to mark DragonFly...
2015-09-27 François Tigeotdrm/i915: Use gtt.mappable_base
2015-09-27 François Tigeotdrm: Add io_mapping_map_wc()
2015-09-27 François Tigeotdrm: Improve the Linux IO mapping API implementation
2015-09-27 François Tigeotagp: Fix a bug in intel_gtt_get()
2015-09-26 Sepherosa Ziehaurevoke(2): Use unix socket externalize code to handle...
2015-09-26 Sepherosa Ziehaukernel: Allow fhold() in allfiles_scan_exclusive()
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Fix cppcheck warning
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Adjust raw kprintfs using hkprintf...
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Remove ambiguous comment
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Fix wrong comment on ambiguous variable...
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Fix wrong comment on B-Tree node count
2015-09-24 Tomohiro Kusumihammer: Print "B-Tree" (conform to hammer specification)
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Fix incomplete mountctl(2) vop behavior
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Rename HMNT_EXPORTREQ to HMNT_RESERVED
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Conform to style(9)
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Add hpanic() [2/2]
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Add hpanic() [1/2]
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Change hkprintf() to macro and add...
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Change hkprintf() to macro and add...
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Fix error message when volumes are...
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_DIR_INODE_LOCALIZATION()
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Remove #if 1 that no longer has any...
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Remove obsolete macro HAMMER_HEAD|TAIL_...
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Fix possible race on volume-del
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Remove unnecessary header includes
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Remove header includes from hammer.h
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Add header includes to hammer.h
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Add hammer_data_zone(_index) macros
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Remove exceptional zone selection case
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Remove prototype of not existing function
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Remove HAMMER_BUFFER_BITS
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_HBUFSIZE
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Adjust and cleanup _KERNEL
2015-09-24 Tomohiro Kusumisys/vm: Adjust position to define _KERNEL
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Add ifndef/define/endif for headers
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Erase btype of a new boundary on intern...
2015-09-24 Sascha Wildnerlibc/sysctl: Fix the user.* branch.
2015-09-23 Sepherosa Ziehaurevoke(2): Replace 'count' w/ a boolean 'found'
next