1. 6f8e4fd btrfs: use file:line format for assertion report by David Sterba · 6 years ago
  2. ea41d6b btrfs: remove assumption about csum type form btrfs_print_data_csum_error() by Johannes Thumshirn · 6 years ago
  3. d517857 btrfs: directly call into crypto framework for checksumming by Johannes Thumshirn · 6 years ago
  4. 6d97c6e btrfs: add boilerplate code for directly including the crypto framework by Johannes Thumshirn · 6 years ago
  5. 51bce6c btrfs: Simplify btrfs_check_super_csum() and get rid of size assumptions by Johannes Thumshirn · 6 years ago
  6. 8dc3f22 btrfs: check for supported superblock checksum type before checksum validation by Johannes Thumshirn · 6 years ago
  7. e7e16f4 btrfs: add common checksum type validation by Johannes Thumshirn · 6 years ago
  8. 7ebc7e5 btrfs: format checksums according to type for printing by Johannes Thumshirn · 6 years ago
  9. 10fe6ca btrfs: don't assume compressed_bio sums to be 4 bytes by Johannes Thumshirn · 6 years ago
  10. 1e25a2e btrfs: don't assume ordered sums to be 4 bytes by Johannes Thumshirn · 6 years ago
  11. 4bb3c2e btrfs: use btrfs_crc32c{,_final}() in for free space cache by Johannes Thumshirn · 6 years ago
  12. 65019df btrfs: resurrect btrfs_crc32c() by Johannes Thumshirn · 6 years ago
  13. 5852c8b btrfs: use btrfs_csum_data() instead of directly calling crc32c by Johannes Thumshirn · 6 years ago
  14. a94d1d0 btrfs: Flush before reflinking any extent to prevent NOCOW write falling back to COW without data reservation by Qu Wenruo · 6 years ago
  15. 5f791ec btrfs: Return EAGAIN if we can't start no snpashot write in check_can_nocow by Nikolay Borisov · 6 years ago
  16. 0b6f5d4 btrfs: Add comments on locking of several device-related fields by Nikolay Borisov · 6 years ago
  17. bd80d94 btrfs: Always use a cached extent_state in btrfs_lock_and_flush_ordered_range by Nikolay Borisov · 6 years ago
  18. 23d31bd btrfs: Use newly introduced btrfs_lock_and_flush_ordered_range by Nikolay Borisov · 6 years ago
  19. ffa8721 btrfs: add new helper btrfs_lock_and_flush_ordered_range by Nikolay Borisov · 6 years ago
  20. 1200b51 btrfs: remove the incorrect comment on RO fs when btrfs_run_delalloc_range() fails by Qu Wenruo · 6 years ago
  21. 480b9b4 btrfs: extent-tree: Add trace events for space info numbers update by Qu Wenruo · 6 years ago
  22. 0185f36 btrfs: extent-tree: Add lockdep assert when updating space info by Qu Wenruo · 6 years ago
  23. cff8267 btrfs: read number of data stripes from map only once by David Sterba · 6 years ago
  24. 72ad813 btrfs: constify map parameter for nr_parity_stripes and nr_data_stripes by David Sterba · 6 years ago
  25. 158da51 btrfs: refactor helper for bg flags to name conversion by David Sterba · 6 years ago
  26. e3ecdb3 btrfs: factor out devs_max setting in __btrfs_alloc_chunk by David Sterba · 6 years ago
  27. 8c3e358 btrfs: use u8 for raid_array members by David Sterba · 6 years ago
  28. 946c925 btrfs: factor out helper for counting data stripes by David Sterba · 6 years ago
  29. 44b28ad btrfs: use raid_attr table for btrfs_bg_type_to_factor by David Sterba · 6 years ago
  30. 6079e12 btrfs: use raid_attr table to find profiles for integrity lowering by David Sterba · 6 years ago
  31. 081db89 btrfs: use raid_attr to get allowed profiles for balance conversion by David Sterba · 6 years ago
  32. fc9a2ac btrfs: use raid_attr in btrfs_chunk_max_errors by David Sterba · 6 years ago
  33. 9fa02ac btrfs: use raid_attr table in get_profile_num_devs by David Sterba · 6 years ago
  34. c8bf1b6 btrfs: remove mapping tree structures indirection by David Sterba · 6 years ago
  35. 49cc180 btrfs: raid56: allow the exact minimum number of devices for balance convert by David Sterba · 6 years ago
  36. 0ee5f8a btrfs: fix minimum number of chunk errors for DUP by David Sterba · 6 years ago
  37. be9b8df Btrfs: remove unused variables in __btrfs_unlink_inode by Liu Bo · 6 years ago
  38. cebf05c btrfs: Remove unused variable mode in btrfs_mount by Goldwyn Rodrigues · 6 years ago
  39. 8f63a84 btrfs: switch order of unlocks of space_info and bg in do_trimming() by Su Yue · 6 years ago
  40. 4c094c3 btrfs: tree-checker: Check if the file extent end overflows by Qu Wenruo · 6 years ago
  41. 2ed95d2 btrfs: Remove redundant assignment of tgt_device->commit_total_bytes by Nikolay Borisov · 6 years ago
  42. f232ab0 btrfs: Explicitly reserve space for devreplace item by Nikolay Borisov · 6 years ago
  43. fa19452 btrfs: Streamline replace sem unlock in btrfs_dev_replace_start by Nikolay Borisov · 6 years ago
  44. e1e0eb4 btrfs: Ensure btrfs_init_dev_replace_tgtdev sees up to date values by Nikolay Borisov · 6 years ago
  45. 419684b btrfs: dev-replace: Remove impossible WARN_ON by Nikolay Borisov · 6 years ago
  46. b0d9e1e btrfs: Reduce critical section in btrfs_init_dev_replace_tgtdev by Nikolay Borisov · 6 years ago
  47. ddb9378 btrfs: Don't opencode sync_blockdev in btrfs_init_dev_replace_tgtdev by Nikolay Borisov · 6 years ago
  48. 5911c8f btrfs: fiemap: preallocate ulists for btrfs_check_shared by David Sterba · 6 years ago
  49. 9b4e675 btrfs: detect fast implementation of crc32c on all architectures by David Sterba · 6 years ago
  50. 7819244 btrfs: extent-tree: Refactor add_pinned_bytes() to add|sub_pinned_bytes() by Qu Wenruo · 6 years ago
  51. 6fbc727 Linux 5.2-rc7 by Linus Torvalds · 6 years ago
  52. 39132f7 Merge tag 'powerpc-5.2-7' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  53. 7c15f41 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  54. 7282545 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  55. 57103eb Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  56. eed7d30 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  57. a7211bc Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  58. 2407e48 Merge tag 'pm-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  59. 01305db Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  60. 0839c53 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  61. f8b5c72 Merge tag 'arc-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 6 years ago
  62. c57582a Merge tag 'riscv-for-v5.2/fixes-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 6 years ago
  63. c949c30 Merge tag 'nfs-for-5.2-4' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  64. 43251db Merge tag 'ceph-for-5.2-rc7' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  65. 5b607ba Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  66. 9dda12b Merge tag 'for-linus-20190628' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  67. 0619137 Merge tag 'pinctrl-v5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 6 years ago
  68. 8f9fab4 linux/kernel.h: fix overflow for DIV_ROUND_UP_ULL by Vinod Koul · 6 years ago
  69. 1a5f439 mm, swap: fix THP swap out by Huang Ying · 6 years ago
  70. 1bf4580 fork,memcg: alloc_thread_stack_node needs to set tsk->stack by Andrea Arcangeli · 6 years ago
  71. 8708e13 MAINTAINERS: add CLANG/LLVM BUILD SUPPORT info by Nick Desaulniers · 6 years ago
  72. 2c92923 mm/vmalloc.c: avoid bogus -Wmaybe-uninitialized warning by Arnd Bergmann · 6 years ago
  73. 7298e3b mm/page_idle.c: fix oops because end_pfn is larger than max_pfn by Colin Ian King · 6 years ago
  74. 4ada1e8 initramfs: fix populate_initrd_image() section mismatch by Geert Uytterhoeven · 6 years ago
  75. 432b1de mm/oom_kill.c: fix uninitialized oc->constraint by Yafang Shao · 6 years ago
  76. faf53de mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHuge by Naoya Horiguchi · 6 years ago
  77. b38e596 mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() fails by Naoya Horiguchi · 6 years ago
  78. 97abc88 signal: remove the wrong signal_pending() check in restore_user_sigmask() by Oleg Nesterov · 6 years ago
  79. 867bfa4 fs/binfmt_flat.c: make load_flat_shared_library() work by Jann Horn · 6 years ago
  80. 29b190f mm/mempolicy.c: fix an incorrect rebind node in mpol_rebind_nodemask by zhong jiang · 6 years ago
  81. cb8f381 fs/proc/array.c: allow reporting eip/esp for all coredumping threads by John Ogness · 6 years ago
  82. 36d6cb7 mm/dev_pfn: exclude MEMORY_DEVICE_PRIVATE while computing virtual address by Anshuman Khandual · 6 years ago
  83. 68f4615 NFS/flexfiles: Use the correct TCP timeout for flexfiles I/O by Trond Myklebust · 6 years ago
  84. 7e3d362 SUNRPC: Fix up calculation of client message length by Trond Myklebust · 6 years ago
  85. 556e2f6 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 6 years ago
  86. 65ee21e Merge tag 'for-5.2/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 6 years ago
  87. 7a702b4 Merge tag 'for-linus-20190627' of gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
  88. 763cf1f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid by Linus Torvalds · 6 years ago
  89. fe2da89 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 6 years ago
  90. cd0f3aa Merge tag 'afs-fixes-20190620' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  91. 139ca25 Merge tag 'csky-for-linus-5.2-fixup-gcc-unwind' of git://github.com/c-sky/csky-linux by Linus Torvalds · 6 years ago
  92. c84afab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  93. ae6a45a x86/unwind/orc: Fall back to using frame pointers for generated code by Josh Poimboeuf · 6 years ago
  94. 83f44ae perf/x86: Always store regs->ip in perf_callchain_kernel() by Song Liu · 6 years ago
  95. d6b8bd6 ceph: fix ceph_mdsc_build_path to not stop on first component by Jeff Layton · 6 years ago
  96. 9d957a9 pinctrl: mediatek: Update cur_mask in mask/mask ops by Nicolas Boichat · 6 years ago
  97. 30d158b proc: remove useless d_is_dir() check by Christian Brauner · 6 years ago
  98. 6fd2fe4 copy_process(): don't use ksys_close() on cleanups by Al Viro · 6 years ago
  99. 33d4a5a cpu/hotplug: Fix out-of-bounds read when setting fail state by Eiichi Tsukata · 6 years ago
  100. 89ed5b5 af_packet: Block execution of tasks waiting for transmit to complete in AF_PACKET by Neil Horman · 6 years ago