1. 34a622b [XFS] replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  2. 0225da1 [XFS] Replace __inline with inline by Harvey Harrison · 16 years ago
  3. 6b1d1a7 [XFS] Fix lock inversion in forced shutdown. by David Chinner · 16 years ago
  4. 4679b2d [XFS] Reorganise xlog_t for better cacheline isolation of contention by David Chinner · 16 years ago
  5. eb01c9c [XFS] Remove the xlog_ticket allocator by David Chinner · 16 years ago
  6. 114d23a [XFS] Per iclog callback chain lock by David Chinner · 16 years ago
  7. 2abdb8c [XFS] Prevent xfs_bmap_check_leaf_extents() referencing unmapped memory. by Lachlan McIlroy · 16 years ago
  8. 4335509 [XFS] remove most calls to VN_RELE by Christoph Hellwig · 16 years ago
  9. df26cfe [XFS] split xfs_ioc_xattr by Lachlan McIlroy · 16 years ago
  10. f3dcc13 [XFS] cleanup root inode handling in xfs_fs_fill_super by Christoph Hellwig · 16 years ago
  11. 59a33f9 [XFS] Ensure a btree insert returns a valid cursor. by David Chinner · 16 years ago
  12. 75de2a9 [XFS] Account for inode cluster alignment in all allocations by David Chinner · 16 years ago
  13. 535f6b3 [XFS] Replace custom AIL linked-list code with struct list_head by Josef 'Jeff' Sipek · 16 years ago
  14. a45c796 [XFS] Remove superflous xfs_readsb call in xfs_mountfs. by Christoph Hellwig · 16 years ago
  15. dfa18b1 [XFS] kill t_sema member of struct xfs_trans by Niv Sardi · 16 years ago
  16. 5f90150 [XFS] cleanup vnode use in xfs_bmap.c by Christoph Hellwig · 16 years ago
  17. af04819 [XFS] cleanup vnode use in xfs_iops.c by Christoph Hellwig · 16 years ago
  18. dcf49cc [XFS] cleanup vnode use in xfs_lrw.c by Christoph Hellwig · 16 years ago
  19. ef1f5e7 [XFS] cleanup vnode use in xfs_lookup by Christoph Hellwig · 16 years ago
  20. 3937be5 [XFS] cleanup vnode use in xfs_symlink and xfs_rename by Christoph Hellwig · 16 years ago
  21. a3da789 [XFS] cleanup vnode use in xfs_link by Christoph Hellwig · 16 years ago
  22. 979ebab [XFS] cleanup vnode use in xfs_create/mknod/mkdir by Christoph Hellwig · 16 years ago
  23. bc4ac74 [XFS] cleanup vnode use in dmapi calls by Christoph Hellwig · 16 years ago
  24. d234154 [XFS] Use power-of-2 sized buffers to reduce overhead by David Chinner · 16 years ago
  25. 6ee4752 [XFS] Use atomic counters for ktrace buffer indexes by David Chinner · 16 years ago
  26. 44d814c [XFS] Update c/mtime correctly on truncates by David Chinner · 16 years ago
  27. 24bd861 [XFS] don't encode parent in nfs filehandles unless nessecary by Christoph Hellwig · 16 years ago
  28. 126468b [XFS] kill xfs_rwlock/xfs_rwunlock by Christoph Hellwig · 16 years ago
  29. 4397396 [XFS] kill xfs_get_dir_entry by Christoph Hellwig · 16 years ago
  30. a8b3acd [XFS] vnode cleanup in xfs_fs_subr.c by Christoph Hellwig · 16 years ago
  31. db0bb7b [XFS] cleanup xfs_vn_mknod by Christoph Hellwig · 16 years ago
  32. 155cc6b [XFS] Use atomics for iclog reference counting by David Chinner · 16 years ago
  33. b589334 [XFS] Prevent AIL lock contention during transaction completion by David Chinner · 16 years ago
  34. 3354040 [XFS] Use xfs_inode_clean() in more places by David Chinner · 16 years ago
  35. bad5584 [XFS] Remove the xfs_icluster structure by David Chinner · 16 years ago
  36. a3f74ff [XFS] Don't block pdflush when writing back inodes by David Chinner · 16 years ago
  37. 4ae29b4 [XFS] Factor xfs_itobp() and xfs_inotobp(). by David Chinner · 16 years ago
  38. e9a56b7 [XFS] Fix regression due to refcache removal by Lachlan McIlroy · 16 years ago
  39. 163d368 [XFS] Remove the xfs_refcache by Donald Douwsma · 16 years ago
  40. 461aa8a [XFS] make inode reclaim synchronise with xfs_iflush_done() by Lachlan McIlroy · 16 years ago
  41. e12070a [XFS] actually check error returned by xfs_flush_pages, clean up and by Niv Sardi · 16 years ago
  42. e6957ea [XFS] Ensure "both" features2 slots are consistent by Eric Sandeen · 16 years ago
  43. ee1c090 [XFS] Fix superblock features2 field alignment problem by David Chinner · 16 years ago
  44. 6211870 [XFS] remove shouting-indirection macros from xfs_sb.h by Eric Sandeen · 16 years ago
  45. 72772a3 [XFS] fix inode leak in xfs_iget_core() by David Chinner · 16 years ago
  46. 92d9cd1 [XFS] 977545 977545 977545 977545 977545 977545 xfsaild causing too many wakeups by David Chinner · 16 years ago
  47. 1bd960e [XFS] If you mount an XFS filesystem with no mount options at all, then by Josef Jeff Sipek · 16 years ago
  48. ef8ece5 [XFS] Undo bit ops cleanup mod due to regression on 32-bit powermac platform. by Lachlan McIlroy · 16 years ago
  49. db69c91 [XFS] Undo bit ops cleanup mod due to regression on 32-bit powermac platform. by Lachlan McIlroy · 16 years ago
  50. 6e5e934 Remove empty file fs/xfs/Makefile-linux-2.6. by Lachlan McIlroy · 16 years ago
  51. c58310b Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus by Lachlan McIlroy · 16 years ago
  52. 269cdfa [XFS] Added quota targets and removed dmapi directory by Lachlan McIlroy · 17 years ago
  53. 794f744 [XFS] Fix up xfs out-of-tree builds. (a.k.a. external modules) by Eric Sandeen · 17 years ago
  54. 58b7983 [XFS] Remove Makefile wrappers in XFS by Andi Kleen · 17 years ago
  55. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  56. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  57. 413d57c xfs: convert beX_add to beX_add_cpu (new common API) by Marcin Slusarz · 16 years ago
  58. 0b61a2b Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 by Linus Torvalds · 16 years ago
  59. de2eeea [XFS] add __init/__exit mark to specific init/cleanup functions by Lachlan McIlroy · 16 years ago
  60. 450790a [XFS] Fix oops in xfs_file_readdir() by David Chinner · 16 years ago
  61. cbc89dc [XFS] kill xfs_root by Christoph Hellwig · 16 years ago
  62. 4188c78 [XFS] keep i_nlink updated and use proper accessors by Christoph Hellwig · 16 years ago
  63. 222096a [XFS] stop updating inode->i_blocks by Christoph Hellwig · 16 years ago
  64. de08dbc [XFS] Make xfs_ail_check check less by default by David Chinner · 16 years ago
  65. 249a8c1 [XFS] Move AIL pushing into it's own thread by David Chinner · 16 years ago
  66. 4576758 [XFS] use generic_permission by Christoph Hellwig · 16 years ago
  67. f6aa7f2 [XFS] stop re-checking permissions in xfs_swapext by Christoph Hellwig · 16 years ago
  68. 35fec8d [XFS] clean up xfs_swapext by Christoph Hellwig · 16 years ago
  69. 199037c [XFS] remove permission check from xfs_change_file_space by Christoph Hellwig · 16 years ago
  70. 9742bb9 [XFS] prevent panic during log recovery due to bogus op_hdr length by Lachlan McIlroy · 17 years ago
  71. f71354b [XFS] Cleanup various fid related bits: by Christoph Hellwig · 17 years ago
  72. edd319d [XFS] Fix xfs_lowbit64 by David Chinner · 17 years ago
  73. 45ba598 [XFS] Remove CFORK macros and use code directly in IFORK and DFORK macros. by Christoph Hellwig · 17 years ago
  74. a9759f2 [XFS] kill superflous buffer locking (2nd attempt) by Christoph Hellwig · 17 years ago
  75. 40ebd81 [XFS] Use kernel-supplied "roundup_pow_of_two" for simplicity by Robert P. J. Day · 17 years ago
  76. e6a4b37 [XFS] Remove the BPCSHIFT and NB* based macros from XFS. by Tim Shimmin · 17 years ago
  77. f7b7c36 [XFS] Remove bogus assert by Niv Sardi · 17 years ago
  78. 71ddabb [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config by Eric Sandeen · 17 years ago
  79. a67d7c5 [XFS] Move platform specific mount option parse out of core XFS code by David Chinner · 17 years ago
  80. 3ed6526 [XFS] Implement fallocate. by David Chinner · 17 years ago
  81. 5d51eff [XFS] Fix inode allocation latency by David Chinner · 17 years ago
  82. e4143a1 [XFS] Fix transaction overrun during writeback. by David Chinner · 17 years ago
  83. 786f486 [XFS] Show all mount args in /proc/mounts by David Chinner · 17 years ago
  84. 8ae2c0f [XFS] Fix sparse warning in xlog_recover_do_efd_trans. by David Chinner · 17 years ago
  85. a8272ce [XFS] Fix up sparse warnings. by David Chinner · 17 years ago
  86. a69b176 [XFS] Use the generic bitops rather than implementing them ourselves. by David Chinner · 17 years ago
  87. c319b58 [XFS] Make xfs_bulkstat() to report unlinked but referenced inodes by Vlad Apostolov · 17 years ago
  88. 98ce2b5 [XFS] 971186 Undo mod xfs-linux-melb:xfs-kern:29845a due to a regression by Lachlan McIlroy · 17 years ago
  89. bc58f9b [XFS] fix 32-bit compat ioctls for GETXFLAGS, SETXFLAGS, GETVERSION by Eric Sandeen · 17 years ago
  90. d4f3cc0 [XFS] lose xfs_hex_dump in favor of print_hex_dump by Eric Sandeen · 17 years ago
  91. 91906a8 [XFS] kill XFS_INOBT_IS_FREE_DISK by Christoph Hellwig · 17 years ago
  92. c40ea74 [XFS] kill superflous buffer locking by Christoph Hellwig · 17 years ago
  93. 0771fb4 [XFS] Refactor xfs_mountfs by Eric Sandeen · 17 years ago
  94. b53e675 [XFS] xlog_rec_header/xlog_rec_ext_header endianess annotations by Christoph Hellwig · 17 years ago
  95. 67fcb7b [XFS] clean up some xfs_log_priv.h macros by Christoph Hellwig · 17 years ago
  96. 03bea6f [XFS] clean up some xfs_log_priv.h macros by Christoph Hellwig · 17 years ago
  97. 9909c4a [XFS] kill xfs_freeze. by Christoph Hellwig · 17 years ago
  98. 10090be [XFS] cleanup vnode useage in xfs_iget.c by Christoph Hellwig · 17 years ago
  99. 6e7f75e [XFS] cleanup vnode useage in xfs_ioctl.c by Christoph Hellwig · 17 years ago
  100. 4ca488e [XFS] Kill off xfs_statvfs. by Christoph Hellwig · 17 years ago