1. d580712 gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_alloc by Bob Peterson · 5 years ago
  2. 969183b gfs2: Switch to list_{first,last}_entry by Andreas Gruenbacher · 5 years ago
  3. 40e7e86 gfs2: Clean up inode initialization and teardown by Andreas Gruenbacher · 5 years ago
  4. 4900312 gfs2: Additional information when gfs2_ail1_flush withdraws by Bob Peterson · 5 years ago
  5. cc44457 gfs2: leaf_dealloc needs to allocate one more revoke by Bob Peterson · 5 years ago
  6. c9ebc4b gfs2: allow journal replay to hold sd_log_flush_lock by Bob Peterson · 5 years ago
  7. 019dd66 gfs2: don't allow releasepage to free bd still used for revokes by Bob Peterson · 5 years ago
  8. ca399c96 gfs2: flesh out delayed withdraw for gfs2_log_flush by Bob Peterson · 5 years ago
  9. 1c634f9 gfs2: Do proper error checking for go_sync family of glops functions by Bob Peterson · 5 years ago
  10. df5db5f gfs2: Don't demote a glock until its revokes are written by Bob Peterson · 5 years ago
  11. 2ca0c2f gfs2: drain the ail2 list after io errors by Bob Peterson · 5 years ago
  12. b1676cb gfs2: Withdraw in gfs2_ail1_flush if write_cache_pages fails by Bob Peterson · 5 years ago
  13. 9ff7828 gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is empty by Bob Peterson · 5 years ago
  14. d93ae38 gfs2: Check for log write errors before telling dlm to unlock by Bob Peterson · 6 years ago
  15. f05b86d gfs2: Prepare to withdraw as soon as an IO error occurs in log write by Bob Peterson · 6 years ago
  16. 5e4c763 gfs2: Issue revokes more intelligently by Bob Peterson · 6 years ago
  17. 7d9f924 gfs2: Add verbose option to check_journal_clean by Bob Peterson · 6 years ago
  18. 33dbd1e gfs2: fix infinite loop when checking ail item count before go_inval by Bob Peterson · 6 years ago
  19. 601ef0d gfs2: Force withdraw to replay journals and wait for it to finish by Bob Peterson · 5 years ago
  20. a72d240 gfs2: Allow some glocks to be used during withdraw by Bob Peterson · 6 years ago
  21. 0d91061 gfs2: move check_journal_clean to util.c for future use by Bob Peterson · 6 years ago
  22. 03678a9 gfs2: Ignore dlm recovery requests if gfs2 is withdrawn by Bob Peterson · 6 years ago
  23. f34a6135 gfs2: Only complain the first time an io error occurs in quota or log by Bob Peterson · 6 years ago
  24. 036330c gfs2: log error reform by Bob Peterson · 6 years ago
  25. b3422ca gfs2: Rework how rgrp buffer_heads are managed by Bob Peterson · 5 years ago
  26. 30fe70a gfs2: clear ail1 list when gfs2 withdraws by Bob Peterson · 5 years ago
  27. 6951108 gfs2: Introduce concept of a pending withdraw by Bob Peterson · 6 years ago
  28. 8e28ef1 gfs2: Return bool from gfs2_assert functions by Andreas Gruenbacher · 5 years ago
  29. a5ca2f1 gfs2: Turn gfs2_consist into void functions by Andreas Gruenbacher · 5 years ago
  30. d7e7ab3 gfs2: Remove usused cluster_wide arguments of gfs2_consist functions by Andreas Gruenbacher · 5 years ago
  31. 8dc88ac gfs2: Report errors before withdraw by Andreas Gruenbacher · 5 years ago
  32. badb55e gfs2: Split gfs2_lm_withdraw into two functions by Andreas Gruenbacher · 5 years ago
  33. 6e5e41e gfs2: fix O_SYNC write handling by Andreas Gruenbacher · 5 years ago
  34. 4c0e8dd gfs2: move setting current->backing_dev_info by Christoph Hellwig · 5 years ago
  35. 7582026 gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0 by Abhi Das · 5 years ago
  36. a62aa6f Merge tag 'gfs2-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 5 years ago
  37. 677b60d Merge tag 'iomap-5.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  38. 7eec11d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  39. ddaefe8 Merge tag 'modules-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 5 years ago
  40. c5951e7 Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 5 years ago
  41. b7e573b Merge tag 'arc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 5 years ago
  42. a108454 Merge tag 'riscv-for-linus-5.6-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 5 years ago
  43. b70a2d6 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  44. 43e76af kcov: ignore fault-inject and stacktrace by Dmitry Vyukov · 5 years ago
  45. 2b75562 include/linux/io-mapping.h-mapping: use PHYS_PFN() macro in io_mapping_map_atomic_wc() by Andy Shevchenko · 5 years ago
  46. 47a2ebb execve: warn if process starts with executable stack by Alexey Dobriyan · 5 years ago
  47. aacee54 reiserfs: prevent NULL pointer dereference in reiserfs_insert_item() by Yunfeng Ye · 5 years ago
  48. f596ded1 init/main.c: fix misleading "This architecture does not have kernel memory protection" message by Christophe Leroy · 5 years ago
  49. 283900e init/main.c: fix quoted value handling in unknown_bootoption by Arvind Sankar · 5 years ago
  50. 7e2762e init/main.c: remove unnecessary repair_env_string in do_initcall_level by Arvind Sankar · 5 years ago
  51. b88c50a init/main.c: log arguments and environment passed to init by Arvind Sankar · 5 years ago
  52. 1fbede6 fs/binfmt_elf.c: coredump: allow process with empty address space to coredump by Alexey Dobriyan · 5 years ago
  53. 28f4665 fs/binfmt_elf.c: coredump: delete duplicated overflow check by Alexey Dobriyan · 5 years ago
  54. 225a3f5 fs/binfmt_elf.c: coredump: allocate core ELF header on stack by Alexey Dobriyan · 5 years ago
  55. 18676ff fs/binfmt_elf.c: make BAD_ADDR() unlikely by Alexey Dobriyan · 5 years ago
  56. 03c6d72 fs/binfmt_elf.c: better codegen around current->mm by Alexey Dobriyan · 5 years ago
  57. a62c5b1 fs/binfmt_elf.c: don't copy ELF header around by Alexey Dobriyan · 5 years ago
  58. f67ef44 fs/binfmt_elf.c: fix ->start_code calculation by Alexey Dobriyan · 5 years ago
  59. 1f83d80 fs/binfmt_elf.c: smaller code generation around auxv vector fill by Alexey Dobriyan · 5 years ago
  60. 7dfaa98f lib/find_bit.c: uninline helper _find_next_bit() by Yury Norov · 5 years ago
  61. b78c571 lib/find_bit.c: join _find_next_bit{_le} by Yury Norov · 5 years ago
  62. d576705 uapi: rename ext2_swab() to swab() and share globally in swab.h by Yury Norov · 5 years ago
  63. 4e456fe lib/scatterlist.c: adjust indentation in __sg_alloc_table by Nathan Chancellor · 5 years ago
  64. 3fd396a btrfs: use larger zlib buffer for s390 hardware compression by Mikhail Zaslonko · 5 years ago
  65. 803521b lib/zlib: add zlib_deflate_dfltcc_enabled() function by Mikhail Zaslonko · 5 years ago
  66. c65e681 s390/boot: add dfltcc= kernel command line parameter by Mikhail Zaslonko · 5 years ago
  67. 1261961 lib/zlib: add s390 hardware support for kernel zlib_inflate by Mikhail Zaslonko · 5 years ago
  68. 1b3e3fa s390/boot: rename HEAP_SIZE due to name collision by Mikhail Zaslonko · 5 years ago
  69. aa5b395 lib/zlib: add s390 hardware support for kernel zlib_deflate by Mikhail Zaslonko · 5 years ago
  70. f88b426 iio: adc: qcom-vadc-common: use <linux/units.h> helpers by Akinobu Mita · 5 years ago
  71. b741ffb thermal: armada: remove unused TO_MCELSIUS macro by Akinobu Mita · 5 years ago
  72. b1a79b2 iwlwifi: use <linux/units.h> helpers by Akinobu Mita · 5 years ago
  73. 1410b2f iwlegacy: use <linux/units.h> helpers by Akinobu Mita · 5 years ago
  74. cdf309f thermal: remove kelvin to/from Celsius conversion helpers from <linux/thermal.h> by Akinobu Mita · 5 years ago
  75. 7724cd2 nvme: hwmon: switch to use <linux/units.h> helpers by Akinobu Mita · 5 years ago
  76. 97a0a49 thermal: intel_pch: switch to use <linux/units.h> helpers by Akinobu Mita · 5 years ago
  77. 006a602 thermal: int340x: switch to use <linux/units.h> helpers by Akinobu Mita · 5 years ago
  78. dccad6f platform/x86: intel_menlow: switch to use <linux/units.h> helpers by Akinobu Mita · 5 years ago
  79. f07b9fd platform/x86: asus-wmi: switch to use <linux/units.h> helpers by Akinobu Mita · 5 years ago
  80. 7f49a5c ACPI: thermal: switch to use <linux/units.h> helpers by Akinobu Mita · 5 years ago
  81. 23331e4 include/linux/units.h: add helpers for kelvin to/from Celsius conversion by Akinobu Mita · 5 years ago
  82. 3b82a05 drivers/block/zram/zram_drv.c: fix error return codes not being returned in writeback_store by Colin Ian King · 5 years ago
  83. 90f82cb zram: try to avoid worst-case scenario on same element pages by Taejoon Song · 5 years ago
  84. 0a3c577 mm: fix comments related to node reclaim by Hao Lee · 5 years ago
  85. 0689645 include/linux/memory.h: drop fields 'hw' and 'phys_callback' from struct memory_block by Anshuman Khandual · 5 years ago
  86. ca023a9 include/linux/mm.h: remove dead code totalram_pages_set() by Wei Yang · 5 years ago
  87. 26b56e1 include/linux/mm.h: clean up obsolete check on space in page->flags by Yu Zhao · 5 years ago
  88. 38aeb07 zswap: potential NULL dereference on error in init_zswap() by Dan Carpenter · 5 years ago
  89. 45190f0 mm/zswap.c: add allocation hysteresis if pool limit is hit by Vitaly Wool · 5 years ago
  90. 3d680bd mm/page_isolation: fix potential warning from user by Qian Cai · 5 years ago
  91. 4a55c04 mm/hotplug: silence a lockdep splat with printk() by Qian Cai · 5 years ago
  92. bd5c234 mm/memory_hotplug: pass in nid to online_pages() by David Hildenbrand · 5 years ago
  93. a67c8ca mm/mmap.c: get rid of odd jump labels in find_mergeable_anon_vma() by Miaohe Lin · 5 years ago
  94. f42f255 mm, thp: fix defrag setting if newline is not used by David Rientjes · 5 years ago
  95. 34290e2 mm/migrate: add stable check in migrate_vma_insert_page() by Ralph Campbell · 5 years ago
  96. c23a0c9 mm/migrate: clean up some minor coding style by Ralph Campbell · 5 years ago
  97. 872ea70 mm/migrate: remove useless mask of start address by Ralph Campbell · 5 years ago
  98. afb9717 mm/huge_memory.c: reduce critical section protected by split_queue_lock by Wei Yang · 5 years ago
  99. a8803e6 mm/huge_memory.c: use head to emphasize the purpose of page by Wei Yang · 5 years ago
  100. cb82962 mm/huge_memory.c: use head to check huge zero page by Wei Yang · 5 years ago