1. 8cdcc81 libxfs: v3 inodes are only valid on crc-enabled filesystems by Roger Willcocks · 8 years ago
  2. 58d7896 libxfs: clean up _calc_dquots_per_chunk by Darrick J. Wong · 8 years ago
  3. d099245 xfs: unset MS_ACTIVE if mount fails by Darrick J. Wong · 8 years ago
  4. fe23759 xfs: remove pointless error goto in xfs_bmap_remap_alloc by Eric Sandeen · 8 years ago
  5. 0ee7a3f xfs: don't take the IOLOCK exclusive for direct I/O page invalidation by Christoph Hellwig · 8 years ago
  6. f1b8243 xfs: add some 'static' annotations by Eric Biggers · 8 years ago
  7. 1be7f9b xfs: Fix uninitialized variable in xfs_reflink_reserve_cow_range() by Geert Uytterhoeven · 8 years ago
  8. 1d55a4b xfs: remove redundant assignment of ifp by Colin Ian King · 8 years ago
  9. 35a891b Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  10. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  11. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  12. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  13. feac470 xfs: convert COW blocks to real blocks before unwritten extent conversion by Christoph Hellwig · 8 years ago
  14. fed41f7 Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  15. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  16. c3a6902 fix ITER_PIPE interaction with direct_IO by Al Viro · 8 years ago
  17. 6f97077 xfs: rework refcount cow recovery error handling by Darrick J. Wong · 8 years ago
  18. 1987fd7 xfs: clear reflink flag if setting realtime flag by Darrick J. Wong · 8 years ago
  19. 9780643c xfs: fix error initialization by Darrick J. Wong · 8 years ago
  20. 93fed47 xfs: fix label inaccuracies by Darrick J. Wong · 8 years ago
  21. 97a1b87 xfs: remove isize check from unshare operation by Darrick J. Wong · 8 years ago
  22. 024adf4 xfs: reduce stack usage of _reflink_clear_inode_flag by Darrick J. Wong · 8 years ago
  23. 63646fc xfs: check inode reflink flag before calling reflink functions by Darrick J. Wong · 8 years ago
  24. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  25. b66484c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  26. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  27. dbe6ec8 ext2/4, xfs: call thp_get_unmapped_area() for pmd mappings by Toshi Kani · 8 years ago
  28. d1f5323 Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  29. 1f08af5 xfs: implement swapext for rmap filesystems by Darrick J. Wong · 8 years ago
  30. 39aff5f xfs: refactor swapext code by Darrick J. Wong · 8 years ago
  31. e06259a xfs: various swapext cleanups by Darrick J. Wong · 8 years ago
  32. e54b5bf xfs: recognize the reflink feature bit by Darrick J. Wong · 8 years ago
  33. a35eb41 xfs: simulate per-AG reservations being critically low by Darrick J. Wong · 8 years ago
  34. 4f435eb xfs: don't mix reflink and DAX mode for now by Darrick J. Wong · 8 years ago
  35. c8e156a xfs: check for invalid inode reflink flags by Darrick J. Wong · 8 years ago
  36. e153aa7 xfs: set a default CoW extent size of 32 blocks by Darrick J. Wong · 8 years ago
  37. 3f165b3 xfs: convert unwritten status of reverse mappings for shared files by Darrick J. Wong · 8 years ago
  38. ceeb9c8 xfs: use interval query for rmap alloc operations on shared files by Darrick J. Wong · 8 years ago
  39. 0e07c03 xfs: add shared rmap map/unmap/convert log item types by Darrick J. Wong · 8 years ago
  40. 80de462 xfs: increase log reservations for reflink by Darrick J. Wong · 8 years ago
  41. 83104d4 xfs: garbage collect old cowextsz reservations by Darrick J. Wong · 8 years ago
  42. 90e2056 xfs: try other AGs to allocate a BMBT block by Darrick J. Wong · 8 years ago
  43. 6fa164b xfs: don't allow reflink when the AG is low on space by Darrick J. Wong · 8 years ago
  44. 84d6961 xfs: preallocate blocks for worst-case btree expansion by Darrick J. Wong · 8 years ago
  45. f7ca352 xfs: create a separate cow extent size hint for the allocator by Darrick J. Wong · 8 years ago
  46. 98cc2db xfs: unshare a range of blocks via fallocate by Darrick J. Wong · 8 years ago
  47. f0bc4d1 xfs: swap inode reflink flags when swapping inode extents by Darrick J. Wong · 8 years ago
  48. f86f403 xfs: teach get_bmapx about shared extents and the CoW fork by Darrick J. Wong · 8 years ago
  49. cc71466 xfs: add dedupe range vfs function by Darrick J. Wong · 8 years ago
  50. 9fe2604 xfs: add clone file and clone range vfs functions by Darrick J. Wong · 8 years ago
  51. 862bb36 xfs: reflink extents from one file to another by Darrick J. Wong · 8 years ago
  52. 174edb0 xfs: store in-progress CoW allocations in the refcount btree by Darrick J. Wong · 8 years ago
  53. 5e7e605 xfs: cancel pending CoW reservations when destroying inodes by Darrick J. Wong · 8 years ago
  54. aa8968f xfs: cancel CoW reservations and clear inode reflink flag when freeing blocks by Darrick J. Wong · 8 years ago
  55. 0613f16 xfs: implement CoW for directio writes by Darrick J. Wong · 8 years ago
  56. db1327b xfs: report shared extent mappings to userspace correctly by Darrick J. Wong · 8 years ago
  57. 82c156f switch generic_file_splice_read() to use of ->read_iter() by Al Viro · 8 years ago
  58. 43caeb1 xfs: move mappings from cow fork to data fork after copy-write by Darrick J. Wong · 8 years ago
  59. 4862cfe xfs: support removing extents from CoW fork by Darrick J. Wong · 8 years ago
  60. ef47366 xfs: allocate delayed extents in CoW fork by Darrick J. Wong · 8 years ago
  61. 60b4984 xfs: support allocating delayed extents in CoW fork by Darrick J. Wong · 8 years ago
  62. 2a06705 xfs: create delalloc extents in CoW fork by Darrick J. Wong · 8 years ago
  63. be51f81 xfs: support bmapping delalloc extents in the CoW fork by Darrick J. Wong · 8 years ago
  64. 3993bae xfs: introduce the CoW fork by Darrick J. Wong · 8 years ago
  65. 11715a2 xfs: don't allow reflinked dir/dev/fifo/socket/pipe files by Darrick J. Wong · 8 years ago
  66. f0ec1b8 xfs: add reflink feature flag to geometry by Darrick J. Wong · 8 years ago
  67. 53aa1c3 xfs: define tracepoints for reflink activities by Darrick J. Wong · 8 years ago
  68. 4453593 xfs: return work remaining at the end of a bunmapi operation by Darrick J. Wong · 8 years ago
  69. 17c12bc xfs: when replaying bmap operations, don't let unlinked inodes get reaped by Darrick J. Wong · 8 years ago
  70. 9f3afb5 xfs: implement deferred bmbt map/unmap operations by Darrick J. Wong · 8 years ago
  71. 4847acf xfs: pass bmapi flags through to bmap_del_extent by Darrick J. Wong · 8 years ago
  72. f65306e xfs: map an inode's offset to an exact physical block by Darrick J. Wong · 8 years ago
  73. 77d61fe xfs: log bmap intent items by Darrick J. Wong · 8 years ago
  74. 6413a01 xfs: create bmbt update intent log items by Darrick J. Wong · 8 years ago
  75. 350a27a xfs: introduce reflink utility functions by Darrick J. Wong · 8 years ago
  76. d0e853f xfs: reserve AG space for the refcount btree root by Darrick J. Wong · 8 years ago
  77. a90c00f xfs: add refcount btree block detection to log recovery by Darrick J. Wong · 8 years ago
  78. 62aab20 xfs: adjust refcount when unmapping file blocks by Darrick J. Wong · 8 years ago
  79. 33ba612 xfs: connect refcount adjust functions to upper layers by Darrick J. Wong · 8 years ago
  80. 3172725 xfs: adjust refcount of an extent of blocks in refcount btree by Darrick J. Wong · 8 years ago
  81. f997ee2 xfs: log refcount intent items by Darrick J. Wong · 8 years ago
  82. baf4bcac xfs: create refcount update intent log items by Darrick J. Wong · 8 years ago
  83. bdf2863 xfs: add refcount btree operations by Darrick J. Wong · 8 years ago
  84. f310bd2 xfs: account for the refcount btree in the alloc/free log reservation by Darrick J. Wong · 8 years ago
  85. ac4fef6 xfs: add refcount btree support to growfs by Darrick J. Wong · 8 years ago
  86. 1946b91 xfs: define the on-disk refcount btree format by Darrick J. Wong · 8 years ago
  87. af30dfa xfs: refcount btree add more reserved blocks by Darrick J. Wong · 8 years ago
  88. 46eeb52 xfs: introduce refcount btree definitions by Darrick J. Wong · 8 years ago
  89. c75c752 xfs: define tracepoints for refcount btree activities by Darrick J. Wong · 8 years ago
  90. 9cdafd8 xfs: return an error when an inline directory is too small by Darrick J. Wong · 8 years ago
  91. 155cd43 Merge branch 'xfs-4.9-log-recovery-fixes' into for-next by Dave Chinner · 8 years ago
  92. a1f45e6 Merge branch 'iomap-4.9-dax' into for-next by Dave Chinner · 8 years ago
  93. a89b3f9 Merge branch 'xfs-4.9-delalloc-rework' into for-next by Dave Chinner · 8 years ago
  94. 79ad576 Merge branch 'xfs-4.9-reflink-prep' into for-next by Dave Chinner · 8 years ago
  95. a447d7c xfs: update atime before I/O in xfs_file_dio_aio_read by Christoph Hellwig · 8 years ago
  96. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  97. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  98. 5cd9cee xfs: log recovery tracepoints to track current lsn and buffer submission by Brian Foster · 8 years ago
  99. 60a4a22 xfs: update metadata LSN in buffers during log recovery by Brian Foster · 8 years ago
  100. 040c52c xfs: don't warn on buffers not being recovered due to LSN by Brian Foster · 8 years ago