1. bbb3eb9 ufs_inode_get{frag,block}(): consolidate success exits by Al Viro · 9 years ago
  2. 71dd428 ufs: use the branch depth in ufs_getfrag_block() by Al Viro · 9 years ago
  3. 4b7068c ufs: move calculation of offsets into ufs_getfrag_block() by Al Viro · 9 years ago
  4. 5a39c25 ufs_inode_get{frag,block}(): get rid of retries by Al Viro · 9 years ago
  5. f53bd14 __ufs_truncate_blocks(): avoid excessive dirtying of indirect blocks by Al Viro · 9 years ago
  6. cc7231e free_full_branch(): don't bother modifying the block we are going to free by Al Viro · 9 years ago
  7. b6eede0 move marking inode dirty to the end of __ufs_truncate_blocks() by Al Viro · 9 years ago
  8. 163073d free_full_branch(): saner calling conventions by Al Viro · 9 years ago
  9. 7b4e4f7 ufs_trunc_branch(): kill recursion by Al Viro · 9 years ago
  10. 6aab6dd ufs_trunc_branch(): massage towards killing recursion by Al Viro · 9 years ago
  11. 6d1ebbc split ufs_truncate_branch() into full- and partial-branch variants by Al Viro · 9 years ago
  12. a138b4b ufs: unify the logics for collecting adjacent data blocks to free by Al Viro · 9 years ago
  13. a965742 ufs_trunc_branch(): separate the calls with non-NULL offsets by Al Viro · 9 years ago
  14. 97e0f8f ufs_trunc_branch(): never call with offsets != NULL && depth2 == 0 by Al Viro · 9 years ago
  15. 4243273 __ufs_trunc_blocks(): turn the part after switch into a loop by Al Viro · 9 years ago
  16. ef3a315 __ufs_truncate_blocks(): unify freeing the full branches by Al Viro · 9 years ago
  17. 9e0fbbd unify ufs_trunc_..indirect() by Al Viro · 9 years ago
  18. 6775e24 ufs_trunc_..indirect(): more massage towards unifying by Al Viro · 9 years ago
  19. 8541628 ufs_trunc_...indirect(): pass the array of indices instead of offsets by Al Viro · 9 years ago
  20. 7a4fdda __ufs_truncate(); find cutoff distances into branches by offsets[] array by Al Viro · 9 years ago
  21. 7bad593 ufs_trunc_dindirect(): pass the number of blocks to keep by Al Viro · 9 years ago
  22. 6ac36b8 ufs_trunc_indirect(): pass the index of the first pointer to free by Al Viro · 9 years ago
  23. 18ca51d ufs_trunc_tindirect(): pass the number of blocks to keep by Al Viro · 9 years ago
  24. 31cd043 ufs: beginning of __ufs_truncate_block() massage by Al Viro · 9 years ago
  25. 4e3911f ufs: the offsets ufs_block_to_path() puts into array are not sector_t by Al Viro · 9 years ago
  26. 010d331 ufs: move truncate code into inode.c by Al Viro · 9 years ago
  27. 0d23cf7 ufs: no retries are needed on truncate by Al Viro · 9 years ago
  28. 6878579 ufs: ufs_trunc_...() has exclusion with everything that might cause allocations by Al Viro · 9 years ago
  29. 6a799d3 ufs: ufs_trunc_direct() always returns 0 by Al Viro · 9 years ago
  30. dff7cfd ufs: kill lock_ufs() by Al Viro · 9 years ago
  31. 724bb09 ufs: don't use lock_ufs() for block pointers tree protection by Al Viro · 9 years ago
  32. 4af7b2c ufs: bforget() indirect blocks before freeing them by Al Viro · 9 years ago
  33. 493b453 ufs: move lock_ufs() down into __ufs_truncate_blocks() by Al Viro · 9 years ago
  34. 2401aa2 ufs: move truncate_setsize() down into ufs_truncate() by Al Viro · 9 years ago
  35. 3b7a3a0 ufs: free excessive blocks upon ->write_begin() failure/short copy by Al Viro · 9 years ago
  36. d622f167 ufs: switch ufs_evict_inode() to trimmed-down variant of ufs_truncate() by Al Viro · 9 years ago
  37. f3e0f3d ufs: kill more lock_ufs() calls by Al Viro · 9 years ago
  38. d770e55 Linux 4.2-rc1 by Linus Torvalds · 9 years ago
  39. a585d2b Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
  40. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  41. 9b284cb bluetooth: fix list handling by Linus Torvalds · 9 years ago
  42. 5c755fe Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  43. 6d7c8e1 Merge tag 'ntb-4.2' of git://github.com/jonmason/ntb by Linus Torvalds · 9 years ago
  44. 0f1db7d 9p: cope with bogus responses from server in p9_client_{read,write} by Al Viro · 9 years ago
  45. 67e808f p9_client_write(): avoid double p9_free_req() by Al Viro · 9 years ago
  46. a84b69c 9p: forgetting to cancel request on interrupted zero-copy RPC by Al Viro · 9 years ago
  47. 43c3dd0 dax: bdev_direct_access() may sleep by Matthew Wilcox · 9 years ago
  48. bbab37d block: Add support for DAX reads/writes to block devices by Matthew Wilcox · 9 years ago
  49. 872eb12 dax: Use copy_from_iter_nocache by Matthew Wilcox · 9 years ago
  50. 44f4c05 dax: Add block size note to documentation by Matthew Wilcox · 9 years ago
  51. 1b3618b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  52. bf44fe4 NTB: Add split BAR output for debugfs stats by Dave Jiang · 9 years ago
  53. fd839bf NTB: Change WARN_ON_ONCE to pr_warn_once on unsafe by Dave Jiang · 9 years ago
  54. 7eb3878 NTB: Print driver name and version in module init by Dave Jiang · 9 years ago
  55. 9891417 NTB: Increase transport MTU to 64k from 16k by Dave Jiang · 9 years ago
  56. 2f887b9 NTB: Rename Intel code names to platform names by Dave Jiang · 9 years ago
  57. a41ef05 NTB: Default to CPU memcpy for performance by Dave Jiang · 9 years ago
  58. 06917f7 NTB: Improve performance with write combining by Dave Jiang · 9 years ago
  59. 0e041fb NTB: Use NUMA memory in Intel driver by Allen Hubbe · 9 years ago
  60. 1199aa6 NTB: Use NUMA memory and DMA chan in transport by Allen Hubbe · 9 years ago
  61. 2876228 NTB: Rate limit ntb_qp_link_work by Allen Hubbe · 9 years ago
  62. 578b881 NTB: Add tool test client by Allen Hubbe · 9 years ago
  63. 963de47 NTB: Add ping pong test client by Allen Hubbe · 9 years ago
  64. 42fefc8 NTB: Add parameters for Intel SNB B2B addresses by Allen Hubbe · 9 years ago
  65. 2849b5d7 NTB: Reset transport QP link stats on down by Allen Hubbe · 9 years ago
  66. c0900b3 NTB: Do not advance transport RX on link down by Allen Hubbe · 9 years ago
  67. e22e0b9 NTB: Differentiate transport link down messages by Allen Hubbe · 9 years ago
  68. dd5d4d8 NTB: Check the device ID to set errata flags by Dave Jiang · 9 years ago
  69. 5ae0beb NTB: Enable link for Intel root port mode in probe by Dave Jiang · 9 years ago
  70. 0f69a7d NTB: Read peer info from local SPAD in transport by Dave Jiang · 9 years ago
  71. e26a584 NTB: Split ntb_hw_intel and ntb_transport drivers by Allen Hubbe · 9 years ago
  72. a1bd3ba NTB: Add NTB hardware abstraction layer by Allen Hubbe · 9 years ago
  73. 14a6f19 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  74. b1be9ea Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  75. 22a093b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  76. c1776a1 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  77. 91cca0f Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  78. ec0337e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  79. b96fecb x86/fpu: Fix boot crash in the early FPU code by Ingo Molnar · 9 years ago
  80. 397f237 sched/numa: Fix numa balancing stats in /proc/pid/sched by Srikar Dronamraju · 9 years ago
  81. e3d24d0 sched/numa: Show numa_group ID in /proc/sched_debug task listings by Srikar Dronamraju · 9 years ago
  82. 6b55c96 sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.h by Srikar Dronamraju · 9 years ago
  83. 5968cec sched/stat: Expose /proc/pid/schedstat if CONFIG_SCHED_INFO=y by Naveen N. Rao · 9 years ago
  84. f6db834 sched/stat: Simplify the sched_info accounting dependency by Naveen N. Rao · 9 years ago
  85. a5cba18 Merge branch 'next' into for-linus by Dmitry Torokhov · 9 years ago
  86. 5c65e7b Merge tag 'topic/drm-fixes-2015-07-04' of git://anongit.freedesktop.org/drm-intel by Linus Torvalds · 9 years ago
  87. 5fc8352 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
  88. e24ff46 drm/crtc: Fix edid length computation by Shixin Zeng · 9 years ago
  89. 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  90. 2fee94b7 Merge tag 'remoteproc-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc by Linus Torvalds · 9 years ago
  91. d033ed9 Merge tag 'hwspinlock-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock by Linus Torvalds · 9 years ago
  92. 6361c84 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  93. 31351f7 Merge tag 'nios2-v4.2' of git://git.rocketboards.org/linux-socfpga-next by Linus Torvalds · 9 years ago
  94. 9a3c284 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 9 years ago
  95. 1e512b0 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  96. 1c65ae6 Merge tag 'fbdev-fixes-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux by Linus Torvalds · 9 years ago
  97. b53343f Merge tag 'edac_urgent_for_4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 9 years ago
  98. 5a8011c crypto: marvell/cesa - another fix up for of_get_named_gen_pool() rename by Stephen Rothwell · 9 years ago
  99. a88464a kvm: add hyper-v crash msrs values by Andrey Smetanin · 9 years ago
  100. b0996ae KVM: x86: remove data variable from kvm_get_msr_common by Nicolas Iooss · 9 years ago