1. 39b1cfd xfs: fix inode ag walk predicate function return values by Darrick J. Wong · 4 years, 8 months ago
  2. a91bf99 xfs: refactor eofb matching into a single helper by Darrick J. Wong · 4 years, 8 months ago
  3. 8921a0f xfs: remove __xfs_icache_free_eofblocks by Darrick J. Wong · 4 years, 8 months ago
  4. 390600f xfs: remove flags argument from xfs_inode_ag_walk by Darrick J. Wong · 4 years, 8 months ago
  5. 9be05904 xfs: remove xfs_inode_ag_iterator_flags by Darrick J. Wong · 4 years, 8 months ago
  6. 43d24bc xfs: remove unused xfs_inode_ag_iterator function by Darrick J. Wong · 4 years, 8 months ago
  7. fc96be9 xfs: replace open-coded XFS_ICI_NO_TAG by Darrick J. Wong · 4 years, 8 months ago
  8. ef83851 xfs: cleanup xfs_idestroy_fork by Christoph Hellwig · 4 years, 8 months ago
  9. f7e67b2 xfs: move the fork format fields into struct xfs_ifork by Christoph Hellwig · 4 years, 8 months ago
  10. daf8396 xfs: move the per-fork nextents fields into struct xfs_ifork by Christoph Hellwig · 4 years, 8 months ago
  11. 0f45a1b xfs: improve local fork verification by Christoph Hellwig · 4 years, 8 months ago
  12. bb8a66a xfs: remove xfs_iread by Christoph Hellwig · 4 years, 8 months ago
  13. 88fc187 xfs: remove unused iflush stale parameter by Brian Foster · 4 years, 9 months ago
  14. d45344d fs/xfs: Remove unnecessary initialization of i_rwsem by Ira Weiny · 4 years, 9 months ago
  15. 4b674b9 xfs: acquire superblock freeze protection on eofblocks scans by Brian Foster · 4 years, 9 months ago
  16. 3d8f282 xfs: ensure that the inode uid/gid match values match the icdinode ones by Christoph Hellwig · 5 years ago
  17. 377bcd5 xfs: Remove kmem_zone_free() wrapper by Carlos Maiolino · 5 years ago
  18. de7a866 xfs: merge the projid fields in struct xfs_icdinode by Christoph Hellwig · 5 years ago
  19. 707e0dd fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. by Tetsuo Handa · 5 years ago
  20. 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
  21. 5467b34 xfs: move xfs_ino_geometry to xfs_shared.h by Darrick J. Wong · 6 years ago
  22. ed30dcb xfs: rename the speculative block allocation reclaim toggle functions by Darrick J. Wong · 6 years ago
  23. cb357bf xfs: implement per-inode writeback completion queues by Darrick J. Wong · 6 years ago
  24. 6772c1f xfs: track metadata health status by Darrick J. Wong · 6 years ago
  25. 51d6269 xfs: introduce a new xfs_inode_has_cow_data helper by Christoph Hellwig · 7 years ago
  26. 3ba738d xfs: remove the xfs_ifork_t typedef by Christoph Hellwig · 7 years ago
  27. 44a8736 xfs: clean up IRELE/iput callsites by Darrick J. Wong · 6 years ago
  28. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  29. d6b636e xfs: halt auto-reclamation activities while rebuilding rmap by Darrick J. Wong · 7 years ago
  30. 22525c1 xfs: log item flags are racy by Dave Chinner · 7 years ago
  31. afca6c5 xfs: validate cached inodes are free when allocated by Dave Chinner · 7 years ago
  32. ee45700 xfs: catch inode allocation state mismatch corruption by Dave Chinner · 7 years ago
  33. 20c59c7 Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  34. a4b7fd7 Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  35. acd1d71 xfs: preserve i_rdev when recycling a reclaimable inode by Amir Goldstein · 7 years ago
  36. f0e2828 xfs: convert to new i_version API by Jeff Layton · 7 years ago
  37. be78ff0 xfs: recheck reflink / dirty page status before freeing CoW reservations by Darrick J. Wong · 7 years ago
  38. 9cfb9b4 xfs: provide a centralized method for verifying inline fork data by Darrick J. Wong · 7 years ago
  39. 10ddf64 xfs: remove leftover CoW reservations when remounting ro by Darrick J. Wong · 7 years ago
  40. 91aae6b xfs: track cowblocks separately in i_flags by Darrick J. Wong · 7 years ago
  41. ed438b4 xfs: return a distinct error code value for IGET_INCORE cache misses by Darrick J. Wong · 7 years ago
  42. f2e9ad2 xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster() by Omar Sandoval · 7 years ago
  43. 642338b Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  44. 2141713 sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name by Ingo Molnar · 8 years ago
  45. 378f681 xfs: check if an inode is cached and allocated by Darrick J. Wong · 8 years ago
  46. 95989c4 xfs: fix spurious spin_is_locked() assert failures on non-smp kernels by Brian Foster · 8 years ago
  47. ae2c4ac xfs: update ag iterator to support wait on new inodes by Brian Foster · 8 years ago
  48. 756baca xfs: support ability to wait on new inodes by Brian Foster · 8 years ago
  49. 3802a34 xfs: only reclaim unwritten COW extents periodically by Christoph Hellwig · 8 years ago
  50. c315509 xfs: sync eofblocks scans under iolock are livelock prone by Brian Foster · 8 years ago
  51. a36b926 xfs: pull up iolock from xfs_free_eofblocks() by Brian Foster · 8 years ago
  52. a1b7a4d xfs: fix crash and data corruption due to removal of busy COW extents by Christoph Hellwig · 8 years ago
  53. 6552321 xfs: remove i_iolock and use i_rwsem in the VFS inode instead by Christoph Hellwig · 8 years ago
  54. 98efe8a xfs: fix unbalanced inode reclaim flush locking by Brian Foster · 8 years ago
  55. 3993723 xfs: don't skip cow forks w/ delalloc blocks in cowblocks scan by Brian Foster · 8 years ago
  56. 7b7381f xfs: fix up inode cowblocks tracking tracepoints by Brian Foster · 8 years ago
  57. 83104d4 xfs: garbage collect old cowextsz reservations by Darrick J. Wong · 8 years ago
  58. 3993bae xfs: introduce the CoW fork by Darrick J. Wong · 8 years ago
  59. 85a6e76 xfs: make xfs_inode_set_eofblocks_tag cheaper for the common case by Christoph Hellwig · 8 years ago
  60. fa5a4f5 xfs: cancel eofblocks background trimming on remount read-only by Brian Foster · 9 years ago
  61. ad438c4 xfs: move reclaim tagging functions by Dave Chinner · 9 years ago
  62. 545c088 xfs: simplify inode reclaim tagging interfaces by Dave Chinner · 9 years ago
  63. 8a17d7d xfs: mark reclaimed inodes invalid earlier by Dave Chinner · 9 years ago
  64. 1f2dcfe xfs: xfs_inode_free() isn't RCU safe by Dave Chinner · 9 years ago
  65. c19b3b05 xfs: mode di_mode to vfs inode by Dave Chinner · 9 years ago
  66. 83e06f2 xfs: move di_changecount to VFS inode by Dave Chinner · 9 years ago
  67. 9e9a267 xfs: move inode generation count to VFS inode by Dave Chinner · 9 years ago
  68. 54d7b5c xfs: use vfs inode nlink field everywhere by Dave Chinner · 9 years ago
  69. 5099747 xfs: reinitialise recycled VFS inode correctly by Dave Chinner · 9 years ago
  70. f8d55aa052 xfs: introduce inode log format object by Dave Chinner · 9 years ago
  71. ff6d6af xfs: per-filesystem stats counter implementation by Bill O'Donnell · 9 years ago
  72. 8774cf8 xfs: add mssing inode cache attempts counter increment by Lucas Stach · 9 years ago
  73. 58c9047 xfs: inodes are new until the dentry cache is set up by Dave Chinner · 10 years ago
  74. 6044e43 Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next by Dave Chinner · 10 years ago
  75. cdc9cec xfs: active inodes stat is broken by Dave Chinner · 10 years ago
  76. 508b6b3 xfs: merge xfs_inum.h into xfs_format.h by Christoph Hellwig · 10 years ago
  77. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  78. e3cf179 xfs: remove second xfs_quota.h inclusion in xfs_icache.c by Fabian Frederick · 10 years ago
  79. dc06f398 xfs: run an eofblocks scan on ENOSPC/EDQUOT by Brian Foster · 11 years ago
  80. f452639 xfs: support a union-based filter for eofblocks scans by Brian Foster · 11 years ago
  81. 5400da7 xfs: add scan owner field to xfs_eofblocks by Brian Foster · 11 years ago
  82. 2451337 xfs: global error sign conversion by Dave Chinner · 11 years ago
  83. b474c7a xfs: Nuke XFS_ERROR macro by Eric Sandeen · 11 years ago
  84. e009400 xfs: remove unused pag ptr arg from iterator execute functions by Eric Sandeen · 11 years ago
  85. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  86. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  87. d948709 xfs: remove usage of is_bad_inode by Ben Myers · 11 years ago
  88. b313a5f xfs: asserting lock not held during freeing not valid by Dave Chinner · 11 years ago
  89. e0ea404 Merge tag 'xfs-for-linus-v3.12-rc1-2' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  90. 0a234c6 shrinker: convert superblock shrinkers to new API by Dave Chinner · 11 years ago
  91. 638f4416 xfs: recovery of swap extents operations for CRC filesystems by Dave Chinner · 11 years ago
  92. b9fe505 xfs: create internal eofblocks structure with kuid_t types by Dwight Engen · 11 years ago
  93. c24b5df xfs: kill xfs_vnodeops.[ch] by Dave Chinner · 11 years ago
  94. 6ca1c90 xfs: separate dquot on disk format definitions out of xfs_quota.h by Dave Chinner · 11 years ago
  95. 92f8ff7 xfs: Add pquota fields where gquota is used. by Chandra Seetharaman · 12 years ago
  96. 113a568 xfs: Code cleanup and removal of some typedef usage by Chandra Seetharaman · 12 years ago
  97. 579b62f xfs: add background scanning to clear eofblocks inodes by Brian Foster · 12 years ago
  98. 00ca79a xfs: add minimum file size filtering to eofblocks scan by Brian Foster · 12 years ago
  99. 1b55604 xfs: support multiple inode id filtering in eofblocks scan by Brian Foster · 12 years ago
  100. 3e3f9f5 xfs: add inode id filtering to eofblocks scan by Brian Foster · 12 years ago