1. 71e330b xfs: Introduce delayed logging core code by Dave Chinner · 14 years ago
  2. ed3b4d6 xfs: Improve scalability of busy extent tracking by Dave Chinner · 14 years ago
  3. 955833c xfs: make the log ticket ID available outside the log infrastructure by Dave Chinner · 14 years ago
  4. 169a7b0 xfs: clean up log ticket overrun debug output by Dave Chinner · 14 years ago
  5. c115541 xfs: Clean up XFS_BLI_* flag namespace by Dave Chinner · 14 years ago
  6. 64fc35d xfs: modify buffer item reference counting by Dave Chinner · 14 years ago
  7. 3383ca5 xfs: allow log ticket allocation to take allocation flags by Dave Chinner · 14 years ago
  8. 524ee36 xfs: Don't reuse the same transaction ID for duplicated transactions. by Dave Chinner · 14 years ago
  9. b4ed462 xfs: mark xfs_iomap_write_ helpers static by Christoph Hellwig · 14 years ago
  10. bd1556a xfs: clean up end index calculation in xfs_page_state_convert by Christoph Hellwig · 14 years ago
  11. 2b8f12b xfs: clean up mapping size calculation in __xfs_get_blocks by Christoph Hellwig · 14 years ago
  12. 558e689 xfs: clean up xfs_iomap_valid by Christoph Hellwig · 14 years ago
  13. 34a52c6 xfs: move I/O type flags into xfs_aops.c by Christoph Hellwig · 14 years ago
  14. 207d041 xfs: kill struct xfs_iomap by Christoph Hellwig · 14 years ago
  15. e513182 xfs: report iomap_bn in block base by Christoph Hellwig · 14 years ago
  16. 8699bb0 xfs: report iomap_offset and iomap_bsize in block base by Christoph Hellwig · 14 years ago
  17. 9563b3d xfs: remove iomap_delta by Christoph Hellwig · 14 years ago
  18. 046f168 xfs: remove iomap_target by Christoph Hellwig · 14 years ago
  19. 826bf0a xfs: limit xfs_imap_to_bmap to a single mapping by Christoph Hellwig · 14 years ago
  20. 4a5224d xfs: simplify buffer to transaction matching by Christoph Hellwig · 14 years ago
  21. 2d1ff3c xfs: Make fiemap work in query mode. by Tao Ma · 14 years ago
  22. 48389ef xfs: kill off l_sectbb_mask by Alex Elder · 14 years ago
  23. 69ce58f xfs: record log sector size rather than log2(that) by Alex Elder · 14 years ago
  24. 1414a60 xfs: remove dead XFS_LOUD_RECOVERY code by Christoph Hellwig · 14 years ago
  25. 8112e9d xfs: removed unused XFS_QMOPT_ flags by Christoph Hellwig · 14 years ago
  26. 191f848 xfs: remove a few macro indirections in the quota code by Christoph Hellwig · 14 years ago
  27. 8a7b8a8 xfs: access quotainfo structure directly by Christoph Hellwig · 14 years ago
  28. 37bc574 xfs: wait for direct I/O to complete in fsync and write_inode by Christoph Hellwig · 14 years ago
  29. fce1cad xfs: xfs_trace.c: duplicated include by Andrea Gelmini · 14 years ago
  30. 3f943d8 xfs: minor odds and ends in xfs_log_recover.c by Alex Elder · 14 years ago
  31. e3bb2e3 xfs: avoid repeated pointer dereferences by Alex Elder · 14 years ago
  32. 9db127e xfs: change a few labels in xfs_log_recover.c by Alex Elder · 14 years ago
  33. 8c38366 xfs: enforce synchronous writes in xfs_bwrite by Christoph Hellwig · 14 years ago
  34. df308bc xfs: remove periodic superblock writeback by Christoph Hellwig · 14 years ago
  35. f983710 xfs: make the log ticket transaction id random by Dave Chinner · 14 years ago
  36. 36adecf xfs: nothing special about 1-block log sector by Alex Elder · 14 years ago
  37. ff30a62 xfs: encapsulate bbcount validity checking by Alex Elder · 14 years ago
  38. 5c17f53 xfs: kill XLOG_SECTOR_ROUND*() by Alex Elder · 14 years ago
  39. 8511998 xfs: simplify XLOG_SECTOR_ROUND*() by Alex Elder · 14 years ago
  40. 6881a22 xfs: fix min bufsize bugs in two places by Alex Elder · 14 years ago
  41. a0e856b xfs: add const qualifiers to xfs error function args by Alex Elder · 14 years ago
  42. 74457cf xfs: remove xfs_dqmarker by Christoph Hellwig · 14 years ago
  43. 3a8406f xfs: convert the dquot free list to use list heads by Dave Chinner · 14 years ago
  44. e6a81f1 xfs: convert the dquot hash list to use list heads by Dave Chinner · 14 years ago
  45. 368e136 xfs: remove duplicate code from dquot reclaim by Dave Chinner · 14 years ago
  46. 3a25404 xfs: convert the per-mount dquot list to use list heads by Dave Chinner · 14 years ago
  47. 9abbc53 xfs: add log item recovery tracing by Dave Chinner · 14 years ago
  48. e6b1f27 xfs: clean up xlog_write_adv_cnt by Christoph Hellwig · 14 years ago
  49. 55b6633 xfs: introduce new internal log vector structure by Dave Chinner · 14 years ago
  50. 99428ad xfs: reindent xlog_write by Christoph Hellwig · 14 years ago
  51. b5203cd xfs: factor xlog_write by Dave Chinner · 14 years ago
  52. 9b9fc2b7 xfs: log ticket reservation underestimates the number of iclogs by Dave Chinner · 14 years ago
  53. b1c1b5b xfs: Clean up xfs_trans_committed code after factoring by Dave Chinner · 14 years ago
  54. 8e646a5 xfs: update and factor xfs_trans_committed() by Dave Chinner · 14 years ago
  55. a3ccd2c xfs: clean up xfs_trans_commit logic even more by Christoph Hellwig · 14 years ago
  56. 0924378 xfs: split out iclog writing from xfs_trans_commit() by Dave Chinner · 14 years ago
  57. 713bf88 xfs: fix reservation release commit flag in xfs_bmap_add_attrfork() by Dave Chinner · 14 years ago
  58. 8e12385 xfs: remove stale parameter from ->iop_unpin method by Dave Chinner · 14 years ago
  59. 4aaf15d xfs: Add inode pin counts to traces by Dave Chinner · 14 years ago
  60. 43f5efc xfs: factor log item initialisation by Dave Chinner · 14 years ago
  61. e2a0781 xfs: add blockdev name to kthreads by Jan Engelhardt · 14 years ago
  62. fda168c xfs: Fix integer overflow in fs/xfs/linux-2.6/xfs_ioctl*.c by Zhitong Wang · 14 years ago
  63. 18e41da Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  64. 5dc6416 Btrfs: check for read permission on src file in the clone ioctl by Dan Rosenberg · 14 years ago
  65. 3f8bf8f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  66. 684bdc7 JFS: Free sbi memory in error path by Jan Blunck · 14 years ago
  67. 404e781 fs/sysv: dereferencing ERR_PTR() by Dan Carpenter · 14 years ago
  68. 2656244 Fix double-free in logfs by Al Viro · 14 years ago
  69. d83c49f Fix the regression created by "set S_DEAD on unlink()..." commit by Al Viro · 14 years ago
  70. 4fc4c3c Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 14 years ago
  71. b3b38d8 inotify: don't leak user struct on inotify release by Pavel Emelyanov · 14 years ago
  72. e087334 inotify: race use after free/double free in inotify inode marks by Eric Paris · 14 years ago
  73. 3dbc6fb inotify: clean up the inotify_add_watch out path by Eric Paris · 14 years ago
  74. 4462dc0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  75. 002baee vfs: Fix O_NOFOLLOW behavior for paths with trailing slashes by Jan Kara · 14 years ago
  76. cdf5f61 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  77. 7ac512a CacheFiles: Fix error handling in cachefiles_determine_cache_security() by David Howells · 14 years ago
  78. e7b702b Inotify: undefined reference to `anon_inode_getfd' by Russell King · 14 years ago
  79. e84346b ceph: preserve seq # on requeued messages after transient transport errors by Sage Weil · 14 years ago
  80. f818a73 ceph: fix cap removal races by Sage Weil · 14 years ago
  81. 3444142 revert "procfs: provide stack information for threads" and its fixup commits by Robin Holt · 14 years ago
  82. 45c6ceb ceph: zero unused message header, footer fields by Sage Weil · 14 years ago
  83. 3d69438 cifs: guard against hardlinking directories by Jeff Layton · 14 years ago
  84. c61ea31 CacheFiles: Fix occasional EIO on call to vfs_unlink() by David Howells · 14 years ago
  85. 9abf82b ceph: fix locking for waking session requests after reconnect by Sage Weil · 14 years ago
  86. d85b705 ceph: resubmit requests on pg mapping change (not just primary change) by Sage Weil · 14 years ago
  87. 04d000e ceph: fix open file counting on snapped inodes when mds returns no caps by Sage Weil · 14 years ago
  88. 0ceed5d ceph: unregister osd request on failure by Sage Weil · 14 years ago
  89. f742246 autofs4-2.6.34-rc1 - fix link_count usage by Ian Kent · 14 years ago
  90. 9167746 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  91. 54ad023 ceph: don't use writeback_control in writepages completion by Sage Weil · 14 years ago
  92. 7572e56 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  93. 5dfc589 ceph: unregister bdi before kill_anon_super releases device name by Sage Weil · 14 years ago
  94. d577632 ocfs2: Avoid a gcc warning in ocfs2_wipe_inode(). by Joel Becker · 14 years ago
  95. d93ac51 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  96. b0930f8 ceph: remove bad auth_x kmem_cache by Sage Weil · 14 years ago
  97. 7ff899d ceph: fix lockless caps check by Sage Weil · 14 years ago
  98. ea1409f ceph: clear dir complete, invalidate dentry on replayed rename by Sage Weil · 14 years ago
  99. 5c6a2cd ceph: fix direct io truncate offset by Sage Weil · 14 years ago
  100. ae18756 ceph: discard incoming messages with bad seq # by Sage Weil · 14 years ago