1. 95cf0e4 xfs: remove a pointless comment duplicated above all xfs_item_ops instances by Christoph Hellwig · 6 years ago
  2. 89ae379 xfs: use a list_head for iclog callbacks by Christoph Hellwig · 6 years ago
  3. efe2330 xfs: remove the xfs_log_item_t typedef by Christoph Hellwig · 6 years ago
  4. b3b14aa xfs: don't cast inode_log_items to get the log_item by Christoph Hellwig · 6 years ago
  5. 9ce632a xfs: add a flag to release log items on commit by Christoph Hellwig · 6 years ago
  6. ddf9205 xfs: split iop_unlock by Christoph Hellwig · 6 years ago
  7. 195cd83 xfs: don't use xfs_trans_free_items in the commit path by Christoph Hellwig · 6 years ago
  8. 8e4b20e xfs: remove the dummy iop_push implementation for inode creation items by Christoph Hellwig · 6 years ago
  9. e8b78db xfs: don't require log items to implement optional methods by Christoph Hellwig · 6 years ago
  10. d15cbf2 xfs: stop using XFS_LI_ABORTED as a parameter flag by Christoph Hellwig · 6 years ago
  11. 086252c xfs: fix a trivial comment typo in xfs_trans_committed_bulk by Christoph Hellwig · 6 years ago
  12. dbd329f1 xfs: add struct xfs_mount pointer to struct xfs_buf by Christoph Hellwig · 6 years ago
  13. 8124b9b xfs: remove the b_io_length field in struct xfs_buf by Christoph Hellwig · 6 years ago
  14. e99b4bd xfs: properly type the b_log_item field in struct xfs_buf by Christoph Hellwig · 6 years ago
  15. 0564501 xfs: remove unused buffer cache APIs by Christoph Hellwig · 6 years ago
  16. 6e9b3dd xfs: stop using bp naming for log recovery buffers by Christoph Hellwig · 6 years ago
  17. 6ad5b32 xfs: use bios directly to read and write the log recovery buffers by Christoph Hellwig · 6 years ago
  18. 18ffb8c xfs: return an offset instead of a pointer from xlog_align by Christoph Hellwig · 6 years ago
  19. 1058d0f xfs: move the log ioend workqueue to struct xlog by Christoph Hellwig · 6 years ago
  20. 79b54d9 xfs: use bios directly to write log buffers by Christoph Hellwig · 6 years ago
  21. 2d15d2c xfs: make use of the l_targ field in struct xlog by Christoph Hellwig · 6 years ago
  22. abca1f3 xfs: remove the syncing argument from xlog_verify_iclog by Christoph Hellwig · 6 years ago
  23. 9b0489c xfs: update both stat counters together in xlog_sync by Christoph Hellwig · 6 years ago
  24. db0a6fa xfs: factor out iclog size calculation from xlog_sync by Christoph Hellwig · 6 years ago
  25. 5693384 xfs: factor out splitting of an iclog from xlog_sync by Christoph Hellwig · 6 years ago
  26. 94860a3 xfs: factor out log buffer writing from xlog_sync by Christoph Hellwig · 6 years ago
  27. 1f9489b xfs: don't use REQ_PREFLUSH for split log writes by Christoph Hellwig · 6 years ago
  28. 366fc4b xfs: remove XLOG_STATE_IOABORT by Christoph Hellwig · 6 years ago
  29. 9bff3132 xfs: reformat xlog_get_lowest_lsn by Christoph Hellwig · 6 years ago
  30. 4f62282 xfs: cleanup xlog_get_iclog_buffer_size by Christoph Hellwig · 6 years ago
  31. 76ce982 xfs: remove the l_iclog_size_log field from struct xlog by Christoph Hellwig · 6 years ago
  32. 72945d8 xfs: make mem_to_page available outside of xfs_buf.c by Christoph Hellwig · 6 years ago
  33. ce89755 xfs: renumber XBF_WRITE_FAIL by Christoph Hellwig · 6 years ago
  34. 153fd7b xfs: remove the never used _XBF_COMPOUND flag by Christoph Hellwig · 6 years ago
  35. 1e85a36 xfs: remove the no-op spinlock_destroy stub by Christoph Hellwig · 6 years ago
  36. 5467b34 xfs: move xfs_ino_geometry to xfs_shared.h by Darrick J. Wong · 6 years ago
  37. 6dba888 xfs: claim maintainership of loose files by Darrick J. Wong · 6 years ago
  38. f5b999c xfs: remove unused flag arguments by Eric Sandeen · 6 years ago
  39. 76dee76 xfs: remove the debug-only q_transp field from struct xfs_dquot by Christoph Hellwig · 6 years ago
  40. f9a196e xfs: merge xfs_buf_zero and xfs_buf_iomove by Christoph Hellwig · 6 years ago
  41. 8c9ce2f xfs: remove unused flags arg from getsb interfaces by Eric Sandeen · 6 years ago
  42. d03a2f1 xfs: include WARN, REPAIR build options in XFS_BUILD_OPTIONS by Eric Sandeen · 6 years ago
  43. 4b4d98c xfs: finish converting to inodes_per_cluster by Darrick J. Wong · 6 years ago
  44. 490d451 xfs: fix inode_cluster_size rounding mayhem by Darrick J. Wong · 6 years ago
  45. 494dba7 xfs: refactor inode geometry setup routines by Darrick J. Wong · 6 years ago
  46. ef32595 xfs: separate inode geometry by Darrick J. Wong · 6 years ago
  47. fe0da9c fuse: copy_file_range needs to strip setuid bits and update timestamps by Amir Goldstein · 6 years ago
  48. 5dae222 vfs: allow copy_file_range to copy across devices by Amir Goldstein · 6 years ago
  49. 8c3f406 xfs: use file_modified() helper by Amir Goldstein · 6 years ago
  50. e38f7f5 vfs: introduce file_modified() helper by Amir Goldstein · 6 years ago
  51. 96e6e8f vfs: add missing checks to copy_file_range by Amir Goldstein · 6 years ago
  52. 646955c vfs: remove redundant checks from generic_remap_checks() by Amir Goldstein · 6 years ago
  53. a317135 vfs: introduce generic_file_rw_checks() by Amir Goldstein · 6 years ago
  54. 64bf5ff vfs: no fallback for ->copy_file_range by Dave Chinner · 6 years ago
  55. f16acc9 vfs: introduce generic_copy_file_range() by Dave Chinner · 6 years ago
  56. d1fdb6d Linux 5.2-rc4 by Linus Torvalds · 6 years ago
  57. 2759e05c Merge tag 'ceph-for-5.2-rc4' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  58. 8e61f6f Merge tag 'for-linus-5.2b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  59. 3d4645b Merge tag 's390-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 6 years ago
  60. d0cc617 Merge tag 'mips_fixes_5.2_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  61. 9331b67 Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  62. 1ce2c85 Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  63. 902b2ed Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
  64. 66b59f2 Merge tag 'dmaengine-fix-5.2-rc4' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 6 years ago
  65. 8d72e5b Merge tag 'for-linus-20190608' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  66. 1b02caa Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  67. 0ad43e2 Merge tag 'linux-kselftest-5.2-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 6 years ago
  68. 79c3ba3 Merge tag 'drm-fixes-2019-06-07-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  69. 8f77293 MAINTAINERS: Karthikeyan Ramasubramanian is MIA by Wolfram Sang · 6 years ago
  70. 49b8095 i2c: xiic: Add max_read_len quirk by Robert Hancock · 6 years ago
  71. d442564 Merge tag 'hwmon-for-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 6 years ago
  72. 893a7d3 lockref: Limit number of cmpxchg loop retries by Jan Glauber · 6 years ago
  73. d934452 uaccess: add noop untagged_addr definition by Andrey Konovalov · 6 years ago
  74. d18c7e9d Merge tag 'xtensa-20190607' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 6 years ago
  75. 6c70f89 Merge branch 'nvme-5.2-rc-next' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 6 years ago
  76. 33de0d1 Merge tag 'kbuild-fixes-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  77. 91f152e Merge tag 'mmc-v5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 6 years ago
  78. a373ec2 Merge tag 'pm-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  79. de9f869 x86/insn-eval: Fix use-after-free access to LDT entry by Jann Horn · 6 years ago
  80. 1e1d926 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  81. 6e38335 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  82. a02a532 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  83. 913ab97 kbuild: use more portable 'command -v' for cc-cross-prefix by Masahiro Yamada · 6 years ago
  84. 0ab0d7a s390/unwind: correct stack switching during unwind by Vasily Gorbik · 6 years ago
  85. a964d23 Merge branch 'pm-x86' by Rafael J. Wysocki · 6 years ago
  86. 19e9da9 block, bfq: add weight symlink to the bfq.weight cgroup parameter by Angelo Ruocco · 6 years ago
  87. 54b7b86 cgroup: let a symlink too be created with a cftype file by Angelo Ruocco · 6 years ago
  88. 671e2ee Merge branch 'linux-5.2' of git://github.com/skeggsb/linux into drm-fixes by Dave Airlie · 6 years ago
  89. ab4bec1 drm/nouveau/secboot/gp10[2467]: support newer FW to fix SEC2 failures on some boards by Ben Skeggs · 6 years ago
  90. 9352ce3 drm/nouveau/secboot: enable loading of versioned LS PMU/SEC2 ACR msgqueue FW by Ben Skeggs · 6 years ago
  91. 5f0f8b5 drm/nouveau/secboot: split out FW version-specific LS function pointers by Ben Skeggs · 6 years ago
  92. c26f306 drm/nouveau/secboot: pass max supported FW version to LS load funcs by Ben Skeggs · 6 years ago
  93. 475cf02 drm/nouveau/core: support versioned firmware loading by Ben Skeggs · 6 years ago
  94. 8854eed drm/nouveau/core: pass subdev into nvkm_firmware_get, rather than device by Ben Skeggs · 6 years ago
  95. c3e2219 block: free sched's request pool in blk_cleanup_queue by Ming Lei · 6 years ago
  96. e659b41 Merge tag 'drm-intel-fixes-2019-06-06' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 6 years ago
  97. bcc9d0e Merge branch 'malidp-fixes' of git://linux-arm.org/linux-ld into drm-fixes by Dave Airlie · 6 years ago
  98. 16d72dd Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 6 years ago
  99. ae87660 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  100. 0104763 Merge tag 'xfs-5.2-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago