1. 32438cf Merge branch 'iomap-fixes-4.8-rc3' into for-next by Dave Chinner · 8 years ago
  2. a03f1a6 xfs: remove OWN_AG rmap when allocating a block from the AGFL by Darrick J. Wong · 8 years ago
  3. 1d4795e xfs: (re-)implement FIEMAP_FLAG_XATTR by Christoph Hellwig · 8 years ago
  4. b95a212 xfs: simplify xfs_file_iomap_begin by Christoph Hellwig · 8 years ago
  5. f32866fd xfs: store rmapbt block count in the AGF by Darrick J. Wong · 8 years ago
  6. 8b2180b xfs: don't invalidate whole file on DAX read/write by Dave Chinner · 8 years ago
  7. 0af32fb xfs: fix bogus space reservation in xfs_iomap_write_allocate by Christoph Hellwig · 8 years ago
  8. 4dd3fd7 xfs: don't assert fail on non-async buffers on ioacct decrement by Brian Foster · 8 years ago
  9. 337684a fs: return EPERM on immutable inode by Eryu Guan · 8 years ago
  10. 0cbbc42 Merge tag 'xfs-rmap-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  11. a71e360 Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  12. 3481b68 xfs: move (and rename) the deferred bmap-free tracepoints by Darrick J. Wong · 8 years ago
  13. 51ce9d0 xfs: collapse single use static functions by Darrick J. Wong · 8 years ago
  14. e127faf xfs: remove unnecessary parentheses from log redo item recovery functions by Darrick J. Wong · 8 years ago
  15. 722e251 xfs: remove the extents array from the rmap update done log item by Darrick J. Wong · 8 years ago
  16. c1d22ae xfs: in btree_lshift, only allocate temporary cursor when needed by Darrick J. Wong · 8 years ago
  17. 1f704b2 xfs: remove unnecesary lshift/rshift key initialization by Darrick J. Wong · 8 years ago
  18. 973b831 xfs: remove the get*keys and update_keys btree ops pointers by Darrick J. Wong · 8 years ago
  19. 1c0607a xfs: enable the rmap btree functionality by Darrick J. Wong · 8 years ago
  20. 04f1306 xfs: don't update rmapbt when fixing agfl by Darrick J. Wong · 8 years ago
  21. 2b0eeb5 xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabled by Darrick J. Wong · 8 years ago
  22. a650e8f xfs: add rmap btree block detection to log recovery by Darrick J. Wong · 8 years ago
  23. 5d650e9 xfs: add rmap btree geometry feature flag by Darrick J. Wong · 8 years ago
  24. 9c19464 xfs: propagate bmap updates to rmapbt by Darrick J. Wong · 8 years ago
  25. f8dbebe xfs: enable the xfs_defer mechanism to process rmaps to update by Darrick J. Wong · 8 years ago
  26. 9e88b5d xfs: log rmap intent items by Darrick J. Wong · 8 years ago
  27. 5880f2d7 xfs: create rmap update intent log items by Darrick J. Wong · 8 years ago
  28. abf0923 xfs: add rmap btree insert and delete helpers by Darrick J. Wong · 8 years ago
  29. fb7d926 xfs: convert unwritten status of reverse mappings by Darrick J. Wong · 8 years ago
  30. f922cd9 xfs: remove an extent from the rmap btree by Darrick J. Wong · 8 years ago
  31. 0a1b0b3 xfs: add an extent to the rmap btree by Darrick J. Wong · 8 years ago
  32. aa966d8 xfs: add tracepoints for the rmap functions by Darrick J. Wong · 8 years ago
  33. c543838 xfs: teach rmapbt to support interval queries by Darrick J. Wong · 8 years ago
  34. cfed56a xfs: support overlapping intervals in the rmap btree by Darrick J. Wong · 8 years ago
  35. 4b8ed67 xfs: add rmap btree operations by Darrick J. Wong · 8 years ago
  36. 5254885 xfs: rmap btree requires more reserved free space by Darrick J. Wong · 8 years ago
  37. fa30f03 xfs: rmap btree transaction reservations by Darrick J. Wong · 8 years ago
  38. e70d829 xfs: add rmap btree growfs support by Darrick J. Wong · 8 years ago
  39. 035e00a xfs: define the on-disk rmap btree format by Darrick J. Wong · 8 years ago
  40. 673930c xfs: introduce rmap extent operation stubs by Darrick J. Wong · 8 years ago
  41. 340785c xfs: add owner field to extent allocation and freeing by Darrick J. Wong · 8 years ago
  42. 8018026 xfs: rmap btree add more reserved blocks by Darrick J. Wong · 8 years ago
  43. 00f4e4f xfs: add rmap btree stats infrastructure by Darrick J. Wong · 8 years ago
  44. b870494 xfs: introduce rmap btree definitions by Darrick J. Wong · 8 years ago
  45. df3954f xfs: increase XFS_BTREE_MAXLEVELS to fit the rmapbt by Darrick J. Wong · 8 years ago
  46. ba9e780 xfs: add tracepoints and error injection for deferred extent freeing by Darrick J. Wong · 8 years ago
  47. dc42375 xfs: refactor redo intent item processing by Darrick J. Wong · 8 years ago
  48. 2c3234d xfs: rename flist/free_list to dfops by Darrick J. Wong · 8 years ago
  49. 310a75a xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_* by Darrick J. Wong · 8 years ago
  50. 3ab78df xfs: rework xfs_bmap_free callers to use xfs_defer_ops by Darrick J. Wong · 8 years ago
  51. 9749fee xfs: enable the xfs_defer mechanism to process extents to free by Darrick J. Wong · 8 years ago
  52. bba61cb xfs: clean up typedef usage in the EFI/EFD handling code by Darrick J. Wong · 8 years ago
  53. 3cd48ab xfs: add tracepoints for the deferred ops mechanism by Darrick J. Wong · 8 years ago
  54. 4e0cc29 xfs: move deferred operations into a separate file by Darrick J. Wong · 8 years ago
  55. 28a8956 xfs: refactor btree owner change into a separate visit-blocks function by Darrick J. Wong · 8 years ago
  56. 105f7d8 xfs: introduce interval queries on btrees by Darrick J. Wong · 8 years ago
  57. 2c813ad xfs: support btrees with overlapping intervals for keys by Darrick J. Wong · 8 years ago
  58. 70b2265 xfs: add function pointers for get/update keys to the btree by Darrick J. Wong · 8 years ago
  59. e5821e5 xfs: during btree split, save new block key & ptr for future insertion by Darrick J. Wong · 8 years ago
  60. 0d30979 xfs: set *stat=1 after iroot realloc by Darrick J. Wong · 8 years ago
  61. f4a0660 xfs: fix locking of the rt bitmap/summary inodes by Darrick J. Wong · 8 years ago
  62. 3dadf90 xfs: fix attr shortform structure alignment on cris by Darrick J. Wong · 8 years ago
  63. 0facef7 xfs: in _attrlist_by_handle, copy the cursor back to userspace by Darrick J. Wong · 8 years ago
  64. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  65. 0e6acf0 Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  66. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  67. 6b52499 dax: remote unused fault wrappers by Ross Zwisler · 8 years ago
  68. d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  69. f2bdfda Merge branch 'xfs-4.8-misc-fixes-4' into for-next by Dave Chinner · 8 years ago
  70. 72ccbbe xfs: remove EXPERIMENTAL tag from sparse inode feature by Dave Chinner · 8 years ago
  71. 28b783e xfs: bufferhead chains are invalid after end_page_writeback by Dave Chinner · 8 years ago
  72. b1c5ebb xfs: allocate log vector buffers outside CIL context lock by Dave Chinner · 8 years ago
  73. 160ae76 libxfs: directory node splitting does not have an extra block by Dave Chinner · 8 years ago
  74. f021bd0 xfs: remove dax code from object file when disabled by Arnd Bergmann · 8 years ago
  75. 99579cc xfs: skip dirty pages in ->releasepage() by Brian Foster · 8 years ago
  76. dc4113d2 Merge branch 'xfs-4.8-dir2-sf-fixes' into for-next by Dave Chinner · 8 years ago
  77. b47ec80 Merge branch 'xfs-4.8-split-dax-dio' into for-next by Dave Chinner · 8 years ago
  78. bbfeb61 Merge branch 'xfs-4.8-buf-fixes' into for-next by Dave Chinner · 8 years ago
  79. f637161 Merge branch 'xfs-4.8-misc-fixes-3' into for-next by Dave Chinner · 8 years ago
  80. aa2dd0a xfs: remove __arch_pack by Christoph Hellwig · 8 years ago
  81. 266b696 xfs: kill xfs_dir2_inou_t by Christoph Hellwig · 8 years ago
  82. 8353a64 xfs: kill xfs_dir2_sf_off_t by Christoph Hellwig · 8 years ago
  83. 16d4d43 xfs: split direct I/O and DAX path by Christoph Hellwig · 8 years ago
  84. fa8d972 xfs: direct calls in the direct I/O path by Christoph Hellwig · 8 years ago
  85. f1285ff xfs: stop using generic_file_read_iter for direct I/O by Christoph Hellwig · 8 years ago
  86. bbc5a74 xfs: split xfs_file_read_iter into buffered and direct I/O helpers by Christoph Hellwig · 8 years ago
  87. cf81071 xfs: remove s_maxbytes enforcement in xfs_file_read_iter by Christoph Hellwig · 8 years ago
  88. 3176c3e xfs: kill ioflags by Christoph Hellwig · 8 years ago
  89. 8f3e205 xfs: don't pass ioflags around in the ioctl path by Christoph Hellwig · 8 years ago
  90. 9c7504a xfs: track and serialize in-flight async buffers against unmount by Brian Foster · 8 years ago
  91. c891c30 xfs: exclude never-released buffers from buftarg I/O accounting by Brian Foster · 8 years ago
  92. 5539d36 xfs: don't reset b_retries to 0 on every failure by Eric Sandeen · 8 years ago
  93. 0b4db5d xfs: remove extraneous buffer flag changes by Eric Sandeen · 8 years ago
  94. e97f6c5 xfs: fix xfs_error_get_cfg for negative errnos by Eric Sandeen · 8 years ago
  95. ad70328 xfs: remove the magic numbers in xfs_btree_block-related len macros by Hou Tao · 8 years ago
  96. fbfb24b xfs: indentation fix in xfs_btree_get_iroot() by Kaho Ng · 8 years ago
  97. fbc21f3 xfs: don't allow negative error tags by Dan Carpenter · 8 years ago
  98. 7f1b624 xfs: fix type confusion in xfs_ioc_swapext by Jann Horn · 8 years ago
  99. 3e0a396 xfs: fix type confusion in xfs_ioc_swapext by Jann Horn · 9 years ago
  100. 15d66ac xfs: abstract block export operations from nfsd layouts by Benjamin Coddington · 8 years ago