1. 51d6269 xfs: introduce a new xfs_inode_has_cow_data helper by Christoph Hellwig · 6 years ago
  2. 3ba738d xfs: remove the xfs_ifork_t typedef by Christoph Hellwig · 6 years ago
  3. 44a8736 xfs: clean up IRELE/iput callsites by Darrick J. Wong · 6 years ago
  4. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 6 years ago
  5. d6b636e xfs: halt auto-reclamation activities while rebuilding rmap by Darrick J. Wong · 7 years ago
  6. 22525c1 xfs: log item flags are racy by Dave Chinner · 7 years ago
  7. afca6c5 xfs: validate cached inodes are free when allocated by Dave Chinner · 7 years ago
  8. ee45700 xfs: catch inode allocation state mismatch corruption by Dave Chinner · 7 years ago
  9. 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
  10. 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
  11. acd1d71 xfs: preserve i_rdev when recycling a reclaimable inode by Amir Goldstein · 7 years ago
  12. f0e2828 xfs: convert to new i_version API by Jeff Layton · 7 years ago
  13. be78ff0 xfs: recheck reflink / dirty page status before freeing CoW reservations by Darrick J. Wong · 7 years ago
  14. 9cfb9b4 xfs: provide a centralized method for verifying inline fork data by Darrick J. Wong · 7 years ago
  15. 10ddf64 xfs: remove leftover CoW reservations when remounting ro by Darrick J. Wong · 7 years ago
  16. 91aae6b xfs: track cowblocks separately in i_flags by Darrick J. Wong · 7 years ago
  17. ed438b4 xfs: return a distinct error code value for IGET_INCORE cache misses by Darrick J. Wong · 7 years ago
  18. f2e9ad2 xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster() by Omar Sandoval · 7 years ago
  19. 642338b Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  20. 2141713 sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name by Ingo Molnar · 8 years ago
  21. 378f681 xfs: check if an inode is cached and allocated by Darrick J. Wong · 7 years ago
  22. 95989c4 xfs: fix spurious spin_is_locked() assert failures on non-smp kernels by Brian Foster · 7 years ago
  23. ae2c4ac xfs: update ag iterator to support wait on new inodes by Brian Foster · 8 years ago
  24. 756baca xfs: support ability to wait on new inodes by Brian Foster · 8 years ago
  25. 3802a34 xfs: only reclaim unwritten COW extents periodically by Christoph Hellwig · 8 years ago
  26. c315509 xfs: sync eofblocks scans under iolock are livelock prone by Brian Foster · 8 years ago
  27. a36b926 xfs: pull up iolock from xfs_free_eofblocks() by Brian Foster · 8 years ago
  28. a1b7a4d xfs: fix crash and data corruption due to removal of busy COW extents by Christoph Hellwig · 8 years ago
  29. 6552321 xfs: remove i_iolock and use i_rwsem in the VFS inode instead by Christoph Hellwig · 8 years ago
  30. 98efe8a xfs: fix unbalanced inode reclaim flush locking by Brian Foster · 8 years ago
  31. 3993723 xfs: don't skip cow forks w/ delalloc blocks in cowblocks scan by Brian Foster · 8 years ago
  32. 7b7381f xfs: fix up inode cowblocks tracking tracepoints by Brian Foster · 8 years ago
  33. 83104d4 xfs: garbage collect old cowextsz reservations by Darrick J. Wong · 8 years ago
  34. 3993bae xfs: introduce the CoW fork by Darrick J. Wong · 8 years ago
  35. 85a6e76 xfs: make xfs_inode_set_eofblocks_tag cheaper for the common case by Christoph Hellwig · 8 years ago
  36. fa5a4f5 xfs: cancel eofblocks background trimming on remount read-only by Brian Foster · 8 years ago
  37. ad438c4 xfs: move reclaim tagging functions by Dave Chinner · 9 years ago
  38. 545c088 xfs: simplify inode reclaim tagging interfaces by Dave Chinner · 9 years ago
  39. 8a17d7d xfs: mark reclaimed inodes invalid earlier by Dave Chinner · 9 years ago
  40. 1f2dcfe xfs: xfs_inode_free() isn't RCU safe by Dave Chinner · 9 years ago
  41. c19b3b05 xfs: mode di_mode to vfs inode by Dave Chinner · 9 years ago
  42. 83e06f2 xfs: move di_changecount to VFS inode by Dave Chinner · 9 years ago
  43. 9e9a267 xfs: move inode generation count to VFS inode by Dave Chinner · 9 years ago
  44. 54d7b5c xfs: use vfs inode nlink field everywhere by Dave Chinner · 9 years ago
  45. 5099747 xfs: reinitialise recycled VFS inode correctly by Dave Chinner · 9 years ago
  46. f8d55aa052 xfs: introduce inode log format object by Dave Chinner · 9 years ago
  47. ff6d6af xfs: per-filesystem stats counter implementation by Bill O'Donnell · 9 years ago
  48. 8774cf8 xfs: add mssing inode cache attempts counter increment by Lucas Stach · 9 years ago
  49. 58c9047 xfs: inodes are new until the dentry cache is set up by Dave Chinner · 10 years ago
  50. 6044e43 Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next by Dave Chinner · 10 years ago
  51. cdc9cec xfs: active inodes stat is broken by Dave Chinner · 10 years ago
  52. 508b6b3 xfs: merge xfs_inum.h into xfs_format.h by Christoph Hellwig · 10 years ago
  53. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  54. e3cf179 xfs: remove second xfs_quota.h inclusion in xfs_icache.c by Fabian Frederick · 10 years ago
  55. dc06f398 xfs: run an eofblocks scan on ENOSPC/EDQUOT by Brian Foster · 10 years ago
  56. f452639 xfs: support a union-based filter for eofblocks scans by Brian Foster · 10 years ago
  57. 5400da7 xfs: add scan owner field to xfs_eofblocks by Brian Foster · 10 years ago
  58. 2451337 xfs: global error sign conversion by Dave Chinner · 10 years ago
  59. b474c7a xfs: Nuke XFS_ERROR macro by Eric Sandeen · 10 years ago
  60. e009400 xfs: remove unused pag ptr arg from iterator execute functions by Eric Sandeen · 11 years ago
  61. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  62. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  63. d948709 xfs: remove usage of is_bad_inode by Ben Myers · 11 years ago
  64. b313a5f xfs: asserting lock not held during freeing not valid by Dave Chinner · 11 years ago
  65. e0ea404 Merge tag 'xfs-for-linus-v3.12-rc1-2' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  66. 0a234c6 shrinker: convert superblock shrinkers to new API by Dave Chinner · 11 years ago
  67. 638f4416 xfs: recovery of swap extents operations for CRC filesystems by Dave Chinner · 11 years ago
  68. b9fe505 xfs: create internal eofblocks structure with kuid_t types by Dwight Engen · 11 years ago
  69. c24b5df xfs: kill xfs_vnodeops.[ch] by Dave Chinner · 11 years ago
  70. 6ca1c90 xfs: separate dquot on disk format definitions out of xfs_quota.h by Dave Chinner · 11 years ago
  71. 92f8ff7 xfs: Add pquota fields where gquota is used. by Chandra Seetharaman · 11 years ago
  72. 113a568 xfs: Code cleanup and removal of some typedef usage by Chandra Seetharaman · 11 years ago
  73. 579b62f xfs: add background scanning to clear eofblocks inodes by Brian Foster · 12 years ago
  74. 00ca79a xfs: add minimum file size filtering to eofblocks scan by Brian Foster · 12 years ago
  75. 1b55604 xfs: support multiple inode id filtering in eofblocks scan by Brian Foster · 12 years ago
  76. 3e3f9f5 xfs: add inode id filtering to eofblocks scan by Brian Foster · 12 years ago
  77. 8ca149d xfs: add XFS_IOC_FREE_EOFBLOCKS ioctl by Brian Foster · 12 years ago
  78. 41176a6 xfs: create function to scan and clear EOFBLOCKS inodes by Brian Foster · 12 years ago
  79. a454f74 xfs: support a tag-based inode_ag_iterator by Brian Foster · 12 years ago
  80. 27b5286 xfs: add EOFBLOCKS inode tagging/untagging by Brian Foster · 12 years ago
  81. 33479e0 xfs: remove xfs_iget.c by Dave Chinner · 12 years ago
  82. 6d8b79c xfs: rename xfs_sync.[ch] to xfs_icache.[ch] by Dave Chinner · 12 years ago[Renamed (99%) from fs/xfs/xfs_sync.c]
  83. c7eea6f xfs: move xfs_quiesce_attr() into xfs_super.c by Dave Chinner · 12 years ago
  84. 34061f5 xfs: xfs_sync_fsdata is redundant by Dave Chinner · 12 years ago
  85. 5889608 xfs: syncd workqueue is no more by Dave Chinner · 12 years ago
  86. 9aa0500 xfs: xfs_sync_data is redundant. by Dave Chinner · 12 years ago
  87. f661f1e xfs: sync work is now only periodic log work by Dave Chinner · 12 years ago
  88. 7f7bebe xfs: don't run the sync work if the filesystem is read-only by Dave Chinner · 12 years ago
  89. 7e18530 xfs: rationalise xfs_mount_wq users by Dave Chinner · 12 years ago
  90. 33c7a2b xfs: xfs_syncd_stop must die by Dave Chinner · 12 years ago
  91. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  92. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  93. d9457dc xfs: Convert to new freezing code by Jan Kara · 12 years ago
  94. 9a57fa8 xfs: wait for the write the superblock on unmount by Mark Tinguely · 12 years ago
  95. 475ee41 xfs: merge xfs_itobp into xfs_imap_to_bp by Christoph Hellwig · 12 years ago
  96. 8866fc6 xfs: shutdown xfs_sync_worker before the log by Ben Myers · 12 years ago
  97. 11159a0 xfs: shutdown xfs_sync_worker before the log by Ben Myers · 12 years ago
  98. 1307bbd xfs: protect xfs_sync_worker with s_umount semaphore by Ben Myers · 13 years ago
  99. ad1e95c xfs: clean up xfs_bit.h includes by Dave Chinner · 13 years ago
  100. 04913fd xfs: pass shutdown method into xfs_trans_ail_delete_bulk by Dave Chinner · 13 years ago