1. 5b292ae xfs: make use of xfs_calc_buf_res() in xfs_trans.c by Jeff Liu · 13 years ago
  2. 4f3b578 xfs: add a helper to figure out the space log reservation per item by Jeff Liu · 13 years ago
  3. 2729423 xfs: Fix xfs_swap_extents() after removal of xfs_flushinval_pages() by Torsten Kaiser · 13 years ago
  4. ced55f3 xfs: Fix possible use-after-free with AIO by Jan Kara · 13 years ago
  5. 3b19034 xfs: fix shutdown hang on invalid inode during create by Dave Chinner · 13 years ago
  6. 4d559a3 xfs: limit speculative prealloc near ENOSPC thresholds by Dave Chinner · 13 years ago
  7. 10616b8 xfs: fix _xfs_buf_find oops on blocks beyond the filesystem end by Dave Chinner · 13 years ago
  8. 003fd6c xfs: fix fs/xfs/xfs_log.c:1740:39: error: 'B_TRUE' undeclared by Ben Myers · 13 years ago
  9. 9e96fe6 xfs: pull up stack_switch check into xfs_bmapi_write by Brian Foster · 13 years ago
  10. 667a929 xfs: Remove boolean_t typedef completely. by Thiago Farina · 13 years ago
  11. aeb4f20 xfs: Do not return EFSCORRUPTED when filesystem probe finds no XFS magic by Eric Sandeen · 13 years ago
  12. a17164e fs/xfs remove obsolete simple_strto<foo> by Abhijit Pawar · 13 years ago
  13. d460863 xfs: recalculate leaf entry pointer after compacting a dir2 block by Eric Sandeen · 13 years ago
  14. 83a9ba0 xfs: don't zero structure members after a memset(0) by Eric Sandeen · 13 years ago
  15. f755503 xfs: remove int casts from debug dquot soft limit timer asserts by Brian Foster · 13 years ago
  16. ec47eb6 xfs remove the XFS_TRANS_DEBUG routines by Mark Tinguely · 13 years ago
  17. c883d0c xfs: fix the multi-segment log buffer format by Mark Tinguely · 13 years ago
  18. 820a554 xfs: fix segment in xfs_buf_item_format_segment by Mark Tinguely · 13 years ago
  19. b943817 xfs: rename bli_format to avoid confusion with bli_formats by Mark Tinguely · 13 years ago
  20. f4b4242 xfs: use b_maps[] for discontiguous buffers by Mark Tinguely · 13 years ago
  21. f9668a0 xfs: fix sparse reported log CRC endian issue by Dave Chinner · 13 years ago
  22. b870553 xfs: fix stray dquot unlock when reclaiming dquots by Dave Chinner · 13 years ago
  23. 437a255 xfs: fix direct IO nested transaction deadlock. by Dave Chinner · 13 years ago
  24. ef9d873 xfs: byte range granularity for XFS_IOC_ZERO_RANGE by Dave Chinner · 13 years ago
  25. 7c4cebe xfs: inode allocation should use unmapped buffers. by Dave Chinner · 13 years ago
  26. 0e446be xfs: add CRC checks to the log by Christoph Hellwig · 13 years ago
  27. bc02e86 xfs: add CRC infrastructure by Christoph Hellwig · 13 years ago
  28. 1813dd6 xfs: convert buffer verifiers to an ops structure. by Dave Chinner · 13 years ago
  29. b0f539d xfs: connect up write verifiers to new buffers by Dave Chinner · 13 years ago
  30. 612cfbf xfs: add pre-write metadata buffer verifier callbacks by Dave Chinner · 13 years ago
  31. cfb0285 xfs: add buffer pre-write callback by Dave Chinner · 13 years ago
  32. da6958c xfs: Add verifiers to dir2 data readahead. by Dave Chinner · 13 years ago
  33. d9392a4 xfs: add xfs_da_node verification by Dave Chinner · 13 years ago
  34. ad14c33 xfs: factor and verify attr leaf reads by Dave Chinner · 13 years ago
  35. e6f7667 xfs: factor dir2 leaf read by Dave Chinner · 13 years ago
  36. e481357 xfs: factor out dir2 data block reading by Dave Chinner · 13 years ago
  37. 2025207 xfs: factor dir2 free block reading by Dave Chinner · 13 years ago
  38. 82025d7 xfs: verify dir2 block format buffers by Dave Chinner · 13 years ago
  39. 20f7e9f xfs: factor dir2 block read operations by Dave Chinner · 13 years ago
  40. 4bb20a8 xfs: add verifier callback to directory read code by Dave Chinner · 13 years ago
  41. c631919 xfs: verify dquot blocks as they are read from disk by Dave Chinner · 13 years ago
  42. 3d3e6f6 xfs: verify btree blocks as they are read from disk by Dave Chinner · 13 years ago
  43. af133e8 xfs: verify inode buffers as they are read from disk by Dave Chinner · 13 years ago
  44. bb80c6d xfs: verify AGFL blocks as they are read from disk by Dave Chinner · 13 years ago
  45. 3702ce6 xfs: verify AGI blocks as they are read from disk by Dave Chinner · 13 years ago
  46. 5d5f527 xfs: verify AGF blocks as they are read from disk by Dave Chinner · 13 years ago
  47. 9802182 xfs: verify superblocks as they are read from disk by Dave Chinner · 13 years ago
  48. eab4e63 xfs: uncached buffer reads need to return an error by Dave Chinner · 13 years ago
  49. c3f8fc7 xfs: make buffer read verication an IO completion function by Dave Chinner · 13 years ago
  50. fb59581 xfs: remove xfs_flushinval_pages by Dave Chinner · 13 years ago
  51. 4bc1ea6 xfs: remove xfs_flush_pages by Dave Chinner · 13 years ago
  52. 95eacf0 xfs: remove xfs_wait_on_pages() by Dave Chinner · 13 years ago
  53. d6638ae xfs: reverse the check on XFS_IOC_ZERO_RANGE by Andrew Dahl · 13 years ago
  54. f5b8911 xfs: remove xfs_tosspages by Dave Chinner · 13 years ago
  55. de49768 xfs: make growfs initialise the AGFL header by Dave Chinner · 13 years ago
  56. fd23683 xfs: growfs: use uncached buffers for new headers by Dave Chinner · 13 years ago
  57. b64f3a3 xfs: use btree block initialisation functions in growfs by Dave Chinner · 13 years ago
  58. ee73259 xfs: add more attribute tree trace points. by Dave Chinner · 13 years ago
  59. 37eb17e xfs: drop buffer io reference when a bad bio is built by Dave Chinner · 13 years ago
  60. 7bf7f35 xfs: fix broken error handling in xfs_vm_writepage by Dave Chinner · 13 years ago
  61. 07428d7 xfs: fix attr tree double split corruption by Dave Chinner · 13 years ago
  62. 579b62f xfs: add background scanning to clear eofblocks inodes by Brian Foster · 13 years ago
  63. 00ca79a xfs: add minimum file size filtering to eofblocks scan by Brian Foster · 13 years ago
  64. 1b55604 xfs: support multiple inode id filtering in eofblocks scan by Brian Foster · 13 years ago
  65. 3e3f9f5 xfs: add inode id filtering to eofblocks scan by Brian Foster · 13 years ago
  66. 8ca149d xfs: add XFS_IOC_FREE_EOFBLOCKS ioctl by Brian Foster · 13 years ago
  67. 41176a6 xfs: create function to scan and clear EOFBLOCKS inodes by Brian Foster · 13 years ago
  68. 40165e2 xfs: make xfs_free_eofblocks() non-static, return EAGAIN on trylock failure by Brian Foster · 13 years ago
  69. 72b53ef xfs: create helper to check whether to free eofblocks on inode by Brian Foster · 13 years ago
  70. a454f74 xfs: support a tag-based inode_ag_iterator by Brian Foster · 13 years ago
  71. 27b5286 xfs: add EOFBLOCKS inode tagging/untagging by Brian Foster · 13 years ago
  72. 69a58a4 xfs: report projid32bit feature in geometry call by Eric Sandeen · 13 years ago
  73. 009507b xfs: fix reading of wrapped log data by Dave Chinner · 13 years ago
  74. 137fff0 xfs: fix buffer shudown reference count mismatch by Dave Chinner · 13 years ago
  75. b6aff29 xfs: don't vmap inode cluster buffers during free by Dave Chinner · 13 years ago
  76. 4c05f9a xfs: invalidate allocbt blocks moved to the free list by Dave Chinner · 13 years ago
  77. cd856db xfs: Update inode alloc comments by Carlos Maiolino · 13 years ago
  78. 531c3bd xfs: silence uninitialised f.file warning. by Dave Chinner · 13 years ago
  79. 1375cb6 xfs: growfs: don't read garbage for new secondary superblocks by Dave Chinner · 13 years ago
  80. e04426b xfs: move allocation stack switch up to xfs_bmapi_allocate by Dave Chinner · 13 years ago
  81. 2455881 xfs: introduce XFS_BMAPI_STACK_SWITCH by Dave Chinner · 13 years ago
  82. a004168 xfs: zero allocation_args on the kernel stack by Mark Tinguely · 13 years ago
  83. d35e88f xfs: only update the last_sync_lsn when a transaction completes by Dave Chinner · 13 years ago
  84. 33479e0 xfs: remove xfs_iget.c by Dave Chinner · 13 years ago
  85. fa96aca xfs: move inode locking functions to xfs_inode.c by Dave Chinner · 13 years ago
  86. 6d8b79c xfs: rename xfs_sync.[ch] to xfs_icache.[ch] by Dave Chinner · 13 years ago
  87. c75921a xfs: xfs_quiesce_attr() should quiesce the log like unmount by Dave Chinner · 13 years ago
  88. c7eea6f xfs: move xfs_quiesce_attr() into xfs_super.c by Dave Chinner · 13 years ago
  89. 34061f5 xfs: xfs_sync_fsdata is redundant by Dave Chinner · 13 years ago
  90. 5889608 xfs: syncd workqueue is no more by Dave Chinner · 13 years ago
  91. 9aa0500 xfs: xfs_sync_data is redundant. by Dave Chinner · 13 years ago
  92. cf2931d xfs: Bring some sanity to log unmounting by Dave Chinner · 13 years ago
  93. f661f1e xfs: sync work is now only periodic log work by Dave Chinner · 13 years ago
  94. 7f7bebe xfs: don't run the sync work if the filesystem is read-only by Dave Chinner · 13 years ago
  95. 7e18530 xfs: rationalise xfs_mount_wq users by Dave Chinner · 13 years ago
  96. 33c7a2b xfs: xfs_syncd_stop must die by Dave Chinner · 13 years ago
  97. 35c2a7f tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking by Hugh Dickins · 13 years ago
  98. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 13 years ago
  99. 60c7b4d Merge tag 'for-linus-v3.7-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  100. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago