1. b5bfda0 xfs: always free inline data before resetting inode fork during ifree by Darrick J. Wong · 7 years ago
  2. 1eeb1ed xfs: fix forgotten rcu read unlock when skipping inode reclaim by Darrick J. Wong · 7 years ago
  3. 4e9de11 xfs: don't unconditionally clear the reflink flag on zero-block files by Darrick J. Wong · 7 years ago
  4. 81286ad xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster() by Omar Sandoval · 7 years ago
  5. f90756d7 xfs: Fix per-inode DAX flag inheritance by Lukas Czerner · 7 years ago
  6. 4e27628 xfs: drop iolock from reclaim context to appease lockdep by Brian Foster · 7 years ago
  7. ca659e08 xfs: rework the inline directory verifiers by Darrick J. Wong · 7 years ago
  8. 815414e xfs: verify inline directory data forks by Darrick J. Wong · 7 years ago
  9. 3b83a02 xfs: only reclaim unwritten COW extents periodically by Christoph Hellwig · 7 years ago
  10. 798b1dc xfs: pull up iolock from xfs_free_eofblocks() by Brian Foster · 7 years ago
  11. 08a2a26 xfs: use per-AG reservations for the finobt by Christoph Hellwig · 7 years ago
  12. bdbfd4e xfs: Move AGI buffer type setting to xfs_read_agi by Eric Sandeen · 7 years ago
  13. 35a891b Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  14. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  15. e153aa7 xfs: set a default CoW extent size of 32 blocks by Darrick J. Wong · 8 years ago
  16. 83104d4 xfs: garbage collect old cowextsz reservations by Darrick J. Wong · 8 years ago
  17. f7ca352 xfs: create a separate cow extent size hint for the allocator by Darrick J. Wong · 8 years ago
  18. aa8968f xfs: cancel CoW reservations and clear inode reflink flag when freeing blocks by Darrick J. Wong · 8 years ago
  19. 17c12bc xfs: when replaying bmap operations, don't let unlinked inodes get reaped by Darrick J. Wong · 8 years ago
  20. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  21. 69bca80 xfs: Propagate dentry down to inode_change_ok() by Jan Kara · 8 years ago
  22. 2c3234d xfs: rename flist/free_list to dfops by Darrick J. Wong · 8 years ago
  23. 310a75a xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_* by Darrick J. Wong · 8 years ago
  24. 3ab78df xfs: rework xfs_bmap_free callers to use xfs_defer_ops by Darrick J. Wong · 8 years ago
  25. 0d5a75e xfs: make several functions static by Eric Sandeen · 8 years ago
  26. 555b67e Merge branch 'xfs-4.7-inode-reclaim' into for-next by Dave Chinner · 8 years ago
  27. 2a4ad58 Merge branch 'xfs-4.7-misc-fixes' into for-next by Dave Chinner · 8 years ago
  28. 5b911354 Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-next by Dave Chinner · 8 years ago
  29. 1942936 xfs: rename variables in xfs_iflush_cluster for clarity by Dave Chinner · 8 years ago
  30. 5a90e53 xfs: xfs_iflush_cluster has range issues by Dave Chinner · 8 years ago
  31. 8a17d7d xfs: mark reclaimed inodes invalid earlier by Dave Chinner · 8 years ago
  32. 7d3aa7f xfs: skip stale inodes in xfs_iflush_cluster by Dave Chinner · 8 years ago
  33. 51b07f3 xfs: fix inode validity check in xfs_iflush_cluster by Dave Chinner · 8 years ago
  34. b1438f4 xfs: xfs_iflush_cluster fails to abort on error by Dave Chinner · 8 years ago
  35. 6e3e6d5 xfs: mute some sparse warnings by Eryu Guan · 8 years ago
  36. 253f491 xfs: better xfs_trans_alloc interface by Christoph Hellwig · 8 years ago
  37. 2b3d1d4 xfs: set up inode operation vectors later by Christoph Hellwig · 8 years ago
  38. 7f0ed54 Merge branch 'xfs-buf-macro-cleanup-4.6' into for-next by Dave Chinner · 8 years ago
  39. b0388bf xfs: remove XBF_DONE flag wrapper macros by Dave Chinner · 8 years ago
  40. c19b3b05 xfs: mode di_mode to vfs inode by Dave Chinner · 8 years ago
  41. 83e06f2 xfs: move di_changecount to VFS inode by Dave Chinner · 8 years ago
  42. 9e9a267 xfs: move inode generation count to VFS inode by Dave Chinner · 8 years ago
  43. 54d7b5c xfs: use vfs inode nlink field everywhere by Dave Chinner · 8 years ago
  44. faeb4e4 xfs: move v1 inode conversion to xfs_inode_from_disk by Dave Chinner · 8 years ago
  45. 93f958f xfs: cull unnecessary icdinode fields by Dave Chinner · 8 years ago
  46. 3987848 xfs: remove timestamps from incore inode by Dave Chinner · 8 years ago
  47. 4c931f7 Merge branch 'xfs-setxattr-promotion' into for-next by Dave Chinner · 8 years ago
  48. f6106ef xfs: eliminate committed arg from xfs_bmap_finish by Eric Sandeen · 8 years ago
  49. 58f88ca xfs: introduce per-inode DAX enablement by Dave Chinner · 8 years ago
  50. e7b8948 xfs: use FS_XFLAG definitions directly by Dave Chinner · 8 years ago
  51. 2da5c4b Merge branch 'xfs-misc-fixes-for-4.4-2' into for-next by Dave Chinner · 9 years ago
  52. fc0561c xfs: optimise away log forces on timestamp updates for fdatasync by Dave Chinner · 9 years ago
  53. ff6d6af xfs: per-filesystem stats counter implementation by Bill O'Donnell · 9 years ago
  54. 70b33a7 Merge branch 'xfs-misc-fixes-for-4.3-3' into for-next by Dave Chinner · 9 years ago
  55. b6a9947 xfs: lockdep annotations throw warnings on non-debug builds by Dave Chinner · 9 years ago
  56. aa49338 Merge branch 'xfs-misc-fixes-for-4.3-2' into for-next by Dave Chinner · 9 years ago
  57. 3403ccc xfs: inode lockdep annotations broke non-lockdep build by Dave Chinner · 9 years ago
  58. dbad7c9 xfs: stop holding ILOCK over filldir callbacks by Dave Chinner · 9 years ago
  59. 0952c81 xfs: clean up inode lockdep annotations by Dave Chinner · 9 years ago
  60. bbf155a xfs: fix sb_meta_uuid usage by Dave Chinner · 9 years ago
  61. 5be203a Merge branch 'xfs-efi-rework' into for-next by Dave Chinner · 9 years ago
  62. d4a97a0 xfs: add missing bmap cancel calls in error paths by Brian Foster · 9 years ago
  63. d6077aa xfs: Remove duplicate jumps to the same label by Jan Kara · 9 years ago
  64. de50e16 Merge branch 'xfs-misc-fixes-for-4.2-3' into for-next by Dave Chinner · 9 years ago
  65. 88ee2df xfs: return a void pointer from xfs_buf_offset by Christoph Hellwig · 9 years ago
  66. 4ea7976 Merge branch 'xfs-commit-cleanup' into for-next by Dave Chinner · 9 years ago
  67. 7039331 xfs: saner xfs_trans_commit interface by Christoph Hellwig · 9 years ago
  68. 4906e21 xfs: remove the flags argument to xfs_trans_cancel by Christoph Hellwig · 9 years ago
  69. 2e6db6c xfs: switch remaining xfs_trans_dup users to xfs_trans_roll by Christoph Hellwig · 9 years ago
  70. 4497f28 Merge branch 'xfs-misc-fixes-for-4.2-2' into for-next by Dave Chinner · 9 years ago
  71. 3cdaa18 xfs: fix sparse inodes 32-bit compile failure by Brian Foster · 9 years ago
  72. b9a350a Merge branch 'xfs-sparse-inode' into for-next by Dave Chinner · 9 years ago
  73. 09b5660 xfs: skip unallocated regions of inode chunks in xfs_ifree_cluster() by Brian Foster · 9 years ago
  74. 22419ac xfs: fix broken i_nlink accounting for whiteout tmpfile inode by Brian Foster · 9 years ago
  75. 6dfe5a0 xfs: xfs_attr_inactive leaves inconsistent attr fork state behind by Dave Chinner · 9 years ago
  76. 2b93681 Merge branch 'xfs-misc-fixes-for-4.1-2' into for-next by Dave Chinner · 9 years ago
  77. 86aaf02 xfs: use bool instead of int in xfs_rename() by Fabian Frederick · 9 years ago
  78. d41bb03 Merge branch 'xfs-rename-whiteout' into for-next by Dave Chinner · 9 years ago
  79. 7dcf5c3 xfs: add RENAME_WHITEOUT support by Dave Chinner · 9 years ago
  80. eeacd32 xfs: make xfs_cross_rename() complete fully by Dave Chinner · 9 years ago
  81. 310606b xfs: factor out xfs_finish_rename() by Dave Chinner · 9 years ago
  82. 445883e xfs: cleanup xfs_rename error handling by Dave Chinner · 9 years ago
  83. 95afcf5 xfs: clean up inode locking for RENAME_WHITEOUT by Dave Chinner · 9 years ago
  84. 88e8fda Merge branch 'xfs-mmap-lock' into for-next by Dave Chinner · 9 years ago
  85. 3cabb83 Merge branch 'xfs-misc-fixes-for-4.1' into for-next by Dave Chinner · 9 years ago
  86. fc92156 xfs: Ensure we have target_ip for RENAME_EXCHANGE by Eric Sandeen · 9 years ago
  87. 58c9047 xfs: inodes are new until the dentry cache is set up by Dave Chinner · 9 years ago
  88. 653c60b xfs: introduce mmap/truncate lock by Dave Chinner · 9 years ago
  89. 438c3c8 Merge branch 'xfs-buf-type-fixes' into for-next by Dave Chinner · 9 years ago
  90. f19b872 xfs: inode unlink does not set AGI buffer type by Dave Chinner · 9 years ago
  91. d31a182 xfs: Add support to RENAME_EXCHANGE flag by Carlos Maiolino · 9 years ago
  92. 6044e43 Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next by Dave Chinner · 10 years ago
  93. 32296f8 xfs: fix set-but-unused warnings by Dave Chinner · 10 years ago
  94. 216875a Merge branch 'xfs-consolidate-format-defs' into for-next by Dave Chinner · 10 years ago
  95. 508b6b3 xfs: merge xfs_inum.h into xfs_format.h by Christoph Hellwig · 10 years ago
  96. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  97. 062647a xfs: replace on-stack xfs_trans_res with pointer in xfs_create() by Brian Foster · 10 years ago
  98. 6889e78 Merge branch 'xfs-misc-fixes-for-3.18-3' into for-next by Dave Chinner · 10 years ago
  99. 9336e3a xfs: project id inheritance is a directory only flag by Dave Chinner · 10 years ago
  100. e076b0f xfs: kill time.h by Dave Chinner · 10 years ago