1. ce46193 [XFS] kill XFS_ICSB_SB_LOCKED by Christoph Hellwig · 16 years ago
  2. 45af6c6 [XFS] split xfs_icsb_balance_counter by Christoph Hellwig · 16 years ago
  3. d4d90b5 [XFS] Add xfs_icsb_sync_counters_locked for when m_sb_lock already held by Christoph Hellwig · 16 years ago
  4. d64e31a [XFS] Ensure errors from xfs_bdstrat() are correctly checked. by David Chinner · 16 years ago
  5. e5720ee [XFS] Propagate errors from xfs_trans_commit(). by David Chinner · 16 years ago
  6. 714082b [XFS] Report errors from xfs_reserve_blocks(). by David Chinner · 16 years ago
  7. 36fbe6e [XFS] xfs_icsb_counter_disabled() never returns an error. by David Chinner · 16 years ago
  8. 4335509 [XFS] remove most calls to VN_RELE by Christoph Hellwig · 16 years ago
  9. a45c796 [XFS] Remove superflous xfs_readsb call in xfs_mountfs. by Christoph Hellwig · 16 years ago
  10. e6957ea [XFS] Ensure "both" features2 slots are consistent by Eric Sandeen · 16 years ago
  11. ee1c090 [XFS] Fix superblock features2 field alignment problem by David Chinner · 16 years ago
  12. 6211870 [XFS] remove shouting-indirection macros from xfs_sb.h by Eric Sandeen · 16 years ago
  13. 249a8c1 [XFS] Move AIL pushing into it's own thread by David Chinner · 16 years ago
  14. a8272ce [XFS] Fix up sparse warnings. by David Chinner · 17 years ago
  15. 0771fb4 [XFS] Refactor xfs_mountfs by Eric Sandeen · 17 years ago
  16. 007c61c [XFS] Remove spin.h by Eric Sandeen · 17 years ago
  17. 3685c2a [XFS] Unwrap XFS_SB_LOCK. by Eric Sandeen · 17 years ago
  18. 287f3da [XFS] Unwrap AIL_LOCK by Donald Douwsma · 17 years ago
  19. 541d7d3 [XFS] kill unnessecary ioops indirection by Lachlan McIlroy · 17 years ago
  20. cc92e7a [XFS] growlock should be a mutex by Christoph Hellwig · 17 years ago
  21. b267ce9 [XFS] kill struct bhv_vfs by Christoph Hellwig · 17 years ago
  22. bd186aa [XFS] kill the vfs_flags member in struct bhv_vfs by Christoph Hellwig · 17 years ago
  23. 0ce4cfd [XFS] kill the vfs_fsid and vfs_altfsid members in struct bhv_vfs by Christoph Hellwig · 17 years ago
  24. 745f691 [XFS] call common xfs vfs-level helpers directly and remove vfs operations by Christoph Hellwig · 17 years ago
  25. f541d27 [XFS] move freeing the mount structure from xfs_mount_free into the callers by Christoph Hellwig · 17 years ago
  26. da353b0 [XFS] Radix tree based inode caching by David Chinner · 17 years ago
  27. 2bdf7cd [XFS] superblock endianess annotations by Christoph Hellwig · 17 years ago
  28. 49ee6c9 [XFS] Fix a potential NULL pointer deref in XFS on failed mount. by Jesper Juhl · 17 years ago
  29. 425f9dd [XFS] Pick a single default inode cluster size. by Eric Sandeen · 17 years ago
  30. 4090663 [XFS] Remove m_nreadaheads by Eric Sandeen · 17 years ago
  31. 39726be [XFS] Use do_div() on 64 bit types. by Christoph Hellwig · 17 years ago
  32. 84e1e99 [XFS] Prevent ENOSPC from aborting transactions that need to succeed by David Chinner · 17 years ago
  33. 641c56f [XFS] Prevent deadlock when flushing inodes on unmount by David Chinner · 17 years ago
  34. 92821e2 [XFS] Lazy Superblock Counters by David Chinner · 17 years ago
  35. 4cc929e [XFS] Don't grow filesystems past the size they can index. by Nathan Scott · 17 years ago
  36. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  37. 1c72bf9 [XFS] The last argument "lsn" of xfs_trans_commit() is always called with NULL. by Eric Sandeen · 17 years ago
  38. 5478eea [XFS] Re-initialize the per-cpu superblock counters after recovery. by Lachlan McIlroy · 17 years ago
  39. dbcabad [XFS] Fix block reservation mechanism. by David Chinner · 17 years ago
  40. 20f4ebf [XFS] Make growfs work for amounts greater than 2TB by David Chinner · 17 years ago
  41. 03135cf [XFS] Fix UP build breakage due to undefined m_icsb_mutex. by David Chinner · 17 years ago
  42. 20b6428 [XFS] Reduction global superblock lock contention near ENOSPC. by David Chinner · 17 years ago
  43. 7989cb8 [XFS] Keep stack usage down for 4k stacks by using noinline. by David Chinner · 17 years ago
  44. 4be536d [XFS] Prevent free space oversubscription and xfssyncd looping. by David Chinner · 18 years ago
  45. 73a0e40 Merge git://oss.sgi.com:8090/nathans/xfs-2.6 by Linus Torvalds · 18 years ago
  46. 5a67e4c [PATCH] cpu hotplug: use hotplug version of cpu notifier in appropriate places by Chandra Seetharaman · 18 years ago
  47. 6fdf8cc [XFS] Rework code snippets slightly to remove remaining recent-gcc warnings. by Nathan Scott · 18 years ago
  48. f6c2d1f [XFS] Remove version 1 directory code. Never functioned on Linux, just by Nathan Scott · 18 years ago
  49. 67fcaa7 [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters. by Nathan Scott · 18 years ago
  50. b83bd13 [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters. by Nathan Scott · 18 years ago
  51. b657452 [XFS] Portability changes: remove prdev, stick to one diagnostic interface. by Nathan Scott · 18 years ago
  52. d210a28 [XFS] In actual allocation of file system blocks and freeing extents, the by Yingping Lu · 18 years ago
  53. e50bd16 [XFS] Fix superblock validation regression for the zero imaxpct case. by Nathan Scott · 18 years ago
  54. 764d1f8 [XFS] Implement the silent parameter to fill_super, previously ignored. by Nathan Scott · 18 years ago
  55. c41564b [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all by Nathan Scott · 18 years ago
  56. 9f989c9 [XFS] Additional mount time superblock validation checks. by Nathan Scott · 18 years ago
  57. 01e1b69 [XFS] using a spinlock per cpu for superblock counter exclusion results in by David Chinner · 18 years ago
  58. e8234a6 [XFS] Add support for hotplug CPUs to the per-CPU superblock counters by by David Chinner · 18 years ago
  59. 8d280b9 [XFS] On machines with more than 8 cpus, when running parallel I/O by David Chinner · 18 years ago
  60. 014c254 return statement cleanup - kill pointless parentheses by Jesper Juhl · 19 years ago
  61. ee2a4f7 [XFS] Fix an intermittent pquota panic caused by dodgey quota flags to an by Nathan Scott · 19 years ago
  62. 1df84c9 [XFS] Mark some lookup tables const. Thanks to Arjan van de Ven for by Christoph Hellwig · 19 years ago
  63. 794ee1b [PATCH] mutex subsystem, semaphore to mutex: XFS by Jes Sorensen · 19 years ago
  64. a749ee8 [XFS] Fix calculation of reserved AGs for inodes in 32-bit inode mode by Eric Sandeen · 19 years ago
  65. c11e2c3 [XFS] Rework fid encode/decode wrt 64 bit inums interacting with NFS. by Nathan Scott · 19 years ago
  66. 7b71876 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
  67. a844f45 [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. by Nathan Scott · 19 years ago
  68. fc1f8c1 [XFS] Track external log/realtime device names for correct reporting in by Nathan Scott · 19 years ago
  69. d8cc890 [XFS] Ondisk format extension for extended attributes (attr2). Basically, by Nathan Scott · 19 years ago
  70. da1650a [XFS] Add format checking to cmn_err and icmn_err by Christoph Hellwig · 19 years ago
  71. 8401e96 [XFS] remove xfs_incore_relse by Christoph Hellwig · 19 years ago
  72. efa8027 [XFS] rewrite xfs_iflush_all by Christoph Hellwig · 19 years ago
  73. ba0f32d [XFS] mark various symbols static Patch from Adrian Bunk by Christoph Hellwig · 19 years ago
  74. de20614 [XFS] Block mount attempts for filesystems with version 1 directories. by Nathan Scott · 19 years ago
  75. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago