1. 9d565ff [XFS] kill struct xfs_mount_args by Christoph Hellwig · 16 years ago
  2. 76bf105 [XFS] Move remaining quiesce code. by David Chinner · 16 years ago
  3. e9f1c6e [XFS] make SYNC_DELWRI no longer use xfs_sync by David Chinner · 16 years ago
  4. be97d9d [XFS] make SYNC_ATTR no longer use xfs_sync by David Chinner · 16 years ago
  5. 2030b5a [XFS] use xfs_sync_inodes rather than xfs_syncsub by David Chinner · 16 years ago
  6. 75c68f4 [XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all() by David Chinner · 16 years ago
  7. fe4fa4b [XFS] move sync code to its own file by David Chinner · 16 years ago
  8. 5ec7f8c [XFS] kill bhv_vnode_t by Christoph Hellwig · 16 years ago
  9. df80c93 [XFS] remove some easy bhv_vnode_t instances by Christoph Hellwig · 16 years ago
  10. e4f7529 [XFS] Kill shouty XFS_ITOV() macro by David Chinner · 16 years ago
  11. 705db4a [XFS] kill shouty XFS_ITOV_NULL macro by David Chinner · 16 years ago
  12. 9f8868f [XFS] streamline init/exit path by Christoph Hellwig · 16 years ago
  13. f8f15e4 [XFS] merge xfs_mount into xfs_fs_fill_super by Christoph Hellwig · 16 years ago
  14. e48ad31 [XFS] merge xfs_unmount into xfs_fs_put_super / xfs_fs_fill_super by Christoph Hellwig · 16 years ago
  15. 48b62a1 [XFS] merge xfs_mntupdate into xfs_fs_remount by Christoph Hellwig · 16 years ago
  16. f0e2d93 [XFS] Remove unused arg from kmem_free() by Denys Vlasenko · 16 years ago
  17. 7c12f29 [XFS] Fix up noattr2 so that it will properly update the versionnum and by Tim Shimmin · 16 years ago
  18. fe0754f [XFS] remove xfs_log_ticket_zone on rmmod by Alexey Dobriyan · 16 years ago
  19. 7e20694 [XFS] Remove periodic logging of in-core superblock counters. by David Chinner · 16 years ago
  20. e5720ee [XFS] Propagate errors from xfs_trans_commit(). by David Chinner · 16 years ago
  21. 3c85c36 [XFS] xfs_quiesce_fs() never returns an error. Mark it void. by David Chinner · 16 years ago
  22. eb01c9c [XFS] Remove the xlog_ticket allocator by David Chinner · 16 years ago
  23. 4335509 [XFS] remove most calls to VN_RELE by Christoph Hellwig · 16 years ago
  24. bc4ac74 [XFS] cleanup vnode use in dmapi calls by Christoph Hellwig · 16 years ago
  25. bad5584 [XFS] Remove the xfs_icluster structure by David Chinner · 16 years ago
  26. 163d368 [XFS] Remove the xfs_refcache by Donald Douwsma · 16 years ago
  27. 6211870 [XFS] remove shouting-indirection macros from xfs_sb.h by Eric Sandeen · 16 years ago
  28. 1bd960e [XFS] If you mount an XFS filesystem with no mount options at all, then by Josef Jeff Sipek · 16 years ago
  29. de2eeea [XFS] add __init/__exit mark to specific init/cleanup functions by Lachlan McIlroy · 17 years ago
  30. cbc89dc [XFS] kill xfs_root by Christoph Hellwig · 17 years ago
  31. f71354b [XFS] Cleanup various fid related bits: by Christoph Hellwig · 17 years ago
  32. a67d7c5 [XFS] Move platform specific mount option parse out of core XFS code by David Chinner · 17 years ago
  33. 786f486 [XFS] Show all mount args in /proc/mounts by David Chinner · 17 years ago
  34. a8272ce [XFS] Fix up sparse warnings. by David Chinner · 17 years ago
  35. 9909c4a [XFS] kill xfs_freeze. by Christoph Hellwig · 17 years ago
  36. 4ca488e [XFS] Kill off xfs_statvfs. by Christoph Hellwig · 17 years ago
  37. 007c61c [XFS] Remove spin.h by Eric Sandeen · 17 years ago
  38. 3685c2a [XFS] Unwrap XFS_SB_LOCK. by Eric Sandeen · 17 years ago
  39. 703e1f0 [XFS] Unwrap xfs_dabuf_global_lock by Eric Sandeen · 17 years ago
  40. 541d7d3 [XFS] kill unnessecary ioops indirection by Lachlan McIlroy · 17 years ago
  41. 44866d3 [XFS] remove dead SYNC_BDFLUSH case in xfs_sync_inodes by Lachlan McIlroy · 17 years ago
  42. c614391 [XFS] cleanup fid types mess by Christoph Hellwig · 17 years ago
  43. 479ba36 [XFS] Remove STATIC which was missing from prior manual merge by Tim Shimmin · 17 years ago
  44. 574342f [XFS] fix when DMAPI mount option processing happens by Vlad Apostolov · 17 years ago
  45. b267ce9 [XFS] kill struct bhv_vfs by Christoph Hellwig · 17 years ago
  46. bd186aa [XFS] kill the vfs_flags member in struct bhv_vfs by Christoph Hellwig · 17 years ago
  47. 745f691 [XFS] call common xfs vfs-level helpers directly and remove vfs operations by Christoph Hellwig · 17 years ago
  48. 48c872a9f [XFS] decontaminate vfs operations from behavior details by Christoph Hellwig · 17 years ago
  49. b09cc77 [XFS] remove dependency of the quota module on behaviors by Christoph Hellwig · 17 years ago
  50. 293688e [XFS] remove dependency of the dmapi module on behaviors by Christoph Hellwig · 17 years ago
  51. f541d27 [XFS] move freeing the mount structure from xfs_mount_free into the callers by Christoph Hellwig · 17 years ago
  52. b677c21 [XFS] move v_iocount from bhv_vnode to xfs_inode by Christoph Hellwig · 17 years ago
  53. 739bfb2 [XFS] call common xfs vnode-level helpers directly and remove vnode operations by Christoph Hellwig · 17 years ago
  54. b93bd20 [XFS] do not have XFSMNT_IDELETE as default when mounted with XFSMNT_DMAPI by Vlad Apostolov · 17 years ago
  55. da353b0 [XFS] Radix tree based inode caching by David Chinner · 17 years ago
  56. 948c6d4f [XFS] optimize dmapi event tests w/o dmapi config by Eric Sandeen · 17 years ago
  57. 49ee6c9 [XFS] Fix a potential NULL pointer deref in XFS on failed mount. by Jesper Juhl · 17 years ago
  58. dcb3b83 [XFS] clean up xfs_start_flags by Eric Sandeen · 17 years ago
  59. 2a82b8b [XFS] Concurrent Multi-File Data Streams by David Chinner · 17 years ago
  60. 516b2e7 [XFS] Fix remount,readonly path to flush everything correctly. by David Chinner · 17 years ago
  61. 92821e2 [XFS] Lazy Superblock Counters by David Chinner · 17 years ago
  62. 40095b6 [XFS] Sleeping with the ilock waiting for I/O completion is Bad. by David Chinner · 17 years ago
  63. f7c66ce [XFS] Add lockdep support for XFS by Lachlan McIlroy · 17 years ago
  64. d3cf209 [XFS] propogate return codes from flush routines by Lachlan McIlroy · 17 years ago
  65. 1c72bf9 [XFS] The last argument "lsn" of xfs_trans_commit() is always called with NULL. by Eric Sandeen · 17 years ago
  66. 3c0dc77 [XFS] Make freeze code a little cleaner. by David Chinner · 18 years ago
  67. 2823945 [XFS] Ensure a frozen filesystem has a clean log before writing the dummy by David Chinner · 18 years ago
  68. dbcabad [XFS] Fix block reservation mechanism. by David Chinner · 18 years ago
  69. 1f9b3b6 [XFS] remove unused xflags parameter from sync routines by Lachlan McIlroy · 18 years ago
  70. 215101c [XFS] Fix kmem_zalloc_greedy warnings on 64 bit platforms. by Nathan Scott · 18 years ago
  71. 4be536d [XFS] Prevent free space oversubscription and xfssyncd looping. by David Chinner · 18 years ago
  72. b2ea401 [XFS] Fix a barrier related forced shutdown on mounts with quota enabled. by Nathan Scott · 18 years ago
  73. f6c2d1f [XFS] Remove version 1 directory code. Never functioned on Linux, just by Nathan Scott · 18 years ago
  74. b190f11 [XFS] Fix broken const use inside local suffix_strtoul routine. by Nathan Scott · 18 years ago
  75. 8285fb5 [XFS] Resolve a namespace collision on remaining vtypes for FreeBSD porters. by Nathan Scott · 18 years ago
  76. 67fcaa7 [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters. by Nathan Scott · 18 years ago
  77. b83bd13 [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters. by Nathan Scott · 18 years ago
  78. b657452 [XFS] Portability changes: remove prdev, stick to one diagnostic interface. by Nathan Scott · 18 years ago
  79. d08d389 [XFS] Fix a possible forced shutdown due to mishandling write barriers by Nathan Scott · 18 years ago
  80. 3bbcc8e [XFS] Reenable write barriers by default. by Nathan Scott · 18 years ago
  81. 764d1f8 [XFS] Implement the silent parameter to fill_super, previously ignored. by Nathan Scott · 18 years ago
  82. c41564b [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all by Nathan Scott · 18 years ago
  83. e15f195 [XFS] Reenable the noikeep (delete inode cluster space) option by default. by Nathan Scott · 18 years ago
  84. 3758dee [XFS] Fixup naming inconsistencies found by Pekka Enberg and one from Jan by Nathan Scott · 18 years ago
  85. b12dd34 [XFS] Fix an infinite loop issue in bulkstat when a corrupt inode is by Nathan Scott · 18 years ago
  86. 8758280 [XFS] Cleanup the use of zones/slabs, more consistent and allows flags to by Nathan Scott · 18 years ago
  87. 8d280b9 [XFS] On machines with more than 8 cpus, when running parallel I/O by David Chinner · 18 years ago
  88. 9f4cbec [XFS] XFS propagates MS_NOATIME through two levels internally but doesn't by Nathan Scott · 18 years ago
  89. c2cd255 [XFS] Fix v2 log bufsize reporting in /proc/mounts. by Nathan Scott · 19 years ago
  90. b04ed21 [XFS] Disable write barriers for now till intermittent IO errors are understood. by Nathan Scott · 19 years ago
  91. 13059ff [XFS] Reverse the sense of COMPAT_ATTR and ATTR2, keeps it simple and by Nathan Scott · 19 years ago
  92. e13a73f [XFS] Write log dummy record when freezing filesystem by Christoph Hellwig · 19 years ago
  93. c7d437d [XFS] do barrier checks earlier. quota initialization may write to the by Christoph Hellwig · 19 years ago
  94. 70a061f [XFS] Fix typo from when enabling write barriers by default, flags botch by Nathan Scott · 19 years ago
  95. 4ef19dd [XFS] enable write barriers by default by Christoph Hellwig · 19 years ago
  96. 05db218 [XFS] Fix an inode32 regression - if no options are presented, must still by Nathan Scott · 19 years ago
  97. cfcbbbd [XFS] Remove old, broken nolog-mode code - noone plans to ever fix it. by Nathan Scott · 19 years ago
  98. c11e2c3 [XFS] Rework fid encode/decode wrt 64 bit inums interacting with NFS. by Nathan Scott · 19 years ago
  99. e718eeb4 [XFS] Rework the final mount options flag bit to make room for more. by Nathan Scott · 19 years ago
  100. 8a319ae [XFS] Disable attr2 by default, until a more appropriate time to enable it. by Nathan Scott · 19 years ago