1. e556ce2 Btrfs: Drop dirty roots created by log replay immediately when by Yan Zheng · 16 years ago
  2. 4b4e25f Btrfs: compat code fixes by Chris Mason · 16 years ago
  3. 79683f2 Btrfs: Use current_fsuid/gid by Chris Mason · 16 years ago
  4. 15916de Btrfs: Fixes for 2.6.28-rc API changes by Chris Mason · 16 years ago
  5. ae20a6a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Chris Mason · 16 years ago
  6. 07103a3 Btrfs: fix free space accounting when unpinning extents by Josef Bacik · 16 years ago
  7. 7c2ca46 Btrfs: Do fsync log replay when mount -o ro, except when on readonly media by Chris Mason · 16 years ago
  8. d2c3f4f Btrfs: Avoid writeback stalls by Chris Mason · 16 years ago
  9. 105d931 Btrfs: switch back to wait_on_page_writeback to wait on metadata writes by Chris Mason · 16 years ago
  10. 73e9f5b Btrfs: Update the disk format for the seed device and new root code by Chris Mason · 16 years ago
  11. 9f0ba5b Btrfs: unplug all devices in the unplug call back by Chris Mason · 16 years ago
  12. b4eec2c Btrfs: Some fixes for batching extent insert. by Liu Hui · 16 years ago
  13. ea9e8b1 Btrfs: prevent loops in the directory tree when creating snapshots by Chris Mason · 16 years ago
  14. 0660b5a Btrfs: Add backrefs and forward refs for subvols and snapshots by Chris Mason · 16 years ago
  15. 3394e16 Btrfs: Give each subvol and snapshot their own anonymous devid by Chris Mason · 16 years ago
  16. 3de4586 Btrfs: Allow subvolumes and snapshots anywhere in the directory tree by Chris Mason · 16 years ago
  17. 4ce4cb5 Btrfs: Add some debugging around the ENOSPC bugs by Josef Bacik · 16 years ago
  18. e3e469f Btrfs: fix free space leak by Josef Bacik · 16 years ago
  19. 8f7b0ba Fix inotify watch removal/umount races by Al Viro · 16 years ago
  20. 7b42365 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 16 years ago
  21. 278afcb dlm: fix shutdown cleanup by David Teigland · 16 years ago
  22. 6cdfcc2 ext3: Clean up outdated and incorrect comment for ext3_write_super() by Theodore Tso · 16 years ago
  23. afef80b vfs: fix shrink_submounts by Eric W. Biederman · 16 years ago
  24. 7cbd8a8 Btrfs: Add a missing return pointer check by yanhai zhu · 16 years ago
  25. 0df49b9 Btrfs: Check kthread_should_stop() before schedule() in worker_loop by yanhai zhu · 16 years ago
  26. c36047d Btrfs: Fix race in btrfs_mark_extent_written by Yan Zheng · 16 years ago
  27. 2b82032 Btrfs: Seed device support by Yan Zheng · 16 years ago
  28. c146afa Btrfs: mount ro and remount support by Yan Zheng · 16 years ago
  29. f3465ca Btrfs: batch extent inserts/updates/deletions on the extent root by Josef Bacik · 16 years ago
  30. c5c9cd4 Btrfs: allow clone of an arbitrary file range by Sage Weil · 16 years ago
  31. 2ed6d66 Btrfs: Fix handling of space info full during allocations by Chris Mason · 16 years ago
  32. 6f3577b Btrfs: Improve metadata read latencies by Chris Mason · 16 years ago
  33. 04ca2c1 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 16 years ago
  34. 5b050f0 Btrfs: Fix compile warnings on 32 bit machines by Chris Mason · 16 years ago
  35. 8247b41 Btrfs: Fix starting search offset inside btrfs_drop_extents by Yan Zheng · 16 years ago
  36. 8a1413a Btrfs: empty_size allocation fixes again by Chris Mason · 16 years ago
  37. 240d5d4 Btrfs: tune btrfs unplug functions for a small number of devices by Chris Mason · 16 years ago
  38. 6c1e183 ocfs2: Check search result in ocfs2_xattr_block_get() by Tiger Yang · 16 years ago
  39. de29c08 ocfs2: fix printk related build warnings in xattr.c by Mark Fasheh · 16 years ago
  40. c435400 ocfs2: truncate outstanding block after direct io failure by Dmitri Monakhov · 16 years ago
  41. 80bcaf3 ocfs2/xattr: Proper hash collision handle in bucket division by Tao Ma · 16 years ago
  42. 4c1bbf1 ocfs2: return 0 in page_mkwrite to let VFS retry. by Tao Ma · 16 years ago
  43. ae0dff6 ocfs2: Set journal descriptor to NULL after journal shutdown by Sunil Mushran · 16 years ago
  44. d326479 ocfs2: Fix check of return value of ocfs2_start_trans() in xattr.c. by Tao Ma · 16 years ago
  45. b99835c ocfs2: Let inode be really deleted when ocfs2_mknod_locked() fails by Jan Kara · 16 years ago
  46. 87cfa00 ocfs2: Fix checking of return value of new_inode() by Jan Kara · 16 years ago
  47. fa38e92 ocfs2: Fix check of return value of ocfs2_start_trans() by Jan Kara · 16 years ago
  48. 8573f79 ocfs2: Fix some typos in xattr annotations. by Tao Ma · 16 years ago
  49. 63fd775 ocfs2: Remove unused ocfs2_restore_xattr_block(). by Tao Ma · 16 years ago
  50. 54f443f ocfs2: Don't repeat ocfs2_xattr_block_find() by Joel Becker · 16 years ago
  51. eb6ff23 ocfs2: Specify appropriate journal access for new xattr buckets. by Joel Becker · 16 years ago
  52. bd60bd3 ocfs2: Check errors from ocfs2_xattr_update_xattr_search() by Joel Becker · 16 years ago
  53. b37c4d8 ocfs2: Don't return -EFAULT from a corrupt xattr entry. by Joel Becker · 16 years ago
  54. f6087fb ocfs2: Check xattr block signatures properly. by Joel Becker · 16 years ago
  55. c988fd0 ocfs2: add handler_map array bounds checking by Tiger Yang · 16 years ago
  56. ceb1eba ocfs2: remove duplicate definition in xattr by Tiger Yang · 16 years ago
  57. 0030e00 ocfs2: fix function declaration and definition in xattr by Tiger Yang · 16 years ago
  58. c3cb682 ocfs2: fix license in xattr by Tiger Yang · 16 years ago
  59. b47eda8 Btrfs: Turn off extent state leak debugging by Chris Mason · 16 years ago
  60. 445a694 Btrfs: Fix usage of struct extent_map->orig_start by Chris Mason · 16 years ago
  61. 39be25c Btrfs: Use invalidatepage when writepage finds a page outside of i_size by Chris Mason · 16 years ago
  62. f5a31e1 Btrfs: Try harder while searching for free space by Chris Mason · 16 years ago
  63. e04ca62 Btrfs: Fix use after free during compressed reads by Chris Mason · 16 years ago
  64. ff5b7ee Btrfs: Fix csum error for compressed data by Yan Zheng · 16 years ago
  65. f2b1c41 Btrfs: Make sure pages are dirty before doing delalloc for them by Chris Mason · 16 years ago
  66. 5b7c3fc Btrfs: Don't substract too much from the allocation target (avoid wrapping) by Chris Mason · 16 years ago
  67. 220ca31 [XFS] XFS: Check for valid transaction headers in recovery by David Chinner · 16 years ago
  68. 8f330f5 [XFS] handle memory allocation failures during log initialisation by Dave Chinner · 16 years ago
  69. 6f9f51a [XFS] Account for allocated blocks when expanding directories by David Chinner · 16 years ago
  70. 2cf7f0d [XFS] Wait for all I/O on truncate to zero file size by Lachlan McIlroy · 16 years ago
  71. 9ccbece [XFS] Fix use-after-free with log and quotas by Lachlan McIlroy · 16 years ago
  72. 8b805ef Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  73. b726e92 Fix nfsd truncation of readdir results by Doug Nazar · 16 years ago
  74. 5f2cc08 Btrfs: Avoid unplug storms during commit by Chris Mason · 16 years ago
  75. 42e70e7 Btrfs: Fix more false enospc errors and an oops from empty clustering by Chris Mason · 16 years ago
  76. af09abf Btrfs: make sure compressed bios don't complete too soon by Chris Mason · 16 years ago
  77. 1538a09 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 16 years ago
  78. 23712a9 ext4: add checksum calculation when clearing UNINIT flag in ext4_new_inode by Frederic Bohe · 16 years ago
  79. ed9b3e3 ext4: Mark the buffer_heads as dirty and uptodate after prepare_write by Aneesh Kumar K.V · 16 years ago
  80. 4366211 Btfs: More metadata allocator optimizations by Chris Mason · 16 years ago
  81. 3b7885b Btrfs: enforce metadata allocation clustering by Chris Mason · 16 years ago
  82. 771ed68 Btrfs: Optimize compressed writeback and reads by Chris Mason · 16 years ago
  83. 4a69a41 Btrfs: Add ordered async work queues by Chris Mason · 16 years ago
  84. e252f4d Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  85. c361948 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 16 years ago
  86. c330293 fat: i_blocks warning fix by OGAWA Hirofumi · 16 years ago
  87. 9ca59f4 fat: ->i_pos race fix by OGAWA Hirofumi · 16 years ago
  88. 2bdf67e fat: mmu_private race fix by OGAWA Hirofumi · 16 years ago
  89. 0e75f5d fat: Add printf attribute to fat_fs_panic() by OGAWA Hirofumi · 16 years ago
  90. fa93ca1 fat: Fix _fat_bmap() race by OGAWA Hirofumi · 16 years ago
  91. dfc209c fat: Fix ATTR_RO for directory by OGAWA Hirofumi · 16 years ago
  92. 9183482 fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0 by OGAWA Hirofumi · 16 years ago
  93. 9c0aa1b fat: Cleanup FAT attribute stuff by OGAWA Hirofumi · 16 years ago
  94. 45cfbe3 fat: Cleanup msdos_lookup() by OGAWA Hirofumi · 16 years ago
  95. 1c13a24 fat: Kill d_invalidate() in vfat_lookup() by OGAWA Hirofumi · 16 years ago
  96. 1b52467 fat: Fix/Cleanup dcache handling for vfat by OGAWA Hirofumi · 16 years ago
  97. 068f5ae vfat: Fix vfat_find() error path in vfat_lookup() by OGAWA Hirofumi · 16 years ago
  98. a993b54 fat: use fat_detach() in fat_clear_inode() by OGAWA Hirofumi · 16 years ago
  99. 5e35dd4 fat: Fix fat_ent_update_ptr() for FAT12 by OGAWA Hirofumi · 16 years ago
  100. d3dfa82 fat: improve fat_hash() by OGAWA Hirofumi · 16 years ago