1. cb41955 Merge tag 'for-linus-4.11-ofs2' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 8 years ago
  2. 9003ed1 Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  3. 7b46588 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  4. e98bdb3 Merge tag 'v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into for-next by Mike Marshall · 8 years ago
  5. d21b5ff fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 version by Sven Schmidt · 8 years ago
  6. 796f571 procfs: use an enum for possible hidepid values by Lafcadio Wluiki · 8 years ago
  7. a0a07b8 proc: less code duplication in /proc/*/cmdline by Alexey Dobriyan · 8 years ago
  8. 4e4a7fb proc: use rb_entry() by Geliang Tang · 8 years ago
  9. 9633318 userfaultfd_copy: return -ENOSPC in case mm has gone by Mike Rapoport · 8 years ago
  10. ca49ca7 userfaultfd: non-cooperative: add event for exit() notification by Mike Rapoport · 8 years ago
  11. 897ab3e userfaultfd: non-cooperative: add event for memory unmaps by Mike Rapoport · 8 years ago
  12. c791ace mm: replace FAULT_FLAG_SIZE with parameter to huge_fault by Dave Jiang · 8 years ago
  13. a2d5816 mm,fs,dax: change ->pmd_fault to ->huge_fault by Dave Jiang · 8 years ago
  14. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  15. d811914 userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVE by Mike Rapoport · 8 years ago
  16. 1802979 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  17. f1ef09f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  18. 15192b0 Merge tag 'gfs2-4.11.addendum' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 8 years ago
  19. f38e5fb gfs2: Add missing rcu locking for glock lookup by Andrew Price · 8 years ago
  20. bc49a78 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  21. a27fcb0 Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  22. 16e72e9 powerpc: do not make the entire heap executable by Denys Vlasenko · 8 years ago
  23. d94e0c0 nfs: no PG_private waiters remain, remove waker by Nicholas Piggin · 8 years ago
  24. cac6732 userfaultfd: shmem: allow registration of shared memory ranges by Mike Rapoport · 8 years ago
  25. ba6907d userfaultfd: introduce vma_can_userfault by Mike Rapoport · 8 years ago
  26. 369cd21 userfaultfd: hugetlbfs: userfaultfd_huge_must_wait for hugepmd ranges by Mike Kravetz · 8 years ago
  27. cab350a userfaultfd: hugetlbfs: allow registration of ranges containing huge pages by Mike Kravetz · 8 years ago
  28. 09fa529 userfaultfd: non-cooperative: wake userfaults after UFFDIO_UNREGISTER by Andrea Arcangeli · 8 years ago
  29. 05ce772 userfaultfd: non-cooperative: add madvise() event for MADV_DONTNEED request by Pavel Emelyanov · 8 years ago
  30. 90794bf userfaultfd: non-cooperative: optimize mremap_userfaultfd_complete() by Andrea Arcangeli · 8 years ago
  31. 72f8765 userfaultfd: non-cooperative: add mremap() event by Pavel Emelyanov · 8 years ago
  32. d3aadc8 userfaultfd: non-cooperative: dup_userfaultfd: use mm_count instead of mm_users by Mike Rapoport · 8 years ago
  33. 893e26e userfaultfd: non-cooperative: Add fork() event by Pavel Emelyanov · 8 years ago
  34. 6560314 userfaultfd: non-cooperative: report all available features to userland by Andrea Arcangeli · 8 years ago
  35. 9cd75c3 userfaultfd: non-cooperative: add ability to report non-PF events from uffd descriptor by Pavel Emelyanov · 8 years ago
  36. 6dcc27f userfaultfd: non-cooperative: Split the find_userfault() routine by Pavel Emelyanov · 8 years ago
  37. a94720bf userfaultfd: use vma_is_anonymous by Andrea Arcangeli · 8 years ago
  38. 8474901 userfaultfd: convert BUG() to WARN_ON_ONCE() by Andrea Arcangeli · 8 years ago
  39. a4605a6 userfaultfd: correct comment about UFFD_FEATURE_PAGEFAULT_FLAG_WP by Andrea Arcangeli · 8 years ago
  40. b5c66ba 9p: fix a potential acl leak by Cong Wang · 8 years ago
  41. b891fa50 ocfs2: fix deadlock issue when taking inode lock at vfs entry points by Eric Ren · 8 years ago
  42. 439a36b ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lock by Eric Ren · 8 years ago
  43. f420039 mm, dax: change pmd_fault() to take only vmf parameter by Dave Jiang · 8 years ago
  44. d8a849e mm, dax: make pmd_fault() and friends be the same as fault() by Dave Jiang · 8 years ago
  45. 27a7ffa dax: add tracepoints to dax_pmd_insert_mapping() by Ross Zwisler · 8 years ago
  46. 653b2ea dax: add tracepoints to dax_pmd_load_hole() by Ross Zwisler · 8 years ago
  47. 282a8e0 dax: add tracepoint infrastructure, PMD tracing by Ross Zwisler · 8 years ago
  48. 6288d6e Btrfs: use the correct type when creating cow dio extent by Liu Bo · 8 years ago
  49. b151762 Btrfs: fix deadlock between dedup on same file and starting writeback by Filipe Manana · 8 years ago
  50. b206461 Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  51. 3051bf3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  52. 6d1dd93 Merge tag 'pstore-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  53. c9341ee Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  54. cccd9fb block: Revalidate i_bdev reference in bd_aquire() by Jan Kara · 8 years ago
  55. ace0c79 proc/sysctl: Don't grab i_lock under sysctl_lock. by Eric W. Biederman · 8 years ago
  56. 772c8f6 Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  57. 9763dd6 Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 8 years ago
  58. 70fcf5c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
  59. 2bfe01e Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  60. cab7076 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  61. 6c24337 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 8 years ago
  62. 42e1b14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  63. 828cad8 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  64. e9be2ac ext4: rename EXT4_IOC_GOINGDOWN to EXT4_IOC_SHUTDOWN by Theodore Ts'o · 8 years ago
  65. 20dcfe1 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  66. 8d242e9 xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AG by Christoph Hellwig · 8 years ago
  67. 089ec2f xfs: simplify xfs_rtallocate_extent by Christoph Hellwig · 8 years ago
  68. 818551e Merge branch 'for-4.11/next' into for-4.11/linus-merge by Jens Axboe · 8 years ago
  69. 98687f4 gfs2: Use rhashtable walk interface in glock_hash_walk by Herbert Xu · 8 years ago
  70. 71367b3 btrfs: use btrfs_debug instead of pr_debug in transaction abort by Jeff Mahoney · 8 years ago
  71. 21e75ff btrfs: btrfs_truncate_free_space_cache always allocates path by Jeff Mahoney · 8 years ago
  72. 77ab86b btrfs: free-space-cache, clean up unnecessary root arguments by Jeff Mahoney · 8 years ago
  73. 5e00f19 btrfs: convert btrfs_inc_block_group_ro to accept fs_info by Jeff Mahoney · 8 years ago
  74. 0c9ab34 btrfs: flush_space always takes fs_info->fs_root by Jeff Mahoney · 8 years ago
  75. 87bde3c btrfs: pass fs_info to (more) routines that are only called with extent_root by Jeff Mahoney · 8 years ago
  76. fb235dc btrfs: qgroup: Move half of the qgroup accounting time out of commit trans by Qu Wenruo · 8 years ago
  77. 15b3451 btrfs: remove unused parameter from adjust_slots_upwards by David Sterba · 8 years ago
  78. 0e8d931 btrfs: remove unused parameters from __btrfs_write_out_cache by David Sterba · 8 years ago
  79. 7bf1a15 btrfs: remove unused parameter from cleanup_write_cache_enospc by David Sterba · 8 years ago
  80. d75eefd btrfs: remove unused parameter from __add_inode_ref by David Sterba · 8 years ago
  81. 4a0ab9d btrfs: remove unused parameter from clone_copy_inline_extent by David Sterba · 8 years ago
  82. 1a287cf btrfs: remove unused parameters from btrfs_cmp_data by David Sterba · 8 years ago
  83. eeac44c btrfs: remove unused parameter from __add_inline_refs by David Sterba · 8 years ago
  84. e5987e1 btrfs: remove unused parameters from scrub_setup_wr_ctx by David Sterba · 8 years ago
  85. 61d7e4c btrfs: remove unused parameter from create_snapshot by David Sterba · 8 years ago
  86. e4a4dce btrfs: remove unused parameter from init_first_rw_device by David Sterba · 8 years ago
  87. 72b468c btrfs: remove unused parameter from __btrfs_alloc_chunk by David Sterba · 8 years ago
  88. 56e033a btrfs: remove unused parameter from btrfs_fill_super by David Sterba · 8 years ago
  89. 4242b64 btrfs: remove unused parameter from extent_write_cache_pages by David Sterba · 8 years ago
  90. df9f628 btrfs: remove unused parameter from add_pending_csums by David Sterba · 8 years ago
  91. 3d4b949 btrfs: remove unused parameter from update_nr_written by David Sterba · 8 years ago
  92. c2df8bb btrfs: remove unused parameter from submit_extent_page by David Sterba · 8 years ago
  93. f1e3026 btrfs: remove unused parameter from tree_move_next_or_upnext by David Sterba · 8 years ago
  94. ab6a43e btrfs: remove unused parameter from tree_move_down by David Sterba · 8 years ago
  95. 3d3a126 btrfs: remove unused parameter from btrfs_check_super_valid by David Sterba · 8 years ago
  96. 8b74c03 btrfs: remove unused parameter from btrfs_prepare_extent_commit by David Sterba · 8 years ago
  97. 7775c81 btrfs: remove unused parameter from btrfs_subvolume_release_metadata by David Sterba · 8 years ago
  98. 66cb7dd btrfs: remove unused parameter from __push_leaf_left by David Sterba · 8 years ago
  99. 1e47eef btrfs: remove unused parameter from __push_leaf_right by David Sterba · 8 years ago
  100. eece6a9 btrfs: merge two superblock writing helpers by David Sterba · 8 years ago