1. 5232b93 xfs: remove duplicate wq cancel and log force from attr quiesce by Brian Foster · 4 years ago
  2. f46e5a1 xfs: fold sbcount quiesce logging into log covering by Brian Foster · 4 years ago
  3. b0eb9e1 xfs: don't reset log idle state on covering checkpoints by Brian Foster · 4 years ago
  4. 303591a xfs: cover the log during log quiesce by Brian Foster · 4 years ago
  5. 9e54ee0 xfs: separate log cleaning from log quiesce by Brian Foster · 4 years ago
  6. 37444fc xfs: lift writable fs check up into log worker task by Brian Foster · 4 years ago
  7. 50d2548 xfs: sync lazy sb accounting on quiesce of read-only mounts by Brian Foster · 4 years ago
  8. 8aa921a xfs: set inode size after creating symlink by Jeffrey Mitchell · 4 years ago
  9. 8321ddb xfs: don't drain buffer lru on freeze and read-only remount by Brian Foster · 4 years ago
  10. 10fb9ac xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain() by Brian Foster · 4 years ago
  11. 88a9e03 xfs: Fix assert failure in xfs_setattr_size() by Yumei Huang · 4 years ago
  12. 01ea173 xfs: fix up non-directory creation in SGID directories by Christoph Hellwig · 4 years ago
  13. eaf9254 xfs: remove a stale comment from xfs_file_aio_write_checks() by Eric Biggers · 4 years ago
  14. 3015196 xfs: Introduce error injection to allocate only minlen size extents for files by Chandan Babu R · 4 years ago
  15. 07c72e5 xfs: Process allocated extent in a separate function by Chandan Babu R · 4 years ago
  16. 0961fdd xfs: Compute bmap extent alignments in a separate function by Chandan Babu R · 4 years ago
  17. aff4db5 xfs: Remove duplicate assert statement in xfs_bmap_btalloc() by Chandan Babu R · 4 years ago
  18. f9fa871 xfs: Introduce error injection to reduce maximum inode fork extent count by Chandan Babu R · 4 years ago
  19. bcc561f xfs: Check for extent overflow when swapping extents by Chandan Babu R · 4 years ago
  20. ee898d7 xfs: Check for extent overflow when remapping an extent by Chandan Babu R · 4 years ago
  21. 5f1d5bbf xfs: Check for extent overflow when moving extent from cow to data fork by Chandan Babu R · 4 years ago
  22. c442f30 xfs: Check for extent overflow when writing to unwritten extent by Chandan Babu R · 4 years ago
  23. 3a19bb1 xfs: Check for extent overflow when adding/removing xattrs by Chandan Babu R · 4 years ago
  24. 02092a2 xfs: Check for extent overflow when renaming dir entries by Chandan Babu R · 4 years ago
  25. 0dbc5cb xfs: Check for extent overflow when removing dir entries by Chandan Babu R · 4 years ago
  26. f5d9274 xfs: Check for extent overflow when adding dir entries by Chandan Babu R · 4 years ago
  27. 85ef08b xfs: Check for extent overflow when punching a hole by Chandan Babu R · 4 years ago
  28. 727e1ac xfs: Check for extent overflow when trivally adding a new extent by Chandan Babu R · 4 years ago
  29. b9b7e1d xfs: Add helper for checking per-inode extent count overflow by Chandan Babu R · 4 years ago
  30. 6da1b4b xfs: fix an ABBA deadlock in xfs_rename by Darrick J. Wong · 4 years ago
  31. 19c329f Linux 5.11-rc4 by Linus Torvalds · 4 years ago
  32. e2da7836 Merge tag 'perf-tools-fixes-2021-01-17' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 4 years ago
  33. a1339d6 Merge tag 'powerpc-5.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years ago
  34. a527a2b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years ago
  35. feb889f mm: don't put pinned pages into the swap cache by Linus Torvalds · 4 years ago
  36. 0da0a8a Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years ago
  37. d36a1dd dump_common_audit_data(): fix racy accesses to ->d_name by Al Viro · 4 years ago
  38. 54c6247d Merge tag 'block-5.11-2021-01-16' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  39. 11c0239 Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  40. acda701 Merge tag 'riscv-for-linus-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years ago
  41. 9348b73 mm: don't play games with pinned pages in clear_page_refs by Linus Torvalds · 4 years ago
  42. 29a951d mm: fix clear_refs_write locking by Linus Torvalds · 4 years ago
  43. e557793 RISC-V: Fix maximum allowed phsyical memory for RV32 by Atish Patra · 4 years ago
  44. abb8e86 RISC-V: Set current memblock limit by Atish Patra · 4 years ago
  45. 797f037 RISC-V: Do not allocate memblock while iterating reserved memblocks by Atish Patra · 4 years ago
  46. a959a97 iov_iter: fix the uaccess area in copy_compat_iovec_from_user by Christoph Hellwig · 4 years ago
  47. 1d94330 Merge tag 'for-5.11/dm-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 4 years ago
  48. b45e2da Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years ago
  49. 8cbe71e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years ago
  50. a8d13db io_uring: ensure finish_wait() is always called in __io_uring_task_cancel() by Jens Axboe · 4 years ago
  51. 0bc9bc1 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years ago
  52. 7cd3c41 Merge tag '5.11-rc3-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years ago
  53. 82821be8 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years ago
  54. f288c89 Merge tag 'mips_fixes_5.11.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 4 years ago
  55. 648b054 perf inject: Correct event attribute sizes by Al Grant · 4 years, 1 month ago
  56. 5501e92 perf intel-pt: Fix 'CPU too large' error by Adrian Hunter · 4 years ago
  57. a1bf230 perf stat: Take cgroups into account for shadow stats by Namhyung Kim · 4 years ago
  58. 3ff1e71 perf stat: Introduce struct runtime_stat_data by Namhyung Kim · 4 years ago
  59. 66dd86b libperf tests: Fail when failing to get a tracepoint id by Ian Rogers · 4 years ago
  60. bba2ea1 libperf tests: If a test fails return non-zero by Ian Rogers · 4 years ago
  61. be82fdd libperf tests: Avoid uninitialized variable warning by Ian Rogers · 4 years ago
  62. e9f5335 ext4: remove expensive flush on fast commit by Daejun Park · 4 years ago
  63. 6b4b8e6 ext4: fix bug for rename with RENAME_WHITEOUT by yangerkun · 4 years ago
  64. 31e203e ext4: fix wrong list_splice in ext4_fc_cleanup by Daejun Park · 4 years ago
  65. 23dd561 ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERR by Yi Li · 4 years ago
  66. a042a82 perf test: Fix shadow stat test for non-bash shells by Namhyung Kim · 4 years ago
  67. addbdff tools headers: Syncronize linux/build_bug.h with the kernel sources by Arnaldo Carvalho de Melo · 4 years ago
  68. 38c5394 tools headers UAPI: Sync kvm.h headers with the kernel sources by Arnaldo Carvalho de Melo · 4 years ago
  69. 301f020 perf bpf examples: Fix bpf.h header include directive in 5sec.c example by Arnaldo Carvalho de Melo · 4 years ago
  70. f4e087c Merge tag 'acpi-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years ago
  71. dcda487 Merge tag 'for-linus-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years ago
  72. 7aec71c Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years ago
  73. 02c06dc Merge tag 'topic/nouveau-ampere-modeset-2021-01-15' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years ago
  74. 179892a Merge branch 'acpi-docs' by Rafael J. Wysocki · 4 years ago
  75. f010505 io_uring: flush timeouts that should already have expired by Marcelo Diop-Gonzalez · 4 years ago
  76. 3a57a64 arm64: selftests: Fix spelling of 'Mismatch' by Mark Brown · 4 years ago
  77. b6d8878 arm64: syscall: include prototype for EL0 SVC functions by Mark Rutland · 4 years ago
  78. dca5244 compiler.h: Raise minimum version of GCC to 5.1 for arm64 by Will Deacon · 4 years ago
  79. 584265d Merge branch '04.01-ampere-lite' of git://github.com/skeggsb/linux into topic/nouveau-ampere-modeset by Dave Airlie · 4 years ago
  80. 5ee8805 Merge tag 'drm-fixes-2021-01-15' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years ago
  81. cdaed11 Merge tag 'trace-v5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years ago
  82. c8f6364 Merge branch '04.00-ampere-lite-fixes' of git://github.com/skeggsb/linux into drm-fixes by Dave Airlie · 4 years ago
  83. dec8227 riscv: stacktrace: Move register keyword to beginning of declaration by Kefeng Wang · 4 years ago
  84. 8e10959 Merge tag 'amd-drm-fixes-5.11-2021-01-14' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes by Dave Airlie · 4 years ago
  85. 667d11d Merge tag 'drm-intel-fixes-2021-01-14' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 4 years ago
  86. 8ef23b6 drm/nouveau/disp/ga10[24]: initial support by Ben Skeggs · 4 years ago
  87. a6cf032 drm/nouveau/dmaobj/ga10[24]: initial support by Ben Skeggs · 4 years ago
  88. 8a04122 drm/nouveau/i2c/ga10[024]: initial support by Ben Skeggs · 4 years ago
  89. c28efb1 drm/nouveau/gpio/ga10[024]: initial support by Ben Skeggs · 4 years ago
  90. f5cbe7c drm/nouveau/bar/ga10[024]: initial support by Ben Skeggs · 4 years ago
  91. a3abc23 drm/nouveau/mmu/ga10[024]: initial support by Ben Skeggs · 4 years ago
  92. 6f300e0 drm/nouveau/timer/ga10[024]: initial support by Ben Skeggs · 4 years ago
  93. 41ba806 drm/nouveau/fb/ga10[024]: initial support by Ben Skeggs · 4 years ago
  94. de4781d drm/nouveau/imem/ga10[024]: initial support by Ben Skeggs · 4 years ago
  95. e0df4bb drm/nouveau/privring/ga10[024]: initial support by Ben Skeggs · 4 years ago
  96. 5961c62 drm/nouveau/mc/ga10[024]: initial support by Ben Skeggs · 4 years ago
  97. 7ddf5e9 drm/nouveau/devinit/ga10[024]: initial support by Ben Skeggs · 4 years ago
  98. a346324 drm/nouveau/bios/ga10[024]: initial support by Ben Skeggs · 4 years ago
  99. 70afbe4 drm/nouveau/pci/ga10[024]: initial support by Ben Skeggs · 4 years ago
  100. caeb6ab drm/nouveau/kms/nv50-: fix case where notifier buffer is at offset 0 by Ben Skeggs · 4 years ago