1. eeb2036 xfs: zero proper structure size for geometry calls by Alex Elder · 13 years ago
  2. 20ad9ea xfs: enable delaylog by default by Christoph Hellwig · 14 years ago
  3. 5d15765 xfs: check if device support discard in xfs_ioc_trim() by Lukas Czerner · 14 years ago
  4. 5315837 xfs: limit extsize to size of AGs and/or MAXEXTLEN by Dave Chinner · 14 years ago
  5. 2fe17c1 fallocate should be a file operation by Christoph Hellwig · 14 years ago
  6. 64c23e8 make the feature checks in ->fallocate future proof by Christoph Hellwig · 14 years ago
  7. 7cb3920 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  8. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  9. 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
  10. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  11. c25d246 XFS: handle hole punching via fallocate properly by Josef Bacik · 14 years ago
  12. 73efe4a xfs: prevent NMI timeouts in cmn_err by Dave Chinner · 14 years ago
  13. bfc6017 xfs: fix error handling for synchronous writes by Christoph Hellwig · 14 years ago
  14. a46db60 xfs: add FITRIM support by Christoph Hellwig · 14 years ago
  15. c58efdb xfs: ensure log covering transactions are synchronous by Dave Chinner · 14 years ago
  16. 92f1c00 Merge branch 'master' into for-linus-merged by Alex Elder · 14 years ago
  17. eda7798 xfs: serialise unaligned direct IOs by Dave Chinner · 14 years ago
  18. 4d8d158 xfs: factor common write setup code by Dave Chinner · 14 years ago
  19. 637bbc7 xfs: split buffered IO write path from xfs_file_aio_write by Dave Chinner · 14 years ago
  20. f0d26e8 xfs: split direct IO write path from xfs_file_aio_write by Dave Chinner · 14 years ago
  21. 487f84f xfs: introduce xfs_rw_lock() helpers for locking the inode by Dave Chinner · 14 years ago
  22. 4c5cfd1 xfs: factor post-write newsize updates by Dave Chinner · 14 years ago
  23. edafb6d xfs: factor common post-write isize handling code by Dave Chinner · 14 years ago
  24. a363f0c xfs: ensure sync write errors are returned by Dave Chinner · 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. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  28. 3f16b98 xfs: introduce new locks for the log grant ticket wait queues by Dave Chinner · 14 years ago
  29. 1c3cb9e xfs: convert l_tail_lsn to an atomic variable. by Dave Chinner · 14 years ago
  30. eb40a87 xfs: use wait queues directly for the log wait queues by Dave Chinner · 14 years ago
  31. a69ed03 xfs: combine grant heads into a single 64 bit integer by Dave Chinner · 14 years ago
  32. 1054794 xfs: convert log grant ticket queues to list heads by Dave Chinner · 14 years ago
  33. e677d0f xfs: reduce the number of AIL push wakeups by Dave Chinner · 14 years ago
  34. 821eb21 xfs: connect up buffer reclaim priority hooks by Dave Chinner · 14 years ago
  35. 430cbeb xfs: add a lru to the XFS buffer cache by Dave Chinner · 14 years ago
  36. 90810b9 xfs: push stale, pinned buffers on trylock failures by Dave Chinner · 14 years ago
  37. c726de4 xfs: fix failed write truncation handling. by Dave Chinner · 14 years ago
  38. ff57ab2 xfs: convert xfsbud shrinker to a per-buftarg shrinker. by Dave Chinner · 14 years ago
  39. 1a427ab xfs: convert pag_ici_lock to a spin lock by Dave Chinner · 14 years ago
  40. 1a3e8f3 xfs: convert inode cache lookups to use RCU locking by Dave Chinner · 14 years ago
  41. dcfcf20 xfs: provide a inode iolock lockdep class by Dave Chinner · 14 years ago
  42. 9f9baab xfs: clean up xfs_alloc_ag_vextent_exact by Christoph Hellwig · 14 years ago
  43. ecff71e xfs: simplify xfs_map_at_offset by Christoph Hellwig · 14 years ago
  44. aeea1b1 xfs: refactor xfs_vm_writepage by Christoph Hellwig · 14 years ago
  45. 2fa24f9 xfs: remove the all_bh flag from xfs_convert_page by Christoph Hellwig · 14 years ago
  46. ed1e7b7 xfs: remove xfs_probe_cluster by Christoph Hellwig · 14 years ago
  47. 8ff2957 xfs: simplify xfs_map_blocks by Christoph Hellwig · 14 years ago
  48. a206c81 xfs: kill xfs_iomap by Christoph Hellwig · 14 years ago
  49. 6ac7248 xfs: a few small tweaks for overwrites in xfs_vm_writepage by Christoph Hellwig · 14 years ago
  50. 221cb25 xfs: remove some dead bio handling code by Christoph Hellwig · 14 years ago
  51. 85da94c xfs: improve mapping type check in xfs_vm_writepage by Christoph Hellwig · 14 years ago
  52. 576ecb8 xfs: fix exporting with left over 64-bit inodes by Samuel Kvasnica · 14 years ago
  53. 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
  54. d4d7762 block: clean up blkdev_get() wrappers and their users by Tejun Heo · 14 years ago
  55. e525fd8 block: make blkdev_get/put() handle exclusive access by Tejun Heo · 14 years ago
  56. ece413f xfs: remove incorrect assert in xfs_vm_writepage by Christoph Hellwig · 14 years ago
  57. c6f6cd0 xfs: use hlist_add_fake by Christoph Hellwig · 14 years ago
  58. bfe2741 xfs: move delayed write buffer trace by Dave Chinner · 14 years ago
  59. f83282a xfs: fix per-ag reference counting in inode reclaim tree walking by Dave Chinner · 14 years ago
  60. 6762b93 xfs: xfs_ioctl: fix information leak to userland by Kulikov Vasiliy · 14 years ago
  61. 5d0af85 xfs: remove experimental tag from the delaylog option by Christoph Hellwig · 14 years ago
  62. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  63. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  64. 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
  65. 1b430be writeback: remove nonblocking/encountered_congestion references by Wu Fengguang · 14 years ago
  66. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  67. 7de9c6e new helper: ihold() by Al Viro · 14 years ago
  68. 646ec46 fs: remove inode_add_to_list/__inode_add_to_list by Christoph Hellwig · 14 years ago
  69. ebdec24 fs: kill block_prepare_write by Christoph Hellwig · 14 years ago
  70. 5fe3a5a Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  71. 91b7450 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  72. fa251f89 Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier by Jens Axboe · 14 years ago
  73. a731cd1 xfs: semaphore cleanup by Thomas Gleixner · 14 years ago
  74. 6743099 xfs: Extend project quotas to support 32bit project ids by Arkadiusz Mi?kiewicz · 14 years ago
  75. 1a1a3e9 xfs: remove xfs_buf wrappers by Christoph Hellwig · 14 years ago
  76. 6c77b0e xfs: remove xfs_cred.h by Christoph Hellwig · 14 years ago
  77. 78a4b09 xfs: remove xfs_globals.h by Christoph Hellwig · 14 years ago
  78. 668332e xfs: remove xfs_version.h by Christoph Hellwig · 14 years ago
  79. 61ba35d xfs: remove XFS_MOUNT_NO_PERCPU_SB by Christoph Hellwig · 14 years ago
  80. 50f59e8 xfs: pack xfs_buf structure more tightly by Dave Chinner · 14 years ago
  81. 74f75a0 xfs: convert buffer cache hash to rbtree by Dave Chinner · 14 years ago
  82. 69b491c xfs: serialise inode reclaim within an AG by Dave Chinner · 14 years ago
  83. e3a20c0 xfs: batch inode reclaim lookup by Dave Chinner · 14 years ago
  84. 78ae525 xfs: implement batched inode lookups for AG walking by Dave Chinner · 14 years ago
  85. e13de95 xfs: split out inode walk inode grabbing by Dave Chinner · 14 years ago
  86. 65d0f20 xfs: split inode AG walking into separate code for reclaim by Dave Chinner · 14 years ago
  87. 69d6cc7 xfs: remove buftarg hash for external devices by Dave Chinner · 14 years ago
  88. 26af655 xfs: kill XBF_FS_MANAGED buffers by Dave Chinner · 14 years ago
  89. ebad861 xfs: store xfs_mount in the buftarg instead of in the xfs_buf by Dave Chinner · 14 years ago
  90. 5adc94c xfs: introduced uncached buffer read primitve by Dave Chinner · 14 years ago
  91. 686865f xfs: rename xfs_buf_get_nodaddr to be more appropriate by Dave Chinner · 14 years ago
  92. dcd79a1 xfs: don't use vfs writeback for pure metadata modifications by Dave Chinner · 14 years ago
  93. e176579 xfs: lockless per-ag lookups by Dave Chinner · 14 years ago
  94. 4472235 xfs: Introduce XFS_IOC_ZERO_RANGE by Dave Chinner · 14 years ago
  95. 3ae4c9d xfs: use range primitives for xfs page cache operations by Dave Chinner · 14 years ago
  96. 6370a6a workqueue: add and use WQ_MEM_RECLAIM flag by Tejun Heo · 14 years ago
  97. 081003f xfs: properly account for reclaimed inodes by Johannes Weiner · 14 years ago
  98. dd3932e block: remove BLKDEV_IFL_WAIT by Christoph Hellwig · 14 years ago
  99. 51749e4 xfs: log IO completion workqueue is a high priority queue by Dave Chinner · 14 years ago
  100. a122eb2 xfs: prevent reading uninitialized stack memory by Dan Rosenberg · 14 years ago