1. f7db189 xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of files by Calvin Owens · 7 years ago
  2. d5dbd1c xfs: try any AG when allocating the first btree block when reflinking by Christoph Hellwig · 7 years ago
  3. da617af xfs: use iomap new flag for newly allocated delalloc blocks by Brian Foster · 7 years ago
  4. 77aedb0 xfs: Use xfs_icluster_size_fsb() to calculate inode alignment mask by Chandan Rajendra · 7 years ago
  5. d07b585 xfs: fix and streamline error handling in xfs_end_io by Christoph Hellwig · 7 years ago
  6. 3b83a02 xfs: only reclaim unwritten COW extents periodically by Christoph Hellwig · 7 years ago
  7. a240293 xfs: tune down agno asserts in the bmap code by Christoph Hellwig · 7 years ago
  8. 9559c48 xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignment by Chandan Rajendra · 7 years ago
  9. 5db7b41 xfs: don't reserve blocks for right shift transactions by Brian Foster · 7 years ago
  10. e5e2e56 xfs: fix uninitialized variable in _reflink_convert_cow by Darrick J. Wong · 7 years ago
  11. c251c6c2 xfs: split indlen reservations fairly when under reserved by Brian Foster · 7 years ago
  12. 2d7c1c7 xfs: handle indlen shortage on delalloc extent merge by Brian Foster · 7 years ago
  13. 47d7d1e xfs: don't fail xfs_extent_busy allocation by Christoph Hellwig · 7 years ago
  14. 5bbf5ba xfs: reject all unaligned direct writes to reflinked files by Christoph Hellwig · 7 years ago
  15. 67eb7bf xfs: update ctime and mtime on clone destinatation inodes by Christoph Hellwig · 7 years ago
  16. e060f48 xfs: reset b_first_retry_time when clear the retry status of xfs_buf_t by Hou Tao · 7 years ago
  17. e02f0ff xfs: mark speculative prealloc CoW fork extents unwritten by Darrick J. Wong · 7 years ago
  18. 8370826 xfs: allow unwritten extents in the CoW fork by Darrick J. Wong · 7 years ago
  19. 3d2bd2f xfs: verify free block header fields by Darrick J. Wong · 7 years ago
  20. 4056a74 xfs: check for obviously bad level values in the bmbt root by Darrick J. Wong · 7 years ago
  21. efab3ae xfs: filter out obviously bad btree pointers by Darrick J. Wong · 7 years ago
  22. 7e2dd1f xfs: fail _dir_open when readahead fails by Darrick J. Wong · 7 years ago
  23. 0a6844a xfs: fix toctou race when locking an inode to access the data map by Darrick J. Wong · 7 years ago
  24. 4127a5d xfs: fix eofblocks race with file extending async dio writes by Brian Foster · 7 years ago
  25. 4d725d7 xfs: sync eofblocks scans under iolock are livelock prone by Brian Foster · 7 years ago
  26. 798b1dc xfs: pull up iolock from xfs_free_eofblocks() by Brian Foster · 7 years ago
  27. 08a2a26 xfs: use per-AG reservations for the finobt by Christoph Hellwig · 7 years ago
  28. 9be1c33 xfs: only update mount/resv fields on success in __xfs_ag_resv_init by Christoph Hellwig · 7 years ago
  29. d004006 xfs: clear delalloc and cache on buffered write failure by Brian Foster · 7 years ago
  30. b5b4d4a xfs: fix bmv_count confusion w/ shared extents by Darrick J. Wong · 7 years ago
  31. 5d44dd5 xfs: clear _XBF_PAGES from buffers when readahead page by Darrick J. Wong · 7 years ago
  32. 29f96b7 xfs: extsize hints are not unlikely in xfs_bmap_btalloc by Christoph Hellwig · 7 years ago
  33. aab858d xfs: remove racy hasattr check from attr ops by Brian Foster · 7 years ago
  34. 2909416 xfs: verify dirblocklog correctly by Darrick J. Wong · 7 years ago
  35. 214d55e xfs: fix COW writeback race by Christoph Hellwig · 7 years ago
  36. 29f3192 xfs: fix xfs_mode_to_ftype() prototype by Arnd Bergmann · 7 years ago
  37. d062d90 xfs: don't wrap ID in xfs_dq_get_next_id by Eric Sandeen · 7 years ago
  38. d3201a1 xfs: sanity check inode di_mode by Amir Goldstein · 7 years ago
  39. 43ce592 xfs: sanity check inode mode when creating new dentry by Amir Goldstein · 7 years ago
  40. b5f68e2 xfs: replace xfs_mode_to_ftype table with switch statement by Amir Goldstein · 7 years ago
  41. 4fac84b xfs: add missing include dependencies to xfs_dir2.h by Amir Goldstein · 7 years ago
  42. e5325fc xfs: sanity check directory inode di_size by Amir Goldstein · 7 years ago
  43. 624e54b xfs: make the ASSERT() condition likely by Amir Goldstein · 7 years ago
  44. 4f4d508 xfs: don't print warnings when xfs_log_force fails by Christoph Hellwig · 7 years ago
  45. e9b7765 xfs: don't rely on ->total in xfs_alloc_space_available by Christoph Hellwig · 7 years ago
  46. 6b81365 xfs: adjust allocation length in xfs_alloc_space_available by Christoph Hellwig · 7 years ago
  47. c63f4d3 xfs: fix bogus minleft manipulations by Christoph Hellwig · 7 years ago
  48. d20e4ad xfs: bump up reserved blocks in xfs_alloc_set_aside by Christoph Hellwig · 7 years ago
  49. 4859524 xfs: prevent quotacheck from overloading inode lru by Brian Foster · 7 years ago
  50. 6ba35da xfs: Timely free truncated dirty pages by Jan Kara · 7 years ago
  51. 1b9c255 xfs: fix max_retries _show and _store functions by Carlos Maiolino · 7 years ago
  52. 91192ae xfs: fix crash and data corruption due to removal of busy COW extents by Christoph Hellwig · 7 years ago
  53. b96e4e8 xfs: use the actual AG length when reserving blocks by Darrick J. Wong · 7 years ago
  54. d9c7c9f xfs: fix double-cleanup when CUI recovery fails by Darrick J. Wong · 7 years ago
  55. aa38f37 xfs: use GPF_NOFS when allocating btree cursors by Darrick J. Wong · 7 years ago
  56. 3c382dd xfs: ignore leaf attr ichdr.count in verifier during log replay by Eric Sandeen · 7 years ago
  57. c0020338 xfs: don't cap maximum dedupe request length by Darrick J. Wong · 7 years ago
  58. f8b2070 xfs: don't allow di_size with high bit set by Darrick J. Wong · 7 years ago
  59. 12815dd xfs: error out if trying to add attrs and anextents > 0 by Darrick J. Wong · 7 years ago
  60. cd4bf1d xfs: don't crash if reading a directory results in an unexpected hole by Darrick J. Wong · 7 years ago
  61. b88398d xfs: complain if we don't get nextents bmap records by Darrick J. Wong · 7 years ago
  62. 4bb31bc xfs: check for bogus values in btree block headers by Darrick J. Wong · 7 years ago
  63. b85f324 xfs: forbid AG btrees with level == 0 by Darrick J. Wong · 7 years ago
  64. 4081d4a xfs: handle cow fork in xfs_bmap_trace_exlist by Eric Sandeen · 7 years ago
  65. a585e1c xfs: pass state not whichfork to trace_xfs_extlist by Eric Sandeen · 7 years ago
  66. bdbfd4e xfs: Move AGI buffer type setting to xfs_read_agi by Eric Sandeen · 7 years ago
  67. 06ac11d xfs: pass post-eof speculative prealloc blocks to bmapi by Brian Foster · 7 years ago
  68. 553937d xfs: use new extent lookup helpers xfs_file_iomap_begin_delay by Christoph Hellwig · 7 years ago
  69. 3d6e3b1 xfs: clean up cow fork reservation and tag inodes correctly by Brian Foster · 7 years ago
  70. 4a32333 xfs: use new extent lookup helpers in __xfs_reflink_reserve_cow by Christoph Hellwig · 7 years ago
  71. cf168f2 xfs: track preallocation separately in xfs_bmapi_reserve_delalloc() by Brian Foster · 7 years ago
  72. cf4fb51 xfs: remove prev argument to xfs_bmapi_reserve_delalloc by Christoph Hellwig · 7 years ago
  73. 3903257 xfs: always succeed when deduping zero bytes by Darrick J. Wong · 7 years ago
  74. 2b7dae9 xfs: factor rmap btree size into the indlen calculations by Darrick J. Wong · 7 years ago
  75. 49dc199 xfs: new inode extent list lookup helpers by Christoph Hellwig · 7 years ago
  76. b49ef75 xfs: fix unbalanced inode reclaim flush locking by Brian Foster · 7 years ago
  77. 63fa793 xfs: check minimum block size for CRC filesystems by Darrick J. Wong · 7 years ago
  78. f380ee7 xfs: provide helper for counting extents from if_bytes by Eric Sandeen · 7 years ago
  79. 3978c5bb xfs: don't BUG() on mixed direct and mapped I/O by Brian Foster · 7 years ago
  80. 2f09242 xfs: don't skip cow forks w/ delalloc blocks in cowblocks scan by Brian Foster · 7 years ago
  81. a11f90c xfs: check return value of _trans_reserve_quota_nblks by Darrick J. Wong · 7 years ago
  82. ae8b6cb xfs: don't call xfs_sb_quota_from_disk twice by Eric Sandeen · 7 years ago
  83. e120962 xfs: set AGI buffer type in xlog_recover_clear_agi_bucket by Eric Sandeen · 8 years ago
  84. c11a13d xfs: fix up xfs_swap_extent_forks inline extent handling by Eric Sandeen · 8 years ago
  85. b77428b xfs: defer should abort intent items if the trans roll fails by Darrick J. Wong · 8 years ago
  86. c17a8ef xfs: clear cowblocks tag when cow fork is emptied by Brian Foster · 8 years ago
  87. 7b7381f xfs: fix up inode cowblocks tracking tracepoints by Brian Foster · 8 years ago
  88. 64e6428 xfs: remove xfs_bunmapi_cow by Christoph Hellwig · 8 years ago
  89. c1112b6 xfs: optimize xfs_reflink_end_cow by Christoph Hellwig · 8 years ago
  90. 3e0ee78 xfs: optimize xfs_reflink_cancel_cow_blocks by Christoph Hellwig · 8 years ago
  91. fa5c836 xfs: refactor xfs_bunmapi_cow by Christoph Hellwig · 8 years ago
  92. 3ba020b xfs: optimize writes to reflink files by Christoph Hellwig · 8 years ago
  93. 5f9268c xfs: don't bother looking at the refcount tree for reads by Christoph Hellwig · 8 years ago
  94. 62c5ac8 xfs: handle "raw" delayed extents xfs_reflink_trim_around_shared by Christoph Hellwig · 8 years ago
  95. 0a0af28 xfs: add xfs_trim_extent by Darrick J. Wong · 8 years ago
  96. 5faaf4f xfs: merge xfs_reflink_remap_range and xfs_file_share_range by Christoph Hellwig · 8 years ago
  97. ec40759 xfs: remove xfs_file_wait_for_io by Christoph Hellwig · 8 years ago
  98. 5761778 xfs: move inode locking from xfs_reflink_remap_range to xfs_file_share_range by Christoph Hellwig · 8 years ago
  99. a62e82b xfs: fix the same_inode check in xfs_file_share_range by Christoph Hellwig · 8 years ago
  100. 4fbc2c6 xfs: remove the same fs check from xfs_file_share_range by Christoph Hellwig · 8 years ago