1. d234154 [XFS] Use power-of-2 sized buffers to reduce overhead by David Chinner · 16 years ago
  2. 6ee4752 [XFS] Use atomic counters for ktrace buffer indexes by David Chinner · 16 years ago
  3. 44d814c [XFS] Update c/mtime correctly on truncates by David Chinner · 16 years ago
  4. 24bd861 [XFS] don't encode parent in nfs filehandles unless nessecary by Christoph Hellwig · 16 years ago
  5. 126468b [XFS] kill xfs_rwlock/xfs_rwunlock by Christoph Hellwig · 16 years ago
  6. 4397396 [XFS] kill xfs_get_dir_entry by Christoph Hellwig · 16 years ago
  7. a8b3acd [XFS] vnode cleanup in xfs_fs_subr.c by Christoph Hellwig · 16 years ago
  8. db0bb7b [XFS] cleanup xfs_vn_mknod by Christoph Hellwig · 16 years ago
  9. 155cc6b [XFS] Use atomics for iclog reference counting by David Chinner · 16 years ago
  10. b589334 [XFS] Prevent AIL lock contention during transaction completion by David Chinner · 16 years ago
  11. 3354040 [XFS] Use xfs_inode_clean() in more places by David Chinner · 16 years ago
  12. bad5584 [XFS] Remove the xfs_icluster structure by David Chinner · 16 years ago
  13. a3f74ff [XFS] Don't block pdflush when writing back inodes by David Chinner · 16 years ago
  14. 4ae29b4 [XFS] Factor xfs_itobp() and xfs_inotobp(). by David Chinner · 16 years ago
  15. e9a56b7 [XFS] Fix regression due to refcache removal by Lachlan McIlroy · 16 years ago
  16. 163d368 [XFS] Remove the xfs_refcache by Donald Douwsma · 16 years ago
  17. 461aa8a [XFS] make inode reclaim synchronise with xfs_iflush_done() by Lachlan McIlroy · 16 years ago
  18. e12070a [XFS] actually check error returned by xfs_flush_pages, clean up and by Niv Sardi · 16 years ago
  19. e6957ea [XFS] Ensure "both" features2 slots are consistent by Eric Sandeen · 16 years ago
  20. ee1c090 [XFS] Fix superblock features2 field alignment problem by David Chinner · 16 years ago
  21. 6211870 [XFS] remove shouting-indirection macros from xfs_sb.h by Eric Sandeen · 16 years ago
  22. 72772a3 [XFS] fix inode leak in xfs_iget_core() by David Chinner · 16 years ago
  23. 92d9cd1 [XFS] 977545 977545 977545 977545 977545 977545 xfsaild causing too many wakeups by David Chinner · 16 years ago
  24. 1bd960e [XFS] If you mount an XFS filesystem with no mount options at all, then by Josef Jeff Sipek · 16 years ago
  25. ef8ece5 [XFS] Undo bit ops cleanup mod due to regression on 32-bit powermac platform. by Lachlan McIlroy · 16 years ago
  26. db69c91 [XFS] Undo bit ops cleanup mod due to regression on 32-bit powermac platform. by Lachlan McIlroy · 16 years ago
  27. 6e5e934 Remove empty file fs/xfs/Makefile-linux-2.6. by Lachlan McIlroy · 16 years ago
  28. c58310b Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus by Lachlan McIlroy · 16 years ago
  29. 269cdfa [XFS] Added quota targets and removed dmapi directory by Lachlan McIlroy · 17 years ago
  30. 794f744 [XFS] Fix up xfs out-of-tree builds. (a.k.a. external modules) by Eric Sandeen · 17 years ago
  31. 58b7983 [XFS] Remove Makefile wrappers in XFS by Andi Kleen · 17 years ago
  32. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  33. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  34. 413d57c xfs: convert beX_add to beX_add_cpu (new common API) by Marcin Slusarz · 16 years ago
  35. 0b61a2b Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 by Linus Torvalds · 16 years ago
  36. de2eeea [XFS] add __init/__exit mark to specific init/cleanup functions by Lachlan McIlroy · 16 years ago
  37. 450790a [XFS] Fix oops in xfs_file_readdir() by David Chinner · 16 years ago
  38. cbc89dc [XFS] kill xfs_root by Christoph Hellwig · 16 years ago
  39. 4188c78 [XFS] keep i_nlink updated and use proper accessors by Christoph Hellwig · 16 years ago
  40. 222096a [XFS] stop updating inode->i_blocks by Christoph Hellwig · 16 years ago
  41. de08dbc [XFS] Make xfs_ail_check check less by default by David Chinner · 16 years ago
  42. 249a8c1 [XFS] Move AIL pushing into it's own thread by David Chinner · 16 years ago
  43. 4576758 [XFS] use generic_permission by Christoph Hellwig · 16 years ago
  44. f6aa7f2 [XFS] stop re-checking permissions in xfs_swapext by Christoph Hellwig · 16 years ago
  45. 35fec8d [XFS] clean up xfs_swapext by Christoph Hellwig · 16 years ago
  46. 199037c [XFS] remove permission check from xfs_change_file_space by Christoph Hellwig · 16 years ago
  47. 9742bb9 [XFS] prevent panic during log recovery due to bogus op_hdr length by Lachlan McIlroy · 17 years ago
  48. f71354b [XFS] Cleanup various fid related bits: by Christoph Hellwig · 17 years ago
  49. edd319d [XFS] Fix xfs_lowbit64 by David Chinner · 17 years ago
  50. 45ba598 [XFS] Remove CFORK macros and use code directly in IFORK and DFORK macros. by Christoph Hellwig · 17 years ago
  51. a9759f2 [XFS] kill superflous buffer locking (2nd attempt) by Christoph Hellwig · 17 years ago
  52. 40ebd81 [XFS] Use kernel-supplied "roundup_pow_of_two" for simplicity by Robert P. J. Day · 17 years ago
  53. e6a4b37 [XFS] Remove the BPCSHIFT and NB* based macros from XFS. by Tim Shimmin · 17 years ago
  54. f7b7c36 [XFS] Remove bogus assert by Niv Sardi · 17 years ago
  55. 71ddabb [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config by Eric Sandeen · 17 years ago
  56. a67d7c5 [XFS] Move platform specific mount option parse out of core XFS code by David Chinner · 17 years ago
  57. 3ed6526 [XFS] Implement fallocate. by David Chinner · 17 years ago
  58. 5d51eff [XFS] Fix inode allocation latency by David Chinner · 17 years ago
  59. e4143a1 [XFS] Fix transaction overrun during writeback. by David Chinner · 17 years ago
  60. 786f486 [XFS] Show all mount args in /proc/mounts by David Chinner · 17 years ago
  61. 8ae2c0f [XFS] Fix sparse warning in xlog_recover_do_efd_trans. by David Chinner · 17 years ago
  62. a8272ce [XFS] Fix up sparse warnings. by David Chinner · 17 years ago
  63. a69b176 [XFS] Use the generic bitops rather than implementing them ourselves. by David Chinner · 17 years ago
  64. c319b58 [XFS] Make xfs_bulkstat() to report unlinked but referenced inodes by Vlad Apostolov · 17 years ago
  65. 98ce2b5 [XFS] 971186 Undo mod xfs-linux-melb:xfs-kern:29845a due to a regression by Lachlan McIlroy · 17 years ago
  66. bc58f9b [XFS] fix 32-bit compat ioctls for GETXFLAGS, SETXFLAGS, GETVERSION by Eric Sandeen · 17 years ago
  67. d4f3cc0 [XFS] lose xfs_hex_dump in favor of print_hex_dump by Eric Sandeen · 17 years ago
  68. 91906a8 [XFS] kill XFS_INOBT_IS_FREE_DISK by Christoph Hellwig · 17 years ago
  69. c40ea74 [XFS] kill superflous buffer locking by Christoph Hellwig · 17 years ago
  70. 0771fb4 [XFS] Refactor xfs_mountfs by Eric Sandeen · 17 years ago
  71. b53e675 [XFS] xlog_rec_header/xlog_rec_ext_header endianess annotations by Christoph Hellwig · 17 years ago
  72. 67fcb7b [XFS] clean up some xfs_log_priv.h macros by Christoph Hellwig · 17 years ago
  73. 03bea6f [XFS] clean up some xfs_log_priv.h macros by Christoph Hellwig · 17 years ago
  74. 9909c4a [XFS] kill xfs_freeze. by Christoph Hellwig · 17 years ago
  75. 10090be [XFS] cleanup vnode useage in xfs_iget.c by Christoph Hellwig · 17 years ago
  76. 6e7f75e [XFS] cleanup vnode useage in xfs_ioctl.c by Christoph Hellwig · 17 years ago
  77. 4ca488e [XFS] Kill off xfs_statvfs. by Christoph Hellwig · 17 years ago
  78. c43f408 [XFS] simplify xfs_vn_getattr by Christoph Hellwig · 17 years ago
  79. 613d704 [XFS] kill xfs_iocore_t by Christoph Hellwig · 17 years ago
  80. 007c61c [XFS] Remove spin.h by Eric Sandeen · 17 years ago
  81. 36e41ee [XFS] Cleanup lock goop. by Eric Sandeen · 17 years ago
  82. 3a0e487 [XFS] ktrace kt_lock is unused, remove it. by Eric Sandeen · 17 years ago
  83. 3685c2a [XFS] Unwrap XFS_SB_LOCK. by Eric Sandeen · 17 years ago
  84. ba74d0c [XFS] Unwrap mru_lock. by Eric Sandeen · 17 years ago
  85. 703e1f0 [XFS] Unwrap xfs_dabuf_global_lock by Eric Sandeen · 17 years ago
  86. 64137e5 [XFS] Unwrap pagb_lock. by Eric Sandeen · 17 years ago
  87. 869b906 [XFS] Unwrap XFS_DQ_PINUNLOCK. by Eric Sandeen · 17 years ago
  88. c8b5ea2 [XFS] Unwrap GRANT_LOCK. by Eric Sandeen · 17 years ago
  89. b22cd72c [XFS] Unwrap LOG_LOCK. by Eric Sandeen · 17 years ago
  90. 287f3da [XFS] Unwrap AIL_LOCK by Donald Douwsma · 17 years ago
  91. 541d7d3 [XFS] kill unnessecary ioops indirection by Lachlan McIlroy · 17 years ago
  92. 21a6254 [XFS] simplify vn_revalidate by Christoph Hellwig · 17 years ago
  93. 15947f2 [XFS] more vnode/inode tracing fixes by Lachlan McIlroy · 17 years ago
  94. 7642861 [XFS] kill BMAPI_UNWRITTEN by Christoph Hellwig · 17 years ago
  95. 6214ed4 [XFS] kill BMAPI_DEVICE by Christoph Hellwig · 17 years ago
  96. cf441ee [XFS] clean up vnode/inode tracing by Lachlan McIlroy · 16 years ago
  97. 44866d3 [XFS] remove dead SYNC_BDFLUSH case in xfs_sync_inodes by Lachlan McIlroy · 17 years ago
  98. 9e2779f is_vmalloc_addr(): Check if an address is within the vmalloc boundaries by Christoph Lameter · 16 years ago
  99. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 16 years ago
  100. aea6ad0 [XFS] fix unaligned access in readdir by Christoph Hellwig · 17 years ago