1. a6cf33b Merge branch 'xfs-bug-fixes-for-3.15-3' into for-next by Dave Chinner · 11 years ago
  2. 805eeb8 xfs: extra semi-colon breaks a condition by Dan Carpenter · 11 years ago
  3. 5f44e4c1 Merge branch 'xfs-bug-fixes-for-3.15-2' into for-next by Dave Chinner · 11 years ago
  4. a49935f xfs: xfs_check_page_type buffer checks need help by Dave Chinner · 11 years ago
  5. 9862f62 xfs: allow appending aio writes by Christoph Hellwig · 11 years ago
  6. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  7. 309ecac8 xfs: rename xfs_ilock_map_shared by Christoph Hellwig · 11 years ago
  8. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  9. ad22c7a xfs: prevent stack overflows from page cache allocation by Dave Chinner · 11 years ago
  10. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  11. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  12. 70a9883 xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  13. 0799a3e xfs: get rid of count from xfs_iomap_write_allocate() by Jie Liu · 11 years ago
  14. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  15. 300893b Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  16. 7b7a866 direct-io: Implement generic deferred AIO completions by Christoph Hellwig · 11 years ago
  17. c7c1a7d xfs: rename bio_add_buffer() to xfs_bio_add_buffer() by Zhi Yong Wu · 11 years ago
  18. 3d3c8b5 xfs: refactor xfs_trans_reserve() interface by Jie Liu · 11 years ago
  19. c24b5df xfs: kill xfs_vnodeops.[ch] by Dave Chinner · 11 years ago
  20. 6898811 xfs: create xfs_bmap_util.[ch] by Dave Chinner · 11 years ago
  21. 58e5985 xfs: fix assertion failure in xfs_vm_write_failed() by Jie Liu · 11 years ago
  22. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  23. 480d746 xfs: fix sub-page blocksize data integrity writes by Dave Chinner · 12 years ago
  24. 34097df xfs: use ->invalidatepage() length argument by Lukas Czerner · 12 years ago
  25. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 12 years ago
  26. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 12 years ago
  27. ff9a28f xfs: Fix WARN_ON(delalloc) in xfs_vm_releasepage() by Jan Kara · 12 years ago
  28. 4b05d09 xfs: Fix possible use-after-free with AIO by Jan Kara · 12 years ago
  29. 437a255 xfs: fix direct IO nested transaction deadlock. by Dave Chinner · 12 years ago
  30. 4bc1ea6 xfs: remove xfs_flush_pages by Dave Chinner · 12 years ago
  31. 7bf7f35 xfs: fix broken error handling in xfs_vm_writepage by Dave Chinner · 12 years ago
  32. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  33. d9457dc xfs: Convert to new freezing code by Jan Kara · 13 years ago
  34. 0d882a3 Prefix IO_XX flags with XFS_IO_XX to avoid namespace colision. by Alain Renaud · 13 years ago
  35. 6b7a03f xfs: handle EOF correctly in xfs_vm_writepage by Christoph Hellwig · 12 years ago
  36. 66f9311 xfs: xfs_vm_writepage clear iomap_valid when !buffer_uptodate (REV2) by Alain Renaud · 13 years ago
  37. d2c2819 xfs: m_maxioffset is redundant by Dave Chinner · 13 years ago
  38. 7d0fa3e xfs: xfs_vm_writepage clear iomap_valid when !buffer_uptodate (REV2) by Alain Renaud · 13 years ago
  39. ad1e95c xfs: clean up xfs_bit.h includes by Dave Chinner · 13 years ago
  40. 2a0ec1d xfs: move xfs_get_extsz_hint() and kill xfs_rw.h by Dave Chinner · 13 years ago
  41. 60a3460 xfs: move xfsagino_t to xfs_types.h by Dave Chinner · 13 years ago
  42. aff3a9e xfs: Use preallocation for inodes with extsz hints by Dave Chinner · 13 years ago
  43. d3bc815 xfs: punch new delalloc blocks out of failed writes inside EOF. by Dave Chinner · 13 years ago
  44. 6ffc4db xfs: page type check in writeback only checks last buffer by Dave Chinner · 13 years ago
  45. 01c84d2 xfs: punch all delalloc blocks beyond EOF on write failure. by Dave Chinner · 13 years ago
  46. 507630b xfs: use shared ilock mode for direct IO writes by default by Dave Chinner · 13 years ago
  47. 281627d xfs: log file size updates at I/O completion time by Christoph Hellwig · 13 years ago
  48. 84803fb xfs: log file size updates as part of unwritten extent conversion by Christoph Hellwig · 13 years ago
  49. 6923e68 xfs: do not require an ioend for new EOF calculation by Christoph Hellwig · 13 years ago
  50. aa6bf01 xfs: use per-filesystem I/O completion workqueues by Christoph Hellwig · 13 years ago
  51. 2813d68 xfs: remove the i_new_size field in struct xfs_inode by Christoph Hellwig · 13 years ago
  52. ce7ae151 xfs: remove the i_size field in struct xfs_inode by Christoph Hellwig · 13 years ago
  53. 810627d xfs: fix force shutdown handling in xfs_end_io by Christoph Hellwig · 13 years ago
  54. 94054fa xfs: warn if direct reclaim tries to writeback pages by Mel Gorman · 13 years ago
  55. 5c8ed20 xfs: introduce xfs_bmapi_read() by Dave Chinner · 13 years ago
  56. 04f658e xfs: improve ioend error handling by Christoph Hellwig · 13 years ago
  57. 4a06fd2 xfs: remove i_iocount by Christoph Hellwig · 13 years ago
  58. fc0063c xfs: reduce ioend latency by Christoph Hellwig · 13 years ago
  59. c859cdd xfs: defer AIO/DIO completions by Christoph Hellwig · 13 years ago
  60. 398d25e xfs: remove dead ENODEV handling in xfs_destroy_ioend by Christoph Hellwig · 13 years ago
  61. 2d2422a xfs: fix a use after free in xfs_end_io_direct_write by Christoph Hellwig · 13 years ago
  62. c59d87c xfs: remove subdirectories by Christoph Hellwig · 13 years ago[Renamed from fs/xfs/linux-2.6/xfs_aops.c]
  63. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  64. 72c5052 fs: move inode_dio_done to the end_io handler by Christoph Hellwig · 14 years ago
  65. 55fb25d5 xfs: add size update tracepoint to IO completion by Dave Chinner · 13 years ago
  66. dbcdde3 xfs: re-enable non-blocking behaviour in xfs_map_blocks by Christoph Hellwig · 13 years ago
  67. 680a647 xfs: PF_FSTRANS should never be set in ->writepage by Christoph Hellwig · 13 years ago
  68. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  69. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  70. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 14 years ago
  71. 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
  72. 4f10700 xfs: Convert linux-2.6/ files to new logging interface by Dave Chinner · 14 years ago
  73. ecff71e xfs: simplify xfs_map_at_offset by Christoph Hellwig · 14 years ago
  74. aeea1b1 xfs: refactor xfs_vm_writepage by Christoph Hellwig · 14 years ago
  75. 2fa24f9 xfs: remove the all_bh flag from xfs_convert_page by Christoph Hellwig · 14 years ago
  76. ed1e7b7 xfs: remove xfs_probe_cluster by Christoph Hellwig · 14 years ago
  77. 8ff2957 xfs: simplify xfs_map_blocks by Christoph Hellwig · 14 years ago
  78. a206c81 xfs: kill xfs_iomap by Christoph Hellwig · 14 years ago
  79. 6ac7248 xfs: a few small tweaks for overwrites in xfs_vm_writepage by Christoph Hellwig · 14 years ago
  80. 221cb25 xfs: remove some dead bio handling code by Christoph Hellwig · 14 years ago
  81. 85da94c xfs: improve mapping type check in xfs_vm_writepage by Christoph Hellwig · 14 years ago
  82. c726de4 xfs: fix failed write truncation handling. by Dave Chinner · 14 years ago
  83. ece413f xfs: remove incorrect assert in xfs_vm_writepage by Christoph Hellwig · 14 years ago
  84. 1b430be writeback: remove nonblocking/encountered_congestion references by Wu Fengguang · 14 years ago
  85. b5420f2 xfs: do not discard page cache data on EAGAIN by Christoph Hellwig · 14 years ago
  86. efceab1 xfs: handle negative wbc->nr_to_write during sync writeback by Dave Chinner · 14 years ago
  87. fa9b227 xfs: new truncate sequence by Christoph Hellwig · 15 years ago
  88. 155130a get rid of block_write_begin_newtrunc by Christoph Hellwig · 15 years ago
  89. eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 15 years ago
  90. 209fb87 xfs simplify and speed up direct I/O completions by Christoph Hellwig · 14 years ago
  91. fb511f2 xfs: move aio completion after unwritten extent conversion by Christoph Hellwig · 14 years ago
  92. 40e2e97 direct-io: move aio_complete into ->end_io by Christoph Hellwig · 14 years ago
  93. aea1b95 xfs: use GFP_NOFS for page cache allocation by Dave Chinner · 14 years ago
  94. 78558fe xfs: writepage always has buffers by Christoph Hellwig · 15 years ago
  95. d4f7a5c xfs: allow writeback from kswapd by Christoph Hellwig · 15 years ago
  96. cca28fb xfs: split xfs_itrace_entry by Christoph Hellwig · 15 years ago
  97. f2bde9b xfs: small cleanups for xfs_iomap / __xfs_get_blocks by Christoph Hellwig · 15 years ago
  98. 20cb52e xfs: simplify xfs_vm_writepage by Christoph Hellwig · 15 years ago
  99. 89f3b363 xfs: simplify xfs_vm_releasepage by Christoph Hellwig · 15 years ago
  100. 3d9b02e xfs: fix corruption case for block size < page size by Eric Sandeen · 15 years ago