1. 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
  2. 6b52499 dax: remote unused fault wrappers by Ross Zwisler · 8 years ago
  3. f2bdfda Merge branch 'xfs-4.8-misc-fixes-4' into for-next by Dave Chinner · 8 years ago
  4. f021bd0 xfs: remove dax code from object file when disabled by Arnd Bergmann · 8 years ago
  5. b47ec80 Merge branch 'xfs-4.8-split-dax-dio' into for-next by Dave Chinner · 8 years ago
  6. 16d4d43 xfs: split direct I/O and DAX path by Christoph Hellwig · 8 years ago
  7. fa8d972 xfs: direct calls in the direct I/O path by Christoph Hellwig · 8 years ago
  8. f1285ff xfs: stop using generic_file_read_iter for direct I/O by Christoph Hellwig · 8 years ago
  9. bbc5a74 xfs: split xfs_file_read_iter into buffered and direct I/O helpers by Christoph Hellwig · 8 years ago
  10. cf81071 xfs: remove s_maxbytes enforcement in xfs_file_read_iter by Christoph Hellwig · 8 years ago
  11. 3176c3e xfs: kill ioflags by Christoph Hellwig · 8 years ago
  12. 570b621 xfs: use xfs_zero_range in xfs_zero_eof by Christoph Hellwig · 8 years ago
  13. 7bb41db xfs: handle 64-bit length in xfs_iozero by Christoph Hellwig · 8 years ago
  14. 459f0fb xfs: use iomap infrastructure for DAX zeroing by Christoph Hellwig · 8 years ago
  15. 68a9f5e xfs: implement iomap based buffered write path by Christoph Hellwig · 8 years ago
  16. 315227f Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  17. 0b9210c Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  18. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  19. 02fbd13 dax: Remove complete_unwritten argument by Jan Kara · 8 years ago
  20. 3b0a3c1 simple local filesystems: switch to ->iterate_shared() by Al Viro · 8 years ago
  21. e259221 fs: simplify the generic_write_sync prototype by Christoph Hellwig · 8 years ago
  22. dde0c2e fs: add IOCB_SYNC and IOCB_DSYNC by Christoph Hellwig · 8 years ago
  23. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  24. 1371271 xfs: eliminate the pos variable in xfs_file_dio_aio_write by Christoph Hellwig · 8 years ago
  25. 253f491 xfs: better xfs_trans_alloc interface by Christoph Hellwig · 8 years ago
  26. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  27. a2bbcb6 Merge branch 'xfs-gut-icdinode-4.6' into for-next by Dave Chinner · 8 years ago
  28. c19b3b05 xfs: mode di_mode to vfs inode by Dave Chinner · 9 years ago
  29. 8aa7d37 xfs: Factor xfs_seek_hole_data into helper by Eric Sandeen · 9 years ago
  30. cc67375 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  31. 5eb88dc xfs: call dax_pfn_mkwrite() for DAX fsync/msync by Ross Zwisler · 9 years ago
  32. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  33. a6d7636 xfs: fix recursive splice read locking with DAX by Dave Chinner · 9 years ago
  34. 5d50ac7 Merge tag 'xfs-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  35. 5c50002 vfs: remove unused wrapper block_page_mkwrite() by Ross Zwisler · 9 years ago
  36. 264e89a Merge branch 'xfs-dax-updates' into for-next by Dave Chinner · 9 years ago
  37. 2da5c4b Merge branch 'xfs-misc-fixes-for-4.4-2' into for-next by Dave Chinner · 9 years ago
  38. fc0561c xfs: optimise away log forces on timestamp updates for fdatasync by Dave Chinner · 9 years ago
  39. 13ad4fe xfs: xfs_filemap_pmd_fault treats read faults as write faults by Dave Chinner · 9 years ago
  40. 3af4928 xfs: add ->pfn_mkwrite support for DAX by Dave Chinner · 9 years ago
  41. 01a155e xfs: DAX does not use IO completion callbacks by Dave Chinner · 9 years ago
  42. 3e12dbb xfs: fix inode size update overflow in xfs_map_direct() by Dave Chinner · 9 years ago
  43. 8a56d7c Merge branch 'xfs-io-fixes' into for-next by Dave Chinner · 9 years ago
  44. ff6d6af xfs: per-filesystem stats counter implementation by Bill O'Donnell · 9 years ago
  45. 0a50f16 xfs: add an xfs_zero_eof() tracepoint by Brian Foster · 9 years ago
  46. 3136e8b xfs: always drain dio before extending aio write submission by Brian Foster · 9 years ago
  47. acd76e7 xfs: huge page fault support by Matthew Wilcox · 9 years ago
  48. aa49338 Merge branch 'xfs-misc-fixes-for-4.3-2' into for-next by Dave Chinner · 9 years ago
  49. 3d751af xfs: flush entire file on dio read/write to cached file by Brian Foster · 9 years ago
  50. b2442c5 xfs: call dax_fault on read page faults for DAX by Dave Chinner · 9 years ago
  51. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  52. 68b4449 Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  53. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  54. a6de82c xfs: Correctly lock inode when removing suid and file capabilities by Jan Kara · 9 years ago
  55. 5fa8e0a fs: Rename file_remove_suid() to file_remove_privs() by Jan Kara · 9 years ago
  56. 4ea7976 Merge branch 'xfs-commit-cleanup' into for-next by Dave Chinner · 9 years ago
  57. 7039331 xfs: saner xfs_trans_commit interface by Christoph Hellwig · 9 years ago
  58. 4906e21 xfs: remove the flags argument to xfs_trans_cancel by Christoph Hellwig · 9 years ago
  59. 66e8ac7 Merge branch 'xfs-dax-support' into for-next by Dave Chinner · 9 years ago
  60. 4f69f57 xfs: add DAX block zeroing support by Dave Chinner · 9 years ago
  61. 6b698ed xfs: add DAX file operations support by Dave Chinner · 9 years ago
  62. ec56b1f xfs: mmap lock needs to be inside freeze protection by Dave Chinner · 9 years ago
  63. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
  64. cddc116 xfs: xfs_iozero can return positive errno by Dave Chinner · 9 years ago
  65. 1aef882 Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  66. 542c311 Merge branch 'xfs-dio-extend-fix' into for-next by Dave Chinner · 9 years ago
  67. 0cefb29 xfs: using generic_file_direct_write() is unnecessary by Dave Chinner · 9 years ago
  68. 40c63fb xfs: direct IO EOF zeroing needs to drain AIO by Dave Chinner · 9 years ago
  69. b9d5984 xfs: DIO write completion size updates race by Dave Chinner · 9 years ago
  70. 6a63ef0 Merge branch 'xfs-misc-fixes-for-4.1-3' into for-next by Dave Chinner · 9 years ago
  71. 21c3ea1 xfs: unlock i_mutex in xfs_break_layouts by Christoph Hellwig · 9 years ago
  72. 2ba48ce mirror O_APPEND and O_DIRECT into iocb->ki_flags by Al Viro · 9 years ago
  73. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 9 years ago
  74. 99733fa xfs_file_aio_write_checks: switch to iocb/iov_iter by Al Viro · 9 years ago
  75. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 9 years ago
  76. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  77. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  78. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  79. a448f8f Merge branch 'fallocate-insert-range' into for-next by Dave Chinner · 9 years ago
  80. a904b1c xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate by Namjae Jeon · 9 years ago
  81. 88e8fda Merge branch 'xfs-mmap-lock' into for-next by Dave Chinner · 10 years ago
  82. 5885ebd xfs: ensure truncate forces zeroed blocks to disk by Dave Chinner · 10 years ago
  83. e8e9ad4 xfs: take i_mmap_lock on extent manipulation operations by Dave Chinner · 10 years ago
  84. 075a924 xfs: use i_mmaplock on write faults by Dave Chinner · 10 years ago
  85. de0e8c2 xfs: use i_mmaplock on read faults by Dave Chinner · 10 years ago
  86. 93aaa83 Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 10 years ago
  87. 781355c xfs: recall pNFS layouts on conflicting access by Christoph Hellwig · 10 years ago
  88. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  89. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  90. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 10 years ago
  91. 8add71c xfs: factor out a xfs_update_prealloc_flags() helper by Christoph Hellwig · 10 years ago
  92. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  93. c14fc01 Merge branch 'xfs-coccinelle-cleanups' into for-next by Dave Chinner · 10 years ago
  94. 8300475 xfs: fix simple_return.cocci warning in xfs_file_readdir by kbuild test robot · 10 years ago
  95. bb58e61 xfs: move most of xfs_sb.h to xfs_format.h by Christoph Hellwig · 10 years ago
  96. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  97. 6d3ebaa xfs: merge xfs_dinode.h into xfs_format.h by Christoph Hellwig · 10 years ago
  98. a4241ae Merge branch 'xfs-misc-fixes-for-3.18-1' into for-next by Dave Chinner · 10 years ago
  99. 59f9c00 xfs: lseek: the "whence" argument is called "whence" by Eric Sandeen · 10 years ago
  100. 49c6959 xfs: combine xfs_seek_hole & xfs_seek_data by Eric Sandeen · 10 years ago