1. 2eff192 dm mpath: cleanup 'struct dm_mpath_io' management code by Mike Snitzer · 9 years ago
  2. 8637a6b dm mpath: use blk-mq pdu for per-request 'struct dm_mpath_io' by Mike Snitzer · 9 years ago
  3. 591ddcf dm: allow immutable request-based targets to use blk-mq pdu by Mike Snitzer · 9 years ago
  4. 30187e1 dm: rename target's per_bio_data_size to per_io_data_size by Mike Snitzer · 9 years ago
  5. eca7ee6 dm: distinquish old .request_fn (dm-old) vs dm-mq request-based DM by Mike Snitzer · 9 years ago
  6. c5248f7 dm: remove support for stacking dm-mq on .request_fn device(s) by Mike Snitzer · 9 years ago
  7. 818c5f3 dm: fix a couple locking issues with use of block interfaces by Mike Snitzer · 9 years ago
  8. 6e5c830 cgroup: make cgroup subsystem masks u16 by Tejun Heo · 9 years ago
  9. 996cd1f cgroup: use do_each_subsys_mask() where applicable by Tejun Heo · 9 years ago
  10. b4e0eea cgroup: convert for_each_subsys_which() to do-while style by Tejun Heo · 9 years ago
  11. 8699b77 cgroup: s/child_subsys_mask/subtree_ss_mask/ by Tejun Heo · 9 years ago
  12. 5eb385c Revert "cgroup: add cgroup_subsys->css_e_css_changed()" by Tejun Heo · 9 years ago
  13. b598dde cgroup: fix error return value of cgroup_addrm_files() by Tejun Heo · 9 years ago
  14. b950762 ARM: dts: n900: Rename isp1704 to isp1707 to match correct name by Pali Rohár · 9 years ago
  15. c4e3158 staging: lustre: Remove LASSERTS from router checker by Doug Oucharek · 9 years ago
  16. e9f2591 staging: lustre: Use lnet_is_route_alive for router aliveness by Chris Horn · 9 years ago
  17. 95fc293 staging: lustre: Allocate the correct number of rtr buffers by Amir Shehata · 9 years ago
  18. 83c991b staging: lustre: use sock.h in only acceptor.c by James Simmons · 9 years ago
  19. 0cf56a1 staging: lustre: avoid race during lnet acceptor thread termination by Bruno Faccini · 9 years ago
  20. 349183a staging: lustre: remove unnecessary EXPORT_SYMBOL from lnet layer by Frank Zago · 9 years ago
  21. 1a9be84 staging: lustre: remove messages from lazy portal on NI shutdown by Amir Shehata · 9 years ago
  22. 341bc96 staging: lustre: prevent assert on LNet module unload by Amir Shehata · 9 years ago
  23. 94bfb3c staging: lustre: assume a kernel build by John L. Hammond · 9 years ago
  24. 7f8b70e staging: lustre: improvement to router checker by Amir Shehata · 9 years ago
  25. 1ccde72 staging: lustre: handle lnet_check_routes() errors by Amir Shehata · 9 years ago
  26. 5af8a05 staging: lustre: return -EEXIST if NI is not unique by Amir Shehata · 9 years ago
  27. 445c6a1 staging: lustre: reject invalid net configuration for lnet by Amir Shehata · 9 years ago
  28. 7ee3842 staging: lustre: startup lnet acceptor thread dynamically by Amir Shehata · 9 years ago
  29. 24af3e16 staging: lustre: missed a few cases of using NULL instead of 0 by Frank Zago · 9 years ago
  30. 505510f staging: lustre: make some lnet functions static by Frank Zago · 9 years ago
  31. be8240a staging: lustre: return appropriate errno when adding route by Amir Shehata · 9 years ago
  32. 9c26b89 staging: lustre: improve LNet clean up code and API by Amir Shehata · 9 years ago
  33. fe7cb65 staging: lustre: remove LUSTRE_{,SRV_}LNET_PID by John L. Hammond · 9 years ago
  34. 09f2f17 staging: lustre: make local functions static for LNet ni by Frank Zago · 9 years ago
  35. edeb5d8 staging: lustre: DLC user/kernel space glue code by Amir Shehata · 9 years ago
  36. 8766cd12 staging: lustre: fix crash due to NULL networks string by Amir Shehata · 9 years ago
  37. 2e9a51b staging: lustre: Dynamic LNet Configuration (DLC) show command by Amir Shehata · 9 years ago
  38. 1290932 staging: lustre: Dynamic LNet Configuration (DLC) IOCTL changes by Amir Shehata · 9 years ago
  39. 41cfd64 intel_pstate: Update frequencies of policy->cpus only from ->set_policy() by Viresh Kumar · 9 years ago
  40. 922ec35 f2fs crypto: avoid unneeded memory allocation when {en/de}crypting symlink by Chao Yu · 9 years ago
  41. ae10866 f2fs crypto: handle unexpected lack of encryption keys by Chao Yu · 9 years ago
  42. ed3360a f2fs crypto: make sure the encryption info is initialized on opendir(2) by Chao Yu · 9 years ago
  43. 28bc106 f2fs: support revoking atomic written pages by Chao Yu · 9 years ago
  44. 29b96b5 f2fs: split drop_inmem_pages from commit_inmem_pages by Chao Yu · 9 years ago
  45. 7d9dfa1 f2fs: avoid garbage lenghs in dentries by Jaegeuk Kim · 9 years ago
  46. a263669 f2fs crypto: sync with ext4's fname padding by Jaegeuk Kim · 9 years ago
  47. 60b286c f2fs: use correct errno by Jaegeuk Kim · 9 years ago
  48. 745e849 f2fs crypto: add missing locking for keyring_key access by Jaegeuk Kim · 9 years ago
  49. 1dafa51 f2fs crypto: check for too-short encrypted file names by Jaegeuk Kim · 9 years ago
  50. ce855a3 f2fs crypto: f2fs_page_crypto() doesn't need a encryption context by Jaegeuk Kim · 9 years ago
  51. 0fac2d5 f2fs crypto: fix spelling typo in comment by Jaegeuk Kim · 9 years ago
  52. 66aa3e1 f2fs crypto: replace some BUG_ON()'s with error checks by Jaegeuk Kim · 9 years ago
  53. 8ef2af45 f2fs: increase i_size to avoid missing data by Jaegeuk Kim · 9 years ago
  54. 24b8491 f2fs: preallocate blocks for buffered aio writes by Jaegeuk Kim · 9 years ago
  55. b439b10 f2fs: move dio preallocation into f2fs_file_write_iter by Jaegeuk Kim · 9 years ago
  56. d31c7c3 f2fs: fix missing skip pages info by Yunlei He · 9 years ago
  57. 0c3a579 f2fs: introduce f2fs_submit_merged_bio_cond by Chao Yu · 9 years ago
  58. d48dfc2 f2fs: fix conflict on page->private usage by Jaegeuk Kim · 9 years ago
  59. 17c1912 f2fs: flush bios to handle cp_error in put_super by Jaegeuk Kim · 9 years ago
  60. fa3d2bd f2fs: wait on page's writeback in writepages path by Jaegeuk Kim · 9 years ago
  61. 479c8bc f2fs: fix endianness of on-disk summary_footer by Sheng Yong · 9 years ago
  62. da85985 f2fs: speed up handling holes in fiemap by Chao Yu · 9 years ago
  63. 3cf4574 f2fs: introduce get_next_page_offset to speed up SEEK_DATA by Chao Yu · 9 years ago
  64. 81ca735 f2fs: remove unneeded pointer conversion by Chao Yu · 9 years ago
  65. 5b8db7f f2fs: simplify __allocate_data_blocks by Chao Yu · 9 years ago
  66. 4fe71e8 f2fs: simplify f2fs_map_blocks by Chao Yu · 9 years ago
  67. 8f1dbbb f2fs: introduce lifetime write IO statistics by Shuoran Liu · 9 years ago
  68. 6fe2bc9 f2fs: give scheduling point in shrinking path by Jaegeuk Kim · 9 years ago
  69. 201ef5e f2fs: improve shrink performance of extent nodes by Hou Pengyang · 9 years ago
  70. 4292674 f2fs: don't set cached_en if it will be freed by Jaegeuk Kim · 9 years ago
  71. 43a2fa1 f2fs: move extent_node list operations being coupled with rbtree operation by Jaegeuk Kim · 9 years ago
  72. a03f01f f2fs: reconstruct the code to free an extent_node by Hou Pengyang · 9 years ago
  73. 7c50689 f2fs: use wq_has_sleeper for cp_wait wait_queue by Jaegeuk Kim · 9 years ago
  74. 688159b f2fs: avoid unnecessary search while finding victim in gc by Fan Li · 9 years ago
  75. 85ead81 f2fs: delete unnecessary wait for page writeback by Yunlei He · 9 years ago
  76. fec1d65 f2fs: use wait_for_stable_page to avoid contention by Jaegeuk Kim · 9 years ago
  77. 718e53f f2fs: enhance foreground GC by Chao Yu · 9 years ago
  78. e3ef187 f2fs: don't need to call set_page_dirty for io error by Jaegeuk Kim · 9 years ago
  79. ae96e7bd f2fs: avoid needless sync_inode_page when reading inline_data by Jaegeuk Kim · 9 years ago
  80. 52f8033 f2fs: don't need to sync node page at every time by Jaegeuk Kim · 9 years ago
  81. 2049d4f f2fs: avoid multiple node page writes due to inline_data by Jaegeuk Kim · 9 years ago
  82. 3c082b7 f2fs: do f2fs_balance_fs when block is allocated by Jaegeuk Kim · 9 years ago
  83. 6e17bfb f2fs: fix to overcome inline_data floods by Jaegeuk Kim · 9 years ago
  84. 25c1355 f2fs: use writepages->lock for WB_SYNC_ALL by Jaegeuk Kim · 9 years ago
  85. b483fad f2fs: remove needless condition check by Jaegeuk Kim · 9 years ago
  86. 0ab1435 f2fs: correct search area in get_new_segment by Chao Yu · 9 years ago
  87. 2304cb0 f2fs: export dirty_nats_ratio in sysfs by Chao Yu · 9 years ago
  88. 7d768d2 f2fs: flush dirty nat entries when exceeding threshold by Chao Yu · 9 years ago
  89. 0fd785e f2fs: relocate is_merged_page by Chao Yu · 9 years ago
  90. c87b3e9 arm64: EXYNOS: Consolidate ARCH_EXYNOS7 symbol into ARCH_EXYNOS by Krzysztof Kozlowski · 9 years ago
  91. 203f974 Merge branch 'clk-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux into next/soc64 by Krzysztof Kozlowski · 9 years ago
  92. 706d5c7 clk: Update some outdated comments by Stephen Boyd · 9 years ago
  93. f0c8b46 mbcache2: Use referenced bit instead of LRU by Jan Kara · 9 years ago
  94. 97c3160 ecryptfs_encrypt_and_encode_filename(): drop unused argument by Al Viro · 9 years ago
  95. a13b645 vfio/pci: Expose shadow ROM as PCI option ROM by Alex Williamson · 9 years ago
  96. f572a96 vfio/pci: Intel IGD host and LCP bridge config space access by Alex Williamson · 9 years ago
  97. 5846ff5 vfio/pci: Intel IGD OpRegion support by Alex Williamson · 9 years ago
  98. 345d710 vfio/pci: Enable virtual register in PCI config space by Alex Williamson · 9 years ago
  99. 28541d4 vfio/pci: Add infrastructure for additional device specific regions by Alex Williamson · 9 years ago
  100. c7bb4cb vfio: Define device specific region type capability by Alex Williamson · 9 years ago