1. 6ea9786 Merge tag 'xfs-for-linus-v3.13-rc1-2' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  2. 2fe8c1c xfs: open code inc_inode_iversion when logging an inode by Dave Chinner · 11 years ago
  3. 8f80587 xfs: increase inode cluster size for v5 filesystems by Dave Chinner · 11 years ago
  4. 9e3908e xfs: fix unlock in xfs_bmap_add_attrfork by Mark Tinguely · 11 years ago
  5. 7e1a1e9 Merge tag 'xfs-for-linus-v3.13-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  6. c4a391b writeback: do not sync data dirtied after sync start by Jan Kara · 11 years ago
  7. 359d992 xfs: simplify kmem_{zone_}zalloc by Gu Zheng · 11 years ago
  8. d123031 xfs: add tracepoints to AGF/AGI read operations by Dave Chinner · 11 years ago
  9. 750b9c9 xfs: trace AIL manipulations by Dave Chinner · 11 years ago
  10. 2732036 xfs: xfs_remove deadlocks due to inverted AGF vs AGI lock ordering by Dave Chinner · 11 years ago
  11. bb86d21 xfs: fix the extent count when allocating an new indirection array entry by Jie Liu · 11 years ago
  12. 10e6e65 xfs: be more forgiving of a v4 secondary sb w/ junk in v5 fields by Eric Sandeen · 11 years ago
  13. 643f7c4 xfs: fix possible NULL dereference in xlog_verify_iclog by Geyslan G. Bem · 11 years ago
  14. 5bf1f43 xfs:xfs_dir2_node.c: pointer use before check for null by Denis Efremov · 11 years ago
  15. ad22c7a xfs: prevent stack overflows from page cache allocation by Dave Chinner · 11 years ago
  16. 632b89e xfs: fix static and extern sparse warnings by Dave Chinner · 11 years ago
  17. a629362 xfs: validity check the directory block leaf entry count by Dave Chinner · 11 years ago
  18. b01ef65 xfs: make dir2 ftype offset pointers explicit by Dave Chinner · 11 years ago
  19. 1c9a5b2 xfs: convert directory vector functions to constants by Dave Chinner · 11 years ago
  20. 24dd0f5 xfs: convert directory vector functions to constants by Dave Chinner · 11 years ago
  21. 01ba43b xfs: vectorise encoding/decoding directory headers by Dave Chinner · 11 years ago
  22. 4bceb18 xfs: vectorise DA btree operations by Dave Chinner · 11 years ago
  23. 4141956 xfs: vectorise directory leaf operations by Dave Chinner · 11 years ago
  24. 2ca9877 xfs: vectorise directory data operations part 2 by Dave Chinner · 11 years ago
  25. 9d23fc8 xfs: vectorise directory data operations by Dave Chinner · 11 years ago
  26. 4740175 xfs: vectorise remaining shortform dir2 ops by Dave Chinner · 11 years ago
  27. 32c5483 xfs: abstract the differences in dir2/dir3 via an ops vector by Dave Chinner · 11 years ago
  28. c963c61 xfs: split xfs_rtalloc.c for userspace sanity by Dave Chinner · 11 years ago
  29. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  30. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  31. d420e5c xfs: remove unused transaction callback variables by Dave Chinner · 11 years ago
  32. 9aede1d xfs: split dquot buffer operations out by Dave Chinner · 11 years ago
  33. 5706278 xfs: unify directory/attribute format definitions by Dave Chinner · 11 years ago
  34. 70a9883c xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  35. 865e944 xfs: fold xfs_change_file_space into xfs_ioc_space by Christoph Hellwig · 11 years ago
  36. 83aee9e xfs: simplify the fallocate path by Christoph Hellwig · 11 years ago
  37. 5f8aca8 xfs: always hold the iolock when calling xfs_change_file_space by Christoph Hellwig · 11 years ago
  38. 001a3e7 xfs: remove the unused XFS_ATTR_NONBLOCK flag by Christoph Hellwig · 11 years ago
  39. 76ca4c2 xfs: always take the iolock around xfs_setattr_size by Christoph Hellwig · 11 years ago
  40. 59e5a0e xfs: don't break from growfs ag update loop on error by Eric Sandeen · 11 years ago
  41. 31625f2 xfs: don't emit corruption noise on fs probes by Eric Sandeen · 11 years ago
  42. 08e96e1 xfs: remove newlines from strings passed to __xfs_printk by Eric Sandeen · 11 years ago
  43. 2c6e24c xfs: prevent deadlock trying to cover an active log by Dave Chinner · 11 years ago
  44. 74564fb xfs: clean up xfs_inactive() error handling, kill VN_INACTIVE_[NO]CACHE by Brian Foster · 11 years ago
  45. 88877d2 xfs: push down inactive transaction mgmt for ifree by Brian Foster · 11 years ago
  46. f7be2d7 xfs: push down inactive transaction mgmt for truncate by Brian Foster · 11 years ago
  47. 36b21dd xfs: push down inactive transaction mgmt for remote symlinks by Brian Foster · 11 years ago
  48. 2900a57 xfs: add the inode directory type support to XFS_IOC_FSGEOM by Mark Tinguely · 11 years ago
  49. b2a42f7 xfs: Use kmem_free() instead of free() by Thierry Reding · 11 years ago
  50. 9b3b77f xfs: fix memory leak in xlog_recover_add_to_trans by tinguely@sgi.com · 11 years ago
  51. 6d31349 xfs: dirent dtype presence is dependent on directory magic numbers by Dave Chinner · 11 years ago
  52. 89c6c89 xfs: lockdep needs to know about 3 dquot-deep nesting by Dave Chinner · 11 years ago
  53. d948709 xfs: remove usage of is_bad_inode by Ben Myers · 11 years ago
  54. 17ec81c xfs: fix the wrong new_size/rnew_size at xfs_iext_realloc_direct() by Jie Liu · 11 years ago
  55. 0799a3e xfs: get rid of count from xfs_iomap_write_allocate() by Jie Liu · 11 years ago
  56. aaaae98 xfs: Use kmem_free() instead of free() by Thierry Reding · 11 years ago
  57. 519ccb8 xfs: fix memory leak in xlog_recover_add_to_trans by tinguely@sgi.com · 11 years ago
  58. 367993e xfs: dirent dtype presence is dependent on directory magic numbers by Dave Chinner · 11 years ago
  59. f112a04 xfs: lockdep needs to know about 3 dquot-deep nesting by Dave Chinner · 11 years ago
  60. 997def2 xfs: fix node forward in xfs_node_toosmall by Mark Tinguely · 11 years ago
  61. 566055d xfs: log recovery lsn ordering needs uuid check by Dave Chinner · 11 years ago
  62. b771af2 xfs: fix XFS_IOC_FREE_EOFBLOCKS definition by Dave Chinner · 11 years ago
  63. b313a5f xfs: asserting lock not held during freeing not valid by Dave Chinner · 11 years ago
  64. 4885235 xfs: lock the AIL before removing the buffer item by Dave Chinner · 11 years ago
  65. e0ea404 Merge tag 'xfs-for-linus-v3.12-rc1-2' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  66. ac4de95 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  67. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  68. 08474ed xfs: remove dead code from xlog_recover_inode_pass2 by Mark Tinguely · 11 years ago
  69. aa9e104 xfs: = vs == typo in ASSERT() by Dan Carpenter · 11 years ago
  70. f5e1dd3 super: fix for destroy lrus by Glauber Costa · 11 years ago
  71. 5ca302c list_lru: dynamically adjust node arrays by Glauber Costa · 11 years ago
  72. 3516341 xfs: fix dquot isolation hang by Dave Chinner · 11 years ago
  73. 2f5b56f xfs-convert-dquot-cache-lru-to-list_lru-fix by Andrew Morton · 11 years ago
  74. cd56a39 xfs: convert dquot cache lru to list_lru by Dave Chinner · 11 years ago
  75. a408235 xfs: rework buffer dispose list tracking by Dave Chinner · 11 years ago
  76. addbda4 xfs-convert-buftarg-lru-to-generic-code-fix by Andrew Morton · 11 years ago
  77. e80dfa1 xfs: convert buftarg LRU to generic code by Dave Chinner · 11 years ago
  78. 9b17c62 fs: convert inode and dentry shrinking to be node aware by Dave Chinner · 11 years ago
  79. 0a234c6 shrinker: convert superblock shrinkers to new API by Dave Chinner · 11 years ago
  80. 55f841c super: fix calculation of shrinkable objects for small numbers by Glauber Costa · 11 years ago
  81. 74ffa79 xfs: don't assert fail on bad inode numbers by Dave Chinner · 11 years ago
  82. 46f9d2e xfs: aborted buf items can be in the AIL. by Dave Chinner · 11 years ago
  83. fdd3cce xfs: factor all the kmalloc-or-vmalloc fallback allocations by Dave Chinner · 11 years ago
  84. 2dc164f xfs: fix memory allocation failures with ACLs by Dave Chinner · 11 years ago
  85. 0a4edc8 xfs: ensure we copy buffer type in da btree root splits by Dave Chinner · 11 years ago
  86. daf7b79 xfs: set remote symlink buffer type for recovery by Dave Chinner · 11 years ago
  87. 638f4416 xfs: recovery of swap extents operations for CRC filesystems by Dave Chinner · 11 years ago
  88. 21b5c97 xfs: swap extents operations for CRC filesystems by Dave Chinner · 11 years ago
  89. 0f295a2 xfs: check magic numbers in dir3 leaf verifier first by Dave Chinner · 11 years ago
  90. a30b036 xfs: fix some minor sparse warnings by Dave Chinner · 11 years ago
  91. e9fbbad xfs: fix endian warning in xlog_recover_get_buf_lsn() by Dave Chinner · 11 years ago
  92. 300893b Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  93. 7b7a866 direct-io: Implement generic deferred AIO completions by Christoph Hellwig · 11 years ago
  94. 1d03c6f xfs: XFS_MOUNT_QUOTA_ALL needed by userspace by Dave Chinner · 11 years ago
  95. 50fc5f7 xfs: dtype changed xfs_dir2_sfe_put_ino to xfs_dir3_sfe_put_ino by Dave Chinner · 11 years ago
  96. 914ed44 Fix wrong flag ASSERT in xfs_attr_shortform_getvalue by Eric Sandeen · 12 years ago
  97. 904c17e xfs: finish removing IOP_* macros. by Dave Chinner · 11 years ago
  98. 2395670 xfs: inode log reservations are too small by Dave Chinner · 11 years ago
  99. b121099 xfs: check correct status variable for xfs_inobt_get_rec() call by Brian Foster · 11 years ago
  100. d891400 xfs: inode buffers may not be valid during recovery readahead by Dave Chinner · 11 years ago