1. a57cb1c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  2. cf1b334 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  3. 80eabba Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  4. 148deab radix-tree: improve multiorder iterators by Matthew Wilcox · 8 years ago
  5. b35df27 btrfs: fix race in btrfs_free_dummy_fs_info() by Matthew Wilcox · 8 years ago
  6. 4b4bb46 dax: clear dirty entry tags on cache flush by Jan Kara · 8 years ago
  7. 2f89dc1 dax: protect PTE modification on WP fault by radix tree entry lock by Jan Kara · 8 years ago
  8. a6abc2c dax: make cache flushing protected by entry lock by Jan Kara · 8 years ago
  9. b1aa812 mm: move handling of COW faults into DAX code by Jan Kara · 8 years ago
  10. 1a29d85 mm: use vmf->address instead of of vmf->virtual_address by Jan Kara · 8 years ago
  11. 82b0f8c mm: join struct fault_env and vm_fault by Jan Kara · 8 years ago
  12. 5b56d49 mm: add locked parameter to get_user_pages_remote() by Lorenzo Stoakes · 8 years ago
  13. 40f7828 btrfs: better handle btrfs_printk() defaults by Petr Mladek · 8 years ago
  14. 412ac77a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  15. dcdaa2f Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  16. 683b96f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  17. 5084fdf Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  18. 09cb646 Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  19. 19d37ce Merge tag 'dlm-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 8 years ago
  20. 3e5cecf Merge tag 'jfs-4.10' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 8 years ago
  21. 7a62a52 block_dev: don't update file access position for sync direct IO by Shaohua Li · 8 years ago
  22. bcc7f5b block_dev: don't test bdev->bd_contains when it is not stable by NeilBrown · 8 years ago
  23. aa3ecf3 Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  24. 098c305 Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  25. 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  26. 52281b3 Merge tag 'pstore-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  27. e7aa8c2 Merge tag 'docs-4.10' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  28. e34bac7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  29. 9465d9c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  30. e71c397 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  31. 30f74aa binfmt_elf: use vmalloc() for allocation of vma_filesz by Jason Baron · 8 years ago
  32. 262c5e8 printk/btrfs: handle more message headers by Petr Mladek · 8 years ago
  33. 1270dd8 fs/proc: calculate /proc/* and /proc/*/task/* nlink at init time by Alexey Dobriyan · 8 years ago
  34. bac5f5d fs/proc/base.c: save decrement during lookup/readdir in /proc/$PID by Alexey Dobriyan · 8 years ago
  35. 209b14d fs/proc/array.c: slightly improve render_sigset_t by Rasmus Villemoes · 8 years ago
  36. 492b2da proc: tweak comments about 2 stage open and everything by Alexey Dobriyan · 8 years ago
  37. 39a10ac proc: kmalloc struct pde_opener by Alexey Dobriyan · 8 years ago
  38. f5887c71 proc: fix type of struct pde_opener::closing field by Alexey Dobriyan · 8 years ago
  39. 06a0c41 proc: just list_del() struct pde_opener by Alexey Dobriyan · 8 years ago
  40. 9a87fe0 proc: make struct struct map_files_info::len unsigned int by Alexey Dobriyan · 8 years ago
  41. 623f594 proc: make struct pid_entry::len unsigned by Alexey Dobriyan · 8 years ago
  42. af884cd proc: report no_new_privs state by Kees Cook · 8 years ago
  43. a66c0410 mm: add cond_resched() in gather_pte_stats() by Hugh Dickins · 8 years ago
  44. 4d693d0 lib: radix-tree: update callback for changing leaf nodes by Johannes Weiner · 8 years ago
  45. 6d75f36 lib: radix-tree: check accounting of existing slot replacement users by Johannes Weiner · 8 years ago
  46. f794243 lib: radix-tree: native accounting of exceptional entries by Johannes Weiner · 8 years ago
  47. bace924 fs/fs-writeback.c: remove redundant if check by Tahsin Erdogan · 8 years ago
  48. c62c38f ocfs2: replace CURRENT_TIME macro by Deepa Dinamani · 8 years ago
  49. 395627b ocfs2: use time64_t to represent orphan scan times by Deepa Dinamani · 8 years ago
  50. 4131d53 ocfs2: fix double put of recount tree in ocfs2_lock_refcount_tree() by Ashish Samant · 8 years ago
  51. 07f38d9 ocfs2: clean up unused 'page' parameter in ocfs2_write_end_nolock() by piaojun · 8 years ago
  52. 28bb5ef ocfs2/dlm: clean up deadcode in dlm_master_request_handler() by piaojun · 8 years ago
  53. aa7b585 ocfs2: delete redundant code and set the node bit into maybe_map directly by Guozhonghua · 8 years ago
  54. 46832b2 ocfs2/dlm: clean up useless BUG_ON default case in dlm_finalize_reco_handler() by piaojun · 8 years ago
  55. a551d7c Merge branch 'fscrypt' into dev by Theodore Ts'o · 8 years ago
  56. 0cb80b4 dax: Fix sleep in atomic contex in grab_mapping_entry() by Jan Kara · 8 years ago
  57. c0ed440 f2fs: fix a missing size change in f2fs_setattr by Yunlei He · 8 years ago
  58. 6a34e4d fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FL by David Gstir · 8 years ago
  59. f32d7ac fscrypt: Delay bounce page pool allocation until needed by David Gstir · 8 years ago
  60. bd7b829 fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page() by David Gstir · 8 years ago
  61. 1400451 fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page() by David Gstir · 8 years ago
  62. 9e53277 fscrypt: Never allocate fscrypt_ctx on in-place encryption by David Gstir · 8 years ago
  63. e550c16 fscrypt: Use correct index in decrypt path. by David Gstir · 8 years ago
  64. cc4e0df fscrypt: move non-public structures and constants to fscrypt_private.h by Theodore Ts'o · 8 years ago
  65. b98701df fscrypt: unexport fscrypt_initialize() by Theodore Ts'o · 8 years ago
  66. 3325bea fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info() by Theodore Ts'o · 8 years ago
  67. db717d8 fscrypto: move ioctl processing more fully into common code by Eric Biggers · 8 years ago
  68. 8048123 fscrypto: remove unneeded Kconfig dependencies by Eric Biggers · 8 years ago
  69. 73b92a2 ext4: do not perform data journaling when data is encrypted by Sergey Karamov · 8 years ago
  70. 821781a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  71. 578620f ext4: return -ENOMEM instead of success by Dan Carpenter · 8 years ago
  72. 7e6e1ef ext4: reject inodes with negative size by Darrick J. Wong · 8 years ago
  73. af9468d Merge tag 'ceph-for-4.9-rc9' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  74. c3f4688 ceph: don't set req->r_locked_dir in ceph_d_revalidate by Jeff Layton · 8 years ago
  75. 5eba8c5 f2fs: fix to access nullified flush_cmd_control pointer by Jaegeuk Kim · 8 years ago
  76. a2125ff f2fs: free meta pages if sanity check for ckpt is failed by Jaegeuk Kim · 8 years ago
  77. 2040fce8 f2fs: detect wrong layout by Jaegeuk Kim · 8 years ago
  78. c01638f fuse: fix clearing suid, sgid for chown() by Miklos Szeredi · 8 years ago
  79. f455c8a f2fs: call sync_fs when f2fs is idle by Jaegeuk Kim · 8 years ago
  80. 204706c Revert "f2fs: use percpu_counter for # of dirty pages in inode" by Jaegeuk Kim · 8 years ago
  81. 011c88e ext4: remove another test in ext4_alloc_file_blocks() by Dan Carpenter · 8 years ago
  82. ab04df7 ext4: fix checks for data=ordered and journal_async_commit options by Jan Kara · 8 years ago
  83. b649668 mbcache: document that "find" functions only return reusable entries by Eric Biggers · 8 years ago
  84. 132d4e2 mbcache: use consistent type for entry count by Eric Biggers · 8 years ago
  85. 97c7b18 mbcache: remove unnecessary module_get/module_put by Eric Biggers · 8 years ago
  86. 21d0f4f mbcache: don't BUG() if entry cache cannot be allocated by Eric Biggers · 8 years ago
  87. 918b730 mbcache: correctly handle 'e_referenced' bit by Eric Biggers · 8 years ago
  88. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  89. 4db0d88 ext4: fix reading new encrypted symlinks on no-journal file systems by Theodore Ts'o · 8 years ago
  90. 3a4b77c ext4: validate s_first_meta_bg at mount time by Eryu Guan · 8 years ago
  91. d7614cc ext4: correctly detect when an xattr value has an invalid size by Eric Biggers · 8 years ago
  92. 290ab23 ext4: don't read out of bounds when checking for in-inode xattrs by Eric Biggers · 8 years ago
  93. 2dc8d9e ext4: forbid i_extra_isize not divisible by 4 by Eric Biggers · 8 years ago
  94. 2caceb3 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  95. ba67901 ext4: disable pwsalt ioctl when encryption disabled by config by Eric Biggers · 8 years ago
  96. 35997d1 ext4: get rid of ext4_sb_has_crypto() by Eric Biggers · 8 years ago
  97. 05ac5aa ext4: fix inode checksum calculation problem if i_extra_size is small by Daeho Jeong · 8 years ago
  98. 6dcc693 ext4: warn when page is dirtied without buffers by Jan Kara · 8 years ago
  99. af30922 block: protect iterate_bdevs() against concurrent close by Rabin Vincent · 8 years ago
  100. a107bf8 isofs: add KERN_CONT to printing of ER records by Mike Rapoport · 8 years ago