1. aa0e883 xfs: use blocks for storing the desired IO size by Dave Chinner · 12 years ago
  2. 4e94b71 xfs: use blocks for counting length of buffers by Dave Chinner · 12 years ago
  3. de1cbee xfs: kill b_file_offset by Dave Chinner · 12 years ago
  4. e70b73f xfs: clean up buffer get/read call API by Dave Chinner · 12 years ago
  5. bf813cd xfs: use kmem_zone_zalloc for buffers by Dave Chinner · 12 years ago
  6. ead360c xfs: fix incorrect b_offset initialisation by Dave Chinner · 12 years ago
  7. 0e95f19 xfs: check for buffer errors before waiting by Dave Chinner · 12 years ago
  8. fe2429b xfs: fix buffer lookup race on allocation failure by Dave Chinner · 12 years ago
  9. aff3a9e xfs: Use preallocation for inodes with extsz hints by Dave Chinner · 12 years ago
  10. 3ed9116 xfs: limit specualtive delalloc to maxioffset by Dave Chinner · 12 years ago
  11. 58e2077 xfs: don't assert on delalloc regions beyond EOF by Dave Chinner · 12 years ago
  12. 81158e0 xfs: prevent needless mount warning causing test failures by Dave Chinner · 12 years ago
  13. d3bc815 xfs: punch new delalloc blocks out of failed writes inside EOF. by Dave Chinner · 12 years ago
  14. 6ffc4db xfs: page type check in writeback only checks last buffer by Dave Chinner · 12 years ago
  15. 4c2d542 xfs: Do background CIL flushes via a workqueue by Dave Chinner · 12 years ago
  16. 04913fd xfs: pass shutdown method into xfs_trans_ail_delete_bulk by Dave Chinner · 12 years ago
  17. a856917 xfs: remove some obsolete comments in xfs_trans_ail.c by Christoph Hellwig · 12 years ago
  18. 43ff212 xfs: on-stack delayed write buffer lists by Christoph Hellwig · 12 years ago
  19. 960c60a xfs: do not add buffers to the delwri queue until pushed by Christoph Hellwig · 12 years ago
  20. fe7257f xfs: do not write the buffer from xfs_qm_dqflush by Christoph Hellwig · 12 years ago
  21. 4c46819 xfs: do not write the buffer from xfs_iflush by Christoph Hellwig · 12 years ago
  22. 8a48088 xfs: don't flush inodes from background inode reclaim by Christoph Hellwig · 12 years ago
  23. 211e4d4 xfs: implement freezing by emptying the AIL by Christoph Hellwig · 12 years ago
  24. 1c30462 xfs: allow assigning the tail lsn with the AIL lock held by Christoph Hellwig · 12 years ago
  25. 32ce90a xfs: remove log item from AIL in xfs_iflush after a shutdown by Christoph Hellwig · 12 years ago
  26. dea9609 xfs: remove log item from AIL in xfs_qm_dqflush after a shutdown by Christoph Hellwig · 12 years ago
  27. 7582df5 xfs: using GFP_NOFS for blkdev_issue_flush by Shaohua Li · 12 years ago
  28. 01c84d2 xfs: punch all delalloc blocks beyond EOF on write failure. by Dave Chinner · 12 years ago
  29. 507630b xfs: use shared ilock mode for direct IO writes by default by Dave Chinner · 12 years ago
  30. 193aec1 xfs: push the ilock into xfs_zero_eof by Christoph Hellwig · 12 years ago
  31. f38996f xfs: reduce ilock hold times in xfs_setattr_size by Christoph Hellwig · 12 years ago
  32. 467f789 xfs: reduce ilock hold times in xfs_file_aio_write_checks by Christoph Hellwig · 12 years ago
  33. b4d05e3 xfs: avoid taking the ilock unnessecarily in xfs_qm_dqattach by Christoph Hellwig · 12 years ago
  34. 8a00ebe xfs: Ensure inode reclaim can run during quotacheck by Dave Chinner · 12 years ago
  35. da5bf95 xfs: don't fill statvfs with project quota for a directory if it was not enabled. by Jie Liu · 12 years ago
  36. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  37. f21ce8f Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  38. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  39. 5a5881c xfs: add lots of attribute trace points by Dave Chinner · 12 years ago
  40. d97d32e xfs: Fix oops on IO error during xlog_recover_process_iunlinks() by Jan Kara · 12 years ago
  41. a66d636 xfs: fix fstrim offset calculations by Dave Chinner · 12 years ago
  42. 3948659 xfs: Account log unmount transaction correctly by Dave Chinner · 12 years ago
  43. 5132ba8 xfs: don't cache inodes read through bulkstat by Dave Chinner · 12 years ago
  44. f616137 xfs: trace xfs_name strings correctly by Christoph Hellwig · 12 years ago
  45. 49d99a2 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  46. c999a22 xfs: introduce an allocation workqueue by Dave Chinner · 12 years ago
  47. 1a1d772 xfs: Fix open flag handling in open_by_handle code by Dave Chinner · 12 years ago
  48. 5575acc xfs: fix deadlock in xfs_rtfree_extent by Kamal Dasu · 12 years ago
  49. 1c2ccc6 fs: xfs: fix section mismatch in linux-next by Gerard Snitselaar · 12 years ago
  50. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  51. 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 13 years ago
  52. f074211 xfs: fallback to vmalloc for large buffers in xfs_getbmap by Dave Chinner · 12 years ago
  53. ad650f5 xfs: fallback to vmalloc for large buffers in xfs_attrmulti_attr_get by Dave Chinner · 12 years ago
  54. 6eb2466 xfs: remove remaining scraps of struct xfs_iomap by Dave Chinner · 12 years ago
  55. f30d500 xfs: fix inode lookup race by Dave Chinner · 12 years ago
  56. 8d2a5e6 xfs: clean up minor sparse warnings by Dave Chinner · 12 years ago
  57. a05931c xfs: remove the global xfs_Gqm structure by Christoph Hellwig · 12 years ago
  58. b84a3a9 xfs: remove the per-filesystem list of dquots by Christoph Hellwig · 12 years ago
  59. 9f920f1 xfs: use per-filesystem radix trees for dquot lookup by Christoph Hellwig · 12 years ago
  60. f8739c3 xfs: per-filesystem dquot LRU lists by Christoph Hellwig · 12 years ago
  61. 48776fd xfs: use common code for quota statistics by Christoph Hellwig · 12 years ago
  62. 8f639dd xfs: reimplement fdatasync support by Christoph Hellwig · 12 years ago
  63. f5d8d5c xfs: split in-core and on-disk inode log item fields by Christoph Hellwig · 12 years ago
  64. 339a5f5 xfs: make xfs_inode_item_size idempotent by Christoph Hellwig · 12 years ago
  65. 8a9c998 xfs: log timestamp updates by Christoph Hellwig · 12 years ago
  66. 281627d xfs: log file size updates at I/O completion time by Christoph Hellwig · 12 years ago
  67. 84803fb xfs: log file size updates as part of unwritten extent conversion by Christoph Hellwig · 12 years ago
  68. 6923e68 xfs: do not require an ioend for new EOF calculation by Christoph Hellwig · 12 years ago
  69. aa6bf01 xfs: use per-filesystem I/O completion workqueues by Christoph Hellwig · 12 years ago
  70. 8960501 xfs: include reservations in quota reporting by Christoph Hellwig · 13 years ago
  71. 18535a7 xfs: merge xfs_qm_export_dquot into xfs_qm_scall_getquota by Christoph Hellwig · 13 years ago
  72. ad637a1 xfs: only take the ILOCK in xfs_reclaim_inode() by Alex Elder · 13 years ago
  73. 9006fb9 xfs: split and cleanup xfs_log_reserve by Christoph Hellwig · 13 years ago
  74. 42ceedb xfs: share code for grant head availability checks by Christoph Hellwig · 13 years ago
  75. e179840d xfs: share code for grant head wakeups by Christoph Hellwig · 13 years ago
  76. 23ee3df xfs: share code for grant head waiting by Christoph Hellwig · 13 years ago
  77. a79bf2d xfs: add xlog_grant_head_wake_all by Christoph Hellwig · 13 years ago
  78. c303c5b xfs: add xlog_grant_head_init by Christoph Hellwig · 13 years ago
  79. 2849696 xfs: add the xlog_grant_head structure by Christoph Hellwig · 13 years ago
  80. 14a7235 xfs: remove log space waitqueues by Christoph Hellwig · 13 years ago
  81. cfb7cdc xfs: cleanup xfs_log_space_wake by Christoph Hellwig · 13 years ago
  82. 5b03ff1 xfs: remove xfs_trans_unlocked_item by Christoph Hellwig · 13 years ago
  83. 3af1de7 xfs: do exact log space wakeups in xlog_ungrant_log_space by Christoph Hellwig · 13 years ago
  84. 09a423a xfs: split tail_lsn assignments from log space wakeups by Christoph Hellwig · 13 years ago
  85. 70b5437 xfs: cleanup quota check on disk blocks and inodes reservations by Mitsuo Hayasaka · 13 years ago
  86. 33e0eda xfs: make inode quota check more general by Mitsuo Hayasaka · 13 years ago
  87. d0a3fe6 xfs: change available ranges of softlimit and hardlimit in quota check by Mitsuo Hayasaka · 13 years ago
  88. c922bbc xfs: make inode quota check more general by Mitsuo Hayasaka · 13 years ago
  89. 20f12d8 xfs: change available ranges of softlimit and hardlimit in quota check by Mitsuo Hayasaka · 13 years ago
  90. f65020a XFS: xfs_trans_add_item() - don't assign in ASSERT() when compare is intended by Jesper Juhl · 13 years ago
  91. 0529348 XFS: xfs_trans_add_item() - don't assign in ASSERT() when compare is intended by Jesper Juhl · 13 years ago
  92. 92b2e5b3 xfs: use a normal shrinker for the dquot freelist by Christoph Hellwig · 13 years ago
  93. 04da0c8 xfs: use a normal shrinker for the dquot freelist by Christoph Hellwig · 13 years ago
  94. 4177af3 Define new macro XFS_ALL_QUOTA_ACTIVE and simply some usage by Chandra Seetharaman · 13 years ago
  95. 6bd92a2 Change xfs_sb_from_disk() interface to take a mount pointer by Chandra Seetharaman · 13 years ago
  96. 3673141 Define a new function xfs_inode_dquot() by Chandra Seetharaman · 13 years ago
  97. 6967b96 Define a new function xfs_this_quota_on() by Chandra Seetharaman · 13 years ago
  98. b995730 xfs: kill the unused XFS_BB_FSB_OFFSET macro by Amit Sahrawat · 13 years ago
  99. 021000e xfs: show uuid when mount fails due to duplicate uuid by Mitsuo Hayasaka · 13 years ago
  100. 4505360 xfs: pass KM_SLEEP flag to kmem_realloc() in xlog_recover_add_to_cnt_trans() by Mitsuo Hayasaka · 13 years ago