1. ea2064d xfs: remove xfs_quiesce_attr() by Brian Foster · 4 years ago
  2. 5232b93 xfs: remove duplicate wq cancel and log force from attr quiesce by Brian Foster · 4 years ago
  3. f46e5a1 xfs: fold sbcount quiesce logging into log covering by Brian Foster · 4 years ago
  4. 9e54ee0 xfs: separate log cleaning from log quiesce by Brian Foster · 4 years ago
  5. 237d788 xfs: show the proper user quota options by Kaixu Xia · 4 years, 1 month ago
  6. 1e5c39d xfs: rename xfs_fc_* back to xfs_fs_* by Darrick J. Wong · 4 years, 1 month ago
  7. 33005fd xfs: refactor file range validation by Darrick J. Wong · 4 years, 1 month ago
  8. 80c720b xfs: define a new "needrepair" feature by Darrick J. Wong · 4 years, 2 months ago
  9. 3945ae0 xfs: move kernel-specific superblock validation out of libxfs by Darrick J. Wong · 4 years, 2 months ago
  10. 0eac1102e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
  11. c23c393 xfs: remove deprecated mount options by Pavel Reichl · 4 years, 4 months ago
  12. 6d1349c [PATCH] reduce boilerplate in fsid handling by Al Viro · 4 years, 4 months ago
  13. b96cb83 xfs: deprecate the V4 format by Darrick J. Wong · 4 years, 4 months ago
  14. 06dbf82 xfs: trace timestamp limits by Darrick J. Wong · 4 years, 5 months ago
  15. f93e5436 xfs: widen ondisk inode timestamps to deal with y2038+ by Darrick J. Wong · 4 years, 5 months ago
  16. 876fdc7 xfs: explicitly define inode timestamp range by Darrick J. Wong · 4 years, 5 months ago
  17. 2a39946 xfs: store inode btree block counts in AGI header by Darrick J. Wong · 4 years, 5 months ago
  18. 718ecc5 xfs: xfs_iflock is no longer a completion by Dave Chinner · 4 years, 5 months ago
  19. 4750a17 xfs: preserve inode versioning across remounts by Eric Sandeen · 4 years, 6 months ago
  20. c3f2375 xfs: Fix false positive lockdep warning with sb_internal & fs_reclaim by Waiman Long · 4 years, 6 months ago
  21. 4d0bab3 xfs: remove SYNC_WAIT from xfs_reclaim_inodes() by Dave Chinner · 4 years, 6 months ago
  22. 8eeae5b Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
  23. 16d9154 Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
  24. b41b46c xfs: remove the m_active_trans counter by Dave Chinner · 4 years, 8 months ago
  25. 9398554 block: remove the error_sector argument to blkdev_issue_flush by Christoph Hellwig · 4 years, 8 months ago
  26. 237aac4 xfs: ensure f_bfree returned by statfs() is non-negative by Zheng Bin · 4 years, 8 months ago
  27. dae2f8e fs: Lift XFS_IDONTCACHE to the VFS layer by Ira Weiny · 4 years, 8 months ago
  28. 8d6c344 fs/xfs: Make DAX mount option a tri-state by Ira Weiny · 4 years, 8 months ago
  29. 606723d fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS by Ira Weiny · 4 years, 8 months ago
  30. f0f7a67 xfs: move inode flush to the sync workqueue by Darrick J. Wong · 4 years, 9 months ago
  31. c642570 xfs: ratelimit inode flush on buffered write ENOSPC by Darrick J. Wong · 4 years, 10 months ago
  32. d59eada xfs: correctly acount for reclaimable slabs by Dave Chinner · 4 years, 10 months ago
  33. c9d35ee Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  34. d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
  35. 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
  36. 932befe xfs: fix s_maxbytes computation on 32-bit kernels by Darrick J. Wong · 5 years ago
  37. aaf54eb xfs: Remove kmem_zone_destroy() wrapper by Carlos Maiolino · 5 years ago
  38. b123176 xfs: Remove slab init wrappers by Carlos Maiolino · 5 years ago
  39. 7f6bcf7 xfs: remove a stray tab in xfs_remount_rw() by Dan Carpenter · 5 years ago
  40. 0279c71 xfs: remove redundant assignment to variable error by Colin Ian King · 5 years ago
  41. 50f8300 xfs: fold xfs_mount-alloc() into xfs_init_fs_context() by Ian Kent · 5 years ago
  42. 8757c38 xfs: move xfs_fc_parse_param() above xfs_fc_get_tree() by Ian Kent · 5 years ago
  43. 2f8d66b xfs: move xfs_fc_get_tree() above xfs_fc_reconfigure() by Ian Kent · 5 years ago
  44. 63cd1e9 xfs: move xfs_fc_reconfigure() above xfs_fc_free() by Ian Kent · 5 years ago
  45. 73e5fff xfs: switch to use the new mount-api by Ian Kent · 5 years ago
  46. 7c89fcb xfs: dont set sb in xfs_mount_alloc() by Ian Kent · 5 years ago
  47. 9a86181 xfs: move xfs_parseargs() validation to a helper by Ian Kent · 5 years ago
  48. 48a06e1 xfs: refactor xfs_parseags() by Ian Kent · 5 years ago
  49. 846410c xfs: avoid redundant checks when options is empty by Ian Kent · 5 years ago
  50. c0a6791 xfs: refactor suffix_kstrtoint() by Ian Kent · 5 years ago
  51. 2c6eba3 xfs: add xfs_remount_ro() helper by Ian Kent · 5 years ago
  52. 82332b6 xfs: add xfs_remount_rw() helper by Ian Kent · 5 years ago
  53. a943f37 xfs: merge freeing of mp names and mp by Ian Kent · 5 years ago
  54. 7b77b46 xfs: use kmem functions for struct xfs_mount by Ian Kent · 5 years ago
  55. 3d9d60d xfs: dont use XFS_IS_QUOTA_RUNNING() for option check by Ian Kent · 5 years ago
  56. e1d3d21 xfs: use super s_id instead of struct xfs_mount m_fsname by Ian Kent · 5 years ago
  57. f676c75 xfs: remove unused struct xfs_mount field m_fsname_len by Ian Kent · 5 years ago
  58. 21f5599 xfs: merge xfs_showargs into xfs_fs_show_options by Christoph Hellwig · 5 years ago
  59. 1775c50 xfs: clean up printing inode32/64 in xfs_showargs by Christoph Hellwig · 5 years ago
  60. aa58d44 xfs: clean up printing the allocsize option in by Christoph Hellwig · 5 years ago
  61. 7c6b94b xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZE by Christoph Hellwig · 5 years ago
  62. 3274d00 xfs: rename the XFS_MOUNT_DFLT_IOSIZE option to by Christoph Hellwig · 5 years ago
  63. 2fcddee xfs: simplify parsing of allocsize mount option by Christoph Hellwig · 5 years ago
  64. 5da8a07 xfs: rename the m_writeio_* fields in struct xfs_mount by Christoph Hellwig · 5 years ago
  65. 3cd1d18 xfs: remove the m_readio_* fields in struct xfs_mount by Christoph Hellwig · 5 years ago
  66. 69e8575 xfs: remove the dsunit and dswidth variables in by Christoph Hellwig · 5 years ago
  67. 8da57c5 xfs: remove the biosize mount option by Ian Kent · 5 years ago
  68. 598ecfb iomap: lift the xfs writeback code to iomap by Christoph Hellwig · 5 years ago
  69. cfb82e1 Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  70. 8ab39f1 xfs: prevent CIL push holdoff in log recovery by Dave Chinner · 5 years ago
  71. 22b1396 fs: Fill in max and min timestamps in superblock by Deepa Dinamani · 5 years ago
  72. 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
  73. adfb5fb xfs: implement cgroup aware writeback by Christoph Hellwig · 6 years ago
  74. 1058d0f xfs: move the log ioend workqueue to struct xlog by Christoph Hellwig · 6 years ago
  75. ef32595 xfs: separate inode geometry by Darrick J. Wong · 6 years ago
  76. 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  77. 9108326 xfs: change some error-less functions to void types by Eric Sandeen · 6 years ago
  78. 9407928 xfs: don't parse the mtpt mount option by Christoph Hellwig · 6 years ago
  79. ed30dcb xfs: rename the speculative block allocation reclaim toggle functions by Darrick J. Wong · 6 years ago
  80. 9fe82b8 xfs: track delayed allocation reservations across the filesystem by Darrick J. Wong · 6 years ago
  81. 2840824 xfs: remove unused m_data_workqueue by Darrick J. Wong · 6 years ago
  82. 72deb45 block: remove CONFIG_LBDAF by Christoph Hellwig · 6 years ago
  83. 66ae56a xfs: introduce an always_cow mode by Christoph Hellwig · 6 years ago
  84. 15a268d xfs: reserve blocks for ifree transaction during log recovery by Darrick J. Wong · 6 years ago
  85. 43004b2 xfs: add a block to inode count converter by Darrick J. Wong · 6 years ago
  86. bc9f2b7 xfs: idiotproof defer op type configuration by Darrick J. Wong · 6 years ago
  87. dddde68 xfs: add a define for statfs magic to uapi by Adam Borowski · 6 years ago
  88. 4831822 xfs: print dangling delalloc extents by Christoph Hellwig · 6 years ago
  89. 3ba738d xfs: remove the xfs_ifork_t typedef by Christoph Hellwig · 6 years ago
  90. 1c02d50 xfs: remove deprecated barrier/nobarrier mount by Eric Sandeen · 6 years ago
  91. 82cb141 xfs: add support for sub-pagesize writeback without buffer_heads by Christoph Hellwig · 6 years ago
  92. a205f0c Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  93. 9bb54cb xfs: clean up MIN/MAX by Dave Chinner · 7 years ago
  94. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  95. 6567af7 Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  96. 80660f2 dax: change bdev_dax_supported() to support boolean returns by Dave Jiang · 7 years ago
  97. ba23cba fs: allow per-device dax status checking for filesystems by Darrick J. Wong · 7 years ago
  98. e292d7b xfs: convert to bioset_init()/mempool_init() by Kent Overstreet · 7 years ago
  99. c9fbd7b xfs: clear sb->s_fs_info on mount failure by Dave Chinner · 7 years ago
  100. dae5cd8 xfs: add mount delay debug option by Dave Chinner · 7 years ago