1. 8723d5b xfs: also reject BULKSTAT_SINGLE in a mount user namespace by Christoph Hellwig · 3 years, 10 months ago
  2. d336f7e xfs: force log and push AIL to clear pinned inodes when aborting mount by Darrick J. Wong · 3 years, 10 months ago
  3. b5a0842 xfs: fix quota accounting when a mount is idmapped by Darrick J. Wong · 3 years, 10 months ago
  4. 03dc748 Merge tag 'xfs-5.12-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 10 months ago
  5. 3ab6608 Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
  6. 5f7136d block: Add bio_max_segs by Matthew Wilcox (Oracle) · 4 years ago
  7. 756b1c3 xfs: use current->journal_info for detecting transaction recursion by Dave Chinner · 3 years, 10 months ago
  8. 9febcda xfs: don't nest transactions when scanning for eofblocks by Darrick J. Wong · 3 years, 10 months ago
  9. 06058bc xfs: don't reuse busy extents on extent trim by Brian Foster · 3 years, 10 months ago
  10. 89e0eb8 xfs: restore speculative_cow_prealloc_lifetime sysctl by Darrick J. Wong · 3 years, 11 months ago
  11. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
  12. 99ca0ed Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years, 10 months ago
  13. 582cd91 Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
  14. b52bb13 Merge tag 'xfs-5.12-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 10 months ago
  15. 1cd738b xfs: consider shutdown in bmapbt cursor delete assert by Brian Foster · 3 years, 11 months ago
  16. 8646b98 xfs: fix boolreturn.cocci warnings by kernel test robot · 3 years, 11 months ago
  17. e482669 xfs: restore shutdown check in mapped write fault path by Brian Foster · 3 years, 11 months ago
  18. 4506806 xfs: fix incorrect root dquot corruption error when switching group/project quota types by Darrick J. Wong · 4 years ago
  19. f69e809 xfs: remove the possibly unused mp variable in xfs_file_compat_ioctl by Christoph Hellwig · 3 years, 11 months ago
  20. 07aabd9 xfs: get rid of xfs_growfs_{data,log}_t by Gao Xiang · 4 years ago
  21. ce5e106 xfs: rename `new' to `delta' in xfs_growfs_data_private() by Gao Xiang · 4 years ago
  22. bc41fa5 libxfs: expose inobtcount in xfs geometry by Zorro Lang · 4 years ago
  23. 0fa4a10 xfs: don't bounce the iolock between free_{eof,cow}blocks by Darrick J. Wong · 4 years ago
  24. 47bd6d3 xfs: expose the blockgc workqueue knobs publicly by Darrick J. Wong · 4 years ago
  25. 894ecac xfs: parallelize block preallocation garbage collection by Darrick J. Wong · 4 years ago
  26. c9a6526 xfs: rename block gc start and stop functions by Darrick J. Wong · 4 years ago
  27. 4195675 xfs: only walk the incore inode tree once per blockgc scan by Darrick J. Wong · 4 years ago
  28. 9669f51 xfs: consolidate the eofblocks and cowblocks workers by Darrick J. Wong · 4 years ago
  29. ce2d3bb xfs: consolidate incore inode radix tree posteof/cowblocks tags by Darrick J. Wong · 4 years ago
  30. 865ac8e xfs: remove trivial eof/cowblocks functions by Darrick J. Wong · 4 years ago
  31. b943c0c xfs: hide xfs_icache_free_cowblocks by Darrick J. Wong · 4 years ago
  32. 0461a32 xfs: hide xfs_icache_free_eofblocks by Darrick J. Wong · 4 years ago
  33. f929656 xfs: relocate the eofb/cowb workqueue functions by Darrick J. Wong · 4 years ago
  34. 05a302a xfs: set WQ_SYSFS on all workqueues in debug mode by Darrick J. Wong · 4 years ago
  35. f83d436 xfs: increase the default parallelism levels of pwork clients by Darrick J. Wong · 4 years ago
  36. a1a7d05 xfs: flush speculative space allocations when we run out of space by Darrick J. Wong · 4 years ago
  37. 85c5b27 xfs: refactor xfs_icache_free_{eof,cow}blocks call sites by Darrick J. Wong · 4 years ago
  38. 38899f8 xfs: add a tracepoint for blockgc scans by Darrick J. Wong · 4 years ago
  39. 758303d xfs: flush eof/cowblocks if we can't reserve quota for chown by Darrick J. Wong · 4 years ago
  40. c237dd7 xfs: flush eof/cowblocks if we can't reserve quota for inode creation by Darrick J. Wong · 4 years ago
  41. 766aabd xfs: flush eof/cowblocks if we can't reserve quota for file blocks by Darrick J. Wong · 4 years ago
  42. 4ca7420 xfs: try worst case space reservation upfront in xfs_reflink_remap_extent by Darrick J. Wong · 4 years ago
  43. 111068f xfs: pass flags and return gc errors from xfs_blockgc_free_quota by Darrick J. Wong · 4 years ago
  44. 3d4feec xfs: move and rename xfs_inode_free_quota_blocks to avoid conflicts by Darrick J. Wong · 4 years ago
  45. 9a537de xfs: xfs_inode_free_quota_blocks should scan project quota by Darrick J. Wong · 4 years ago
  46. f41a071 xfs: don't stall cowblocks scan if we can't take locks by Darrick J. Wong · 4 years ago
  47. a636b1d xfs: trigger all block gc scans when low on quota space by Darrick J. Wong · 4 years ago
  48. 2a4bdfa xfs: shut down the filesystem if we screw up quota reservation by Darrick J. Wong · 4 years ago
  49. fea7aae xfs: rename code to error in xfs_ioctl_setattr by Darrick J. Wong · 4 years ago
  50. 5c615f0 xfs: remove xfs_qm_vop_chown_reserve by Darrick J. Wong · 4 years ago
  51. 7317a03 xfs: refactor inode ownership change transaction/inode/quota allocation idiom by Darrick J. Wong · 4 years ago
  52. f2f7b9f xfs: refactor inode creation transaction/inode/quota allocation idiom by Darrick J. Wong · 4 years ago
  53. f273387 xfs: refactor reflink functions to use xfs_trans_alloc_inode by Darrick J. Wong · 4 years ago
  54. 3de4eb1 xfs: allow reservation of rtblocks with xfs_trans_alloc_inode by Darrick J. Wong · 4 years ago
  55. 3a1af6c xfs: refactor common transaction/inode/quota allocation idiom by Darrick J. Wong · 4 years ago
  56. 02b7ee4 xfs: reserve data and rt quota at the same time by Darrick J. Wong · 4 years ago
  57. 7ac6eb4 xfs: fix up build warnings when quotas are disabled by Darrick J. Wong · 4 years ago
  58. ad4a747 xfs: clean up icreate quota reservation calls by Darrick J. Wong · 4 years ago
  59. 35b11010 xfs: remove xfs_trans_unreserve_quota_nblks completely by Darrick J. Wong · 4 years ago
  60. 8554650 xfs: create convenience wrappers for incore quota block reservations by Darrick J. Wong · 4 years ago
  61. 4abe21a xfs: clean up quota reservation callsites by Darrick J. Wong · 4 years ago
  62. b8055ed xfs: reduce quota reservation when doing a dax unwritten extent conversion by Darrick J. Wong · 4 years ago
  63. 1aecf37 xfs: fix chown leaking delalloc quota blocks when fssetxattr fails by Darrick J. Wong · 4 years ago
  64. ed1128c xfs: reduce exclusive locking on unaligned dio by Dave Chinner · 4 years ago
  65. caa89db xfs: split the unaligned DIO write code out by Dave Chinner · 4 years ago
  66. 896f72d xfs: improve the reflink_bounce_dio_write tracepoint by Christoph Hellwig · 4 years ago
  67. 3e40b13 xfs: simplify the read/write tracepoints by Christoph Hellwig · 4 years ago
  68. 670654b xfs: remove the buffered I/O fallback assert by Christoph Hellwig · 4 years ago
  69. ee1b218 xfs: cleanup the read/write helper naming by Christoph Hellwig · 4 years ago
  70. 354be7e xfs: make xfs_file_aio_write_checks IOCB_NOWAIT-aware by Christoph Hellwig · 4 years ago
  71. f50b8f4 xfs: factor out a xfs_ilock_iocb helper by Christoph Hellwig · 4 years ago
  72. 560ab6c xfs: Fix 'set but not used' warning in xfs_bmap_compute_alignments() by Chandan Babu R · 4 years ago
  73. 4533fc6 xfs: fix unused log variable in xfs_log_cover() by Brian Foster · 4 years ago
  74. c6bf3f0 block: use an on-stack bio in blkdev_issue_flush by Christoph Hellwig · 4 years ago
  75. f736d93 xfs: support idmapped mounts by Christoph Hellwig · 4 years ago
  76. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  77. e65ce2a acl: handle idmapped mounts by Christian Brauner · 4 years ago
  78. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
  79. 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  80. 0558c1b capability: handle idmapped mounts by Christian Brauner · 4 years ago
  81. 2f63296 iomap: pass a flags argument to iomap_dio_rw by Christoph Hellwig · 4 years ago
  82. ae29e42 xfs: reduce ilock acquisitions in xfs_file_fsync by Christoph Hellwig · 4 years ago
  83. f22c7f8 xfs: refactor xfs_file_fsync by Christoph Hellwig · 4 years ago
  84. 5b0ad7c xfs: cover the log on freeze instead of cleaning it by Brian Foster · 4 years ago
  85. ea2064d xfs: remove xfs_quiesce_attr() by Brian Foster · 4 years ago
  86. 5232b93 xfs: remove duplicate wq cancel and log force from attr quiesce by Brian Foster · 4 years ago
  87. f46e5a1 xfs: fold sbcount quiesce logging into log covering by Brian Foster · 4 years ago
  88. b0eb9e1 xfs: don't reset log idle state on covering checkpoints by Brian Foster · 4 years ago
  89. 303591a xfs: cover the log during log quiesce by Brian Foster · 4 years ago
  90. 9e54ee0 xfs: separate log cleaning from log quiesce by Brian Foster · 4 years ago
  91. 37444fc xfs: lift writable fs check up into log worker task by Brian Foster · 4 years ago
  92. 50d2548 xfs: sync lazy sb accounting on quiesce of read-only mounts by Brian Foster · 4 years ago
  93. 8aa921a xfs: set inode size after creating symlink by Jeffrey Mitchell · 4 years ago
  94. 8321ddb xfs: don't drain buffer lru on freeze and read-only remount by Brian Foster · 4 years ago
  95. 10fb9ac xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain() by Brian Foster · 4 years ago
  96. 88a9e03 xfs: Fix assert failure in xfs_setattr_size() by Yumei Huang · 4 years ago
  97. 01ea173 xfs: fix up non-directory creation in SGID directories by Christoph Hellwig · 4 years ago
  98. eaf9254 xfs: remove a stale comment from xfs_file_aio_write_checks() by Eric Biggers · 4 years ago
  99. 3015196 xfs: Introduce error injection to allocate only minlen size extents for files by Chandan Babu R · 4 years ago
  100. 07c72e5 xfs: Process allocated extent in a separate function by Chandan Babu R · 4 years ago