1. 89e9b5c xfs: update incore per-AG inode count by Darrick J. Wong · 6 years ago
  2. 0703a8e xfs: replace do_mod with native operations by Dave Chinner · 6 years ago
  3. bb3d48d xfs: don't call xfs_da_shrink_inode with NULL bp by Eric Sandeen · 6 years ago
  4. 9bb54cb xfs: clean up MIN/MAX by Dave Chinner · 6 years ago
  5. 86210fb xfs: move various type verifiers to common file by Dave Chinner · 6 years ago
  6. 4a2d01b xfs: xfs_reflink_convert_cow() memory allocation deadlock by Dave Chinner · 6 years ago
  7. ef215e3 xfs: setup VFS i_rwsem lockdep state correctly by Dave Chinner · 6 years ago
  8. 4bb8b65 xfs: fix string handling in label get/set functions by Arnd Bergmann · 6 years ago
  9. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 6 years ago
  10. 9e6c08d xfs: validate btree records on retrieval by Dave Chinner · 6 years ago
  11. 29cad0b xfs: push corruption -> ESTALE conversion to xfs_nfs_get_inode() by Dave Chinner · 6 years ago
  12. 541b5ac xfs: verify root inode more thoroughly by Dave Chinner · 6 years ago
  13. 02a0fda xfs: verify COW extent size hint is valid in inode verifier by Dave Chinner · 6 years ago
  14. 7d71a67 xfs: verify extent size hint is valid in inode verifier by Dave Chinner · 6 years ago
  15. fa4ca9c xfs: catch bad stripe alignment configurations by Dave Chinner · 6 years ago
  16. 117a148 iomap: fsync swap files before iterating mappings by Darrick J. Wong · 6 years ago
  17. 89c2e71 xfs: use xfs_trans_getsb in xfs_sync_sb_buf by Eric Sandeen · 6 years ago
  18. d2e7366 xfs: don't assert on corrupted unlinked inode list by Darrick J. Wong · 6 years ago
  19. 2551a53 xfs: explicitly pass buffer size to xfs_corruption_error by Darrick J. Wong · 6 years ago
  20. 85ae010 xfs: don't assert when on-disk btree pointers are garbage by Darrick J. Wong · 6 years ago
  21. e63a100 xfs: strengthen btree pointer checks before use by Darrick J. Wong · 6 years ago
  22. 4cbae4b xfs: introduce xfs_btree_debug_check_ptr by Darrick J. Wong · 6 years ago
  23. e4f45ef xfs: check directory bestfree information in the verifier by Darrick J. Wong · 6 years ago
  24. 924cade xfs: don't return garbage buffers in xfs_da3_node_read by Darrick J. Wong · 6 years ago
  25. 1f5c071 xfs: don't ASSERT on short form btree root pointer of zero by Darrick J. Wong · 6 years ago
  26. eeee0d6 xfs: btree lookup shouldn't ASSERT on empty btree nodes by Darrick J. Wong · 6 years ago
  27. a37f7b1 xfs: xfs_alloc_get_rec should return EFSCORRUPTED for obvious bnobt corruption by Darrick J. Wong · 6 years ago
  28. b398601 xfs: remove redundant ASSERT on insufficient bestfree length in _leaf_addname by Darrick J. Wong · 6 years ago
  29. 17ba2cc xfs: don't assert when reporting on-disk corruption while loading btree by Darrick J. Wong · 6 years ago
  30. aaacdd2 xfs: don't forbid setting dax flag on directories if device doesn't dax by Darrick J. Wong · 6 years ago
  31. 9f96cc9 xfs: verify AGI unlinked list contains valid blocks by Dave Chinner · 6 years ago
  32. afd9d6a fs: use ->is_partially_uptodate in page_cache_seek_hole_data by Christoph Hellwig · 6 years ago
  33. bd56b3e fs: remove the buffer_unwritten check in page_seek_hole_data by Christoph Hellwig · 6 years ago
  34. 8a78cb1 fs: move page_cache_seek_hole_data to iomap.c by Christoph Hellwig · 6 years ago
  35. b84e772 xfs: use iomap_bmap by Christoph Hellwig · 6 years ago
  36. 89eb190 iomap: add an iomap-based bmap implementation by Christoph Hellwig · 6 years ago
  37. 57fc505 iomap: add a iomap_sector helper by Christoph Hellwig · 6 years ago
  38. 6533b4e iomap: use __bio_add_page in iomap_dio_zero by Christoph Hellwig · 6 years ago
  39. 7ee66c0 iomap: move IOMAP_F_BOUNDARY to gfs2 by Christoph Hellwig · 6 years ago
  40. 9ecac0e iomap: fix the comment describing IOMAP_NOWAIT by Christoph Hellwig · 6 years ago
  41. 19319b5 iomap: inline data should be an iomap type, not a flag by Christoph Hellwig · 6 years ago
  42. b3751e6 mm: split ->readpages calls to avoid non-contiguous pages lists by Christoph Hellwig · 6 years ago
  43. c534aa3 mm: return an unsigned int from __do_page_cache_readahead by Christoph Hellwig · 6 years ago
  44. 836978b mm: give the 'ret' variable a better name __do_page_cache_readahead by Christoph Hellwig · 6 years ago
  45. 0aa69fd block: add a lower-level bio_add_page interface by Christoph Hellwig · 6 years ago
  46. 16858f7 xfs: fix error handling in xfs_refcount_insert() by Dave Chinner · 6 years ago
  47. a0e5c43 xfs: fix xfs_rtalloc_rec units by Darrick J. Wong · 6 years ago
  48. 8ad560d xfs: strengthen rtalloc query range checks by Darrick J. Wong · 6 years ago
  49. a03f164 xfs: xfs_rtbuf_get should check the bmapi_read results by Darrick J. Wong · 6 years ago
  50. 2483113 xfs: xfs_rtword_t should be unsigned, not signed by Darrick J. Wong · 6 years ago
  51. 80660f2 dax: change bdev_dax_supported() to support boolean returns by Dave Jiang · 6 years ago
  52. ba23cba fs: allow per-device dax status checking for filesystems by Darrick J. Wong · 6 years ago
  53. d25522f xfs: repair superblocks by Darrick J. Wong · 6 years ago
  54. 7e85bc6 xfs: add helpers to attach quotas to inodes by Darrick J. Wong · 6 years ago
  55. 04a2b7b xfs: recover AG btree roots from rmap data by Darrick J. Wong · 6 years ago
  56. 12c6510e xfs: add helpers to dispose of old btree blocks after a repair by Darrick J. Wong · 6 years ago
  57. 64a39d8 xfs: add helpers to collect and sift btree block pointers during repair by Darrick J. Wong · 6 years ago
  58. 73d6b42 xfs: add helpers to allocate and initialize fresh btree roots by Darrick J. Wong · 6 years ago
  59. 0a9633f xfs: add helpers to deal with transaction allocation and rolling by Darrick J. Wong · 6 years ago
  60. 51863d7 xfs: grab the per-ag structure whenever relevant by Darrick J. Wong · 6 years ago
  61. 05edd88 fs: xfs: Change return type to vm_fault_t by Souptick Joarder · 6 years ago
  62. 2e050e6 xfs: fix inobt magic number check by Darrick J. Wong · 6 years ago
  63. aee9a4a fs: clear writeback errors in inode_init_always by Darrick J. Wong · 6 years ago
  64. 19e1296 iomap: don't allow holes in swapfiles by Omar Sandoval · 7 years ago
  65. ec60192 iomap: provide more useful errors for invalid swap files by Omar Sandoval · 7 years ago
  66. f7664b3 xfs: implement online get/set fs label by Eric Sandeen · 7 years ago
  67. 62750d0 fs: copy BTRFS_IOC_[SG]ET_FSLABEL to vfs by Eric Sandeen · 7 years ago
  68. 49dd56f xfs: factor the ag length extension code into libxfs by Dave Chinner · 7 years ago
  69. b16817b xfs: move growfs core to libxfs by Dave Chinner · 7 years ago
  70. 8125147 xfs: rework secondary superblock updates in growfs by Dave Chinner · 7 years ago
  71. 83a7f86 xfs: separate secondary sb update in growfs by Dave Chinner · 7 years ago
  72. 87444b8 xfs: make imaxpct changes in growfs separate by Dave Chinner · 7 years ago
  73. 532ff64 xfs: turn ag header initialisation into a table driven operation by Dave Chinner · 7 years ago
  74. 0410c3b xfs: factor ag btree root block initialisation by Dave Chinner · 7 years ago
  75. 9aebe80 xfs: convert growfs AG header init to use buffer lists by Dave Chinner · 7 years ago
  76. cce77bc xfs: factor out AG header initialisation from growfs core by Dave Chinner · 7 years ago
  77. 879de98 xfs: one-shot cached buffers by Dave Chinner · 7 years ago
  78. 84d42ea xfs: implement the metadata repair ioctl flag by Darrick J. Wong · 7 years ago
  79. 718fa74 xfs: create tracepoints for online repair by Darrick J. Wong · 7 years ago
  80. 7644bd9 xfs: teach xfs_bmapi_remap to accept some bmapi flags by Darrick J. Wong · 7 years ago
  81. 7cf199b xfs: make xfs_bmapi_remapi work with attribute forks by Darrick J. Wong · 7 years ago
  82. 9f3a080 xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walk by Darrick J. Wong · 7 years ago
  83. ddd10c2 xfs: avoid ABBA deadlock when scrubbing parent pointers by Darrick J. Wong · 7 years ago
  84. 517b32b xfs: scrub the data fork of the realtime inodes by Darrick J. Wong · 7 years ago
  85. 87d9d60 xfs: quota scrub should use bmapbtd scrubber by Darrick J. Wong · 7 years ago
  86. 8bc763c xfs: don't continue scrub if already corrupt by Darrick J. Wong · 7 years ago
  87. eac69e1 xfs: refactor quota limits initialization by Darrick J. Wong · 7 years ago
  88. 689e11c xfs: superblock scrub should use short-lived buffers by Darrick J. Wong · 7 years ago
  89. 8389f3ff xfs: skip scrub xref if corruption already noted by Darrick J. Wong · 7 years ago
  90. c9fbd7b xfs: clear sb->s_fs_info on mount failure by Dave Chinner · 7 years ago
  91. dae5cd8 xfs: add mount delay debug option by Dave Chinner · 7 years ago
  92. 4e52933 xfs: factor out nodiscard helpers by Brian Foster · 7 years ago
  93. 6748212 iomap: add a swapfile activation function by Darrick J. Wong · 7 years ago
  94. d6b636e xfs: halt auto-reclamation activities while rebuilding rmap by Darrick J. Wong · 7 years ago
  95. 95eb308 xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbt by Darrick J. Wong · 7 years ago
  96. 08daa3c xfs: add repair helpers for the reference count btree by Darrick J. Wong · 7 years ago
  97. 4d4f86b xfs: add repair helpers for the reverse mapping btree by Darrick J. Wong · 7 years ago
  98. 7f8f131 xfs: expose various functions to repair code by Darrick J. Wong · 7 years ago
  99. 14861c4 xfs: add helpers to calculate btree size by Darrick J. Wong · 7 years ago
  100. 9d9c902 xfs: refactor scrub transaction allocation function by Darrick J. Wong · 7 years ago