sbin/hammer: Rename sbin/hammer/cmd_pseudofs.c to cmd_pfs.c
[dragonfly.git] / sys /
2015-12-13 Sascha Wildnerkernel/sound: Add back intr_config_hook descriptions.
2015-12-13 Sascha Wildnerkernel/iwm: Add intr_config_hook description.
2015-12-13 Imre Vadaszvirtio_blk: Use contigmalloc/contigfree for vtblk_reque...
2015-12-12 François Tigeotdrm: Add linux/vmalloc.h
2015-12-12 François Tigeotdrm: Add linux/fence.h
2015-12-12 François Tigeotlinux/time.h: Add NSEC_PER_MSEC
2015-12-12 Tomohiro Kusumisys/vfs/hammer: Remove unused count field from hammer_f...
2015-12-11 François Tigeotdrm/i915: Drop AGP driver requirement
2015-12-11 François Tigeotdrm/i915/gem: Remove useless vm_object unlock/relock...
2015-12-11 François Tigeotdrm/i915: Remove duplicated code in i915_gem_fault...
2015-12-11 François Tigeotdrm/i915: Remove duplicated code in i915_gem_fault...
2015-12-11 François Tigeotdrm/i915: Remove duplicated code in i915_gem_fault...
2015-12-11 Tomohiro Kusumisys/vfs/hammer: Fix wrong parent localization for PFS...
2015-12-11 Tomohiro Kusumisys/vfs/hammer: Use hammer_find_inode()
2015-12-11 Tomohiro Kusumisys/vfs/hammer: Cleanup
2015-12-11 Sepherosa Ziehauif: Bandaid ifa_ifwithnet() for ifaddrs w/ same netmask
2015-12-09 Tomohiro Kusumisys/vfs/hammer: Add hammer_xlate_to_phys()
2015-12-09 Tomohiro Kusumisys/vfs/hammer: Cleanup assertion for zone
2015-12-09 Tomohiro Kusumisys/vfs/hammer: Make hammer_bnew*() call _hammer_bread()
2015-12-09 Tomohiro Kusumisys/vfs/hammer: Remove unused waitfor field from vsyncs...
2015-12-09 Tomohiro Kusumisys/vfs/hammer: Make struct hammer_sync_info file local
2015-12-09 Tomohiro Kusumisys/vfs/hammer: Remove unused lock free_lock
2015-12-09 Sepherosa Ziehauinpcb: Split portinfo token into tokens for porthash...
2015-12-08 Tomohiro Kusumisys/vfs/hammer: Make offset kprintf message explicit
2015-12-08 Tomohiro Kusumisys/vfs/hammer: Make hammer_io_flush_mark() inline
2015-12-08 Tomohiro Kusumisys/vfs/hammer: Use HAMMER_ENCODE() for hammer_mod_rb_c...
2015-12-08 Tomohiro Kusumisys/vfs/hammer: Fix wrong comment on zone2 offset
2015-12-08 Sascha Wildnerkernel: Silence two unused variables warnings without...
2015-12-08 Tomohiro Kusumisys/vfs/hammer: Move hammer_buf_xxx_io() to _KERNEL
2015-12-08 Tomohiro Kusumisys/vfs/hammer: Make bio ops static
2015-12-07 Tomohiro Kusumisys/vfs/hammer: Add hammer_buf_peek_io()/hammer_buf_att...
2015-12-07 Tomohiro Kusumisys/vfs/hammer: Add comments on struct worklist
2015-12-07 Tomohiro Kusumisys/vfs/hammer: Remove union hammer_io_structure
2015-12-07 Imre Vadaszkqueue: Make EVFILT_TIMER mpsafe, by modifying kq_ncall...
2015-12-07 Sepherosa Ziehauigb: Fix DMACR settings
2015-12-07 Sepherosa Ziehauinpcb: Push porthash token down a bit and use atomic...
2015-12-06 Tomohiro Kusumisys/vfs/hammer: Add lo_to_pfs()/pfs_to_lo() macros
2015-12-06 Tomohiro Kusumisys/vfs/hammer: Remove unused global variables and...
2015-12-06 Tomohiro Kusumisys/vfs/hammer: Use hammer_vfs_root()
2015-12-06 Tomohiro Kusumisys/vfs/hammer: Define HAMMER_MAX_PFS in hammer_disk.h
2015-12-06 Tomohiro Kusumisys/vfs/hammer: Use bitwise OR to generate ondisk local...
2015-12-04 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-12-04 John MarinoMerge branch 'vendor/GCC50'
2015-12-04 Ben Woolleykqueue: Bring in EV_RECEIPT and EV_DISPATCH from FreeBSD
2015-12-04 Sepherosa Ziehauatomic: Fix atomic_cmpset_long prototype
2015-12-04 Sepherosa Ziehauatomic: Add atomic_cmpset_short
2015-12-04 Sepherosa Ziehausocket: so_ref 0->1 transition is valid for an aborted...
2015-12-03 Tomohiro Kusumisys/vfs/hammer: Add hammer_is_zone2|direct_mapped_index()
2015-12-03 Tomohiro Kusumisys/vfs/hammer: Add/fix comments on B-Tree node
2015-12-03 Tomohiro Kusumisys/vfs/hammer: Cleanup unnecessary cast
2015-12-03 Sepherosa Ziehauix: Update to Intel ix-2.8.2
2015-12-03 Sepherosa Ziehauifmedia: Add two helper functions for ifmedia_add and...
2015-12-02 Imre Vadaszdrm: fb_get_options() can just use the unmodified conne...
2015-12-02 Sascha Wildnerdevfs(9): Rename DEVFS_DECLARE_CLONE_BITMAP to DEVFS_DE...
2015-12-02 Tomohiro Kusumisys/vfs/hammer: Add/fix comments on volume header
2015-12-02 Tomohiro Kusumisys/vfs/hammer: Cast HAMMER_BLOCKMAP_LAYER1|2_INDEX...
2015-12-01 Imre Vadaszsyscons: Fixup kms_draw() after change for xpad variabl...
2015-12-01 Tomohiro Kusumisys/vfs/hammer: Cast HAMMER_BLOCKMAP_RADIX1|2 macros...
2015-12-01 Tomohiro Kusumisys/vfs/hammer: Remove HAMMER_BLOCKMAP_RADIX1|2_PERBUFF...
2015-12-01 Tomohiro Kusumisys/vfs/hammer: Add/fix comments on zones
2015-12-01 Tomohiro Kusumisys/vfs/hammer: Cleanup hammer_alloc_data()
2015-11-30 François Tigeotdrm: Add BUILD_BUG_ON_MSG()
2015-11-30 Tomohiro Kusumisys/vfs/hammer: Add/fix comments on ondisk formats
2015-11-30 Tomohiro Kusumisys/vfs/hammer: Use hammer_modify_buffer_noundo()
2015-11-30 Sepherosa Ziehaukevent: Reduce kqueue token contention
2015-11-30 Sepherosa Ziehaukevent: Fix comment and remove extra blank line
2015-11-30 Sepherosa Ziehauhammer: Always set noatime for hammerfs
2015-11-29 Sascha Wildnerkernel: Better separate the "deprecated" spinlocks...
2015-11-29 Sascha Wildnerkernel: Clean up the "deprecated" spinlock stuff a...
2015-11-29 Sascha Wildnerkernel/drm: Make i915 and radeon compilable into the...
2015-11-29 Sascha Wildnerkernel/drm: Move the CONFIG_* options to header files.
2015-11-29 François Tigeotdrm: Stop ignoring the second argument of drm_free()
2015-11-29 Tomohiro Kusumisys/vfs/hammer: Remove HAMMER_ITIMES_XXX macros
2015-11-29 Tomohiro Kusumisys/vfs/hammer: Remove integrity_crc field of ondisk...
2015-11-29 Tomohiro Kusumisys/vfs/hammer: Remove time/freq fields of ondisk PFS
2015-11-29 Sascha Wildneri386 removal, part 46/x: Remove sys/cpu/i386.
2015-11-29 Tomohiro Kusumisys/vfs/hammer: Remove #if0'd hammer_mirror_write()
2015-11-29 Tomohiro Kusumisys/vfs/hammer: Remove #if0'd obsolete symlink format
2015-11-29 Tomohiro Kusumisys/vfs/hammer: Remove #if0'd debug kprintfs
2015-11-29 Tomohiro Kusumisys/vfs/hammer: Remove DEBUG_TRUNCATE flag
2015-11-28 Imre Vadaszkern: Support hh modifier in ksscanf (needed for drm...
2015-11-28 Tomohiro Kusumisys/vfs/hammer: Remove HAMMER_VOLF_VALID|OPEN macros
2015-11-28 Tomohiro Kusumisys/vfs/hammer: Remove HAMMER_HEAD_FLAG_FREE macro
2015-11-28 Tomohiro Kusumisys/vfs/hammer: Remove HAMMER_HEAD_TYPE_42|45 macros
2015-11-28 Tomohiro Kusumisys/vfs/hammer: #if0 HAMMER_BIGBLOCK_OVERFILL
2015-11-28 Sepherosa Ziehaukevent: Mark file_filtops and kqread_filtops MPSAFE
2015-11-28 Sepherosa Ziehaukevent: Fix comment
2015-11-28 Tomohiro Kusumihammer: Change u_int{8,16,32,64}_t to uint{8,16,32...
2015-11-27 Imre Vadászdrm/i915: Use fb->pitches[0] for stride. Remove duplica...
2015-11-27 Imre Vadászsyscons: Get rid of xpad variable by adjusting loop...
2015-11-27 Sepherosa Ziehausocket: Make sure that accept queues are empty before...
2015-11-27 Sepherosa Ziehausocket: Make sure so_refs will not go from 0 to 1
2015-11-27 Sepherosa Ziehausocket: Remove fo_ioctl(FIONBIO) for sockets.
2015-11-27 Sepherosa Ziehauem/emx/igb: Properly set status for manually configured...
2015-11-27 Sepherosa Ziehaumxge: Always send the current media (optics) back to...
2015-11-26 zrjdrm: Implement simple broken EDID override by loading...
2015-11-26 François Tigeotlinux/ww_mutex.h: Remove a wrong assert
2015-11-26 Sepherosa Ziehaumxge: Integrate ifmedia flow control support.
2015-11-26 Sepherosa Ziehaumxge: Fix ifmedia related bits
2015-11-26 Sepherosa Ziehauix: Integrate ifmedia flow control support.
next