1. 58d2eac xfs: Don't clear SGID when inheriting ACLs by Jan Kara · 7 years ago
  2. 61604a2 fs: add i_blocksize() by Fabian Frederick · 7 years ago
  3. 11214bd xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff() by Jan Kara · 7 years ago
  4. 75c5afd xfs: fix unaligned access in xfs_btree_visit_blocks by Eric Sandeen · 7 years ago
  5. 7fb8ab8 xfs: avoid mount-time deadlock in CoW extent recovery by Darrick J. Wong · 7 years ago
  6. e40c145 xfs: xfs_trans_alloc_empty by Christoph Hellwig · 7 years ago
  7. 0e54279 xfs: bad assertion for delalloc an extent that start at i_size by Zorro Lang · 7 years ago
  8. f60d76e xfs: BMAPX shouldn't barf on inline-format directories by Darrick J. Wong · 7 years ago
  9. 53c44c2 xfs: fix indlen accounting error on partial delalloc conversion by Brian Foster · 7 years ago
  10. 54894ea xfs: fix use-after-free in xfs_finish_page_writeback by Eryu Guan · 7 years ago
  11. d457f82 xfs: reserve enough blocks to handle btree splits when remapping by Darrick J. Wong · 7 years ago
  12. 0ba833f xfs: wait on new inodes during quotaoff dquot release by Brian Foster · 7 years ago
  13. 2ea882d xfs: update ag iterator to support wait on new inodes by Brian Foster · 7 years ago
  14. e86b616 xfs: support ability to wait on new inodes by Brian Foster · 7 years ago
  15. 10f0b2c xfs: fix up quotacheck buffer list error handling by Brian Foster · 7 years ago
  16. 95487d4 xfs: prevent multi-fsb dir readahead from reading random blocks by Brian Foster · 7 years ago
  17. 93bd169 xfs: handle array index overrun in xfs_dir2_leaf_readbuf() by Eric Sandeen · 7 years ago
  18. 99226b8 xfs: fix integer truncation in xfs_bmap_remap_alloc by Christoph Hellwig · 7 years ago
  19. 4e27628 xfs: drop iolock from reclaim context to appease lockdep by Brian Foster · 7 years ago
  20. 4e8163f xfs: actually report xattr extents via iomap by Darrick J. Wong · 7 years ago
  21. de417ea xfs: fix over-copying of getbmap parameters from userspace by Darrick J. Wong · 7 years ago
  22. c2ad2dc xfs: use dedicated log worker wq to avoid deadlock with cil wq by Brian Foster · 7 years ago
  23. 3890d83 xfs: fix kernel memory exposure problems by Darrick J. Wong · 7 years ago
  24. ca659e08 xfs: rework the inline directory verifiers by Darrick J. Wong · 7 years ago
  25. 815414e xfs: verify inline directory data forks by Darrick J. Wong · 7 years ago
  26. 11b4854 xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff() by Eryu Guan · 7 years ago
  27. 9c795ff xfs: use ->b_state to fix buffer I/O accounting release race by Brian Foster · 7 years ago
  28. c9eab63 xfs: Fix missed holes in SEEK_HOLE implementation by Jan Kara · 7 years ago
  29. f7db189 xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of files by Calvin Owens · 7 years ago
  30. d5dbd1c xfs: try any AG when allocating the first btree block when reflinking by Christoph Hellwig · 7 years ago
  31. da617af xfs: use iomap new flag for newly allocated delalloc blocks by Brian Foster · 7 years ago
  32. 77aedb0 xfs: Use xfs_icluster_size_fsb() to calculate inode alignment mask by Chandan Rajendra · 7 years ago
  33. d07b585 xfs: fix and streamline error handling in xfs_end_io by Christoph Hellwig · 7 years ago
  34. 3b83a02 xfs: only reclaim unwritten COW extents periodically by Christoph Hellwig · 7 years ago
  35. a240293 xfs: tune down agno asserts in the bmap code by Christoph Hellwig · 7 years ago
  36. 9559c48 xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignment by Chandan Rajendra · 7 years ago
  37. 5db7b41 xfs: don't reserve blocks for right shift transactions by Brian Foster · 7 years ago
  38. e5e2e56 xfs: fix uninitialized variable in _reflink_convert_cow by Darrick J. Wong · 7 years ago
  39. c251c6c2 xfs: split indlen reservations fairly when under reserved by Brian Foster · 7 years ago
  40. 2d7c1c7 xfs: handle indlen shortage on delalloc extent merge by Brian Foster · 7 years ago
  41. 47d7d1e xfs: don't fail xfs_extent_busy allocation by Christoph Hellwig · 7 years ago
  42. 5bbf5ba6 xfs: reject all unaligned direct writes to reflinked files by Christoph Hellwig · 7 years ago
  43. 67eb7bf xfs: update ctime and mtime on clone destinatation inodes by Christoph Hellwig · 7 years ago
  44. e060f48 xfs: reset b_first_retry_time when clear the retry status of xfs_buf_t by Hou Tao · 7 years ago
  45. e02f0ff xfs: mark speculative prealloc CoW fork extents unwritten by Darrick J. Wong · 7 years ago
  46. 8370826 xfs: allow unwritten extents in the CoW fork by Darrick J. Wong · 7 years ago
  47. 3d2bd2f xfs: verify free block header fields by Darrick J. Wong · 7 years ago
  48. 4056a74 xfs: check for obviously bad level values in the bmbt root by Darrick J. Wong · 7 years ago
  49. efab3ae xfs: filter out obviously bad btree pointers by Darrick J. Wong · 7 years ago
  50. 7e2dd1f xfs: fail _dir_open when readahead fails by Darrick J. Wong · 7 years ago
  51. 0a6844a xfs: fix toctou race when locking an inode to access the data map by Darrick J. Wong · 7 years ago
  52. 4127a5d xfs: fix eofblocks race with file extending async dio writes by Brian Foster · 7 years ago
  53. 4d725d7 xfs: sync eofblocks scans under iolock are livelock prone by Brian Foster · 7 years ago
  54. 798b1dc xfs: pull up iolock from xfs_free_eofblocks() by Brian Foster · 7 years ago
  55. 08a2a26 xfs: use per-AG reservations for the finobt by Christoph Hellwig · 7 years ago
  56. 9be1c33 xfs: only update mount/resv fields on success in __xfs_ag_resv_init by Christoph Hellwig · 7 years ago
  57. d004006 xfs: clear delalloc and cache on buffered write failure by Brian Foster · 7 years ago
  58. b5b4d4a xfs: fix bmv_count confusion w/ shared extents by Darrick J. Wong · 7 years ago
  59. 5d44dd5 xfs: clear _XBF_PAGES from buffers when readahead page by Darrick J. Wong · 7 years ago
  60. 29f96b7 xfs: extsize hints are not unlikely in xfs_bmap_btalloc by Christoph Hellwig · 7 years ago
  61. aab858d xfs: remove racy hasattr check from attr ops by Brian Foster · 7 years ago
  62. 2909416 xfs: verify dirblocklog correctly by Darrick J. Wong · 7 years ago
  63. 214d55e xfs: fix COW writeback race by Christoph Hellwig · 7 years ago
  64. 29f3192 xfs: fix xfs_mode_to_ftype() prototype by Arnd Bergmann · 7 years ago
  65. d062d90 xfs: don't wrap ID in xfs_dq_get_next_id by Eric Sandeen · 7 years ago
  66. d3201a1 xfs: sanity check inode di_mode by Amir Goldstein · 7 years ago
  67. 43ce592 xfs: sanity check inode mode when creating new dentry by Amir Goldstein · 7 years ago
  68. b5f68e2 xfs: replace xfs_mode_to_ftype table with switch statement by Amir Goldstein · 7 years ago
  69. 4fac84b xfs: add missing include dependencies to xfs_dir2.h by Amir Goldstein · 7 years ago
  70. e5325fc xfs: sanity check directory inode di_size by Amir Goldstein · 7 years ago
  71. 624e54b xfs: make the ASSERT() condition likely by Amir Goldstein · 7 years ago
  72. 4f4d508 xfs: don't print warnings when xfs_log_force fails by Christoph Hellwig · 7 years ago
  73. e9b7765 xfs: don't rely on ->total in xfs_alloc_space_available by Christoph Hellwig · 7 years ago
  74. 6b81365 xfs: adjust allocation length in xfs_alloc_space_available by Christoph Hellwig · 7 years ago
  75. c63f4d3 xfs: fix bogus minleft manipulations by Christoph Hellwig · 7 years ago
  76. d20e4ad xfs: bump up reserved blocks in xfs_alloc_set_aside by Christoph Hellwig · 7 years ago
  77. 4859524 xfs: prevent quotacheck from overloading inode lru by Brian Foster · 7 years ago
  78. 6ba35da xfs: Timely free truncated dirty pages by Jan Kara · 7 years ago
  79. 1b9c255 xfs: fix max_retries _show and _store functions by Carlos Maiolino · 7 years ago
  80. 91192ae xfs: fix crash and data corruption due to removal of busy COW extents by Christoph Hellwig · 7 years ago
  81. b96e4e8 xfs: use the actual AG length when reserving blocks by Darrick J. Wong · 7 years ago
  82. d9c7c9f xfs: fix double-cleanup when CUI recovery fails by Darrick J. Wong · 7 years ago
  83. aa38f37 xfs: use GPF_NOFS when allocating btree cursors by Darrick J. Wong · 7 years ago
  84. 3c382dd xfs: ignore leaf attr ichdr.count in verifier during log replay by Eric Sandeen · 7 years ago
  85. c0020338 xfs: don't cap maximum dedupe request length by Darrick J. Wong · 7 years ago
  86. f8b2070 xfs: don't allow di_size with high bit set by Darrick J. Wong · 7 years ago
  87. 12815dd xfs: error out if trying to add attrs and anextents > 0 by Darrick J. Wong · 7 years ago
  88. cd4bf1d xfs: don't crash if reading a directory results in an unexpected hole by Darrick J. Wong · 7 years ago
  89. b88398d xfs: complain if we don't get nextents bmap records by Darrick J. Wong · 7 years ago
  90. 4bb31bc xfs: check for bogus values in btree block headers by Darrick J. Wong · 7 years ago
  91. b85f324 xfs: forbid AG btrees with level == 0 by Darrick J. Wong · 7 years ago
  92. 4081d4a xfs: handle cow fork in xfs_bmap_trace_exlist by Eric Sandeen · 7 years ago
  93. a585e1c xfs: pass state not whichfork to trace_xfs_extlist by Eric Sandeen · 7 years ago
  94. bdbfd4e xfs: Move AGI buffer type setting to xfs_read_agi by Eric Sandeen · 7 years ago
  95. 06ac11d xfs: pass post-eof speculative prealloc blocks to bmapi by Brian Foster · 7 years ago
  96. 553937d xfs: use new extent lookup helpers xfs_file_iomap_begin_delay by Christoph Hellwig · 7 years ago
  97. 3d6e3b1 xfs: clean up cow fork reservation and tag inodes correctly by Brian Foster · 7 years ago
  98. 4a32333 xfs: use new extent lookup helpers in __xfs_reflink_reserve_cow by Christoph Hellwig · 7 years ago
  99. cf168f2 xfs: track preallocation separately in xfs_bmapi_reserve_delalloc() by Brian Foster · 7 years ago
  100. cf4fb51 xfs: remove prev argument to xfs_bmapi_reserve_delalloc by Christoph Hellwig · 7 years ago