1. 6567af7 Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  2. b058efc Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  3. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  4. b84e772 xfs: use iomap_bmap by Christoph Hellwig · 7 years ago
  5. 16858f7 xfs: fix error handling in xfs_refcount_insert() by Dave Chinner · 7 years ago
  6. a0e5c43 xfs: fix xfs_rtalloc_rec units by Darrick J. Wong · 7 years ago
  7. 8ad560d xfs: strengthen rtalloc query range checks by Darrick J. Wong · 7 years ago
  8. a03f164 xfs: xfs_rtbuf_get should check the bmapi_read results by Darrick J. Wong · 7 years ago
  9. 2483113 xfs: xfs_rtword_t should be unsigned, not signed by Darrick J. Wong · 7 years ago
  10. 80660f2 dax: change bdev_dax_supported() to support boolean returns by Dave Jiang · 7 years ago
  11. ba23cba fs: allow per-device dax status checking for filesystems by Darrick J. Wong · 7 years ago
  12. e292d7b xfs: convert to bioset_init()/mempool_init() by Kent Overstreet · 7 years ago
  13. d25522f xfs: repair superblocks by Darrick J. Wong · 7 years ago
  14. 7e85bc6 xfs: add helpers to attach quotas to inodes by Darrick J. Wong · 7 years ago
  15. 04a2b7b xfs: recover AG btree roots from rmap data by Darrick J. Wong · 7 years ago
  16. 12c6510 xfs: add helpers to dispose of old btree blocks after a repair by Darrick J. Wong · 7 years ago
  17. 64a39d8 xfs: add helpers to collect and sift btree block pointers during repair by Darrick J. Wong · 7 years ago
  18. 73d6b42 xfs: add helpers to allocate and initialize fresh btree roots by Darrick J. Wong · 7 years ago
  19. 0a9633f xfs: add helpers to deal with transaction allocation and rolling by Darrick J. Wong · 7 years ago
  20. 51863d7 xfs: grab the per-ag structure whenever relevant by Darrick J. Wong · 7 years ago
  21. 05edd88 fs: xfs: Change return type to vm_fault_t by Souptick Joarder · 7 years ago
  22. 2e050e6 xfs: fix inobt magic number check by Darrick J. Wong · 7 years ago
  23. 5ef03db xfs, proc: hide unused xfs procfs helpers by Arnd Bergmann · 7 years ago
  24. b113a6d xfs_vn_lookup: simplify a bit by Al Viro · 7 years ago
  25. f7664b3 xfs: implement online get/set fs label by Eric Sandeen · 7 years ago
  26. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
  27. 49dd56f xfs: factor the ag length extension code into libxfs by Dave Chinner · 7 years ago
  28. b16817b xfs: move growfs core to libxfs by Dave Chinner · 7 years ago
  29. 8125147 xfs: rework secondary superblock updates in growfs by Dave Chinner · 7 years ago
  30. 83a7f86 xfs: separate secondary sb update in growfs by Dave Chinner · 7 years ago
  31. 87444b8 xfs: make imaxpct changes in growfs separate by Dave Chinner · 7 years ago
  32. 532ff64 xfs: turn ag header initialisation into a table driven operation by Dave Chinner · 7 years ago
  33. 0410c3b xfs: factor ag btree root block initialisation by Dave Chinner · 7 years ago
  34. 9aebe80 xfs: convert growfs AG header init to use buffer lists by Dave Chinner · 7 years ago
  35. cce77bc xfs: factor out AG header initialisation from growfs core by Dave Chinner · 7 years ago
  36. 879de98 xfs: one-shot cached buffers by Dave Chinner · 7 years ago
  37. 84d42ea xfs: implement the metadata repair ioctl flag by Darrick J. Wong · 7 years ago
  38. 718fa74 xfs: create tracepoints for online repair by Darrick J. Wong · 7 years ago
  39. 7644bd9 xfs: teach xfs_bmapi_remap to accept some bmapi flags by Darrick J. Wong · 7 years ago
  40. 7cf199b xfs: make xfs_bmapi_remapi work with attribute forks by Darrick J. Wong · 7 years ago
  41. 9f3a080 xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walk by Darrick J. Wong · 7 years ago
  42. ddd10c2 xfs: avoid ABBA deadlock when scrubbing parent pointers by Darrick J. Wong · 7 years ago
  43. 517b32b xfs: scrub the data fork of the realtime inodes by Darrick J. Wong · 7 years ago
  44. 87d9d60 xfs: quota scrub should use bmapbtd scrubber by Darrick J. Wong · 7 years ago
  45. 8bc763c xfs: don't continue scrub if already corrupt by Darrick J. Wong · 7 years ago
  46. eac69e1 xfs: refactor quota limits initialization by Darrick J. Wong · 7 years ago
  47. 689e11c xfs: superblock scrub should use short-lived buffers by Darrick J. Wong · 7 years ago
  48. 8389f3ff xfs: skip scrub xref if corruption already noted by Darrick J. Wong · 7 years ago
  49. c9fbd7b xfs: clear sb->s_fs_info on mount failure by Dave Chinner · 7 years ago
  50. dae5cd8 xfs: add mount delay debug option by Dave Chinner · 7 years ago
  51. 4e52933 xfs: factor out nodiscard helpers by Brian Foster · 7 years ago
  52. 6748212 iomap: add a swapfile activation function by Darrick J. Wong · 7 years ago
  53. d6b636e xfs: halt auto-reclamation activities while rebuilding rmap by Darrick J. Wong · 7 years ago
  54. 95eb308 xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbt by Darrick J. Wong · 7 years ago
  55. 08daa3c xfs: add repair helpers for the reference count btree by Darrick J. Wong · 7 years ago
  56. 4d4f86b xfs: add repair helpers for the reverse mapping btree by Darrick J. Wong · 7 years ago
  57. 7f8f131 xfs: expose various functions to repair code by Darrick J. Wong · 7 years ago
  58. 14861c4 xfs: add helpers to calculate btree size by Darrick J. Wong · 7 years ago
  59. 9d9c902 xfs: refactor scrub transaction allocation function by Darrick J. Wong · 7 years ago
  60. 08a3a69 xfs: btree scrub should check minrecs by Darrick J. Wong · 7 years ago
  61. 631fc95 xfs: clean up scrub usage of KM_NOFS by Darrick J. Wong · 7 years ago
  62. eb41c93 xfs: avoid ilock games in the quota scrubber by Darrick J. Wong · 7 years ago
  63. 554ba96 xfs: refactor dquot iteration by Darrick J. Wong · 7 years ago
  64. 28b9060 xfs: rename on-disk dquot counter zap functions by Darrick J. Wong · 7 years ago
  65. 30ab2dc xfs: replace XFS_QMOPT_DQALLOC with a simple boolean by Darrick J. Wong · 7 years ago
  66. 114e73c xfs: remove direct calls to _qm_dqread by Darrick J. Wong · 7 years ago
  67. d63192c xfs: refactor xfs_qm_dqtobp and xfs_qm_dqalloc by Darrick J. Wong · 7 years ago
  68. 617cd5c xfs: refactor incore dquot initialization functions by Darrick J. Wong · 7 years ago
  69. 0fcef12 xfs: fetch dquots directly during quotacheck by Darrick J. Wong · 7 years ago
  70. 4882c19 xfs: split out dqget for inodes from regular dqget by Darrick J. Wong · 7 years ago
  71. c14cfcc xfs: remove unnecessary xfs_qm_dqattach parameter by Darrick J. Wong · 7 years ago
  72. d7103ee xfs: delegate dqget input checks to helper function by Darrick J. Wong · 7 years ago
  73. cc2047c xfs: refactor dquot cache handling by Darrick J. Wong · 7 years ago
  74. 2e330e7 xfs: refactor XFS_QMOPT_DQNEXT out of existence by Darrick J. Wong · 7 years ago
  75. 609001b xfs: don't spray logs when dquot flush/purge fail by Darrick J. Wong · 7 years ago
  76. 7b6b50f xfs: release new dquot buffer on defer_finish error by Darrick J. Wong · 7 years ago
  77. 84ca484 xfs: don't discard on free of unwritten extents by Brian Foster · 7 years ago
  78. 13b86fc xfs: skip online discard during eofblocks trims by Brian Foster · 7 years ago
  79. fcb762f xfs: add bmapi nodiscard flag by Brian Foster · 7 years ago
  80. e6631f8 xfs: get rid of the log item descriptor by Dave Chinner · 7 years ago
  81. 1a2ebf8 xfs: add some more debug checks to buffer log item reuse by Dave Chinner · 7 years ago
  82. 844e5e7 xfs: fix double ijoin in xfs_reflink_clear_inode_flag() by Dave Chinner · 7 years ago
  83. c5295c6 xfs: fix double ijoin in xfs_reflink_cancel_cow_range by Dave Chinner · 7 years ago
  84. 3565b660 xfs: fix double ijoin in xfs_inactive_symlink_rmt() by Dave Chinner · 7 years ago
  85. d686d12 xfs: don't assert fail with AIL lock held by Dave Chinner · 7 years ago
  86. e632a56 xfs: adder caller IP to xfs_defer* tracepoints by Dave Chinner · 7 years ago
  87. ba18781 xfs: add tracing to high level transaction operations by Dave Chinner · 7 years ago
  88. 22525c1 xfs: log item flags are racy by Dave Chinner · 7 years ago
  89. 52101df xfs: add missing rmap error return by Darrick J. Wong · 7 years ago
  90. cec5725 xfs: bmap debugging should never panic the system by Darrick J. Wong · 7 years ago
  91. 8804630 xfs: defer agfl frees from directory op transactions by Brian Foster · 7 years ago
  92. 8b922f0 xfs: defer frees from common inode allocation paths by Brian Foster · 7 years ago
  93. 658f8f9 xfs: defer agfl frees from inode inactivation by Brian Foster · 7 years ago
  94. 2bc5eba xfs: defer agfl block frees from deferred ops processing context by Brian Foster · 7 years ago
  95. f8f2835 xfs: defer agfl block frees when dfops is available by Brian Foster · 7 years ago
  96. 4223f65 xfs: create agfl block free helper function by Brian Foster · 7 years ago
  97. 72c5c5f xfs: print specific dqblk that failed verifiers by Eric Sandeen · 7 years ago
  98. 7224fa4 xfs: add full xfs_dqblk verifier by Eric Sandeen · 7 years ago
  99. 48fa1db xfs: pass full xfs_dqblk to repair during quotacheck by Eric Sandeen · 7 years ago
  100. 57ab324 xfs: check type in quota verifier during quotacheck by Eric Sandeen · 7 years ago