1. 782e3b3 Fix up more bio fallout by Al Viro · 17 years ago
  2. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  3. 564256c Revert "[XFS] Avoid replaying inode buffer initialisation log items if on-disk version is newer." by Tim Shimmin · 17 years ago
  4. 1bc5858 [XFS] fix valid but harmless sparse warning by Christoph Hellwig · 17 years ago
  5. bcc7b44 [XFS] fix filestreams on 32-bit boxes by Eric Sandeen · 17 years ago
  6. b394e43 [XFS] Avoid replaying inode buffer initialisation log items if on-disk version is newer. by Lachlan McIlroy · 17 years ago
  7. 776a75fa [XFS] Ensure file size updates have been completed before writing inode to disk. by Lachlan McIlroy · 17 years ago
  8. 65de556 [XFS] On-demand reaping of the MRU cache by David Chinner · 17 years ago
  9. 5995cb7 [XFS] fix nasty quota hashtable allocation bug by Eric Sandeen · 17 years ago
  10. 265c1fa [XFS] fix sparse shadowed variable warnings by Christoph Hellwig · 17 years ago
  11. ee5c802 [XFS] fix ASSERT and ASSERT_ALWAYS by Christoph Hellwig · 17 years ago
  12. 34521c5 [XFS] Fix sparse warning in kmem_shake_allow by Christoph Hellwig · 17 years ago
  13. 4b80916 [XFS] Fix sparse NULL vs 0 warnings by Christoph Hellwig · 17 years ago
  14. 8da22d7 [XFS] Set filestreams object timeout to something sane. by David Chinner · 17 years ago
  15. ad690ef xfs ioctl __user annotations by Al Viro · 17 years ago
  16. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  17. fdb64f9 Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 by Linus Torvalds · 17 years ago
  18. d0217ac mm: fault feedback #1 by Nick Piggin · 17 years ago
  19. 54cb882 mm: merge populate and nopage into fault (fixes nonlinear) by Nick Piggin · 17 years ago
  20. d00806b mm: fix fault vs invalidate race for linear mappings by Nick Piggin · 17 years ago
  21. c32676e [XFS] Fix inode size update before data write in xfs_setattr by David Chinner · 17 years ago
  22. 91ebecc [XFS] Allow punching holes to free space when at ENOSPC by David Chinner · 17 years ago
  23. 4f57dbc [XFS] Implement ->page_mkwrite in XFS. by David Chinner · 17 years ago
  24. a569425 knfsd: exportfs: add exportfs.h header by Christoph Hellwig · 17 years ago
  25. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  26. 8e1f936 mm: clean up and kernelify shrinker registration by Rusty Russell · 17 years ago
  27. 0f1145c [XFS] Fix lockdep annotations for xfs_lock_inodes by David Chinner · 17 years ago
  28. faa63e9 [XFS] Fix XFS_IOC_FSBULKSTAT{,_SINGLE} & XFS_IOC_FSINUMBERS in compat mode by Michal Marek · 17 years ago
  29. 1fa503d [XFS] Compat ioctl handler for handle operations by Michal Marek · 17 years ago
  30. 547e00c [XFS] Compat ioctl handler for XFS_IOC_FSGEOMETRY_V1. by Michal Marek · 17 years ago
  31. 3a59c94 [XFS] Clean up function name handling in tracing code by Eric Sandeen · 17 years ago
  32. b11f94d [XFS] Quota inode has no parent. by David Chinner · 17 years ago
  33. 2a82b8b [XFS] Concurrent Multi-File Data Streams by David Chinner · 17 years ago
  34. 0892ccd [XFS] Use uninitialized_var macro to stop warning about rtx by Andrew Morton · 17 years ago
  35. fbf3ce8 [XFS] XFS should not be looking at filp reference counts by Christoph Hellwig · 17 years ago
  36. 16a087d [XFS] Use is_power_of_2 instead of open coding checks by Vignesh Babu · 17 years ago
  37. bbaaf53 [XFS] Reduce shouting by removing unnecessary macros from dir2 code. by Christoph Hellwig · 17 years ago
  38. 54aa8e2 [XFS] Simplify XFS min/max macros. by David Chinner · 17 years ago
  39. 24ad33f [XFS] Kill off xfs_count_bits by Eric Sandeen · 17 years ago
  40. 87ae3c2 [XFS] Cancel transactions on xfs_itruncate_start error. by Jesper Juhl · 17 years ago
  41. 39726be [XFS] Use do_div() on 64 bit types. by Christoph Hellwig · 17 years ago
  42. 516b2e7 [XFS] Fix remount,readonly path to flush everything correctly. by David Chinner · 17 years ago
  43. 957d0eb [XFS] Cleanup inode extent size hint extraction by David Chinner · 17 years ago
  44. 84e1e99 [XFS] Prevent ENOSPC from aborting transactions that need to succeed by David Chinner · 17 years ago
  45. 641c56f [XFS] Prevent deadlock when flushing inodes on unmount by David Chinner · 17 years ago
  46. 0164af5 [XFS] Log the agf_length change in xfs_growfs_data_private(). by Tim Shimmin · 17 years ago
  47. effd120 [XFS] Map unwritten extents correctly for I/o completion processing by David Chinner · 17 years ago
  48. 45c3414 [XFS] Apply transaction delta counts atomically to incore counters by David Chinner · 17 years ago
  49. b282613 [XFS] Handle null returned from xfs_vtoi() in xfs_setfilesize(). by David Chinner · 17 years ago
  50. e927af9 [XFS] Block on unwritten extent conversion during synchronous direct I/O. by David Chinner · 17 years ago
  51. f4a9f28 [XFS] Flush the block device before closing it on unmount. by David Chinner · 17 years ago
  52. 4e5ae83 [XFS] xfs_bmapi fails to update the previous extent pointer by David Chinner · 17 years ago
  53. 210c6f1 [XFS] Fix the transaction flags to make lazy superblock counters work. by David Chinner · 17 years ago
  54. 92821e2 [XFS] Lazy Superblock Counters by David Chinner · 17 years ago
  55. 3260f78 [XFS] Use generic shrinker interfaces in XFS. by Andrew Morton · 17 years ago
  56. 92dfe8d [XFS] Make hole punching at EOF atomic. by David Chinner · 17 years ago
  57. 511105b [XFS] Fix vmalloc leak on mount/unmount. by David Chinner · 17 years ago
  58. ca165b8 [XFS] Fix double free in xfs_buf_get_noaddr error handling path by Christoph Hellwig · 17 years ago
  59. 3db296f [XFS] Fix use-after-free during log unmount. by David Chinner · 17 years ago
  60. 40095b6 [XFS] Sleeping with the ilock waiting for I/O completion is Bad. by David Chinner · 17 years ago
  61. 4cc929e [XFS] Don't grow filesystems past the size they can index. by Nathan Scott · 17 years ago
  62. 1fa40b0 [XFS] Only use refcounted pages for I/O by Christoph Hellwig · 17 years ago
  63. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  64. 700716c [XFS] s/memclear_highpage_flush/zero_user_page/ by Christoph Hellwig · 17 years ago
  65. df3c724 [XFS] Write at EOF may not update filesize correctly. by David Chinner · 17 years ago
  66. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  67. 9a9136e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  68. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  69. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 17 years ago
  70. 60c9b27 Merge git://oss.sgi.com:8090/xfs/xfs-2.6 by Linus Torvalds · 17 years ago
  71. 0ceb331 mm: move common segment checks to separate helper function by Dmitriy Monakhov · 17 years ago
  72. f7c66ce [XFS] Add lockdep support for XFS by Lachlan McIlroy · 17 years ago
  73. 71dfd5a [XFS] Fix race in xfs_write() b/w dmapi callout and direct I/O checks. by Lachlan McIlroy · 17 years ago
  74. 3a02ee1 [XFS] Get rid of redundant "required" in msg. by Utako Kusaka · 17 years ago
  75. e6a0e9c [XFS] Export via a function xfs_buftarg_list for use by kdb/xfsidbg. by Tim Shimmin · 17 years ago
  76. f10bb2d [XFS] Remove unused ilen variable and references. by Tim Shimmin · 17 years ago
  77. ba87ea6 [XFS] Fix to prevent the notorious 'NULL files' problem after a crash. by Lachlan McIlroy · 17 years ago
  78. 2a32963 [XFS] Fix race condition in xfs_write(). by Lachlan McIlroy · 17 years ago
  79. e6d2942 [XFS] Fix uquota and oquota enforcement problems. by Kouta Ooizumi · 17 years ago
  80. d3cf209 [XFS] propogate return codes from flush routines by Lachlan McIlroy · 17 years ago
  81. 424ea91b [XFS] Fix quotaon syscall failures for group enforcement requests. by Donald Douwsma · 17 years ago
  82. 646d5bd [XFS] Invalidate quotacheck when mounting without a quota type. by Donald Douwsma · 17 years ago
  83. e7a23a9 [XFS] reducing the number of random number functions. by Joe Perches · 17 years ago
  84. e9ed9d2 [XFS] remove more misc. unused args by Eric Sandeen · 17 years ago
  85. ef497f8 [XFS] the "aendp" arg to xfs_dir2_data_freescan is always NULL, remove it. by Eric Sandeen · 17 years ago
  86. 1c72bf9 [XFS] The last argument "lsn" of xfs_trans_commit() is always called with NULL. by Eric Sandeen · 17 years ago
  87. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  88. b433769 [PATCH] Make XFS workqueues nonfreezable by Rafael J. Wysocki · 17 years ago
  89. 5085b60 [PATCH] xfs warning fix by Andrew Morton · 17 years ago
  90. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 18 years ago
  91. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  92. c5ef1c4 [PATCH] mark struct inode_operations const 3 by Arjan van de Ven · 18 years ago
  93. 6ab8eb1 [PATCH] Make XFS use BH_Unwritten and BH_Delay correctly by David Chinner · 18 years ago
  94. 33a266d [PATCH] Make BH_Unwritten a first class bufferhead flag V2 by David Chinner · 18 years ago
  95. e7ff6ae [XFS] Don't use kmap in xfs_iozero. by David Chinner · 18 years ago
  96. 6be145b [XFS] Remove a bunch of unused functions from XFS. by Eric Sandeen · 18 years ago
  97. 2c36dde [XFS] Remove unused arguments from the XFS_BTREE_*_ADDR macros. by Eric Sandeen · 18 years ago
  98. 7bc5306 [XFS] Remove unused header files for MAC and CAP checking functionality. by Eric Sandeen · 18 years ago
  99. 3c0dc77 [XFS] Make freeze code a little cleaner. by David Chinner · 18 years ago
  100. f7c99b6 [XFS] Remove unused argument to xfs_bmap_finish by Eric Sandeen · 18 years ago