1. cb3d425 xfs: remove the unused XLOG_UNMOUNT_REC_TYPE define by Christoph Hellwig · 5 years ago
  2. b941c71 xfs: mark XLOG_FORCED_SHUTDOWN as unlikely by Christoph Hellwig · 5 years ago
  3. c4aa10d xfs: make the btree ag cursor private union anonymous by Dave Chinner · 5 years ago
  4. 68422d9 xfs: make the btree cursor union members named structure by Dave Chinner · 5 years ago
  5. 3528907 xfs: make btree cursor private union anonymous by Dave Chinner · 5 years ago
  6. 8ef5479 xfs: rename btree cursor private btree member flags by Dave Chinner · 5 years ago
  7. 92219c2 xfs: convert btree cursor inode-private member names by Dave Chinner · 5 years ago
  8. 576af73 xfs: convert btree cursor ag-private member name by Dave Chinner · 5 years ago
  9. 7cace18 xfs: introduce new private btree cursor names by Dave Chinner · 5 years ago
  10. 3d28e7e xfs: fix regression in "cleanup xfs_dir2_block_getdents" by Tommi Rantala · 5 years ago
  11. 17bb60b xfs: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 5 years ago
  12. 806d390 xfs: mark extended attr corrupt when lookup-by-hash fails by Darrick J. Wong · 5 years ago
  13. 2e107cf xfs: mark dir corrupt when lookup-by-hash fails by Darrick J. Wong · 5 years ago
  14. 1b2c1a6 xfs: check owner of dir3 blocks by Darrick J. Wong · 5 years ago
  15. a10c21e xfs: check owner of dir3 data blocks by Darrick J. Wong · 5 years ago
  16. 6fb5aac xfs: check owner of dir3 free blocks by Darrick J. Wong · 5 years ago
  17. 1cb5deb xfs: don't ever return a stale pointer from __xfs_dir3_free_read by Darrick J. Wong · 5 years ago
  18. ce99494 xfs: fix buffer corruption reporting when xfs_dir3_free_header_check fails by Darrick J. Wong · 5 years ago
  19. e83cf87 xfs: xfs_buf_corruption_error should take __this_address by Darrick J. Wong · 5 years ago
  20. 8d57c21 xfs: add a function to deal with corrupt buffers post-verifiers by Darrick J. Wong · 5 years ago
  21. a71e422 xfs: fix xfs_rmap_has_other_keys usage of ECANCELED by Darrick J. Wong · 5 years ago
  22. 496b9bc xfs: fix use-after-free when aborting corrupt attr inactivation by Darrick J. Wong · 5 years ago
  23. 3e6e8af xfs: remove XFS_BUF_TO_SBP by Christoph Hellwig · 5 years ago
  24. 9798f61 xfs: remove XFS_BUF_TO_AGF by Christoph Hellwig · 5 years ago
  25. 370c782 xfs: remove XFS_BUF_TO_AGI by Christoph Hellwig · 5 years ago
  26. 4b97510 xfs: remove the xfs_agfl_t typedef by Christoph Hellwig · 5 years ago
  27. 183606d xfs: remove the agfl_bno member from struct xfs_agfl by Christoph Hellwig · 5 years ago
  28. 10a98cb xfs: clear PF_MEMALLOC before exiting xfsaild thread by Eric Biggers · 5 years ago
  29. 5680c39 xfs: switch xfs_attrmulti_attr_get to lazy attr buffer allocation by Christoph Hellwig · 5 years ago
  30. ed02d13 xfs: only allocate the buffer size actually needed in __xfs_set_acl by Christoph Hellwig · 5 years ago
  31. f311d77 xfs: clean up bufsize alignment in xfs_ioc_attr_list by Christoph Hellwig · 5 years ago
  32. e3a19cd xfs: embedded the attrlist cursor into struct xfs_attr_list_context by Christoph Hellwig · 5 years ago
  33. 254f800 xfs: remove XFS_DA_OP_INCOMPLETE by Christoph Hellwig · 5 years ago
  34. d5f0f49 xfs: clean up the attr flag confusion by Christoph Hellwig · 5 years ago
  35. f3e93d9 xfs: clean up the ATTR_REPLACE checks by Christoph Hellwig · 5 years ago
  36. 5a3930e xfs: improve xfs_forget_acl by Christoph Hellwig · 5 years ago
  37. 53ac39f xfs: lift cursor copy in/out into xfs_ioc_attr_list by Christoph Hellwig · 5 years ago
  38. eb241c7 xfs: lift buffer allocation into xfs_ioc_attr_list by Christoph Hellwig · 5 years ago
  39. f604631 xfs: lift common checks into xfs_ioc_attr_list by Christoph Hellwig · 5 years ago
  40. 17e1dd8 xfs: rename xfs_attr_list_int to xfs_attr_list by Christoph Hellwig · 5 years ago
  41. 3e7a779 xfs: move the legacy xfs_attr_list to xfs_ioctl.c by Christoph Hellwig · 5 years ago
  42. 2f014aa xfs: open code ATTR_ENTSIZE by Christoph Hellwig · 5 years ago
  43. fe96008 xfs: remove the unused ATTR_ENTRY macro by Christoph Hellwig · 5 years ago
  44. a9c8c69 xfs: cleanup struct xfs_attr_list_context by Christoph Hellwig · 5 years ago
  45. 377f16a xfs: factor out a xfs_attr_match helper by Christoph Hellwig · 5 years ago
  46. 1d73301 xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME by Christoph Hellwig · 5 years ago
  47. d49db18 xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL by Christoph Hellwig · 5 years ago
  48. e513e25 xfs: remove ATTR_KERNOVAL by Christoph Hellwig · 5 years ago
  49. c36f533 xfs: remove the xfs_inode argument to xfs_attr_get_ilocked by Christoph Hellwig · 5 years ago
  50. e5171d7 xfs: pass an initialized xfs_da_args to xfs_attr_get by Christoph Hellwig · 5 years ago
  51. a254462 xfs: pass an initialized xfs_da_args structure to xfs_attr_set by Christoph Hellwig · 5 years ago
  52. ead189a xfs: turn xfs_da_args.value into a void pointer by Christoph Hellwig · 5 years ago
  53. 4df28c6 xfs: remove the MAXNAMELEN check from xfs_attr_args_init by Christoph Hellwig · 5 years ago
  54. 79f2280 xfs: remove the name == NULL check from xfs_attr_args_init by Christoph Hellwig · 5 years ago
  55. d0ce6439 xfs: factor out a helper for a single XFS_IOC_ATTRMULTI_BY_HANDLE op by Christoph Hellwig · 5 years ago
  56. 2282a9e xfs: use strndup_user in XFS_IOC_ATTRMULTI_BY_HANDLE by Christoph Hellwig · 5 years ago
  57. 6cc4f4f xfs: merge xfs_attrmulti_attr_remove into xfs_attrmulti_attr_set by Christoph Hellwig · 5 years ago
  58. 0eb81a5 xfs: merge xfs_attr_remove into xfs_attr_set by Christoph Hellwig · 5 years ago
  59. 5e81357 xfs: remove the ATTR_INCOMPLETE flag by Christoph Hellwig · 5 years ago
  60. 4d542e4 xfs: reject invalid flags combinations in XFS_IOC_ATTRLIST_BY_HANDLE by Christoph Hellwig · 5 years ago
  61. 211683b xfs: rework collapse range into an atomic operation by Brian Foster · 5 years ago
  62. dd87f87 xfs: rework insert range into an atomic operation by Brian Foster · 5 years ago
  63. b73df17 xfs: open code insert range extent split helper by Brian Foster · 5 years ago
  64. daebba1 xfs: Add missing annotation to xfs_ail_check() by Jules Irenge · 5 years ago
  65. 4982bff xfs: fix an undefined behaviour in _da3_path_shift by Qian Cai · 5 years ago
  66. 4ab45e2 xfs: ratelimit xfs_discard_page messages by Christoph Hellwig · 5 years ago
  67. 13b1f81 xfs: ratelimit xfs_buf_ioerror_alert messages by Christoph Hellwig · 5 years ago
  68. ba8adad xfs: remove the kuid/kgid conversion wrappers by Christoph Hellwig · 5 years ago
  69. 5429515 xfs: remove the icdinode di_uid/di_gid members by Christoph Hellwig · 5 years ago
  70. 3d8f282 xfs: ensure that the inode uid/gid match values match the icdinode ones by Christoph Hellwig · 5 years ago
  71. 93baa55 xfs: improve error message when we can't allocate memory for xfs_buf by Darrick J. Wong · 5 years ago
  72. d0c7fea xfs: add agf freeblocks verify in xfs_agf_verify by Zheng Bin · 5 years ago
  73. 6b789c3 xfs: fix iclog release error check race with shutdown by Brian Foster · 5 years ago
  74. 98d54f8 Linux 5.6-rc4 by Linus Torvalds · 5 years ago
  75. e708698 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  76. f853ed9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  77. 86f7e90 KVM: VMX: check descriptor table exits on instruction emulation by Oliver Upton · 5 years ago
  78. fb279f4e2 Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 5 years ago
  79. 37b0b6b ext4: potential crash on allocation error in ext4_alloc_flex_bg_array() by Dan Carpenter · 5 years ago
  80. 38b17af macintosh: therm_windtunnel: fix regression when instantiating devices by Wolfram Sang · 5 years ago
  81. 6c5d911 jbd2: fix data races at struct journal_head by Qian Cai · 5 years ago
  82. 7557c1b Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  83. 29795de Merge tag 'pci-v5.6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 5 years ago
  84. 2edc78b Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  85. 74dea5d Merge tag 'io_uring-5.6-2020-02-28' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  86. 5b8ea58 Merge branch 'nvme-5.6-rc4' of git://git.infradead.org/nvme into block-5.6 by Jens Axboe · 5 years ago
  87. c60c040 Merge tag 'acpi-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  88. 3642859 Merge tag 'pm-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  89. bfeb4f9 Merge tag 'zonefs-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs by Linus Torvalds · 5 years ago
  90. e951445 Merge tag 'kvmarm-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 5 years ago
  91. ef935c25 kvm: x86: Limit the number of "kvm: disabled by bios" messages by Erwan Velu · 5 years ago
  92. 189c696 Merge branches 'pm-sleep' and 'pm-devfreq' by Rafael J. Wysocki · 5 years ago
  93. aaec7c0 KVM: x86: avoid useless copy of cpufreq policy by Paolo Bonzini · 5 years ago
  94. 4f337fa KVM: allow disabling -Werror by Paolo Bonzini · 5 years ago
  95. 575b255 KVM: x86: allow compiling as non-module with W=1 by Valdis Klētnieks · 5 years ago
  96. 8a9442f KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipis by Wanpeng Li · 5 years ago
  97. a262bca KVM: Introduce pv check helpers by Wanpeng Li · 5 years ago
  98. fcd07f9 KVM: let declaration of kvm_get_running_vcpus match implementation by Christian Borntraeger · 5 years ago
  99. 7943f4a KVM: SVM: allocate AVIC data structures based on kvm_amd module parameter by Paolo Bonzini · 5 years ago
  100. 45d0b75 Merge tag 'drm-fixes-2020-02-28' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago