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