1. 9da096f xfs: fix various typos by Malcolm Parsons · 15 years ago
  2. 6447c36 xfs: remove m_litino by Christoph Hellwig · 15 years ago
  3. 21b699c xfs: cleanup log unmount handling by Christoph Hellwig · 15 years ago
  4. b93b6e4 xfs: make sure to free the real-time inodes in the mount error path by Christoph Hellwig · 15 years ago
  5. f9057e3 xfs: cleanup error handling in xfs_mountfs: by Christoph Hellwig · 15 years ago
  6. 7884bc8 xfs: fix bad_features2 fixups for the root filesystem by Christoph Hellwig · 15 years ago
  7. f95099b kill xfs_unmount_flush by Christoph Hellwig · 16 years ago
  8. b56757b remove leftovers of shared read-only support by Christoph Hellwig · 16 years ago
  9. 81591fe [XFS] kill xfs_dinode_core_t by Christoph Hellwig · 16 years ago
  10. 1165451 [XFS] kill deleted inodes list by David Chinner · 16 years ago
  11. 1dc3318 [XFS] rename inode reclaim functions by David Chinner · 16 years ago
  12. 6c7699c [XFS] remove the mount inode list by David Chinner · 16 years ago
  13. 60197e8 [XFS] Cleanup maxrecs calculation. by Christoph Hellwig · 16 years ago
  14. 75c68f4 [XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all() by David Chinner · 16 years ago
  15. a357a12 [XFS] Fix use-after-free with log and quotas by Lachlan McIlroy · 16 years ago
  16. d62c251 [XFS] use KM_MAYFAIL in xfs_mountfs by Christoph Hellwig · 16 years ago
  17. ff4f038 [XFS] refactor xfs_mount_free by Christoph Hellwig · 16 years ago
  18. 6203300 [XFS] don't call xfs_freesb from xfs_unmountfs by Christoph Hellwig · 16 years ago
  19. 41b5c2e [XFS] xfs_unmountfs should return void by Christoph Hellwig · 16 years ago
  20. 4249023 [XFS] cleanup xfs_mountfs by Christoph Hellwig · 16 years ago
  21. 77508ec [XFS] move root inode IRELE into xfs_unmountfs by Christoph Hellwig · 16 years ago
  22. 1550d0b [XFS] kill INDUCE_IO_ERROR by Christoph Hellwig · 16 years ago
  23. a738159 [XFS] don't leak m_fsname/m_rtname/m_logname by Christoph Hellwig · 16 years ago
  24. 2edbddd [XFS] Don't assert if trying to mount with blocksize > pagesize by Lachlan McIlroy · 16 years ago
  25. c962fb7 [XFS] kill xfs_mount_init by Christoph Hellwig · 16 years ago
  26. 19f354d [XFS] sort out opening and closing of the block devices by Christoph Hellwig · 16 years ago
  27. af15b89 [XFS] don't call xfs_freesb from xfs_mountfs failure case by Christoph Hellwig · 16 years ago
  28. fa6adbe [XFS] kill xfs_uuid_unmount by Christoph Hellwig · 16 years ago
  29. 4b166de [XFS] Update valid fields in xfs_mount_log_sb() by David Chinner · 16 years ago
  30. f0e2d93 [XFS] Remove unused arg from kmem_free() by Denys Vlasenko · 16 years ago
  31. 7c12f29 [XFS] Fix up noattr2 so that it will properly update the versionnum and by Tim Shimmin · 16 years ago
  32. ce46193 [XFS] kill XFS_ICSB_SB_LOCKED by Christoph Hellwig · 16 years ago
  33. 45af6c6 [XFS] split xfs_icsb_balance_counter by Christoph Hellwig · 16 years ago
  34. d4d90b5 [XFS] Add xfs_icsb_sync_counters_locked for when m_sb_lock already held by Christoph Hellwig · 16 years ago
  35. d64e31a [XFS] Ensure errors from xfs_bdstrat() are correctly checked. by David Chinner · 16 years ago
  36. e5720ee [XFS] Propagate errors from xfs_trans_commit(). by David Chinner · 16 years ago
  37. 714082b [XFS] Report errors from xfs_reserve_blocks(). by David Chinner · 16 years ago
  38. 36fbe6e [XFS] xfs_icsb_counter_disabled() never returns an error. by David Chinner · 16 years ago
  39. 4335509 [XFS] remove most calls to VN_RELE by Christoph Hellwig · 16 years ago
  40. a45c796 [XFS] Remove superflous xfs_readsb call in xfs_mountfs. by Christoph Hellwig · 16 years ago
  41. e6957ea [XFS] Ensure "both" features2 slots are consistent by Eric Sandeen · 16 years ago
  42. ee1c090 [XFS] Fix superblock features2 field alignment problem by David Chinner · 16 years ago
  43. 6211870 [XFS] remove shouting-indirection macros from xfs_sb.h by Eric Sandeen · 16 years ago
  44. 249a8c1 [XFS] Move AIL pushing into it's own thread by David Chinner · 16 years ago
  45. a8272ce [XFS] Fix up sparse warnings. by David Chinner · 17 years ago
  46. 0771fb4 [XFS] Refactor xfs_mountfs by Eric Sandeen · 17 years ago
  47. 007c61c [XFS] Remove spin.h by Eric Sandeen · 17 years ago
  48. 3685c2a [XFS] Unwrap XFS_SB_LOCK. by Eric Sandeen · 17 years ago
  49. 287f3da [XFS] Unwrap AIL_LOCK by Donald Douwsma · 17 years ago
  50. 541d7d3 [XFS] kill unnessecary ioops indirection by Lachlan McIlroy · 17 years ago
  51. cc92e7a [XFS] growlock should be a mutex by Christoph Hellwig · 17 years ago
  52. b267ce9 [XFS] kill struct bhv_vfs by Christoph Hellwig · 17 years ago
  53. bd186aa [XFS] kill the vfs_flags member in struct bhv_vfs by Christoph Hellwig · 17 years ago
  54. 0ce4cfd [XFS] kill the vfs_fsid and vfs_altfsid members in struct bhv_vfs by Christoph Hellwig · 17 years ago
  55. 745f691 [XFS] call common xfs vfs-level helpers directly and remove vfs operations by Christoph Hellwig · 17 years ago
  56. f541d27 [XFS] move freeing the mount structure from xfs_mount_free into the callers by Christoph Hellwig · 17 years ago
  57. da353b0 [XFS] Radix tree based inode caching by David Chinner · 17 years ago
  58. 2bdf7cd [XFS] superblock endianess annotations by Christoph Hellwig · 17 years ago
  59. 49ee6c9 [XFS] Fix a potential NULL pointer deref in XFS on failed mount. by Jesper Juhl · 17 years ago
  60. 425f9dd [XFS] Pick a single default inode cluster size. by Eric Sandeen · 17 years ago
  61. 4090663 [XFS] Remove m_nreadaheads by Eric Sandeen · 17 years ago
  62. 39726be [XFS] Use do_div() on 64 bit types. by Christoph Hellwig · 17 years ago
  63. 84e1e99 [XFS] Prevent ENOSPC from aborting transactions that need to succeed by David Chinner · 17 years ago
  64. 641c56f [XFS] Prevent deadlock when flushing inodes on unmount by David Chinner · 17 years ago
  65. 92821e2 [XFS] Lazy Superblock Counters by David Chinner · 17 years ago
  66. 4cc929e [XFS] Don't grow filesystems past the size they can index. by Nathan Scott · 17 years ago
  67. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  68. 1c72bf9 [XFS] The last argument "lsn" of xfs_trans_commit() is always called with NULL. by Eric Sandeen · 17 years ago
  69. 5478eea [XFS] Re-initialize the per-cpu superblock counters after recovery. by Lachlan McIlroy · 17 years ago
  70. dbcabad [XFS] Fix block reservation mechanism. by David Chinner · 17 years ago
  71. 20f4ebf [XFS] Make growfs work for amounts greater than 2TB by David Chinner · 17 years ago
  72. 03135cf [XFS] Fix UP build breakage due to undefined m_icsb_mutex. by David Chinner · 17 years ago
  73. 20b6428 [XFS] Reduction global superblock lock contention near ENOSPC. by David Chinner · 17 years ago
  74. 7989cb8 [XFS] Keep stack usage down for 4k stacks by using noinline. by David Chinner · 17 years ago
  75. 4be536d [XFS] Prevent free space oversubscription and xfssyncd looping. by David Chinner · 18 years ago
  76. 73a0e40 Merge git://oss.sgi.com:8090/nathans/xfs-2.6 by Linus Torvalds · 18 years ago
  77. 5a67e4c [PATCH] cpu hotplug: use hotplug version of cpu notifier in appropriate places by Chandra Seetharaman · 18 years ago
  78. 6fdf8cc [XFS] Rework code snippets slightly to remove remaining recent-gcc warnings. by Nathan Scott · 18 years ago
  79. f6c2d1f [XFS] Remove version 1 directory code. Never functioned on Linux, just by Nathan Scott · 18 years ago
  80. 67fcaa7 [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters. by Nathan Scott · 18 years ago
  81. b83bd13 [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters. by Nathan Scott · 18 years ago
  82. b657452 [XFS] Portability changes: remove prdev, stick to one diagnostic interface. by Nathan Scott · 18 years ago
  83. d210a28 [XFS] In actual allocation of file system blocks and freeing extents, the by Yingping Lu · 18 years ago
  84. e50bd16 [XFS] Fix superblock validation regression for the zero imaxpct case. by Nathan Scott · 18 years ago
  85. 764d1f8 [XFS] Implement the silent parameter to fill_super, previously ignored. by Nathan Scott · 18 years ago
  86. c41564b [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all by Nathan Scott · 18 years ago
  87. 9f989c9 [XFS] Additional mount time superblock validation checks. by Nathan Scott · 18 years ago
  88. 01e1b69 [XFS] using a spinlock per cpu for superblock counter exclusion results in by David Chinner · 18 years ago
  89. e8234a6 [XFS] Add support for hotplug CPUs to the per-CPU superblock counters by by David Chinner · 18 years ago
  90. 8d280b9 [XFS] On machines with more than 8 cpus, when running parallel I/O by David Chinner · 18 years ago
  91. 014c254 return statement cleanup - kill pointless parentheses by Jesper Juhl · 18 years ago
  92. ee2a4f7 [XFS] Fix an intermittent pquota panic caused by dodgey quota flags to an by Nathan Scott · 18 years ago
  93. 1df84c9 [XFS] Mark some lookup tables const. Thanks to Arjan van de Ven for by Christoph Hellwig · 18 years ago
  94. 794ee1b [PATCH] mutex subsystem, semaphore to mutex: XFS by Jes Sorensen · 18 years ago
  95. a749ee8 [XFS] Fix calculation of reserved AGs for inodes in 32-bit inode mode by Eric Sandeen · 19 years ago
  96. c11e2c3 [XFS] Rework fid encode/decode wrt 64 bit inums interacting with NFS. by Nathan Scott · 19 years ago
  97. 7b71876 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
  98. a844f45 [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. by Nathan Scott · 19 years ago
  99. fc1f8c1 [XFS] Track external log/realtime device names for correct reporting in by Nathan Scott · 19 years ago
  100. d8cc890 [XFS] Ondisk format extension for extended attributes (attr2). Basically, by Nathan Scott · 19 years ago