1. 71a8c87 [XFS] Remove xfs_iext_irec_compact_full() by Lachlan McIlroy · 16 years ago
  2. f1ccd29 [XFS] Fix extent list corruption in xfs_iext_irec_compact_full(). by Lachlan McIlroy · 16 years ago
  3. 2fd6f6e [XFS] Don't do I/O beyond eof when unreserving space by Lachlan McIlroy · 16 years ago
  4. e1f5dbd [XFS] Fix use-after-free with buffers by Lachlan McIlroy · 16 years ago
  5. f9114eb [XFS] Prevent lockdep false positives when locking two inodes. by David Chinner · 16 years ago
  6. b5b8c9a [XFS] Fix barrier status change detection. by David Chinner · 16 years ago
  7. 364f358 [XFS] Prevent direct I/O from mapping extents beyond eof by Lachlan McIlroy · 16 years ago
  8. 6efdf28 [XFS] Fix regression introduced by remount fixup by Christoph Hellwig · 16 years ago
  9. 31bd61f [XFS] Move memory allocations for log tracing out of the critical path by Lachlan McIlroy · 16 years ago
  10. 59af158 [PATCH] fix ->llseek() for a bunch of directories by Al Viro · 16 years ago
  11. e45b590 [PATCH] change d_add_ci argument ordering by Christoph Hellwig · 16 years ago
  12. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 16 years ago
  13. 9e2b2dc CRED: Introduce credential access wrappers by David Howells · 16 years ago
  14. c6a7b0f [XFS] Fix use after free in xfs_log_done(). by Lachlan McIlroy · 16 years ago
  15. c94312d [XFS] Make xfs_bmap_*_count_leaves void. by Ruben Porras · 16 years ago
  16. 5695ef46 [XFS] Use KM_NOFS for debug trace buffers by Lachlan McIlroy · 16 years ago
  17. d62c251 [XFS] use KM_MAYFAIL in xfs_mountfs by Christoph Hellwig · 16 years ago
  18. ff4f038 [XFS] refactor xfs_mount_free by Christoph Hellwig · 16 years ago
  19. 6203300 [XFS] don't call xfs_freesb from xfs_unmountfs by Christoph Hellwig · 16 years ago
  20. 41b5c2e [XFS] xfs_unmountfs should return void by Christoph Hellwig · 16 years ago
  21. 4249023 [XFS] cleanup xfs_mountfs by Christoph Hellwig · 16 years ago
  22. 77508ec [XFS] move root inode IRELE into xfs_unmountfs by Christoph Hellwig · 16 years ago
  23. 3a76c1e [XFS] stop using file_update_time by Christoph Hellwig · 16 years ago
  24. 8e5975c [XFS] optimize xfs_ichgtime by Christoph Hellwig · 16 years ago
  25. dff35fd [XFS] update timestamp in xfs_ialloc manually by Christoph Hellwig · 16 years ago
  26. ab4a9b0 [XFS] remove the sema_t from XFS. by David Chinner · 16 years ago
  27. e1f49cf [XFS] replace dquot flush semaphore with a completion by David Chinner · 16 years ago
  28. c63942d [XFS] replace inode flush semaphore with a completion by David Chinner · 16 years ago
  29. b4dd330 [XFS] replace the XFS buf iodone semaphore with a completion by David Chinner · 16 years ago
  30. 12017fa [XFS] clean up stale references to semaphores by David Chinner · 16 years ago
  31. 597bca6 [XFS] use get_unaligned_* helpers by Harvey Harrison · 16 years ago
  32. d63f154 [XFS] Fix compile failure in xfs_buf_trace() by Lachlan McIlroy · 16 years ago
  33. 169d622 [XFS] Use the same btree_cur union member for alloc and inobt trees. by Christoph Hellwig · 16 years ago
  34. cdcf4333 [XFS] small cleanups in xfs_btree.c by Christoph Hellwig · 16 years ago
  35. 41be8be [XFS] sanitize xfs_initialize_vnode by Christoph Hellwig · 16 years ago
  36. 5ec7f8c [XFS] kill bhv_vnode_t by Christoph Hellwig · 16 years ago
  37. df80c93 [XFS] remove some easy bhv_vnode_t instances by Christoph Hellwig · 16 years ago
  38. e1cccd9 [XFS] kill xfs_lock_dir_and_entry by Christoph Hellwig · 16 years ago
  39. 1550d0b [XFS] kill INDUCE_IO_ERROR by Christoph Hellwig · 16 years ago
  40. 907f49a [XFS] implement IHOLD/IRELE directly by Christoph Hellwig · 16 years ago
  41. 0b1f9177 [XFS] remove remaining VN_HOLD calls by Christoph Hellwig · 16 years ago
  42. 604323c [XFS] remove spurious VN_HOLD/VN_RELE calls from xfs_acl.c by Christoph Hellwig · 16 years ago
  43. 863890c [XFS] kill vn_to_inode by Christoph Hellwig · 16 years ago
  44. a19d033 [XFS] Remove vn_from_inode() by Christoph Hellwig · 16 years ago
  45. 39dab9d [XFS] remove shouting-indirection macros from xfs_trans.h by Eric Sandeen · 16 years ago
  46. db7a2c7 [XFS] convert xfs to use ERR_CAST by Eric Sandeen · 16 years ago
  47. cdeb380 [XFS] remove INT_GET and friends by Eric Sandeen · 16 years ago
  48. 322ff6b [XFS] Move xfs_attr_rolltrans to xfs_trans_roll by Niv Sardi · 16 years ago
  49. a738159 [XFS] don't leak m_fsname/m_rtname/m_logname by Christoph Hellwig · 16 years ago
  50. 5e9da7b [XFS] Move attr log alloc size calculator to another function. by Niv Sardi · 16 years ago
  51. 6785073 [XFS] Use KM_NOFS for incore inode extent tree allocation V2 by David Chinner · 16 years ago
  52. e6064d3 [XFS] XFS: Kill xfs_vtoi() by David Chinner · 16 years ago
  53. e4f7529 [XFS] Kill shouty XFS_ITOV() macro by David Chinner · 16 years ago
  54. 705db4a [XFS] kill shouty XFS_ITOV_NULL macro by David Chinner · 16 years ago
  55. 0165164 [XFS] Avoid directly referencing the VFS inode. by David Chinner · 16 years ago
  56. 3790689 [XFS] Do not access buffers after dropping reference count by Lachlan McIlroy · 16 years ago
  57. 79071eb [XFS] Use the generic bitops rather than implementing them ourselves. by David Chinner · 16 years ago
  58. ca5de40 fs: rename buffer trylock by Nick Piggin · 16 years ago
  59. 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
  60. f13fae2 [XFS] Remove vn_revalidate calls in xfs. by Christoph Hellwig · 16 years ago
  61. 0f285c8 [XFS] Now that xfs_setattr is only used for attributes set from ->setattr by Christoph Hellwig · 16 years ago
  62. 25fe55e [XFS] xfs_setattr currently doesn't just handle the attributes set through by Christoph Hellwig · 16 years ago
  63. c032bfc [XFS] fix use after free with external logs or real-time devices by Lachlan McIlroy · 16 years ago
  64. 6a617dd [XFS] A bug was found in xfs_bmap_add_extent_unwritten_real(). In a by Tim Shimmin · 16 years ago
  65. 766b092 [XFS] fix compilation without CONFIG_PROC_FS by Christoph Hellwig · 16 years ago
  66. 26cc002 [XFS] s/XFS_PURGE_INODE/IRELE/g s/VN_HOLD(XFS_ITOV())/IHOLD()/ by Christoph Hellwig · 16 years ago
  67. 62a877e [XFS] fix mount option parsing in remount by Christoph Hellwig · 16 years ago
  68. deeb591 [XFS] Disable queue flag test in barrier check. by Eric Sandeen · 16 years ago
  69. 9f8868f [XFS] streamline init/exit path by Christoph Hellwig · 16 years ago
  70. 136f8f2 [XFS] Fix up problem when CONFIG_XFS_POSIX_ACL is not set and yet we still by Tim Shimmin · 16 years ago
  71. 2edbddd [XFS] Don't assert if trying to mount with blocksize > pagesize by Lachlan McIlroy · 16 years ago
  72. 8f8670b [XFS] Don't update mtime on rename source by Christoph Hellwig · 16 years ago
  73. 313b5c7 [XFS] Allow xfs_bmbt_split() to fallback to the lowspace allocator algorithm by Lachlan McIlroy · 16 years ago
  74. b877e3d [XFS] Restore the lowspace extent allocator algorithm by Lachlan McIlroy · 16 years ago
  75. 4ddd8bb [XFS] use minleft when allocating in xfs_bmbt_split() by Lachlan McIlroy · 16 years ago
  76. e182f57 [XFS] attrmulti cleanup by Christoph Hellwig · 16 years ago
  77. 90ad58a [XFS] Check for invalid flags in xfs_attrlist_by_handle. by Christoph Hellwig · 16 years ago
  78. 07fe4dd [XFS] Fix CI lookup in leaf-form directories by Barry Naujok · 16 years ago
  79. f9e09f0 [XFS] Use the generic xattr methods. by Lachlan McIlroy · 16 years ago
  80. ddea2d5 [XFS] Always reset btree cursor after an insert by Lachlan McIlroy · 16 years ago
  81. 6bd8fc8 [XFS] Convert ASSERTs to XFS_WANT_CORRUPTED_GOTOs by Lachlan McIlroy · 16 years ago
  82. 90bb7ab [XFS] Fix returning case-preserved name with CI node form directories by Barry Naujok · 16 years ago
  83. e570070 [XFS] Don't update i_size for directories and special files by Christoph Hellwig · 16 years ago
  84. 8f112e3 [XFS] Merge xfs_rmdir into xfs_remove by Christoph Hellwig · 16 years ago
  85. 61f10fa [XFS] Fix up warning for xfs_vn_listxatt's call of list_one_attr() with by Tim Shimmin · 16 years ago
  86. 6278deb [XFS] fix extent corruption in xfs_iext_irec_compact_full() by Lachlan McIlroy · 16 years ago
  87. 7f871d5 [XFS] make inode reclaim wait for log I/O to complete by Lachlan McIlroy · 16 years ago
  88. ad9b463 [XFS] Switches xfs_vn_listxattr to set it's put_listent callback directly by Christoph Hellwig · 16 years ago
  89. caf8aab [XFS] Factor out code for whether inode has attributes or not. by Christoph Hellwig · 16 years ago
  90. ae23a5e [XFS] Pack some shortform dir2 structures for the ARM old ABI architecture. by Eric Sandeen · 16 years ago
  91. 0ec5851 [XFS] Use the generic xattr methods. by Lachlan McIlroy · 16 years ago
  92. d532506 [XFS] Invalidate dentry in unlink/rmdir if in case-insensitive mode by Barry Naujok · 16 years ago
  93. 87affd08 [XFS] Zero uninitialised xfs_da_args structure in xfs_dir2.c by Barry Naujok · 16 years ago
  94. 866d5dc [XFS] Remove d_add call for an ENOENT lookup return code by Barry Naujok · 16 years ago
  95. d3689d7 [XFS] kmem_free and kmem_realloc to use const void * by Barry Naujok · 16 years ago
  96. 189f4bf [XFS] XFS: ASCII case-insensitive support by Barry Naujok · 16 years ago
  97. 384f3ce [XFS] Return case-insensitive match for dentry cache by Barry Naujok · 16 years ago
  98. 6a17810 [XFS] Add op_flags field and helpers to xfs_da_args by Barry Naujok · 16 years ago
  99. 5163f95 [XFS] Name operation vector for hash and compare by Barry Naujok · 16 years ago
  100. 68f34d5 [XFS] by Eric Sandeen · 16 years ago