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