1. f48ad61 IB/hfi1: Move driver out of staging by Dennis Dalessandro · 8 years ago
  2. e11ffbd IB/hfi1: Do not free hfi1 cdev parent structure early by Dennis Dalessandro · 8 years ago
  3. 8a1882e IB/hfi1: Add trace message in user IOCTL handling by Dennis Dalessandro · 8 years ago
  4. 380fb94 IB/hfi1: Remove write(), use ioctl() for user cmds by Dennis Dalessandro · 8 years ago
  5. 8d970cf IB/hfi1: Add ioctl() interface for user commands by Dennis Dalessandro · 8 years ago
  6. ac56f16 IB/hfi1: Remove unused user command by Dennis Dalessandro · 8 years ago
  7. 0f7b1f9 IB/hfi1: Remove snoop/diag interface by Dennis Dalessandro · 8 years ago
  8. d079031 IB/hfi1: Remove EPROM functionality from data device by Dennis Dalessandro · 8 years ago
  9. 7312f29 IB/hfi1: Remove UI char device by Dennis Dalessandro · 8 years ago
  10. 0eb6265 IB/hfi1: Remove multiple device cdev by Dennis Dalessandro · 8 years ago
  11. f3225c3 IB/hfi1: Remove anti-pattern in cdev init by Dennis Dalessandro · 8 years ago
  12. b583faf IB/hfi1: Fix bug that blocks process on exit after port bounce by Jianxin Xiong · 8 years ago
  13. f70f5f6 IB/qib: Remove unused qib_7322_intr_msgs[] by Jubin John · 8 years ago
  14. 46aa5ba IB/hfi1: Remove unnecessary comment by Ira Weiny · 8 years ago
  15. eac7193 IB/hfi1: Fix sdma_event_names[] build warning by Jubin John · 8 years ago
  16. 49961f8 IB/rdmavt: Use kzalloc_node by Jubin John · 8 years ago
  17. 654b643 IB/rdmavt: Insure QP vmalloc variants zero memory by Mike Marciniszyn · 8 years ago
  18. 9565c6a IB/hfi1: Fix an interval RB node reference count leak by Mitko Haralanov · 8 years ago
  19. c7de572 blk-mq: clear q->mq_ops if init fail by Ming Lin · 8 years ago
  20. c7d73af pnfs: pnfs_update_layout needs to consider if strict iomode checking is on by Tom Haynes · 8 years ago
  21. 602c4cd nfs/flexfiles: Use the layout segment for reading unless it a IOMODE_RW and reading is disabled by Tom Haynes · 8 years ago
  22. 1dc2c9f Documentation/hwmon: Update links in max34440 by Glenn Dayton · 8 years ago
  23. 54f0ffc hwmon: (emc2103) Fix typo in MODULE_PARM_DESC by Dan Carpenter · 8 years ago
  24. 6124872 Merge branch 'mlx4-stats-fixes' by David S. Miller · 8 years ago
  25. f73a6f4 net/mlx4_en: get rid of private net_device_stats by Eric Dumazet · 8 years ago
  26. 9ed17db17 net/mlx4_en: get rid of ret_stats by Eric Dumazet · 8 years ago
  27. 45acbac net/mlx4_en: clear some TX ring stats in mlx4_en_clear_stats() by Eric Dumazet · 8 years ago
  28. 63a664b net/mlx4_en: fix tx_dropped bug by Eric Dumazet · 8 years ago
  29. bed187b sctp: fix double EPs display in sctp_diag by Xin Long · 8 years ago
  30. 3424d9b net: arc: trivial: Replace comma with a semicolon by Marek Vasut · 8 years ago
  31. 643d60b net: stmmac: Fix incorrect memcpy source memory by Marek Vasut · 8 years ago
  32. 0023541 restore killability of old mutex_lock_killable(&inode->i_mutex) users by Al Viro · 8 years ago
  33. 887bddf add down_write_killable_nested() by Al Viro · 8 years ago
  34. d42b386 update D/f/directory-locking by Al Viro · 8 years ago
  35. 53b74ed Revert "mtd: atmel_nand: Support variable RB_EDGE interrupts" by Wenyou Yang · 8 years ago
  36. 2f7c3a1 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  37. f89eae4 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  38. bdc6b75 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  39. dca6b41 Yama: fix double-spinlock and user access in atomic context by Jann Horn · 8 years ago
  40. 26c5f03 net: alx: use custom skb allocator by Feng Tang · 8 years ago
  41. c4a3460 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  42. e536030 ceph: fix wake_up_session_cb() by Yan, Zheng · 8 years ago
  43. 9abd4db ceph: don't use truncate_pagecache() to invalidate read cache by Yan, Zheng · 8 years ago
  44. b109eec6 ceph: SetPageError() for writeback pages if writepages fails by Yan, Zheng · 8 years ago
  45. ad15ec0 ceph: handle interrupted ceph_writepage() by Yan, Zheng · 8 years ago
  46. a78bbd4 ceph: make ceph_update_writeable_page() uninterruptible by Yan, Zheng · 8 years ago
  47. 0e76abf libceph: make ceph_osdc_wait_request() uninterruptible by Yan, Zheng · 8 years ago
  48. f0b33df ceph: handle -EAGAIN returned by ceph_update_writeable_page() by Yan, Zheng · 8 years ago
  49. 6ce026e ceph: make fault/page_mkwrite return VM_FAULT_OOM for -ENOMEM by Yan, Zheng · 8 years ago
  50. 4f7e89f ceph: block non-fatal signals for fault/page_mkwrite by Yan, Zheng · 8 years ago
  51. 3b33f69 ceph: make logical calculation functions return bool by Zhang Zhuoyu · 8 years ago
  52. 224a754 ceph: tolerate bad i_size for symlink inode by Yan, Zheng · 8 years ago
  53. 1b1bc16 ceph: improve fragtree change detection by Yan, Zheng · 8 years ago
  54. a4b7431 ceph: keep leaf frag when updating fragtree by Yan, Zheng · 8 years ago
  55. 4217211 ceph: fix dir_auth check in ceph_fill_dirfrag() by Yan, Zheng · 8 years ago
  56. a407846 ceph: don't assume frag tree splits in mds reply are sorted by Yan, Zheng · 8 years ago
  57. 209ae76 ceph: fix inode reference leak by Yan, Zheng · 8 years ago
  58. f3c4ebe ceph: using hash value to compose dentry offset by Yan, Zheng · 8 years ago
  59. 076c40f ceph: don't forbid marking directory complete after forward seek by Yan, Zheng · 8 years ago
  60. 8974eeb ceph: record 'offset' for each entry of readdir result by Yan, Zheng · 8 years ago
  61. 956d39d ceph: define 'end/complete' in readdir reply as bit flags by Yan, Zheng · 8 years ago
  62. 2a5beea ceph: define struct for dir entry in readdir reply by Yan, Zheng · 8 years ago
  63. a78600e ceph: simplify 'offset in frag' by Yan, Zheng · 8 years ago
  64. 1cd42a4 ceph: remove unnecessary checks in __dcache_readdir by Yan, Zheng · 8 years ago
  65. c530cd2 ceph: search cache postion for dcache readdir by Yan, Zheng · 8 years ago
  66. 04303d8 ceph: use CEPH_MDS_OP_RMXATTR request to remove xattr by Yan, Zheng · 8 years ago
  67. 3f38495 ceph: report mount root in session metadata by Yan, Zheng · 8 years ago
  68. aeda081 ceph: don't show symlink target in debugfs/mdsc by Yan, Zheng · 8 years ago
  69. 6c93df5 ceph: don't call truncate_pagecache in ceph_writepages_start by Yan, Zheng · 8 years ago
  70. 7731032 ceph: renew caps for read/write if mds session got killed. by Yan, Zheng · 8 years ago
  71. d463a43 ceph: CEPH_FEATURE_MDSENC support by Yan, Zheng · 8 years ago
  72. 235a098 ceph: multiple filesystem support by Yan, Zheng · 8 years ago
  73. 737cc81e libceph: support for subscribing to "mdsmap.<id>" maps by Ilya Dryomov · 8 years ago
  74. 7cca78c libceph: replace ceph_monc_request_next_osdmap() by Ilya Dryomov · 8 years ago
  75. b4f3479 libceph: take osdc->lock in osdmap_show() and dump flags in hex by Ilya Dryomov · 8 years ago
  76. 4609245 libceph: pool deletion detection by Ilya Dryomov · 8 years ago
  77. d0b1970 libceph: async MON client generic requests by Ilya Dryomov · 8 years ago
  78. b07d3c4 libceph: support for checking on status of watch by Ilya Dryomov · 8 years ago
  79. 1907920 libceph: support for sending notifies by Ilya Dryomov · 8 years ago
  80. 922dab6 libceph, rbd: ceph_osd_linger_request, watch/notify v2 by Ilya Dryomov · 8 years ago
  81. c525f03 rbd: rbd_dev_header_unwatch_sync() variant by Ilya Dryomov · 8 years ago
  82. 42b0696 libceph: wait_request_timeout() by Ilya Dryomov · 8 years ago
  83. 3540bfd libceph: request_init() and request_release_checks() by Ilya Dryomov · 8 years ago
  84. 5aea3dc libceph: a major OSD client update by Ilya Dryomov · 8 years ago
  85. 9dd2845 libceph: protect osdc->osd_lru list with a spinlock by Ilya Dryomov · 8 years ago
  86. 7a28f59 libceph: allocate ceph_osd with GFP_NOFAIL by Ilya Dryomov · 8 years ago
  87. 0247a0c libceph: osd_init() and osd_cleanup() by Ilya Dryomov · 8 years ago
  88. 42c1b12 libceph: handle_one_map() by Ilya Dryomov · 8 years ago
  89. 0985b65 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  90. 55c1c7b2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  91. e92677d Merge tag 'acpi-4.7-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  92. e5253a7 libceph: allocate dummy osdmap in ceph_osdc_init() by Ilya Dryomov · 8 years ago
  93. fbca963 libceph: schedule tick from ceph_osdc_init() by Ilya Dryomov · 8 years ago
  94. b37ee1b libceph: move schedule_delayed_work() in ceph_osdc_init() by Ilya Dryomov · 8 years ago
  95. fe5da05 libceph: redo callbacks and factor out MOSDOpReply decoding by Ilya Dryomov · 8 years ago
  96. 85e084f libceph: drop msg argument from ceph_osdc_callback_t by Ilya Dryomov · 8 years ago
  97. bb873b5 libceph: switch to calc_target(), part 2 by Ilya Dryomov · 8 years ago
  98. a66dd38 libceph: switch to calc_target(), part 1 by Ilya Dryomov · 8 years ago
  99. 63244fa libceph: introduce ceph_osd_request_target, calc_target() by Ilya Dryomov · 8 years ago
  100. 04812ac libceph: pi->min_size, pi->last_force_request_resend by Ilya Dryomov · 8 years ago