1. cf78859 xfs: Do not name variables "panic" by Geert Uytterhoeven · 14 years ago
  2. 2fe17c1 fallocate should be a file operation by Christoph Hellwig · 14 years ago
  3. 64c23e8 make the feature checks in ->fallocate future proof by Christoph Hellwig · 14 years ago
  4. 7cb3920 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  5. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  6. b2034d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  7. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  8. c25d246 XFS: handle hole punching via fallocate properly by Josef Bacik · 14 years ago
  9. 73efe4a xfs: prevent NMI timeouts in cmn_err by Dave Chinner · 14 years ago
  10. 65a84a0 xfs: Add log level to assertion printk by Anton Blanchard · 14 years ago
  11. 1884bd8 xfs: fix an assignment within an ASSERT() by Jesper Juhl · 14 years ago
  12. bfc6017 xfs: fix error handling for synchronous writes by Christoph Hellwig · 14 years ago
  13. a46db60 xfs: add FITRIM support by Christoph Hellwig · 14 years ago
  14. c58efdb xfs: ensure log covering transactions are synchronous by Dave Chinner · 14 years ago
  15. 92f1c00 Merge branch 'master' into for-linus-merged by Alex Elder · 14 years ago
  16. eda7798 xfs: serialise unaligned direct IOs by Dave Chinner · 14 years ago
  17. 4d8d158 xfs: factor common write setup code by Dave Chinner · 14 years ago
  18. 637bbc7 xfs: split buffered IO write path from xfs_file_aio_write by Dave Chinner · 14 years ago
  19. f0d26e8 xfs: split direct IO write path from xfs_file_aio_write by Dave Chinner · 14 years ago
  20. 487f84f xfs: introduce xfs_rw_lock() helpers for locking the inode by Dave Chinner · 14 years ago
  21. 4c5cfd1 xfs: factor post-write newsize updates by Dave Chinner · 14 years ago
  22. edafb6d xfs: factor common post-write isize handling code by Dave Chinner · 14 years ago
  23. a363f0c xfs: ensure sync write errors are returned by Dave Chinner · 14 years ago
  24. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  25. 880566e xfs: provide simple rcu-walk ACL implementation by Nick Piggin · 14 years ago
  26. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
  27. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  28. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  29. d0eb2f3 xfs: convert grant head manipulations to lockless algorithm by Dave Chinner · 14 years ago
  30. 3f16b98 xfs: introduce new locks for the log grant ticket wait queues by Dave Chinner · 14 years ago
  31. afe2c51 workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync() by Tejun Heo · 14 years ago
  32. 05340d4 xfs: log timestamp changes to the source inode in rename by Christoph Hellwig · 14 years ago
  33. c8a09ff xfs: convert log grant heads to atomic variables by Dave Chinner · 14 years ago
  34. 1c3cb9e xfs: convert l_tail_lsn to an atomic variable. by Dave Chinner · 14 years ago
  35. 84f3c68 xfs: convert l_last_sync_lsn to an atomic variable by Dave Chinner · 14 years ago
  36. 2ced19c xfs: make AIL tail pushing independent of the grant lock by Dave Chinner · 14 years ago
  37. eb40a87 xfs: use wait queues directly for the log wait queues by Dave Chinner · 14 years ago
  38. a69ed03 xfs: combine grant heads into a single 64 bit integer by Dave Chinner · 14 years ago
  39. 663e496 xfs: rework log grant space calculations by Dave Chinner · 14 years ago
  40. 3f336c6 xfs: fact out common grant head/log tail verification code by Dave Chinner · 14 years ago
  41. 1054794 xfs: convert log grant ticket queues to list heads by Dave Chinner · 14 years ago
  42. 9552e7f xfs: use AIL bulk delete function to implement single delete by Dave Chinner · 14 years ago
  43. e605994 xfs: use AIL bulk update function to implement single updates by Dave Chinner · 14 years ago
  44. 3013683 xfs: remove all the inodes on a buffer from the AIL in bulk by Dave Chinner · 14 years ago
  45. c90821a xfs: consume iodone callback items on buffers as they are processed by Dave Chinner · 14 years ago
  46. e677d0f xfs: reduce the number of AIL push wakeups by Dave Chinner · 14 years ago
  47. 0e57f6a xfs: bulk AIL insertion during transaction commit by Dave Chinner · 14 years ago
  48. eb3efa1 xfs: clean up xfs_ail_delete() by Dave Chinner · 14 years ago
  49. b199c8a xfs: Pull EFI/EFD handling out from under the AIL lock by Dave Chinner · 14 years ago
  50. 9c5f841 xfs: fix EFI transaction cancellation. by Dave Chinner · 14 years ago
  51. 821eb21 xfs: connect up buffer reclaim priority hooks by Dave Chinner · 14 years ago
  52. 430cbeb xfs: add a lru to the XFS buffer cache by Dave Chinner · 14 years ago
  53. c76febe xfs: only run xfs_error_test if error injection is active by Dave Chinner · 14 years ago
  54. de25c18 xfs: avoid moving stale inodes in the AIL by Dave Chinner · 14 years ago
  55. 309c848 xfs: delayed alloc blocks beyond EOF are valid after writeback by Dave Chinner · 14 years ago
  56. 90810b9 xfs: push stale, pinned buffers on trylock failures by Dave Chinner · 14 years ago
  57. c726de4 xfs: fix failed write truncation handling. by Dave Chinner · 14 years ago
  58. ff57ab2 xfs: convert xfsbud shrinker to a per-buftarg shrinker. by Dave Chinner · 14 years ago
  59. 1a427ab xfs: convert pag_ici_lock to a spin lock by Dave Chinner · 14 years ago
  60. 1a3e8f3 xfs: convert inode cache lookups to use RCU locking by Dave Chinner · 14 years ago
  61. d95b7aa xfs: rcu free inodes by Dave Chinner · 14 years ago
  62. 6e85756 xfs: don't truncate prealloc from frequently accessed inodes by Dave Chinner · 14 years ago
  63. 055388a xfs: dynamic speculative EOF preallocation by Dave Chinner · 14 years ago
  64. 622d814 xfs: use KM_NOFS for allocations during attribute list operations by Dave Chinner · 14 years ago
  65. dcfcf20 xfs: provide a inode iolock lockdep class by Dave Chinner · 14 years ago
  66. 489a150 xfs: factor duplicate code in xfs_alloc_ag_vextent_near into a helper by Christoph Hellwig · 14 years ago
  67. 9f9baab xfs: clean up xfs_alloc_ag_vextent_exact by Christoph Hellwig · 14 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. 405f804 xfs: cleanup the xfs_iomap_write_* helpers by Christoph Hellwig · 14 years ago
  75. 6ac7248 xfs: a few small tweaks for overwrites in xfs_vm_writepage by Christoph Hellwig · 14 years ago
  76. 221cb25 xfs: remove some dead bio handling code by Christoph Hellwig · 14 years ago
  77. 85da94c xfs: improve mapping type check in xfs_vm_writepage by Christoph Hellwig · 14 years ago
  78. c9f71f5 xfs: untangle phase1 vs phase2 recovery helpers by Christoph Hellwig · 14 years ago
  79. d045094 xfs: refactor xlog_recover_commit_trans by Christoph Hellwig · 14 years ago
  80. d5689ea xfs: use struct list_head for the buf cancel table by Christoph Hellwig · 14 years ago
  81. e2714bf xfs: remove leftovers of old buffer log items in recovery code by Christoph Hellwig · 14 years ago
  82. 576ecb8 xfs: fix exporting with left over 64-bit inodes by Samuel Kvasnica · 14 years ago
  83. f30195c Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into for-2.6.38/core by Jens Axboe · 14 years ago
  84. d4d7762 block: clean up blkdev_get() wrappers and their users by Tejun Heo · 14 years ago
  85. e525fd8 block: make blkdev_get/put() handle exclusive access by Tejun Heo · 14 years ago
  86. ece413f xfs: remove incorrect assert in xfs_vm_writepage by Christoph Hellwig · 14 years ago
  87. c6f6cd0 xfs: use hlist_add_fake by Christoph Hellwig · 14 years ago
  88. 5d2bf8a xfs: fix a few compiler warnings with CONFIG_XFS_QUOTA=n by Christoph Hellwig · 14 years ago
  89. 785ce41 xfs: tell lockdep about parent iolock usage in filestreams by Christoph Hellwig · 14 years ago
  90. bfe2741 xfs: move delayed write buffer trace by Dave Chinner · 14 years ago
  91. f83282a xfs: fix per-ag reference counting in inode reclaim tree walking by Dave Chinner · 14 years ago
  92. 6762b93 xfs: xfs_ioctl: fix information leak to userland by Kulikov Vasiliy · 14 years ago
  93. 5d0af85 xfs: remove experimental tag from the delaylog option by Christoph Hellwig · 14 years ago
  94. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  95. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  96. 7d2f280 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  97. 426e1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  98. 1b430be writeback: remove nonblocking/encountered_congestion references by Wu Fengguang · 14 years ago
  99. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  100. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago