1. bc56ad8 xfs: Fix deadlock between AGI and AGF with RENAME_WHITEOUT by kaixuxia · 5 years ago
  2. 707e0dd fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. by Tetsuo Handa · 5 years ago
  3. 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
  4. efe2330 xfs: remove the xfs_log_item_t typedef by Christoph Hellwig · 6 years ago
  5. b3b14aa xfs: don't cast inode_log_items to get the log_item by Christoph Hellwig · 6 years ago
  6. 4b4d98c xfs: finish converting to inodes_per_cluster by Darrick J. Wong · 6 years ago
  7. ef32595 xfs: separate inode geometry by Darrick J. Wong · 6 years ago
  8. 9108326 xfs: change some error-less functions to void types by Eric Sandeen · 6 years ago
  9. 22fedd8 xfs: shutdown after buf release in iflush cluster abort path by Brian Foster · 6 years ago
  10. c4a6bf7 xfs: don't ever put nlink > 0 inodes on the unlinked list by Darrick J. Wong · 6 years ago
  11. e1f6ca1 xfs: rename m_inotbt_nores to m_finobt_nores by Darrick J. Wong · 6 years ago
  12. 9b24717 xfs: cache unlinked pointers in an rhashtable by Darrick J. Wong · 6 years ago
  13. 4664c66 xfs: add tracepoints for high level iunlink operations by Darrick J. Wong · 6 years ago
  14. b1d2a06 xfs: refactor inode update in iunlink_remove by Darrick J. Wong · 6 years ago
  15. 23ffa52 xfs: refactor unlinked list search and mapping to a separate function by Darrick J. Wong · 6 years ago
  16. f2fc16a xfs: refactor inode unlinked pointer update functions by Darrick J. Wong · 6 years ago
  17. 86bfd37 xfs: strengthen AGI unlinked inode bucket pointer checks by Darrick J. Wong · 6 years ago
  18. 9a4a511 xfs: refactor AGI unlinked bucket updates by Darrick J. Wong · 6 years ago
  19. 5837f62 xfs: clean up iunlink functions by Darrick J. Wong · 6 years ago
  20. 83dcdb4 xfs: precalculate inodes and blocks per inode cluster by Darrick J. Wong · 6 years ago
  21. 43004b2 xfs: add a block to inode count converter by Darrick J. Wong · 6 years ago
  22. 8c4ce79 xfs: clean up indentation issues, remove an unwanted space by Colin Ian King · 6 years ago
  23. d5a2e28 xfs: remove last of unnecessary xfs_defer_cancel() callers by Brian Foster · 6 years ago
  24. 9b1f4e9 xfs: cancel dfops on xfs_defer_finish() error by Brian Foster · 6 years ago
  25. a819866 xfs: automatic dfops inode relogging by Brian Foster · 6 years ago
  26. 488c919 xfs: add missing defer ijoins for held inodes by Brian Foster · 6 years ago
  27. 51d6269 xfs: introduce a new xfs_inode_has_cow_data helper by Christoph Hellwig · 6 years ago
  28. fcacbc3 xfs: remove if_real_bytes by Christoph Hellwig · 6 years ago
  29. 44a8736 xfs: clean up IRELE/iput callsites by Darrick J. Wong · 6 years ago
  30. 9e28a24 xfs: drop unnecessary xfs_defer_finish() dfops parameter by Brian Foster · 6 years ago
  31. c8eac49 xfs: remove all boilerplate defer init/finish code by Brian Foster · 6 years ago
  32. 02dff7b xfs: pull up dfops from xfs_itruncate_extents() by Brian Foster · 6 years ago
  33. 5fdd979 xfs: remove xfs_defer_init() firstblock param by Brian Foster · 7 years ago
  34. 9c3bf5d xfs: use ->t_firstblock in inode inactivate by Brian Foster · 7 years ago
  35. 2af5284 xfs: remove xfs_bunmapi() firstblock param by Brian Foster · 7 years ago
  36. 3728379 xfs: use ->t_firstblock for all xfs_bunmapi() callers by Brian Foster · 7 years ago
  37. 381eee6 xfs: remove firstblock param from xfs dir ops by Brian Foster · 7 years ago
  38. f16dea5 xfs: use ->t_firstblock in dir ops by Brian Foster · 7 years ago
  39. bcd2c9f xfs: refactor dfops init to attach to transaction by Brian Foster · 7 years ago
  40. ccd9d91 xfs: remove xfs_bunmapi() dfops param by Brian Foster · 7 years ago
  41. 4bcfa61 xfs: use ->t_dfops for all xfs_bunmapi() callers by Brian Foster · 7 years ago
  42. c9cfdb3 xfs: remove dfops param from high level dirname calls by Brian Foster · 7 years ago
  43. 0e0417f xfs: remove dfops parameter from ifree call stack by Brian Foster · 7 years ago
  44. 6aa6718 xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops by Brian Foster · 7 years ago
  45. e53946d xfs: xfs_iflush_abort() can be called twice on cluster writeback failure by Dave Chinner · 7 years ago
  46. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  47. 0703a8e xfs: replace do_mod with native operations by Dave Chinner · 7 years ago
  48. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  49. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  50. d2e7366 xfs: don't assert on corrupted unlinked inode list by Darrick J. Wong · 7 years ago
  51. 4e52933 xfs: factor out nodiscard helpers by Brian Foster · 7 years ago
  52. c14cfcc xfs: remove unnecessary xfs_qm_dqattach parameter by Darrick J. Wong · 7 years ago
  53. 13b86fc xfs: skip online discard during eofblocks trims by Brian Foster · 7 years ago
  54. 22525c1 xfs: log item flags are racy by Dave Chinner · 7 years ago
  55. 8804630 xfs: defer agfl frees from directory op transactions by Brian Foster · 7 years ago
  56. 8b922f0 xfs: defer frees from common inode allocation paths by Brian Foster · 7 years ago
  57. 658f8f9 xfs: defer agfl frees from inode inactivation by Brian Foster · 7 years ago
  58. 8b26984 xfs: validate allocated inode number by Dave Chinner · 7 years ago
  59. 4919d42 xfs: only cancel cow blocks when truncating the data fork by Darrick J. Wong · 7 years ago
  60. a1f6941 xfs: non-scrub - remove unused function parameters by Eric Sandeen · 7 years ago
  61. c959025 xfs: Remove "committed" argument of xfs_dir_ialloc by Chandan Rajendra · 7 years ago
  62. dc1baa7 xfs: do not log/recover swapext extent owner changes for deleted inodes by Eric Sandeen · 7 years ago
  63. 656de4f xfs: merge _xfs_log_force_lsn and xfs_log_force_lsn by Christoph Hellwig · 7 years ago
  64. 6231848 xfs: check for cow blocks before trying to clear them by Darrick J. Wong · 7 years ago
  65. 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
  66. 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
  67. 7c2d238 xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modes by Darrick J. Wong · 7 years ago
  68. 22431bf xfs: refactor inode verifier corruption error printing by Darrick J. Wong · 7 years ago
  69. beaae8c xfs: always zero di_flags2 when we free the inode by Darrick J. Wong · 7 years ago
  70. 643c8c0 Use list_head infra-structure for buffer's log items list by Carlos Maiolino · 7 years ago
  71. fb1755a Split buffer's b_fspriv field by Carlos Maiolino · 7 years ago
  72. f0e2828 xfs: convert to new i_version API by Jeff Layton · 7 years ago
  73. c969004 xfs: use %px for data pointers when debugging by Darrick J. Wong · 7 years ago
  74. aff68a55 xfs: use %pS printk format for direct instruction addresses by Darrick J. Wong · 7 years ago
  75. 3d170aa xfs: change 0x%p -> %p in print messages by Darrick J. Wong · 7 years ago
  76. 9cfb9b4 xfs: provide a centralized method for verifying inline fork data by Darrick J. Wong · 7 years ago
  77. 363e59b xfs: don't be so eager to clear the cowblocks tag on truncate by Darrick J. Wong · 7 years ago
  78. f59cf5c xfs: remove "no-allocation" reservations for file creations by Christoph Hellwig · 7 years ago
  79. 98c4f78 xfs: always free inline data before resetting inode fork during ifree by Darrick J. Wong · 7 years ago
  80. 962cc1a xfs: fix forgotten rcu read unlock when skipping inode reclaim by Darrick J. Wong · 7 years ago
  81. afd7245 xfs: remove unused debug counts for xfs_lock_inodes by Christoph Hellwig · 7 years ago
  82. 6bdcf26 xfs: use a b+tree for the in-core extent list by Christoph Hellwig · 7 years ago
  83. e9e899a xfs: move error injection tags into their own file by Darrick J. Wong · 7 years ago
  84. 66f3646 xfs: remove if_rdev by Christoph Hellwig · 7 years ago
  85. cc6f777 xfs: don't unconditionally clear the reflink flag on zero-block files by Darrick J. Wong · 7 years ago
  86. 8ad7c629 xfs: remove the ip argument to xfs_defer_finish by Christoph Hellwig · 7 years ago
  87. 411350d xfs: refactor xfs_trans_roll by Christoph Hellwig · 7 years ago
  88. f2e9ad2 xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster() by Omar Sandoval · 7 years ago
  89. 56bdf85 xfs: Fix per-inode DAX flag inheritance by Lukas Czerner · 7 years ago
  90. 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
  91. 9e24cfd xfs: remove unneeded parameter from XFS_TEST_ERROR by Darrick J. Wong · 8 years ago
  92. 2141713 sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name by Ingo Molnar · 8 years ago
  93. c8ce540 xfs: remove double-underscore integer types by Darrick J. Wong · 8 years ago
  94. 3b4683c xfs: drop iolock from reclaim context to appease lockdep by Brian Foster · 8 years ago
  95. 005c5db xfs: rework the inline directory verifiers by Darrick J. Wong · 8 years ago
  96. 630a04e xfs: verify inline directory data forks by Darrick J. Wong · 8 years ago
  97. 3802a34 xfs: only reclaim unwritten COW extents periodically by Christoph Hellwig · 8 years ago
  98. a36b926 xfs: pull up iolock from xfs_free_eofblocks() by Brian Foster · 8 years ago
  99. 76d771b xfs: use per-AG reservations for the finobt by Christoph Hellwig · 8 years ago
  100. a444d72 Merge branch 'xfs-4.10-misc-fixes-3' into for-next by Dave Chinner · 8 years ago