1. c418dbc xfs: Use variable-size array for nameval in xfs_attr_sf_entry by Carlos Maiolino · 4 years, 7 months ago
  2. 47e6cc1 xfs: Remove typedef xfs_attr_shortform_t by Carlos Maiolino · 4 years, 7 months ago
  3. 6337c84 xfs: remove typedef xfs_attr_sf_entry_t by Carlos Maiolino · 4 years, 7 months ago
  4. 8ca79df xfs: Remove kmem_zalloc_large() by Carlos Maiolino · 4 years, 7 months ago
  5. 29887a2 xfs: enable big timestamps by Darrick J. Wong · 4 years, 7 months ago
  6. 06dbf82 xfs: trace timestamp limits by Darrick J. Wong · 4 years, 7 months ago
  7. 4ea1ff3 xfs: widen ondisk quota expiration timestamps to handle y2038+ by Darrick J. Wong · 4 years, 7 months ago
  8. f93e5436 xfs: widen ondisk inode timestamps to deal with y2038+ by Darrick J. Wong · 4 years, 7 months ago
  9. 30e0559 xfs: redefine xfs_ictimestamp_t by Darrick J. Wong · 4 years, 7 months ago
  10. 5a0bb06 xfs: redefine xfs_timestamp_t by Darrick J. Wong · 4 years, 7 months ago
  11. 88947ea xfs: move xfs_log_dinode_to_disk to the log recovery code by Darrick J. Wong · 4 years, 7 months ago
  12. 9f99c8f xfs: refactor quota timestamp coding by Darrick J. Wong · 4 years, 7 months ago
  13. ccc8e77 xfs: refactor default quota grace period setting code by Darrick J. Wong · 4 years, 7 months ago
  14. 11d8a91 xfs: refactor quota expiration timer modification by Darrick J. Wong · 4 years, 7 months ago
  15. 876fdc7 xfs: explicitly define inode timestamp range by Darrick J. Wong · 4 years, 7 months ago
  16. b896a39 xfs: enable new inode btree counters feature by Darrick J. Wong · 4 years, 7 months ago
  17. 11f7442 xfs: support inode btree blockcounts in online repair by Darrick J. Wong · 4 years, 7 months ago
  18. 1dbbff0 xfs: support inode btree blockcounts in online scrub by Darrick J. Wong · 4 years, 7 months ago
  19. 1ac35f0 xfs: use the finobt block counts to speed up mount times by Darrick J. Wong · 4 years, 7 months ago
  20. 2a39946 xfs: store inode btree block counts in AGI header by Darrick J. Wong · 4 years, 7 months ago
  21. 26e32875 xfs: reuse _xfs_buf_read for re-reading the superblock by Christoph Hellwig · 4 years, 7 months ago
  22. b3f8e08 xfs: remove xfs_getsb by Christoph Hellwig · 4 years, 7 months ago
  23. cead0b1 xfs: simplify xfs_trans_getsb by Christoph Hellwig · 4 years, 7 months ago
  24. 22c1058 xfs: remove xlog_recover_iodone by Christoph Hellwig · 4 years, 7 months ago
  25. 55b7d71 xfs: clear the read/write flags later in xfs_buf_ioend by Christoph Hellwig · 4 years, 7 months ago
  26. b840e2a xfs: use xfs_buf_item_relse in xfs_buf_item_done by Christoph Hellwig · 4 years, 7 months ago
  27. 70796c6 xfs: simplify the xfs_buf_ioend_disposition calling convention by Christoph Hellwig · 4 years, 7 months ago
  28. 844c935 xfs: lift the XBF_IOEND_FAIL handling into xfs_buf_ioend_disposition by Christoph Hellwig · 4 years, 7 months ago
  29. 3cc4988 xfs: remove xfs_buf_ioerror_retry by Christoph Hellwig · 4 years, 7 months ago
  30. f58d0ea xfs: refactor xfs_buf_ioerror_fail_without_retry by Christoph Hellwig · 4 years, 7 months ago
  31. 6a7584b xfs: fold xfs_buf_ioend_finish into xfs_ioend by Christoph Hellwig · 4 years, 7 months ago
  32. 664ffb8 xfs: move the buffer retry logic to xfs_buf.c by Christoph Hellwig · 4 years, 7 months ago
  33. 23fb5a9 xfs: refactor xfs_buf_ioend by Christoph Hellwig · 4 years, 7 months ago
  34. 76b2d32 xfs: mark xfs_buf_ioend static by Christoph Hellwig · 4 years, 7 months ago
  35. 12e164a xfs: refactor the buf ioend disposition code by Christoph Hellwig · 4 years, 7 months ago
  36. 718ecc5 xfs: xfs_iflock is no longer a completion by Dave Chinner · 4 years, 7 months ago
  37. 771915c xfs: remove kmem_realloc() by Carlos Maiolino · 4 years, 7 months ago
  38. f4d51df Linux 5.9-rc4 by Linus Torvalds · 4 years, 6 months ago
  39. a8205e3 Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 6 months ago
  40. 2ccdd9f Merge tag 'iommu-fixes-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 4 years, 6 months ago
  41. 015b315 Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 6 months ago
  42. 68beef5 Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 6 months ago
  43. c127a2a io_uring: fix linked deferred ->files cancellation by Pavel Begunkov · 4 years, 7 months ago
  44. b7ddce3 io_uring: fix cancel of deferred reqs with ->files by Pavel Begunkov · 4 years, 7 months ago
  45. dd9fb9b Merge tags 'auxdisplay-for-linus-v5.9-rc4', 'clang-format-for-linus-v5.9-rc4' and 'compiler-attributes-for-linus-v5.9-rc4' of git://github.com/ojeda/linux by Linus Torvalds · 4 years, 7 months ago
  46. 70187f7 Merge tag 'arc-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 4 years, 7 months ago
  47. 7514c03 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  48. 428fc0a include/linux/log2.h: add missing () around n in roundup_pow_of_two() by Jason Gunthorpe · 4 years, 7 months ago
  49. e5a59d3 mm/khugepaged.c: fix khugepaged's request size in collapse_file by David Howells · 4 years, 7 months ago
  50. 1774379 mm/hugetlb: fix a race between hugetlb sysctl handlers by Muchun Song · 4 years, 7 months ago
  51. 953f064 mm/hugetlb: try preferred node first when alloc gigantic page from cma by Li Xinhai · 4 years, 7 months ago
  52. 3d321bf8 mm/migrate: preserve soft dirty in remove_migration_pte() by Ralph Campbell · 4 years, 7 months ago
  53. 6128763 mm/migrate: remove unnecessary is_zone_device_page() check by Ralph Campbell · 4 years, 7 months ago
  54. ad7df76 mm/rmap: fixup copying of soft dirty and uffd ptes by Alistair Popple · 4 years, 7 months ago
  55. ebdf832 mm/migrate: fixup setting UFFD_WP flag by Alistair Popple · 4 years, 7 months ago
  56. 7867fd7 mm: madvise: fix vma user-after-free by Yang Shi · 4 years, 7 months ago
  57. 13e4541 checkpatch: fix the usage of capture group ( ... ) by Mrinal Pandey · 4 years, 7 months ago
  58. b0daa2c fork: adjust sysctl_max_threads definition to match prototype by Tobias Klauser · 4 years, 7 months ago
  59. fff1662 ipc: adjust proc_ipc_sem_dointvec definition to match prototype by Tobias Klauser · 4 years, 7 months ago
  60. e80d390 mm: track page table modifications in __apply_to_page_range() by Joerg Roedel · 4 years, 7 months ago
  61. 9d90dd1 MAINTAINERS: IA64: mark Status as Odd Fixes only by Randy Dunlap · 4 years, 7 months ago
  62. b964428 MAINTAINERS: add LLVM maintainers by Nick Desaulniers · 4 years, 7 months ago
  63. f548a64 MAINTAINERS: update Cavium/Marvell entries by Robert Richter · 4 years, 7 months ago
  64. dc07a72 mm: slub: fix conversion of freelist_corrupted() by Eugeniu Rosca · 4 years, 7 months ago
  65. e3336ca mm: memcg: fix memcg reclaim soft lockup by Xunlei Pang · 4 years, 7 months ago
  66. f179654 memcg: fix use-after-free in uncharge_batch by Michal Hocko · 4 years, 7 months ago
  67. 9322c47 Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
  68. b17164e xfs: don't update mtime on COW faults by Mikulas Patocka · 4 years, 7 months ago
  69. 1ef6ea0 ext2: don't update mtime on COW faults by Mikulas Patocka · 4 years, 7 months ago
  70. c183edf io_uring: fix explicit async read/write mapping for large segments by Jens Axboe · 4 years, 7 months ago
  71. c70672d Merge tag 's390-5.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 7 months ago
  72. 09274ae Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 7 months ago
  73. 16bf121 Merge tag 'mips_fixes_5.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 4 years, 7 months ago
  74. 41bef91 Merge tag 'kbuild-fixes-v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
  75. f162626 Merge tag 'pm-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 7 months ago
  76. d824e08 Merge tag 'libata-5.9-2020-09-04' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  77. 8075fc3 Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  78. d849ca4 Merge tag 'io_uring-5.9-2020-09-04' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  79. 2fb5479 Merge tag 'thermal-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux by Linus Torvalds · 4 years, 7 months ago
  80. e2dacf6c Merge tag 'dmaengine-fix-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine by Linus Torvalds · 4 years, 7 months ago
  81. 86edf52 Merge tag 'sound-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 7 months ago
  82. cf85f5d Merge tag 'drm-fixes-2020-09-04' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 7 months ago
  83. acf69c9 net/packet: fix overflow in tpacket_rcv by Or Cohen · 4 years, 7 months ago
  84. b25d1dc Merge branch 'simplify-do_wp_page' by Linus Torvalds · 4 years, 7 months ago
  85. f7ce2c3 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 4 years, 7 months ago
  86. 798a6b8 mm: Add PGREUSE counter by Peter Xu · 4 years, 7 months ago
  87. a308c71 mm/gup: Remove enfornced COW mechanism by Peter Xu · 4 years, 7 months ago
  88. 1a0cf26 mm/ksm: Remove reuse_ksm_page() by Peter Xu · 4 years, 7 months ago
  89. 09854ba mm: do_wp_page() simplification by Linus Torvalds · 4 years, 7 months ago
  90. cfc905f gcov: Disable gcov build with GCC 10 by Leon Romanovsky · 4 years, 7 months ago
  91. 7b81ce7 init: fix error check in clean_path() by Barret Rhoden · 4 years, 7 months ago
  92. 4facb95 x86/entry: Unbreak 32bit fast syscall by Thomas Gleixner · 4 years, 7 months ago
  93. d5c678a x86/debug: Allow a single level of #DB recursion by Andy Lutomirski · 4 years, 7 months ago
  94. 662a022 x86/entry: Fix AC assertion by Peter Zijlstra · 4 years, 7 months ago
  95. 2356bb4 tracing/kprobes, x86/ptrace: Fix regs argument order for i386 by Vamshi K Sthambamkadi · 4 years, 7 months ago
  96. 29aaebb iommu/vt-d: Handle 36bit addressing for x86-32 by Chris Wilson · 4 years, 7 months ago
  97. 2822e58 iommu/amd: Do not use IOMMUv2 functionality when SME is active by Joerg Roedel · 4 years, 7 months ago
  98. 7cad554 iommu/amd: Do not force direct mapping when SME is active by Joerg Roedel · 4 years, 7 months ago
  99. e52d58d iommu/amd: Use cmpxchg_double() when updating 128-bit IRTE by Suravee Suthikulpanit · 4 years, 7 months ago
  100. 26e495f iommu/amd: Restore IRTE.RemapEn bit after programming IRTE by Suravee Suthikulpanit · 4 years, 7 months ago