1. 46694129 xfs: improve busy extent sorting by Christoph Hellwig · 8 years ago
  2. ebf5587 xfs: improve handling of busy extents in the low-level allocator by Christoph Hellwig · 8 years ago
  3. 5e30c23 xfs: don't fail xfs_extent_busy allocation by Christoph Hellwig · 8 years ago
  4. b20fe47 xfs: correct null checks and error processing in xfs_initialize_perag by Bill O'Donnell · 8 years ago
  5. c5ecb42 xfs: update ctime and mtime on clone destinatation inodes by Christoph Hellwig · 8 years ago
  6. 3c68d44 xfs: allocate direct I/O COW blocks in iomap_begin by Christoph Hellwig · 8 years ago
  7. a14234c xfs: go straight to real allocations for direct I/O COW writes by Christoph Hellwig · 8 years ago
  8. dcf9585 xfs: return the converted extent in __xfs_reflink_convert_cow by Christoph Hellwig · 8 years ago
  9. f13eb20 xfs: introduce xfs_aligned_fsb_count by Christoph Hellwig · 8 years ago
  10. 54a4ef8 xfs: reject all unaligned direct writes to reflinked files by Christoph Hellwig · 8 years ago
  11. 4dd2eb633 xfs: reset b_first_retry_time when clear the retry status of xfs_buf_t by Hou Tao · 8 years ago
  12. 5eda430 xfs: mark speculative prealloc CoW fork extents unwritten by Darrick J. Wong · 8 years ago
  13. 05a630d xfs: allow unwritten extents in the CoW fork by Darrick J. Wong · 8 years ago
  14. de14c5f xfs: verify free block header fields by Darrick J. Wong · 8 years ago
  15. b3bf607 xfs: check for obviously bad level values in the bmbt root by Darrick J. Wong · 8 years ago
  16. d5a91ba xfs: filter out obviously bad btree pointers by Darrick J. Wong · 8 years ago
  17. 7a652bb xfs: fail _dir_open when readahead fails by Darrick J. Wong · 8 years ago
  18. 4b5bd5b xfs: fix toctou race when locking an inode to access the data map by Darrick J. Wong · 8 years ago
  19. 1dbba08 xfs: remove unused full argument from bmap by Eric Sandeen · 8 years ago
  20. e4229d6b xfs: fix eofblocks race with file extending async dio writes by Brian Foster · 8 years ago
  21. c315509 xfs: sync eofblocks scans under iolock are livelock prone by Brian Foster · 8 years ago
  22. a36b926 xfs: pull up iolock from xfs_free_eofblocks() by Brian Foster · 8 years ago
  23. 64f61ab xfs: remove unused struct declarations by Eric Sandeen · 8 years ago
  24. 8ff6daa iomap: constify struct iomap_ops by Christoph Hellwig · 8 years ago
  25. b6f41e4 xfs: remove boilerplate around xfs_btree_init_block by Eric Sandeen · 8 years ago
  26. af7d20f xfs: make xfs_btree_magic more generic by Eric Sandeen · 8 years ago
  27. f88ae46 xfs: glean crc status from mp not flags in xfs_btree_init_block_int by Eric Sandeen · 8 years ago
  28. e0d76fa xfs: prevent quotacheck from overloading inode lru by Brian Foster · 8 years ago
  29. c364b6d xfs: fix bmv_count confusion w/ shared extents by Darrick J. Wong · 8 years ago
  30. 2aa6ba7b xfs: clear _XBF_PAGES from buffers when readahead page by Darrick J. Wong · 8 years ago
  31. 493611e xfs: extsize hints are not unlikely in xfs_bmap_btalloc by Christoph Hellwig · 8 years ago
  32. 5a93790 xfs: remove racy hasattr check from attr ops by Brian Foster · 8 years ago
  33. 76d771b xfs: use per-AG reservations for the finobt by Christoph Hellwig · 8 years ago
  34. 4dfa2b8 xfs: only update mount/resv fields on success in __xfs_ag_resv_init by Christoph Hellwig · 8 years ago
  35. 83d230e xfs: verify dirblocklog correctly by Darrick J. Wong · 8 years ago
  36. d2b3964 xfs: fix COW writeback race by Christoph Hellwig · 8 years ago
  37. fd29f7a xfs: fix xfs_mode_to_ftype() prototype by Arnd Bergmann · 8 years ago
  38. 657bdfb xfs: don't wrap ID in xfs_dq_get_next_id by Eric Sandeen · 8 years ago
  39. a324cbf xfs: sanity check inode di_mode by Amir Goldstein · 8 years ago
  40. fab8eef xfs: sanity check inode mode when creating new dentry by Amir Goldstein · 8 years ago
  41. 1fc4d33 xfs: replace xfs_mode_to_ftype table with switch statement by Amir Goldstein · 8 years ago
  42. b597dd5 xfs: add missing include dependencies to xfs_dir2.h by Amir Goldstein · 8 years ago
  43. 3c6f46e xfs: sanity check directory inode di_size by Amir Goldstein · 8 years ago
  44. bf46ecc xfs: make the ASSERT() condition likely by Amir Goldstein · 8 years ago
  45. 0a417b8 xfs: Timely free truncated dirty pages by Jan Kara · 8 years ago
  46. 84a4620c xfs: don't print warnings when xfs_log_force fails by Christoph Hellwig · 8 years ago
  47. 12ef830 xfs: don't rely on ->total in xfs_alloc_space_available by Christoph Hellwig · 8 years ago
  48. 54fee13 xfs: adjust allocation length in xfs_alloc_space_available by Christoph Hellwig · 8 years ago
  49. 255c516 xfs: fix bogus minleft manipulations by Christoph Hellwig · 8 years ago
  50. 5149fd3 xfs: bump up reserved blocks in xfs_alloc_set_aside by Christoph Hellwig · 8 years ago
  51. ff97f23 xfs: fix max_retries _show and _store functions by Carlos Maiolino · 8 years ago
  52. a1b7a4d xfs: fix crash and data corruption due to removal of busy COW extents by Christoph Hellwig · 8 years ago
  53. 20e73b0 xfs: use the actual AG length when reserving blocks by Darrick J. Wong · 8 years ago
  54. 7a21272 xfs: fix double-cleanup when CUI recovery fails by Darrick J. Wong · 8 years ago
  55. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  56. 22725ce vfs: fix isize/pos/len checks for reflink & dedupe by Darrick J. Wong · 8 years ago
  57. 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  58. 0110c35 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  59. 5cc60ae Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  60. 5084fdf Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  61. 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  62. 876bec6f vfs: refactor clone/dedupe_file_range common functions by Darrick J. Wong · 8 years ago
  63. a76b5b0 fs: try to clone files first in vfs_copy_file_range by Christoph Hellwig · 8 years ago
  64. dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
  65. fd4a0ed vfs: replace calling i_op->readlink with vfs_readlink() by Miklos Szeredi · 8 years ago
  66. 9807b77 Merge branch 'xfs-4.10-misc-fixes-4' into for-next by Dave Chinner · 8 years ago
  67. 9875258 xfs: nuke unused tracepoint definitions by Eric Sandeen · 8 years ago
  68. b24a978 xfs: use GPF_NOFS when allocating btree cursors by Darrick J. Wong · 8 years ago
  69. 0c187dc xfs: use xfs_vn_setattr_size to check on new size by Eryu Guan · 8 years ago
  70. 4cf4573 xfs: deprecate barrier/nobarrier mount option by Dave Chinner · 8 years ago
  71. 2291dab xfs: Always flush caches when integrity is required by Dave Chinner · 8 years ago
  72. 2e1d233 xfs: ignore leaf attr ichdr.count in verifier during log replay by Eric Sandeen · 8 years ago
  73. a444d72 Merge branch 'xfs-4.10-misc-fixes-3' into for-next by Dave Chinner · 8 years ago
  74. 6031e73 xfs: use rhashtable to track buffer cache by Lucas Stach · 8 years ago
  75. cae028d xfs: optimise CRC updates by Dave Chinner · 8 years ago
  76. 11ef38a xfs: make xfs btree stats less huge by Dave Chinner · 8 years ago
  77. 1bb33a9 xfs: don't cap maximum dedupe request length by Darrick J. Wong · 8 years ago
  78. ef388e2 xfs: don't allow di_size with high bit set by Darrick J. Wong · 8 years ago
  79. 0f352f8 xfs: error out if trying to add attrs and anextents > 0 by Darrick J. Wong · 8 years ago
  80. 96a3aef xfs: don't crash if reading a directory results in an unexpected hole by Darrick J. Wong · 8 years ago
  81. 356a322 xfs: complain if we don't get nextents bmap records by Darrick J. Wong · 8 years ago
  82. bb3be7e xfs: check for bogus values in btree block headers by Darrick J. Wong · 8 years ago
  83. d2a047f xfs: forbid AG btrees with level == 0 by Darrick J. Wong · 8 years ago
  84. f7a136a xfs: several xattr functions can be void by Eric Sandeen · 8 years ago
  85. c44a1f2 xfs: handle cow fork in xfs_bmap_trace_exlist by Eric Sandeen · 8 years ago
  86. 7710517 xfs: pass state not whichfork to trace_xfs_extlist by Eric Sandeen · 8 years ago
  87. 200237d xfs: Move AGI buffer type setting to xfs_read_agi by Eric Sandeen · 8 years ago
  88. 6b10b23 xfs: set AGI buffer type in xlog_recover_clear_agi_bucket by Eric Sandeen · 8 years ago
  89. 5f1c6d2 Merge branch 'iomap-4.10-directio' into for-next by Dave Chinner · 8 years ago
  90. acdda3a xfs: use iomap_dio_rw by Christoph Hellwig · 8 years ago
  91. 6552321 xfs: remove i_iolock and use i_rwsem in the VFS inode instead by Christoph Hellwig · 8 years ago
  92. e3df41f Merge branch 'xfs-4.10-misc-fixes-2' into iomap-4.10-directio by Dave Chinner · 8 years ago
  93. b7b2611 Merge branch 'xfs-4.10-misc-fixes-2' into for-next by Dave Chinner · 8 years ago
  94. f782088 xfs: pass post-eof speculative prealloc blocks to bmapi by Brian Foster · 8 years ago
  95. 0260d8f xfs: clean up cow fork reservation and tag inodes correctly by Brian Foster · 8 years ago
  96. 974ae92 xfs: track preallocation separately in xfs_bmapi_reserve_delalloc() by Brian Foster · 8 years ago
  97. fba3e59 xfs: always succeed when deduping zero bytes by Darrick J. Wong · 8 years ago
  98. cf7841c fs: xfs: libxfs: constify xfs_nameops structures by Bhumika Goyal · 8 years ago
  99. bb6e0eb fs: xfs: xfs_icreate_item: constify xfs_item_ops structure by Bhumika Goyal · 8 years ago
  100. fd26a88 xfs: factor rmap btree size into the indlen calculations by Darrick J. Wong · 8 years ago