1. 381d592 xfs: use ->t_firstblock in reflink cow block cancel by Brian Foster · 6 years ago
  2. fb91f4b xfs: replace no-op firstblock init with ->t_firstblock by Brian Foster · 6 years ago
  3. 058529c xfs: use ->t_firstblock in dq alloc by Brian Foster · 6 years ago
  4. 64396ff xfs: remove xfs_alloc_arg firstblock field by Brian Foster · 6 years ago
  5. cf612de xfs: remove xfs_btree_cur private firstblock field by Brian Foster · 6 years ago
  6. 280253d xfs: remove bmap format helpers firstblock params by Brian Foster · 6 years ago
  7. 92f9da3 xfs: remove bmap extent add helper firstblock params by Brian Foster · 6 years ago
  8. 94c07b4 xfs: remove xfs_bmalloca firstblock field by Brian Foster · 6 years ago
  9. 4b77a08 xfs: use ->t_firstblock in bmap extent split by Brian Foster · 6 years ago
  10. 333f950 xfs: remove bmap insert/collapse firstblock param by Brian Foster · 6 years ago
  11. 2af5284 xfs: remove xfs_bunmapi() firstblock param by Brian Foster · 6 years ago
  12. a7beabe xfs: remove xfs_bmapi_write() firstblock param by Brian Foster · 6 years ago
  13. d0a9d79 xfs: use ->t_firstblock in insert/collapse range by Brian Foster · 6 years ago
  14. 580c4ff xfs: use ->t_firstblock in xfs_bmapi_remap() by Brian Foster · 6 years ago
  15. 3728379 xfs: use ->t_firstblock for all xfs_bunmapi() callers by Brian Foster · 6 years ago
  16. 650919f xfs: use ->t_firstblock for all xfs_bmapi_write() callers by Brian Foster · 6 years ago
  17. 7661390 xfs: use ->t_firstblock in xattr ops by Brian Foster · 6 years ago
  18. 825d75cd xfs: use ->t_firstblock in attrfork add by Brian Foster · 6 years ago
  19. 381eee6 xfs: remove firstblock param from xfs dir ops by Brian Foster · 6 years ago
  20. f16dea5 xfs: use ->t_firstblock in dir ops by Brian Foster · 6 years ago
  21. bba59c5e xfs: add firstblock field to xfs_trans by Brian Foster · 6 years ago
  22. 3ae2d89 xfs: allow null firstblock in xfs_bmapi_write() when tp is null by Brian Foster · 6 years ago
  23. bcd2c9f xfs: refactor dfops init to attach to transaction by Brian Foster · 6 years ago
  24. d5669ed xfs: use ->t_dfops in reflink cow recover path by Brian Foster · 6 years ago
  25. 27356a0 xfs: use ->t_dfops in cancel cow blocks operation by Brian Foster · 6 years ago
  26. 7a7943c xfs: use ->t_dfops for rmap extent swap operations by Brian Foster · 6 years ago
  27. ed7ef8e xfs: remove unused btree cursor bc_private.a.dfops field by Brian Foster · 6 years ago
  28. 42b394a xfs: remove xfs_btree_cur bmbt dfops field by Brian Foster · 6 years ago
  29. 81ba8f3 xfs: remove dfops param from internal bmap extent helpers by Brian Foster · 6 years ago
  30. f4a9cf97 xfs: use ->t_dfops for collapse/insert range operations by Brian Foster · 6 years ago
  31. 3e3673e xfs: remove struct xfs_bmalloca dfops field by Brian Foster · 6 years ago
  32. ff3edf2 xfs: remove xfs_bmapi_remap() dfops param by Brian Foster · 6 years ago
  33. ccd9d91 xfs: remove xfs_bunmapi() dfops param by Brian Foster · 6 years ago
  34. 4bcfa61 xfs: use ->t_dfops for all xfs_bunmapi() callers by Brian Foster · 6 years ago
  35. 6e702a5 xfs: remove xfs_bmapi_write() dfops param by Brian Foster · 6 years ago
  36. 175d1a0 xfs: use ->t_dfops for all xfs_bmapi_write() callers by Brian Foster · 6 years ago
  37. 2ba1372 xfs: use ->t_dfops in dqalloc transaction by Brian Foster · 6 years ago
  38. 32a9b7c xfs: replace xfs_da_args->dfops accesses with ->t_dfops and remove by Brian Foster · 6 years ago
  39. d76e6ce xfs: use ->t_dfops in extent split tx and remove param by Brian Foster · 6 years ago
  40. 0bd6207 xfs: remove dfops param in attr fork add path by Brian Foster · 6 years ago
  41. 40d03ac xfs: use ->t_dfops for attr set/remove operations by Brian Foster · 6 years ago
  42. 813d08c xfs: use ->t_dfops for recovery of [b|c]ui log items by Brian Foster · 6 years ago
  43. c9cfdb3 xfs: remove dfops param from high level dirname calls by Brian Foster · 6 years ago
  44. 0e0417f xfs: remove dfops parameter from ifree call stack by Brian Foster · 6 years ago
  45. 6aa6718 xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops by Brian Foster · 6 years ago
  46. 8a74938 xfs: cow unwritten conversion uses uninitialized dfops by Brian Foster · 6 years ago
  47. 98c1a7c0 xfs: update my copyrights for the writeback and iomap code by Christoph Hellwig · 6 years ago
  48. 82cb141 xfs: add support for sub-pagesize writeback without buffer_heads by Christoph Hellwig · 6 years ago
  49. 9dc55f1 iomap: add support for sub-pagesize buffered I/O without buffer heads by Christoph Hellwig · 6 years ago
  50. ac8ee54 xfs: allow writeback on pages without buffer heads by Christoph Hellwig · 6 years ago
  51. 8e1f065 xfs: refactor the tail of xfs_writepage_map by Christoph Hellwig · 6 years ago
  52. 1b65d3dd xfs: remove xfs_start_page_writeback by Christoph Hellwig · 6 years ago
  53. 6d465e8 xfs: move all writeback buffer_head manipulation into xfs_map_at_offset by Christoph Hellwig · 6 years ago
  54. 3faed66 xfs: don't look at buffer heads in xfs_add_to_ioend by Christoph Hellwig · 6 years ago
  55. 889c65b xfs: remove the imap_valid flag by Christoph Hellwig · 6 years ago
  56. 3345746 xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly by Christoph Hellwig · 6 years ago
  57. 060d4ea xfs: remove xfs_reflink_find_cow_mapping by Christoph Hellwig · 6 years ago
  58. c3a2f9f xfs: remove the now unused XFS_BMAPI_IGSTATE flag by Christoph Hellwig · 6 years ago
  59. e2f6ad4 xfs: make xfs_writepage_map extent map centric by Dave Chinner · 6 years ago
  60. 6a4c950 xfs: rename the offset variable in xfs_writepage_map by Christoph Hellwig · 6 years ago
  61. 5c665e5 xfs: remove xfs_map_cow by Christoph Hellwig · 6 years ago
  62. fca8c80 xfs: remove xfs_reflink_trim_irec_to_next_cow by Christoph Hellwig · 6 years ago
  63. a7b28f7 xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocks by Christoph Hellwig · 6 years ago
  64. c57371a xfs: don't clear imap_valid for a non-uptodate buffers by Christoph Hellwig · 6 years ago
  65. 91cdfd1 xfs: do not set the page uptodate in xfs_writepage_map by Christoph Hellwig · 6 years ago
  66. d438017 xfs: move locking into xfs_bmap_punch_delalloc_range by Christoph Hellwig · 6 years ago
  67. 0362572 xfs: simplify xfs_aops_discard_page by Christoph Hellwig · 6 years ago
  68. 8b2e77c xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages by Christoph Hellwig · 6 years ago
  69. c2efdfc Merge branch 'iomap-4.19-merge' into xfs-4.19-merge by Darrick J. Wong · 6 years ago
  70. 1e4b044 Linux 4.18-rc4 by Linus Torvalds · 6 years ago
  71. ca04b3c Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  72. 23adbe6 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  73. 6f27a64 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  74. 6fb2489 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  75. f5c926b Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  76. 124b99f Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  77. 70a2dc6 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  78. 8979319 Merge tag 'pci-v4.18-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  79. b2d44d1 Merge tag '4.18-rc3-smb3fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  80. 4f572ef Merge tag 'dma-mapping-4.18-3' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  81. 89ac223 Merge tag 'dmaengine-fix-4.18-rc4' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 6 years ago
  82. ea9561c Merge tag 'for-linus-4.18-2' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 6 years ago
  83. 43b6b6e Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  84. 15279df x86/mtrr: Don't copy out-of-bounds data in mtrr_write by Jann Horn · 6 years ago
  85. 624434a Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  86. 2911952 Merge tag 'for-linus-20180706' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  87. c2b5814 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 6 years ago
  88. 1bb1557 Merge tag 'vfio-v4.18-rc4' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 6 years ago
  89. b4d0562 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 6 years ago
  90. 1268ed0 x86/hyper-v: Fix the circular dependency in IPI enlightenment by K. Y. Srinivasan · 6 years ago
  91. c42c12a Merge tag 'drm-fixes-2018-07-06' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  92. 97f4e14 Merge tag 'trace-v4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  93. c78d1f9 Merge tag 'exynos-drm-fixes-for-v4.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes by Dave Airlie · 6 years ago
  94. c8440a7 Merge branch 'drm-fixes-4.18' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 6 years ago
  95. 0581a5c Merge tag 'drm-intel-fixes-2018-07-05' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 6 years ago
  96. b771673 Merge tag 'drm-misc-fixes-2018-07-05' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 6 years ago
  97. f0463f3 Merge tag 'omap-for-v4.18/fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 6 years ago
  98. 0fa3ecd Fix up non-directory creation in SGID directories by Linus Torvalds · 6 years ago
  99. 7ec916f Revert "iommu/intel-iommu: Enable CONFIG_DMA_DIRECT_OPS=y and clean up intel_{alloc,free}_coherent()" by Christoph Hellwig · 6 years ago
  100. 729c0c9 cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf() by Stefano Brivio · 6 years ago