1. c9cfdb3 xfs: remove dfops param from high level dirname calls by Brian Foster · 6 years ago
  2. 0e0417f xfs: remove dfops parameter from ifree call stack by Brian Foster · 6 years ago
  3. 6aa6718 xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops by Brian Foster · 6 years ago
  4. e53946d xfs: xfs_iflush_abort() can be called twice on cluster writeback failure by Dave Chinner · 7 years ago
  5. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  6. 0703a8e xfs: replace do_mod with native operations by Dave Chinner · 7 years ago
  7. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  8. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  9. d2e7366 xfs: don't assert on corrupted unlinked inode list by Darrick J. Wong · 7 years ago
  10. 4e52933 xfs: factor out nodiscard helpers by Brian Foster · 7 years ago
  11. c14cfcc xfs: remove unnecessary xfs_qm_dqattach parameter by Darrick J. Wong · 7 years ago
  12. 13b86fc xfs: skip online discard during eofblocks trims by Brian Foster · 7 years ago
  13. 22525c1 xfs: log item flags are racy by Dave Chinner · 7 years ago
  14. 8804630 xfs: defer agfl frees from directory op transactions by Brian Foster · 7 years ago
  15. 8b922f0 xfs: defer frees from common inode allocation paths by Brian Foster · 7 years ago
  16. 658f8f9 xfs: defer agfl frees from inode inactivation by Brian Foster · 7 years ago
  17. 8b26984 xfs: validate allocated inode number by Dave Chinner · 7 years ago
  18. 4919d42 xfs: only cancel cow blocks when truncating the data fork by Darrick J. Wong · 7 years ago
  19. a1f6941 xfs: non-scrub - remove unused function parameters by Eric Sandeen · 7 years ago
  20. c959025 xfs: Remove "committed" argument of xfs_dir_ialloc by Chandan Rajendra · 7 years ago
  21. dc1baa7 xfs: do not log/recover swapext extent owner changes for deleted inodes by Eric Sandeen · 7 years ago
  22. 656de4f xfs: merge _xfs_log_force_lsn and xfs_log_force_lsn by Christoph Hellwig · 7 years ago
  23. 6231848 xfs: check for cow blocks before trying to clear them by Darrick J. Wong · 7 years ago
  24. 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
  25. 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
  26. 7c2d238 xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modes by Darrick J. Wong · 7 years ago
  27. 22431bf xfs: refactor inode verifier corruption error printing by Darrick J. Wong · 7 years ago
  28. beaae8c xfs: always zero di_flags2 when we free the inode by Darrick J. Wong · 7 years ago
  29. 643c8c0 Use list_head infra-structure for buffer's log items list by Carlos Maiolino · 7 years ago
  30. fb1755a Split buffer's b_fspriv field by Carlos Maiolino · 7 years ago
  31. f0e2828 xfs: convert to new i_version API by Jeff Layton · 7 years ago
  32. c969004 xfs: use %px for data pointers when debugging by Darrick J. Wong · 7 years ago
  33. aff68a55 xfs: use %pS printk format for direct instruction addresses by Darrick J. Wong · 7 years ago
  34. 3d170aa xfs: change 0x%p -> %p in print messages by Darrick J. Wong · 7 years ago
  35. 9cfb9b4 xfs: provide a centralized method for verifying inline fork data by Darrick J. Wong · 7 years ago
  36. 363e59b xfs: don't be so eager to clear the cowblocks tag on truncate by Darrick J. Wong · 7 years ago
  37. f59cf5c xfs: remove "no-allocation" reservations for file creations by Christoph Hellwig · 7 years ago
  38. 98c4f78 xfs: always free inline data before resetting inode fork during ifree by Darrick J. Wong · 7 years ago
  39. 962cc1a xfs: fix forgotten rcu read unlock when skipping inode reclaim by Darrick J. Wong · 7 years ago
  40. afd7245 xfs: remove unused debug counts for xfs_lock_inodes by Christoph Hellwig · 7 years ago
  41. 6bdcf26 xfs: use a b+tree for the in-core extent list by Christoph Hellwig · 7 years ago
  42. e9e899a xfs: move error injection tags into their own file by Darrick J. Wong · 7 years ago
  43. 66f3646 xfs: remove if_rdev by Christoph Hellwig · 7 years ago
  44. cc6f777 xfs: don't unconditionally clear the reflink flag on zero-block files by Darrick J. Wong · 7 years ago
  45. 8ad7c629 xfs: remove the ip argument to xfs_defer_finish by Christoph Hellwig · 7 years ago
  46. 411350d xfs: refactor xfs_trans_roll by Christoph Hellwig · 7 years ago
  47. f2e9ad2 xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster() by Omar Sandoval · 7 years ago
  48. 56bdf85 xfs: Fix per-inode DAX flag inheritance by Lukas Czerner · 7 years ago
  49. 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
  50. 9e24cfd xfs: remove unneeded parameter from XFS_TEST_ERROR by Darrick J. Wong · 8 years ago
  51. 2141713 sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name by Ingo Molnar · 8 years ago
  52. c8ce540 xfs: remove double-underscore integer types by Darrick J. Wong · 8 years ago
  53. 3b4683c xfs: drop iolock from reclaim context to appease lockdep by Brian Foster · 8 years ago
  54. 005c5db xfs: rework the inline directory verifiers by Darrick J. Wong · 8 years ago
  55. 630a04e xfs: verify inline directory data forks by Darrick J. Wong · 8 years ago
  56. 3802a34 xfs: only reclaim unwritten COW extents periodically by Christoph Hellwig · 8 years ago
  57. a36b926 xfs: pull up iolock from xfs_free_eofblocks() by Brian Foster · 8 years ago
  58. 76d771b xfs: use per-AG reservations for the finobt by Christoph Hellwig · 8 years ago
  59. a444d72 Merge branch 'xfs-4.10-misc-fixes-3' into for-next by Dave Chinner · 8 years ago
  60. 200237d xfs: Move AGI buffer type setting to xfs_read_agi by Eric Sandeen · 8 years ago
  61. 6552321 xfs: remove i_iolock and use i_rwsem in the VFS inode instead by Christoph Hellwig · 8 years ago
  62. 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
  63. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  64. e153aa7 xfs: set a default CoW extent size of 32 blocks by Darrick J. Wong · 8 years ago
  65. 83104d4 xfs: garbage collect old cowextsz reservations by Darrick J. Wong · 8 years ago
  66. f7ca352 xfs: create a separate cow extent size hint for the allocator by Darrick J. Wong · 8 years ago
  67. aa8968f xfs: cancel CoW reservations and clear inode reflink flag when freeing blocks by Darrick J. Wong · 8 years ago
  68. 17c12bc xfs: when replaying bmap operations, don't let unlinked inodes get reaped by Darrick J. Wong · 8 years ago
  69. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  70. 69bca80 xfs: Propagate dentry down to inode_change_ok() by Jan Kara · 9 years ago
  71. 2c3234d xfs: rename flist/free_list to dfops by Darrick J. Wong · 8 years ago
  72. 310a75a xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_* by Darrick J. Wong · 8 years ago
  73. 3ab78df xfs: rework xfs_bmap_free callers to use xfs_defer_ops by Darrick J. Wong · 8 years ago
  74. 0d5a75e xfs: make several functions static by Eric Sandeen · 9 years ago
  75. 555b67e Merge branch 'xfs-4.7-inode-reclaim' into for-next by Dave Chinner · 9 years ago
  76. 2a4ad58 Merge branch 'xfs-4.7-misc-fixes' into for-next by Dave Chinner · 9 years ago
  77. 5b911354 Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-next by Dave Chinner · 9 years ago
  78. 1942936 xfs: rename variables in xfs_iflush_cluster for clarity by Dave Chinner · 9 years ago
  79. 5a90e53 xfs: xfs_iflush_cluster has range issues by Dave Chinner · 9 years ago
  80. 8a17d7d xfs: mark reclaimed inodes invalid earlier by Dave Chinner · 9 years ago
  81. 7d3aa7f xfs: skip stale inodes in xfs_iflush_cluster by Dave Chinner · 9 years ago
  82. 51b07f3 xfs: fix inode validity check in xfs_iflush_cluster by Dave Chinner · 9 years ago
  83. b1438f4 xfs: xfs_iflush_cluster fails to abort on error by Dave Chinner · 9 years ago
  84. 6e3e6d5 xfs: mute some sparse warnings by Eryu Guan · 9 years ago
  85. 253f491 xfs: better xfs_trans_alloc interface by Christoph Hellwig · 9 years ago
  86. 2b3d1d4 xfs: set up inode operation vectors later by Christoph Hellwig · 9 years ago
  87. 7f0ed54 Merge branch 'xfs-buf-macro-cleanup-4.6' into for-next by Dave Chinner · 9 years ago
  88. b0388bf xfs: remove XBF_DONE flag wrapper macros by Dave Chinner · 9 years ago
  89. c19b3b05 xfs: mode di_mode to vfs inode by Dave Chinner · 9 years ago
  90. 83e06f2 xfs: move di_changecount to VFS inode by Dave Chinner · 9 years ago
  91. 9e9a267 xfs: move inode generation count to VFS inode by Dave Chinner · 9 years ago
  92. 54d7b5c xfs: use vfs inode nlink field everywhere by Dave Chinner · 9 years ago
  93. faeb4e4 xfs: move v1 inode conversion to xfs_inode_from_disk by Dave Chinner · 9 years ago
  94. 93f958f xfs: cull unnecessary icdinode fields by Dave Chinner · 9 years ago
  95. 3987848 xfs: remove timestamps from incore inode by Dave Chinner · 9 years ago
  96. 4c931f7 Merge branch 'xfs-setxattr-promotion' into for-next by Dave Chinner · 9 years ago
  97. f6106ef xfs: eliminate committed arg from xfs_bmap_finish by Eric Sandeen · 9 years ago
  98. 58f88ca xfs: introduce per-inode DAX enablement by Dave Chinner · 9 years ago
  99. e7b8948 xfs: use FS_XFLAG definitions directly by Dave Chinner · 9 years ago
  100. 2da5c4b Merge branch 'xfs-misc-fixes-for-4.4-2' into for-next by Dave Chinner · 9 years ago