1. f9668a0 xfs: fix sparse reported log CRC endian issue by Dave Chinner · 12 years ago
  2. b870553 xfs: fix stray dquot unlock when reclaiming dquots by Dave Chinner · 12 years ago
  3. 437a255 xfs: fix direct IO nested transaction deadlock. by Dave Chinner · 12 years ago
  4. ef9d873 xfs: byte range granularity for XFS_IOC_ZERO_RANGE by Dave Chinner · 12 years ago
  5. 7c4cebe xfs: inode allocation should use unmapped buffers. by Dave Chinner · 12 years ago
  6. 0e446be xfs: add CRC checks to the log by Christoph Hellwig · 12 years ago
  7. bc02e86 xfs: add CRC infrastructure by Christoph Hellwig · 12 years ago
  8. 1813dd6 xfs: convert buffer verifiers to an ops structure. by Dave Chinner · 12 years ago
  9. b0f539d xfs: connect up write verifiers to new buffers by Dave Chinner · 12 years ago
  10. 612cfbf xfs: add pre-write metadata buffer verifier callbacks by Dave Chinner · 12 years ago
  11. cfb0285 xfs: add buffer pre-write callback by Dave Chinner · 12 years ago
  12. da6958c xfs: Add verifiers to dir2 data readahead. by Dave Chinner · 12 years ago
  13. d9392a4 xfs: add xfs_da_node verification by Dave Chinner · 12 years ago
  14. ad14c33 xfs: factor and verify attr leaf reads by Dave Chinner · 12 years ago
  15. e6f7667 xfs: factor dir2 leaf read by Dave Chinner · 12 years ago
  16. e481357 xfs: factor out dir2 data block reading by Dave Chinner · 12 years ago
  17. 2025207 xfs: factor dir2 free block reading by Dave Chinner · 12 years ago
  18. 82025d7 xfs: verify dir2 block format buffers by Dave Chinner · 12 years ago
  19. 20f7e9f xfs: factor dir2 block read operations by Dave Chinner · 12 years ago
  20. 4bb20a8 xfs: add verifier callback to directory read code by Dave Chinner · 12 years ago
  21. c631919 xfs: verify dquot blocks as they are read from disk by Dave Chinner · 12 years ago
  22. 3d3e6f6 xfs: verify btree blocks as they are read from disk by Dave Chinner · 12 years ago
  23. af133e8 xfs: verify inode buffers as they are read from disk by Dave Chinner · 12 years ago
  24. bb80c6d xfs: verify AGFL blocks as they are read from disk by Dave Chinner · 12 years ago
  25. 3702ce6 xfs: verify AGI blocks as they are read from disk by Dave Chinner · 12 years ago
  26. 5d5f527 xfs: verify AGF blocks as they are read from disk by Dave Chinner · 12 years ago
  27. 9802182 xfs: verify superblocks as they are read from disk by Dave Chinner · 12 years ago
  28. eab4e63 xfs: uncached buffer reads need to return an error by Dave Chinner · 12 years ago
  29. c3f8fc7 xfs: make buffer read verication an IO completion function by Dave Chinner · 12 years ago
  30. fb59581 xfs: remove xfs_flushinval_pages by Dave Chinner · 12 years ago
  31. 4bc1ea6 xfs: remove xfs_flush_pages by Dave Chinner · 12 years ago
  32. 95eacf0 xfs: remove xfs_wait_on_pages() by Dave Chinner · 12 years ago
  33. d6638ae xfs: reverse the check on XFS_IOC_ZERO_RANGE by Andrew Dahl · 12 years ago
  34. f5b8911 xfs: remove xfs_tosspages by Dave Chinner · 12 years ago
  35. de49768 xfs: make growfs initialise the AGFL header by Dave Chinner · 12 years ago
  36. fd23683 xfs: growfs: use uncached buffers for new headers by Dave Chinner · 12 years ago
  37. b64f3a3 xfs: use btree block initialisation functions in growfs by Dave Chinner · 12 years ago
  38. ee73259 xfs: add more attribute tree trace points. by Dave Chinner · 12 years ago
  39. 37eb17e xfs: drop buffer io reference when a bad bio is built by Dave Chinner · 12 years ago
  40. 7bf7f35 xfs: fix broken error handling in xfs_vm_writepage by Dave Chinner · 12 years ago
  41. 07428d7 xfs: fix attr tree double split corruption by Dave Chinner · 12 years ago
  42. 579b62f xfs: add background scanning to clear eofblocks inodes by Brian Foster · 12 years ago
  43. 00ca79a xfs: add minimum file size filtering to eofblocks scan by Brian Foster · 12 years ago
  44. 1b55604 xfs: support multiple inode id filtering in eofblocks scan by Brian Foster · 12 years ago
  45. 3e3f9f5 xfs: add inode id filtering to eofblocks scan by Brian Foster · 12 years ago
  46. 8ca149d xfs: add XFS_IOC_FREE_EOFBLOCKS ioctl by Brian Foster · 12 years ago
  47. 41176a6 xfs: create function to scan and clear EOFBLOCKS inodes by Brian Foster · 12 years ago
  48. 40165e2 xfs: make xfs_free_eofblocks() non-static, return EAGAIN on trylock failure by Brian Foster · 12 years ago
  49. 72b53ef xfs: create helper to check whether to free eofblocks on inode by Brian Foster · 12 years ago
  50. a454f74 xfs: support a tag-based inode_ag_iterator by Brian Foster · 12 years ago
  51. 27b5286 xfs: add EOFBLOCKS inode tagging/untagging by Brian Foster · 12 years ago
  52. 69a58a4 xfs: report projid32bit feature in geometry call by Eric Sandeen · 12 years ago
  53. 009507b xfs: fix reading of wrapped log data by Dave Chinner · 12 years ago
  54. 137fff0 xfs: fix buffer shudown reference count mismatch by Dave Chinner · 12 years ago
  55. b6aff29 xfs: don't vmap inode cluster buffers during free by Dave Chinner · 12 years ago
  56. 4c05f9a xfs: invalidate allocbt blocks moved to the free list by Dave Chinner · 12 years ago
  57. cd856db xfs: Update inode alloc comments by Carlos Maiolino · 12 years ago
  58. 531c3bd xfs: silence uninitialised f.file warning. by Dave Chinner · 12 years ago
  59. 1375cb6 xfs: growfs: don't read garbage for new secondary superblocks by Dave Chinner · 12 years ago
  60. e04426b xfs: move allocation stack switch up to xfs_bmapi_allocate by Dave Chinner · 12 years ago
  61. 2455881 xfs: introduce XFS_BMAPI_STACK_SWITCH by Dave Chinner · 12 years ago
  62. a004168 xfs: zero allocation_args on the kernel stack by Mark Tinguely · 12 years ago
  63. d35e88f xfs: only update the last_sync_lsn when a transaction completes by Dave Chinner · 12 years ago
  64. 33479e0 xfs: remove xfs_iget.c by Dave Chinner · 12 years ago
  65. fa96aca xfs: move inode locking functions to xfs_inode.c by Dave Chinner · 12 years ago
  66. 6d8b79c xfs: rename xfs_sync.[ch] to xfs_icache.[ch] by Dave Chinner · 12 years ago
  67. c75921a xfs: xfs_quiesce_attr() should quiesce the log like unmount by Dave Chinner · 12 years ago
  68. c7eea6f xfs: move xfs_quiesce_attr() into xfs_super.c by Dave Chinner · 12 years ago
  69. 34061f5 xfs: xfs_sync_fsdata is redundant by Dave Chinner · 12 years ago
  70. 5889608 xfs: syncd workqueue is no more by Dave Chinner · 12 years ago
  71. 9aa0500 xfs: xfs_sync_data is redundant. by Dave Chinner · 12 years ago
  72. cf2931d xfs: Bring some sanity to log unmounting by Dave Chinner · 12 years ago
  73. f661f1e xfs: sync work is now only periodic log work by Dave Chinner · 12 years ago
  74. 7f7bebe xfs: don't run the sync work if the filesystem is read-only by Dave Chinner · 12 years ago
  75. 7e18530 xfs: rationalise xfs_mount_wq users by Dave Chinner · 12 years ago
  76. 33c7a2b xfs: xfs_syncd_stop must die by Dave Chinner · 12 years ago
  77. 35c2a7f tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking by Hugh Dickins · 12 years ago
  78. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
  79. 60c7b4d Merge tag 'for-linus-v3.7-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  80. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  81. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  82. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  83. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  84. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  85. 64e09fa switch xfs_find_handle() to fget_light() by Al Viro · 12 years ago
  86. 1ea65c9 switch xfs_swapext() to fget_light() by Al Viro · 12 years ago
  87. 2ea0392 xfs: Make inode32 a remountable option by Carlos Maiolino · 12 years ago
  88. 4056c1d xfs: add inode64->inode32 transition into xfs_set_inode32() by Carlos Maiolino · 12 years ago
  89. 4c08372 xfs: Fix mp->m_maxagi update during inode64 remount by Carlos Maiolino · 12 years ago
  90. 2d2194f xfs: reduce code duplication handling inode32/64 options by Carlos Maiolino · 12 years ago
  91. 08bf540 xfs: make inode64 as the default allocation mode by Carlos Maiolino · 12 years ago
  92. 8aea3ff xfs: Fix m_agirotor reset during AG selection by Carlos Maiolino · 12 years ago
  93. c3a58fe Make inode64 a remountable option by Carlos Maiolino · 12 years ago
  94. 0ba6e53 xfs: stop the sync worker before xfs_unmountfs by Ben Myers · 12 years ago
  95. 431f197 userns: Convert quota netlink aka quota_send_warning by Eric W. Biederman · 12 years ago
  96. 74a8a10 userns: Convert qutoactl by Eric W. Biederman · 12 years ago
  97. 5f3a4a2 userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr by Eric W. Biederman · 12 years ago
  98. 4026c9f xfs: stop the sync worker before xfs_unmountfs by Ben Myers · 12 years ago
  99. 6fb8a90 xfs: fix race while discarding buffers [V4] by Carlos Maiolino · 12 years ago
  100. b686d1f xfs: xfs_seek_hole() refinement with hole searching from page cache for unwritten extents by Jeff Liu · 12 years ago