1. 3965516 exportfs: make struct export_operations const by Christoph Hellwig · 17 years ago
  2. c38344f xfs: new export ops by Christoph Hellwig · 17 years ago
  3. c614391 [XFS] cleanup fid types mess by Christoph Hellwig · 17 years ago
  4. c8fcfac [XFS] fixups after behavior removal merge into mainline git by Christoph Hellwig · 17 years ago
  5. 347c53d Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 by Linus Torvalds · 17 years ago
  6. 1c0eeaf introduce I_SYNC by Joern Engel · 17 years ago
  7. 1f7decf writeback: remove pages_skipped accounting in __block_write_full_page() by Fengguang Wu · 17 years ago
  8. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  9. 7f01507 [XFS] eagerly remove vmap mappings to avoid upsetting Xen by Jeremy Fitzhardinge · 17 years ago
  10. 6572bc2 [XFS] simplify validata_fields by Christoph Hellwig · 17 years ago
  11. d79689c xfs: convert to new aops by Nick Piggin · 17 years ago
  12. 150f29e [XFS] no longer using io_vnode, as was remaining from 23 cherrypick by Tim Shimmin · 17 years ago
  13. 479ba36 [XFS] Remove STATIC which was missing from prior manual merge by Tim Shimmin · 17 years ago
  14. cd514bd [XFS] Put back the QUEUE_ORDERED_NONE test in the barrier check. by Tim Shimmin · 17 years ago
  15. bebf963 [XFS] Turn off XBF_ASYNC flag before re-reading superblock. by Lachlan McIlroy · 17 years ago
  16. e893bff [XFS] avoid race in sync_inodes() that can fail to write out all dirty data by Lachlan McIlroy · 17 years ago
  17. c2cba57 [XFS] This fix prevents bulkstat from spinning in an infinite loop. by Lachlan McIlroy · 17 years ago
  18. 3e5daf0 [XFS] simplify xfs_create/mknod/symlink prototype by Christoph Hellwig · 17 years ago
  19. c83bfab [XFS] avoid xfs_getattr in XFS_IOC_FSGETXATTR ioctl by Christoph Hellwig · 17 years ago
  20. 859d718 [XFS] get_bulkall() could return incorrect inode state by Vlad Apostolov · 17 years ago
  21. ba532a9 [XFS] Kill unused IOMAP_EOF flag by Christoph Hellwig · 17 years ago
  22. 574342f [XFS] fix when DMAPI mount option processing happens by Vlad Apostolov · 17 years ago
  23. 5903c49 [XFS] ensure file size is logged on synchronous writes by Lachlan McIlroy · 17 years ago
  24. cc92e7a [XFS] growlock should be a mutex by Christoph Hellwig · 17 years ago
  25. 0adba53 [XFS] replace some large xfs_log_priv.h macros by proper functions by Christoph Hellwig · 17 years ago
  26. b267ce9 [XFS] kill struct bhv_vfs by Christoph Hellwig · 17 years ago
  27. 7439449 [XFS] move syncing related members from struct bhv_vfs to struct xfs_mount by Christoph Hellwig · 17 years ago
  28. bd186aa [XFS] kill the vfs_flags member in struct bhv_vfs by Christoph Hellwig · 17 years ago
  29. 0ce4cfd [XFS] kill the vfs_fsid and vfs_altfsid members in struct bhv_vfs by Christoph Hellwig · 17 years ago
  30. 745f691 [XFS] call common xfs vfs-level helpers directly and remove vfs operations by Christoph Hellwig · 17 years ago
  31. 48c872a9f [XFS] decontaminate vfs operations from behavior details by Christoph Hellwig · 17 years ago
  32. b09cc77 [XFS] remove dependency of the quota module on behaviors by Christoph Hellwig · 17 years ago
  33. 293688e [XFS] remove dependency of the dmapi module on behaviors by Christoph Hellwig · 17 years ago
  34. f541d27 [XFS] move freeing the mount structure from xfs_mount_free into the callers by Christoph Hellwig · 17 years ago
  35. 0a74cd1 [XFS] kill struct bhv_vnode by Christoph Hellwig · 17 years ago
  36. 2aeaa25 [XFS] kill the v_number member in struct bhv_vnode by Christoph Hellwig · 17 years ago
  37. 1543d79 [XFS] move v_trace from bhv_vnode to xfs_inode by Christoph Hellwig · 17 years ago
  38. b677c21 [XFS] move v_iocount from bhv_vnode to xfs_inode by Christoph Hellwig · 17 years ago
  39. 09262b4 [XFS] Create xfs_iflags_test_and_clear helper function by Christoph Hellwig · 17 years ago
  40. b3aea4e [XFS] kill the v_flag member in struct bhv_vnode by Christoph Hellwig · 17 years ago
  41. 2f6f7b3 [XFS] kill v_vfsp member from struct bhv_vnode by Christoph Hellwig · 17 years ago
  42. 739bfb2 [XFS] call common xfs vnode-level helpers directly and remove vnode operations by Christoph Hellwig · 17 years ago
  43. 993386c [XFS] decontaminate vnode operations from behavior details by Christoph Hellwig · 17 years ago
  44. b93bd20 [XFS] do not have XFSMNT_IDELETE as default when mounted with XFSMNT_DMAPI by Vlad Apostolov · 17 years ago
  45. da353b0 [XFS] Radix tree based inode caching by David Chinner · 17 years ago
  46. 39cd9f8 [XFS] kill move.[ch] by Christoph Hellwig · 17 years ago
  47. 804c83c [XFS] stop using uio in the readlink code by Christoph Hellwig · 17 years ago
  48. 051e7cd [XFS] use filldir internally by Christoph Hellwig · 17 years ago
  49. 2bdf7cd [XFS] superblock endianess annotations by Christoph Hellwig · 17 years ago
  50. 347d1c0 [XFS] dinode endianess annotations by Christoph Hellwig · 17 years ago
  51. ddc6d3b [XFS] Fix build regression from mod/commit which did cleanup of xfs_bmbt_*set_allf by Michal Piotrowski · 17 years ago
  52. 948c6d4f [XFS] optimize dmapi event tests w/o dmapi config by Eric Sandeen · 17 years ago
  53. eb9df39 [XFS] remove unessecary vfs argument to DM_EVENT_ENABLED by Christoph Hellwig · 17 years ago
  54. 49ee6c9 [XFS] Fix a potential NULL pointer deref in XFS on failed mount. by Jesper Juhl · 17 years ago
  55. dcb3b83 [XFS] clean up xfs_start_flags by Eric Sandeen · 17 years ago
  56. af3a2e8 [XFS] move linux/log2.h header to xfs_linux.h by Eric Sandeen · 17 years ago
  57. 6385f4d [XFS] Remove xfs_physmem by Eric Sandeen · 17 years ago
  58. 425f9dd [XFS] Pick a single default inode cluster size. by Eric Sandeen · 17 years ago
  59. 1cb5125 [XFS] choose single default logbuf count & size by Eric Sandeen · 17 years ago
  60. 4090663 [XFS] Remove m_nreadaheads by Eric Sandeen · 17 years ago
  61. cd8b0a9 [XFS] endianess annotations for xfs_bmbt_rec_t by Christoph Hellwig · 17 years ago
  62. e055966 [XFS] cleanup defintions of BMBT_*BITLEN macros by Christoph Hellwig · 17 years ago
  63. 8cba434 [XFS] clean up xfs_bmbt_set_all/xfs_bmbt_disk_set_all by Christoph Hellwig · 17 years ago
  64. a6f64d4 [XFS] split ondisk vs incore versions of xfs_bmbt_rec_t by Christoph Hellwig · 17 years ago
  65. d580ef6 [XFS] remove confusing INT_ comments in xfs_bmap_btree.c by Christoph Hellwig · 17 years ago
  66. 3bacbcd [XFS] hole not shown when file is created with resvsp by Vlad Apostolov · 17 years ago
  67. 0bfefc4 [XFS] Barriers need to be dynamically checked and switched off by David Chinner · 17 years ago
  68. 782e3b3 Fix up more bio fallout by Al Viro · 17 years ago
  69. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  70. 564256c Revert "[XFS] Avoid replaying inode buffer initialisation log items if on-disk version is newer." by Tim Shimmin · 17 years ago
  71. 053c59a Revert "[XFS] Avoid replaying inode buffer initialisation log items if on-disk version is newer." by Tim Shimmin · 17 years ago
  72. 1bc5858 [XFS] fix valid but harmless sparse warning by Christoph Hellwig · 17 years ago
  73. bcc7b44 [XFS] fix filestreams on 32-bit boxes by Eric Sandeen · 17 years ago
  74. b394e43 [XFS] Avoid replaying inode buffer initialisation log items if on-disk version is newer. by Lachlan McIlroy · 17 years ago
  75. 776a75fa [XFS] Ensure file size updates have been completed before writing inode to disk. by Lachlan McIlroy · 17 years ago
  76. 65de556 [XFS] On-demand reaping of the MRU cache by David Chinner · 17 years ago
  77. 5995cb7 [XFS] fix nasty quota hashtable allocation bug by Eric Sandeen · 17 years ago
  78. 265c1fa [XFS] fix sparse shadowed variable warnings by Christoph Hellwig · 17 years ago
  79. ee5c802 [XFS] fix ASSERT and ASSERT_ALWAYS by Christoph Hellwig · 17 years ago
  80. 34521c5 [XFS] Fix sparse warning in kmem_shake_allow by Christoph Hellwig · 17 years ago
  81. 4b80916 [XFS] Fix sparse NULL vs 0 warnings by Christoph Hellwig · 17 years ago
  82. 8da22d7 [XFS] Set filestreams object timeout to something sane. by David Chinner · 17 years ago
  83. ad690ef xfs ioctl __user annotations by Al Viro · 17 years ago
  84. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  85. fdb64f9 Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 by Linus Torvalds · 17 years ago
  86. d0217ac mm: fault feedback #1 by Nick Piggin · 17 years ago
  87. 54cb882 mm: merge populate and nopage into fault (fixes nonlinear) by Nick Piggin · 17 years ago
  88. d00806b mm: fix fault vs invalidate race for linear mappings by Nick Piggin · 17 years ago
  89. c32676e [XFS] Fix inode size update before data write in xfs_setattr by David Chinner · 17 years ago
  90. 91ebecc [XFS] Allow punching holes to free space when at ENOSPC by David Chinner · 17 years ago
  91. 4f57dbc [XFS] Implement ->page_mkwrite in XFS. by David Chinner · 17 years ago
  92. a569425 knfsd: exportfs: add exportfs.h header by Christoph Hellwig · 17 years ago
  93. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  94. 8e1f936 mm: clean up and kernelify shrinker registration by Rusty Russell · 17 years ago
  95. 0f1145c [XFS] Fix lockdep annotations for xfs_lock_inodes by David Chinner · 17 years ago
  96. faa63e9 [XFS] Fix XFS_IOC_FSBULKSTAT{,_SINGLE} & XFS_IOC_FSINUMBERS in compat mode by Michal Marek · 17 years ago
  97. 1fa503d [XFS] Compat ioctl handler for handle operations by Michal Marek · 17 years ago
  98. 547e00c [XFS] Compat ioctl handler for XFS_IOC_FSGEOMETRY_V1. by Michal Marek · 17 years ago
  99. 3a59c94 [XFS] Clean up function name handling in tracing code by Eric Sandeen · 17 years ago
  100. b11f94d [XFS] Quota inode has no parent. by David Chinner · 17 years ago