1. 5706278 xfs: unify directory/attribute format definitions by Dave Chinner · 11 years ago
  2. 70a9883c xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  3. 865e944 xfs: fold xfs_change_file_space into xfs_ioc_space by Christoph Hellwig · 11 years ago
  4. 83aee9e xfs: simplify the fallocate path by Christoph Hellwig · 11 years ago
  5. 5f8aca8 xfs: always hold the iolock when calling xfs_change_file_space by Christoph Hellwig · 11 years ago
  6. 001a3e7 xfs: remove the unused XFS_ATTR_NONBLOCK flag by Christoph Hellwig · 11 years ago
  7. 76ca4c2 xfs: always take the iolock around xfs_setattr_size by Christoph Hellwig · 11 years ago
  8. 59e5a0e xfs: don't break from growfs ag update loop on error by Eric Sandeen · 11 years ago
  9. 31625f2 xfs: don't emit corruption noise on fs probes by Eric Sandeen · 11 years ago
  10. 08e96e1 xfs: remove newlines from strings passed to __xfs_printk by Eric Sandeen · 11 years ago
  11. 2c6e24c xfs: prevent deadlock trying to cover an active log by Dave Chinner · 11 years ago
  12. 74564fb xfs: clean up xfs_inactive() error handling, kill VN_INACTIVE_[NO]CACHE by Brian Foster · 11 years ago
  13. 88877d2 xfs: push down inactive transaction mgmt for ifree by Brian Foster · 11 years ago
  14. f7be2d7 xfs: push down inactive transaction mgmt for truncate by Brian Foster · 11 years ago
  15. 36b21dd xfs: push down inactive transaction mgmt for remote symlinks by Brian Foster · 11 years ago
  16. 2900a57 xfs: add the inode directory type support to XFS_IOC_FSGEOM by Mark Tinguely · 11 years ago
  17. d948709 xfs: remove usage of is_bad_inode by Ben Myers · 11 years ago
  18. 17ec81c xfs: fix the wrong new_size/rnew_size at xfs_iext_realloc_direct() by Jie Liu · 11 years ago
  19. 0799a3e xfs: get rid of count from xfs_iomap_write_allocate() by Jie Liu · 11 years ago
  20. aaaae98 xfs: Use kmem_free() instead of free() by Thierry Reding · 11 years ago
  21. 519ccb8 xfs: fix memory leak in xlog_recover_add_to_trans by tinguely@sgi.com · 11 years ago
  22. 367993e xfs: dirent dtype presence is dependent on directory magic numbers by Dave Chinner · 11 years ago
  23. f112a04 xfs: lockdep needs to know about 3 dquot-deep nesting by Dave Chinner · 11 years ago
  24. 997def2 xfs: fix node forward in xfs_node_toosmall by Mark Tinguely · 11 years ago
  25. 566055d xfs: log recovery lsn ordering needs uuid check by Dave Chinner · 11 years ago
  26. b771af2 xfs: fix XFS_IOC_FREE_EOFBLOCKS definition by Dave Chinner · 11 years ago
  27. b313a5f xfs: asserting lock not held during freeing not valid by Dave Chinner · 11 years ago
  28. 4885235 xfs: lock the AIL before removing the buffer item by Dave Chinner · 11 years ago
  29. e0ea404 Merge tag 'xfs-for-linus-v3.12-rc1-2' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  30. ac4de95 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  31. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  32. 08474ed xfs: remove dead code from xlog_recover_inode_pass2 by Mark Tinguely · 11 years ago
  33. aa9e104 xfs: = vs == typo in ASSERT() by Dan Carpenter · 11 years ago
  34. f5e1dd3 super: fix for destroy lrus by Glauber Costa · 11 years ago
  35. 5ca302c list_lru: dynamically adjust node arrays by Glauber Costa · 11 years ago
  36. 3516341 xfs: fix dquot isolation hang by Dave Chinner · 11 years ago
  37. 2f5b56f xfs-convert-dquot-cache-lru-to-list_lru-fix by Andrew Morton · 11 years ago
  38. cd56a39 xfs: convert dquot cache lru to list_lru by Dave Chinner · 11 years ago
  39. a408235 xfs: rework buffer dispose list tracking by Dave Chinner · 11 years ago
  40. addbda4 xfs-convert-buftarg-lru-to-generic-code-fix by Andrew Morton · 11 years ago
  41. e80dfa1 xfs: convert buftarg LRU to generic code by Dave Chinner · 11 years ago
  42. 9b17c62 fs: convert inode and dentry shrinking to be node aware by Dave Chinner · 11 years ago
  43. 0a234c6 shrinker: convert superblock shrinkers to new API by Dave Chinner · 11 years ago
  44. 55f841c super: fix calculation of shrinkable objects for small numbers by Glauber Costa · 11 years ago
  45. 74ffa79 xfs: don't assert fail on bad inode numbers by Dave Chinner · 11 years ago
  46. 46f9d2e xfs: aborted buf items can be in the AIL. by Dave Chinner · 11 years ago
  47. fdd3cce xfs: factor all the kmalloc-or-vmalloc fallback allocations by Dave Chinner · 11 years ago
  48. 2dc164f xfs: fix memory allocation failures with ACLs by Dave Chinner · 11 years ago
  49. 0a4edc8 xfs: ensure we copy buffer type in da btree root splits by Dave Chinner · 11 years ago
  50. daf7b79 xfs: set remote symlink buffer type for recovery by Dave Chinner · 11 years ago
  51. 638f4416 xfs: recovery of swap extents operations for CRC filesystems by Dave Chinner · 11 years ago
  52. 21b5c97 xfs: swap extents operations for CRC filesystems by Dave Chinner · 11 years ago
  53. 0f295a2 xfs: check magic numbers in dir3 leaf verifier first by Dave Chinner · 11 years ago
  54. a30b036 xfs: fix some minor sparse warnings by Dave Chinner · 11 years ago
  55. e9fbbad xfs: fix endian warning in xlog_recover_get_buf_lsn() by Dave Chinner · 11 years ago
  56. 300893b Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  57. 7b7a866 direct-io: Implement generic deferred AIO completions by Christoph Hellwig · 11 years ago
  58. 1d03c6f xfs: XFS_MOUNT_QUOTA_ALL needed by userspace by Dave Chinner · 11 years ago
  59. 50fc5f7 xfs: dtype changed xfs_dir2_sfe_put_ino to xfs_dir3_sfe_put_ino by Dave Chinner · 11 years ago
  60. 914ed44 Fix wrong flag ASSERT in xfs_attr_shortform_getvalue by Eric Sandeen · 12 years ago
  61. 904c17e xfs: finish removing IOP_* macros. by Dave Chinner · 11 years ago
  62. 2395670 xfs: inode log reservations are too small by Dave Chinner · 11 years ago
  63. b121099 xfs: check correct status variable for xfs_inobt_get_rec() call by Brian Foster · 11 years ago
  64. d891400 xfs: inode buffers may not be valid during recovery readahead by Dave Chinner · 11 years ago
  65. 50d5c8d xfs: check LSN ordering for v5 superblocks during recovery by Dave Chinner · 11 years ago
  66. b58fa55 xfs: btree block LSN escaping to disk uninitialised by Dave Chinner · 11 years ago
  67. 3780437 XFS: Assertion failed: first <= last && last < BBTOB(bp->b_length), file: fs/xfs/xfs_trans_buf.c, line: 568 by Dave Chinner · 11 years ago
  68. 0f0d334 xfs: fix bad dquot buffer size in log recovery readahead by Dave Chinner · 11 years ago
  69. 84a5b73 xfs: don't account buffer cancellation during log recovery readahead by Dave Chinner · 11 years ago
  70. 0d0ab12 xfs: check for underflow in xfs_iformat_fork() by Dan Carpenter · 11 years ago
  71. 98f7462 xfs: xfs_dir3_sfe_put_ino can be static by Fengguang Wu · 11 years ago
  72. 00574da xfs: introduce object readahead to log recovery by Zhi Yong Wu · 11 years ago
  73. 8d1d408 xfs: Simplify xfs_ail_min() with list_first_entry_or_null() by Jie Liu · 11 years ago
  74. 46677e6 xfs: Register hotcpu notifier after initialization by Richard Weinberger · 11 years ago
  75. 3e3c51c xfs: add xfs sb v4 support for dirent filetype field by Mark Tinguely · 11 years ago
  76. 1c55cec xfs: Add write support for dirent filetype field by Dave Chinner · 11 years ago
  77. 0cb9776 xfs: Add read-only support for dirent filetype field by Dave Chinner · 11 years ago
  78. 5d5e3d5 xfs: Add support for the Q_XGETQSTATV by Chandra Seetharaman · 11 years ago
  79. c2bfbc9 xfs: fix the comment of xfs_mountfs() by Zhi Yong Wu · 11 years ago
  80. 2533787 xfs: fix the comment of xfs_sb_quiet_read_verify() by Zhi Yong Wu · 11 years ago
  81. 8ba701e xfs: fix the comment of xlog_recover_do_dquot_buffer() by Zhi Yong Wu · 11 years ago
  82. 8e159e7 xfs: fix the comment of xfs_log_unmount_write() by Zhi Yong Wu · 11 years ago
  83. 0b8182d xfs: fix the comment of xfs_ifree_cluster() by Zhi Yong Wu · 11 years ago
  84. 2f21ff1 xfs: fix the comment of xfs_ialloc_ag_select() by Zhi Yong Wu · 11 years ago
  85. b3c49634 xfs: fix the comment of xfs_extent_busy_update_extent() by Zhi Yong Wu · 11 years ago
  86. 8b4ad79 xfs: fix the comment of xfs_setsize_buftarg_early() by Zhi Yong Wu · 11 years ago
  87. ad4809b xfs: fix the comment of xfs_bmap_punch_delalloc_range() by Zhi Yong Wu · 11 years ago
  88. 02bb487 xfs: fix the comment of xfs_bmap_last_before() by Zhi Yong Wu · 11 years ago
  89. a97f4df xfs: fix the comment of xfs_bmap_validate_ret() by Zhi Yong Wu · 11 years ago
  90. 8be11e9 xfs: fix the comment of xfs_bmap_count_tree() by Zhi Yong Wu · 11 years ago
  91. c7c1a7d xfs: rename bio_add_buffer() to xfs_bio_add_buffer() by Zhi Yong Wu · 11 years ago
  92. 0a94da2 xfs: fix the comment of xlog_find_head() by Zhi Yong Wu · 11 years ago
  93. 34be5ff xfs: fix the comment of xlog_recover_buffer_pass2() by Zhi Yong Wu · 11 years ago
  94. 5c75390 xfs: remove two unused macro definitions in xfs_linux.h by Zhi Yong Wu · 11 years ago
  95. 1cb9386 xfs: fix the comment of xfs_btree_get_iroot() by Zhi Yong Wu · 11 years ago
  96. f6c2734 xfs: fix the comment of xfs_iroot_realloc() by Zhi Yong Wu · 11 years ago
  97. 7c3e664 xfs: remove one blank line in xfs_btree_make_block_unfull() by Zhi Yong Wu · 11 years ago
  98. ac0e300 xfs: fix the comment of xlog_write_setup_copy() by Zhi Yong Wu · 11 years ago
  99. 99e738b7 xfs: fix the comment of xfs_mod_incore_sb_unlocked() by Zhi Yong Wu · 11 years ago
  100. 49d3da1 xfs: fix the comment of xfs_btree_lookup() by Zhi Yong Wu · 11 years ago