1. fbc04bf Merge tag 'xfs-5.17-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 2 years, 11 months ago
  2. ea7b3e6 Merge tag 'vfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 2 years, 11 months ago
  3. cea267c xfs: ensure log flush at the end of a synchronous fallocate call by Dave Chinner · 2 years, 11 months ago
  4. b39a0463 xfs: move xfs_update_prealloc_flags() to xfs_pnfs.c by Dave Chinner · 2 years, 11 months ago
  5. 0b02c8c xfs: set prealloc flag in xfs_alloc_file_space() by Dave Chinner · 2 years, 11 months ago
  6. fbe7e52 xfs: fallocate() should call file_modified() by Dave Chinner · 2 years, 11 months ago
  7. 472c6e4 xfs: remove XFS_PREALLOC_SYNC by Dave Chinner · 2 years, 11 months ago
  8. 29d650f xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP* by Darrick J. Wong · 3 years ago
  9. 2d86293 xfs: return errors in xfs_fs_sync_fs by Darrick J. Wong · 2 years, 11 months ago
  10. ebb7fb1 xfs, iomap: limit individual ioend chain lengths in writeback by Dave Chinner · 3 years ago
  11. 1cb69c8 Merge tag 'xfs-5.17-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years ago
  12. 31d9497 Merge tag 'xfs-5.17-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years ago
  13. d701a8c Merge tag 'xfs-5.17-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years ago
  14. 12a8fb2 Merge tag 'xfs-5.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years ago
  15. 6191cf3 xfs: flush inodegc workqueue tasks before cancel by Brian Foster · 3 years ago
  16. a8e422a xfs: remove unused xfs_ioctl32.h declarations by Darrick J. Wong · 3 years ago
  17. b3bb941 xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitions by Darrick J. Wong · 3 years ago
  18. 4d1b97f xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctls by Darrick J. Wong · 3 years ago
  19. 9dec036 xfs: remove the XFS_IOC_FSSETDM definitions by Darrick J. Wong · 3 years ago
  20. f56caed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  21. 4034247 mm: introduce memalloc_retry_wait() by NeilBrown · 3 years ago
  22. a33f5c3 Merge tag 'xfs-5.17-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years ago
  23. 3acbdbf Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 3 years ago
  24. f079ab0 Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linux by Linus Torvalds · 3 years ago
  25. 4a9bca8 xfs: fix online fsck handling of v5 feature bits on secondary supers by Darrick J. Wong · 3 years ago
  26. 65552b0 xfs: take the ILOCK when readdir inspects directory mapping data by Darrick J. Wong · 3 years ago
  27. 11fc88c Merge tag 'xfs-5.17-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years ago
  28. 5dfbfe7 Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years ago
  29. 7e937bb xfs: warn about inodes with project id of -1 by Darrick J. Wong · 3 years ago
  30. eae44cb xfs: hold quota inode ILOCK_EXCL until the end of dqalloc by Darrick J. Wong · 3 years ago
  31. f4901a1 xfs: Remove redundant assignment of mp by Jiapeng Chong · 3 years ago
  32. 8dc9384 xfs: reduce kvmalloc overhead for CIL shadow buffers by Dave Chinner · 3 years ago
  33. 219aac5 xfs: sysfs: use default_groups in kobj_type by Greg Kroah-Hartman · 3 years ago
  34. 983d8e6 xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocate by Darrick J. Wong · 3 years ago
  35. f8d92a6 xfs: prevent UAF in xfs_log_item_in_current_chkpt by Darrick J. Wong · 3 years ago
  36. 6ed6356 xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list() by Dan Carpenter · 3 years ago
  37. 132c460 xfs: Fix comments mentioning xfs_ialloc by Yang Xu · 3 years ago
  38. 09654ed xfs: check sb_meta_uuid for dabuf buffer recovery by Dave Chinner · 3 years ago
  39. e5d1802 xfs: fix a bug in the online fsck directory leaf1 bestcount check by Darrick J. Wong · 3 years ago
  40. 7993f1a xfs: only run COW extent recovery when there are no live extents by Darrick J. Wong · 3 years ago
  41. 7b7820b xfs: don't expose internal symlink metadata buffers to the vfs by Darrick J. Wong · 3 years ago
  42. 59d7fab xfs: fix quotaoff mutex usage now that we don't support disabling it by Darrick J. Wong · 3 years ago
  43. 47a6df7 xfs: shut down filesystem if we xfs_trans_cancel with deferred work items by Darrick J. Wong · 3 years ago
  44. 6795801 xfs: Support large folios by Matthew Wilcox (Oracle) · 3 years, 7 months ago
  45. 6e47852 iomap,xfs: Convert ->discard_page to ->discard_folio by Matthew Wilcox (Oracle) · 3 years, 5 months ago
  46. 089558b xfs: remove all COW fork extents when remounting readonly by Darrick J. Wong · 3 years, 1 month ago
  47. 209188c fs: port higher-level mapping helpers by Christian Brauner · 3 years, 1 month ago
  48. de20511 fsdax: shift partition offset handling into the file systems by Christoph Hellwig · 3 years, 1 month ago
  49. cd913c7 dax: return the partition offset from fs_dax_get_by_bdev by Christoph Hellwig · 3 years, 1 month ago
  50. 952da06 iomap: add a IOMAP_DAX flag by Christoph Hellwig · 3 years, 1 month ago
  51. 740fd67 xfs: pass the mapping flags to xfs_bmbt_to_iomap by Christoph Hellwig · 3 years, 1 month ago
  52. a50f6ab xfs: use xfs_direct_write_iomap_ops for DAX zeroing by Christoph Hellwig · 3 years, 1 month ago
  53. 5b5abbe xfs: move dax device handling into xfs_{alloc,free}_buftarg by Christoph Hellwig · 3 years, 1 month ago
  54. c6f4046 fsdax: decouple zeroing from the iomap buffered I/O code by Christoph Hellwig · 3 years, 1 month ago
  55. f1ba5fa xfs: add xfs_zero_range and xfs_truncate_page helpers by Shiyang Ruan · 3 years, 1 month ago
  56. 7b0800d dax: remove dax_capable by Christoph Hellwig · 3 years, 1 month ago
  57. 679a994 xfs: factor out a xfs_setup_dax_always helper by Christoph Hellwig · 3 years, 1 month ago
  58. a793d79 fs: move mapping helpers by Christian Brauner · 3 years, 1 month ago
  59. e445976 xfs: remove incorrect ASSERT in xfs_rename by Eric Sandeen · 3 years, 1 month ago
  60. 1090427 xfs: remove xfs_inew_wait by Christoph Hellwig · 3 years, 1 month ago
  61. a1de97f xfs: Fix the free logic of state in xfs_attr_node_hasname by Yang Xu · 3 years, 1 month ago
  62. ce49bfc Merge tag 'xfs-5.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 1 month ago
  63. 4a6b35b xfs: sync xfs_btree_split macros with userspace libxfs by Darrick J. Wong · 3 years, 2 months ago
  64. 29f11fc xfs: #ifdef out perag code for userspace by Eric Sandeen · 3 years, 2 months ago
  65. 5b068aa xfs: use swap() to make dabtree code cleaner by Yang Guang · 3 years, 2 months ago
  66. bba7d68 Merge tag 'xfs-5.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 2 months ago
  67. c03098d Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 3 years, 2 months ago
  68. bf95391 Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 3 years, 2 months ago
  69. 2a09b57 xfs: use swap() to make code cleaner by Changcheng Deng · 3 years, 2 months ago
  70. 0b9007e xfs: Remove duplicated include in xfs_super by Wan Jiabing · 3 years, 2 months ago
  71. 4fdccaa iomap: Add done_before argument to iomap_dio_rw by Andreas Gruenbacher · 3 years, 5 months ago
  72. 5ca5916 xfs: punch out data fork delalloc blocks on COW writeback failure by Brian Foster · 3 years, 2 months ago
  73. c04c51c xfs: remove unused parameter from refcount code by Darrick J. Wong · 3 years, 3 months ago
  74. b3b5ff4 xfs: reduce the size of struct xfs_extent_free_item by Darrick J. Wong · 3 years, 3 months ago
  75. c201d9c xfs: rename xfs_bmap_add_free to xfs_free_extent_later by Darrick J. Wong · 3 years, 3 months ago
  76. f3c799c xfs: create slab caches for frequently-used deferred items by Darrick J. Wong · 3 years, 3 months ago
  77. 9e25395 xfs: compact deferred intent item structures by Darrick J. Wong · 3 years, 3 months ago
  78. 182696f xfs: rename _zone variables to _cache by Darrick J. Wong · 3 years, 3 months ago
  79. e7720afa xfs: remove kmem_zone typedef by Darrick J. Wong · 3 years, 3 months ago
  80. c2e4e3b xfs: Use kvcalloc() instead of kvzalloc() by Gustavo A. R. Silva · 3 years, 3 months ago
  81. 9fa47bd xfs: use separate btree cursor cache for each btree type by Darrick J. Wong · 3 years, 3 months ago
  82. 0ed5f73 xfs: compute absolute maximum nlevels for each btree type by Darrick J. Wong · 3 years, 3 months ago
  83. bc8883e xfs: kill XFS_BTREE_MAXLEVELS by Darrick J. Wong · 3 years, 3 months ago
  84. 9ec6912 xfs: compute the maximum height of the rmap btree when reflink enabled by Darrick J. Wong · 3 years, 3 months ago
  85. 1b236ad xfs: clean up xfs_btree_{calc_size,compute_maxlevels} by Darrick J. Wong · 3 years, 3 months ago
  86. b74e15d xfs: compute maximum AG btree height for critical reservation calculation by Darrick J. Wong · 3 years, 3 months ago
  87. 7cb3efb xfs: rename m_ag_maxlevels to m_allocbt_maxlevels by Darrick J. Wong · 3 years, 3 months ago
  88. c940a0c xfs: dynamically allocate cursors based on maxlevels by Darrick J. Wong · 3 years, 3 months ago
  89. c0643f6 xfs: encode the max btree height in the cursor by Darrick J. Wong · 3 years, 3 months ago
  90. 56370ea xfs: refactor btree cursor allocation function by Darrick J. Wong · 3 years, 3 months ago
  91. 69724d9 xfs: rearrange xfs_btree_cur fields for better packing by Darrick J. Wong · 3 years, 3 months ago
  92. 6ca444cf xfs: prepare xfs_btree_cur for dynamic cursor heights by Darrick J. Wong · 3 years, 3 months ago
  93. eae5db4 xfs: dynamically allocate btree scrub context structure by Darrick J. Wong · 3 years, 3 months ago
  94. d47fef9 xfs: don't track firstrec/firstkey separately in xchk_btree by Darrick J. Wong · 3 years, 3 months ago
  95. efb79ea xfs: reduce the size of nr_ops for refcount btree cursors by Darrick J. Wong · 3 years, 3 months ago
  96. cc41174 xfs: remove xfs_btree_cur.bc_blocklog by Darrick J. Wong · 3 years, 3 months ago
  97. 94a14cf xfs: fix incorrect decoding in xchk_btree_cur_fsbno by Darrick J. Wong · 3 years, 2 months ago
  98. 892a666f xfs: fix perag reference leak on iteration race with growfs by Brian Foster · 3 years, 2 months ago
  99. 8ed004e xfs: terminate perag iteration reliably on agcount by Brian Foster · 3 years, 2 months ago
  100. f1788b5 xfs: rename the next_agno perag iteration variable by Brian Foster · 3 years, 2 months ago