1. 814a2bf Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  2. 35d88d9 Merge branch 'for-4.6/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  3. 5cd0911 Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 9 years ago
  4. 1ca80a0 Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 9 years ago
  5. d77bed0 Merge tag 'dlm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 9 years ago
  6. faeb20e Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  7. 364e8dd Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 9 years ago
  8. 1404297 lib: update single-char callers of strtobool() by Kees Cook · 9 years ago
  9. c28f2420 btrfs: use radix_tree_iter_retry() by Matthew Wilcox · 9 years ago
  10. 0b50a2d proc-vmcore: wrong data type casting fix by Dave Young · 9 years ago
  11. 7e2bc81 proc/base: make prompt shell start from new line after executing "cat /proc/$pid/wchan" by Minfei Huang · 9 years ago
  12. b5946be procfs: add conditional compilation check by Eric Engestrom · 9 years ago
  13. 5de23d4 proc: add /proc/<pid>/timerslack_ns interface by John Stultz · 9 years ago
  14. da8b44d timer: convert timer_slack_ns from unsigned long to u64 by John Stultz · 9 years ago
  15. fe896d1 mm: introduce page reference manipulation functions by Joonsoo Kim · 9 years ago
  16. d02bd27 mm/page_alloc.c: calculate 'available' memory in a separate function by Igor Redko · 9 years ago
  17. 0a71649 /proc/kpageflags: return KPF_SLAB for slab tail pages by Naoya Horiguchi · 9 years ago
  18. 832fc1d /proc/kpageflags: return KPF_BUDDY for "tail" buddy pages by Naoya Horiguchi · 9 years ago
  19. 8eee93e Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  20. 1a4ab08 Merge tag 'driver-core-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  21. bb7aeae Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  22. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  23. 271ecc5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  24. 8a78d59 autofs4: use pr_xxx() macros directly for logging by Ian Kent · 9 years ago
  25. 90967c8 autofs4: change log print macros to not insert newline by Ian Kent · 9 years ago
  26. cab49f9 autofs4: make autofs log prints consistent by Ian Kent · 9 years ago
  27. 0266725 autofs4: fix some white space errors by Ian Kent · 9 years ago
  28. e3cd806 autofs4: fix invalid ioctl return in autofs4_root_ioctl_unlocked() by Ian Kent · 9 years ago
  29. b3f67a9 autofs4: fix coding style line length in autofs4_wait() by Ian Kent · 9 years ago
  30. aa330dd autofs4: fix coding style problem in autofs4_get_set_timeout() by Ian Kent · 9 years ago
  31. e9a7c2f autofs4: coding style fixes by Ian Kent · 9 years ago
  32. c83aa55 autofs: show pipe inode in mount options by Stanislav Kinsburskiy · 9 years ago
  33. 62cccb8 mm: simplify lock_page_memcg() by Johannes Weiner · 9 years ago
  34. 81f8c3a mm: memcontrol: generalize locking for the page->mem_cgroup binding by Johannes Weiner · 9 years ago
  35. 02c4363 fs/mpage.c:mpage_readpages(): use lru_to_page() helper by Andrew Morton · 9 years ago
  36. 8d67d3c ocfs2/dlm: fix a variable overflow problem in dlmdomain.c by Jun Piao · 9 years ago
  37. 814ce69 ocfs2: fix a tiny race that leads file system read-only by Jiufei Xue · 9 years ago
  38. d277f33 ocfs2/dlm: return EINVAL when the lockres on migration target is in DROPPING_REF state by xuejiufei · 9 years ago
  39. 8c03439 ocfs2/dlm: clear DROPPING_REF flag when the master goes down by xuejiufei · 9 years ago
  40. 842b90b ocfs2/dlm: return in progress if master can not clear the refmap bit right now by xuejiufei · 9 years ago
  41. 60d663c ocfs2/dlm: add DEREF_DONE message by xuejiufei · 9 years ago
  42. 39b29af ocfs2/dlm: fix a typo in dlmcommon.h by Joseph Qi · 9 years ago
  43. bfd97a0 ocfs2: use spinlock_irqsave() to downconvert lock in ocfs2_osb_dump() by jiangyiwen · 9 years ago
  44. 4d548f6 ocfs2/cluster: replace the interrupt safe spinlocks with common ones by jiangyiwen · 9 years ago
  45. ba33ea8 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  46. 73b462d GFS2: Eliminate parameter non_block on gfs2_inode_lookup by Bob Peterson · 9 years ago
  47. ff34245 GFS2: Don't filter out I_FREEING inodes anymore by Bob Peterson · 10 years ago
  48. a492386 GFS2: Prevent delete work from occurring on glocks used for create by Bob Peterson · 9 years ago
  49. 2df6f47 GFS2: Fix direct IO write rounding error by Bob Peterson · 9 years ago
  50. 67893f1 gfs2: avoid uninitialized variable warning by Arnd Bergmann · 9 years ago
  51. 0304688 ext4: clean up error handling in the MMP support by vikram.jadhav07 · 9 years ago
  52. 490c1b4 jbd2: do not fail journal because of frozen_buffer allocation failure by Michal Hocko · 9 years ago
  53. adb7ef6 ext4: use __GFP_NOFAIL in ext4_free_blocks() by Konstantin Khlebnikov · 9 years ago
  54. a2821e34 ext4: fix compile error while opening the macro DOUBLE_CHECK by Aihua Zhang · 9 years ago
  55. 7915a86 ext4: print ext4 mount option data_err=abort correctly by Ales Novak · 9 years ago
  56. 5e1021f ext4: fix NULL pointer dereference in ext4_mark_inode_dirty() by Eryu Guan · 9 years ago
  57. 2a62ec0 Merge tag 'xfs-for-linus-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  58. 63cf207 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  59. 764fd639 pstore: Add support for 64 Bit address space by Wiebe, Wladislav (Nokia - DE/Ulm) · 9 years ago
  60. a8ed9b8 ext4: drop unneeded BUFFER_TRACE in ext4_delete_inline_entry() by Geliang Tang · 9 years ago
  61. b8a07463 ext4: fix misspellings in comments. by Adam Buchbinder · 9 years ago
  62. c0a2ad9 jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount path by OGAWA Hirofumi · 9 years ago
  63. 2d90c16 ext4: more efficient SEEK_DATA implementation by Jan Kara · 9 years ago
  64. e3fb8eb ext4: cleanup handling of bh->b_state in DAX mmap by Jan Kara · 9 years ago
  65. facab4d ext4: return hole from ext4_map_blocks() by Jan Kara · 9 years ago
  66. 140a525 ext4: factor out determining of hole size by Jan Kara · 9 years ago
  67. 718e47a Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  68. 87d8a74 ext4: fix setting of referenced bit in ext4_es_lookup_extent() by Jan Kara · 9 years ago
  69. 6ffe77b ext4: iterate over buffer heads correctly in move_extent_per_page() by Eryu Guan · 9 years ago
  70. 30f471f dax: check return value of dax_radix_entry() by Ross Zwisler · 9 years ago
  71. 566e8df ocfs2: fix return value from ocfs2_page_mkwrite() by Jan Kara · 9 years ago
  72. 600be30 ext4: remove i_ioend_count by Jan Kara · 9 years ago
  73. 109811c ext4: simplify io_end handling for AIO DIO by Jan Kara · 9 years ago
  74. efe70c2 ext4: move trans handling and completion deferal out of _ext4_get_block by Jan Kara · 9 years ago
  75. 705965b ext4: rename and split get blocks functions by Jan Kara · 9 years ago
  76. e142d05 ext4: use i_mutex to serialize unaligned AIO DIO by Jan Kara · 9 years ago
  77. 3bd6ad7 ext4: pack ioend structure better by Jan Kara · 9 years ago
  78. f938128 jffs2: reduce the breakage on recovery from halfway failed rename() by Al Viro · 9 years ago
  79. 803c001 ncpfs: fix a braino in OOM handling in ncp_fill_cache() by Al Viro · 9 years ago
  80. 01ffa3d Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 9 years ago
  81. ec87e1c Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix by Ingo Molnar · 9 years ago
  82. 7f6aff3a xfs: only run torn log write detection on dirty logs by Brian Foster · 9 years ago
  83. 717bc0e xfs: refactor in-core log state update to helper by Brian Foster · 9 years ago
  84. 65b99a0 xfs: refactor unmount record detection into helper by Brian Foster · 9 years ago
  85. 82ff6cc xfs: separate log head record discovery from verification by Brian Foster · 9 years ago
  86. 21b27a7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  87. 1ae1602 configfs: switch ->default groups to a linked list by Christoph Hellwig · 9 years ago
  88. e5322c5 Merge branch 'for-linus2' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  89. c51797d Merge tag 'for-linus-20160304' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
  90. 2cdcb2b Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  91. 5ea5c5e ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 support by Yan, Zheng · 9 years ago
  92. 909c3a2 Btrfs: fix loading of orphan roots leading to BUG_ON by Filipe Manana · 9 years ago
  93. 3684aa7 block-dev: enable writeback cgroup support by Shaohua Li · 9 years ago
  94. a1a0e23 writeback: flush inode cgroup wb switches instead of pinning super_block by Tejun Heo · 9 years ago
  95. b81de06 ovl: copy new uid/gid into overlayfs runtime inode by Konstantin Khlebnikov · 9 years ago
  96. 45d1173 ovl: ignore lower entries when checking purity of non-directory entries by Konstantin Khlebnikov · 9 years ago
  97. ce9113b ovl: fix getcwd() failure after unsuccessful rmdir by Rui Wang · 9 years ago
  98. b5891cf ovl: fix working on distributed fs as lower layer by Konstantin Khlebnikov · 9 years ago
  99. 12f1d7e Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 9 years ago
  100. 39680f5 userfaultfd: don't block on the last VM updates at exit time by Linus Torvalds · 9 years ago