1. d6b58f8 ocfs2: fix regression in ocfs2_read_blocks_sync() by Mark Fasheh · 16 years ago
  2. 07d9a39 ocfs2: fix return value set in init_dlmfs_fs() by Coly Li · 16 years ago
  3. 07f9eeb ocfs2: fix wake_up in unlock_ast by David Teigland · 16 years ago
  4. 66f502a ocfs2: initialize stack_user lvbptr by David Teigland · 16 years ago
  5. 3b5da01 ocfs2: comments typo fix by Coly Li · 16 years ago
  6. 8e36a5d Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  7. 52b19ac udf: Fix BUG_ON() in destroy_inode() by Jan Kara · 16 years ago
  8. a98ee8c [CIFS] fix regression in cifs_write_begin/cifs_write_end by Jeff Layton · 16 years ago
  9. 0cb39aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  10. ddb4cbf [CIFS] Do not attempt to close invalidated file handles by Steve French · 16 years ago
  11. ea7e743 hostfs: fix a duplicated global function name by WANG Cong · 16 years ago
  12. f945454 don't unlink an active swapfile by Hugh Dickins · 16 years ago
  13. ac97b9f eCryptfs: Allocate up to two scatterlists for crypto ops on keys by Michael Halcrow · 16 years ago
  14. bfb59820 [CIFS] fix check for dead tcon in smb_init by Steve French · 16 years ago
  15. 55e8e30 block/md: fix md autodetection by Tejun Heo · 16 years ago
  16. ba32929 block: make add_partition() return pointer to hd_struct by Tejun Heo · 16 years ago
  17. eb60fa1 block: fix add_partition() error path by Tejun Heo · 16 years ago
  18. 4e14e83 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  19. b066a48 prevent cifs_writepages() from skipping unwritten pages by Dave Kleikamp · 16 years ago
  20. 2c55608 Fixed parsing of mount options when doing DFS submount by Igor Mammedov · 16 years ago
  21. ab3f992 [CIFS] Fix check for tcon seal setting and fix oops on failed mount from earlier patch by Steve French · 16 years ago
  22. c2b3382 [CIFS] Fix build break by Steve French · 16 years ago
  23. f1987b4 cifs: reinstate sharing of tree connections by Jeff Layton · 16 years ago
  24. 5c06fe7 Fix broken ownership of /proc/sys/ files by Al Viro · 16 years ago
  25. 8f7b0ba Fix inotify watch removal/umount races by Al Viro · 16 years ago
  26. d82c2df [CIFS] minor cleanup to cifs_mount by Steve French · 16 years ago
  27. 14fbf50 cifs: reinstate sharing of SMB sessions sans races by Jeff Layton · 16 years ago
  28. e7ddee9 cifs: disable sharing session and tcon and add new TCP sharing code by Jeff Layton · 16 years ago
  29. 3ec332e [CIFS] clean up server protocol handling by Steve French · 16 years ago
  30. fb39601 [CIFS] remove unused list, add new cifs sock list to prepare for mount/umount fix by Steve French · 16 years ago
  31. 7b42365 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 16 years ago
  32. 3b79521 [CIFS] Fix cifs reconnection flags by Steve French · 16 years ago
  33. 278afcb dlm: fix shutdown cleanup by David Teigland · 16 years ago
  34. 6cdfcc2 ext3: Clean up outdated and incorrect comment for ext3_write_super() by Theodore Tso · 16 years ago
  35. afef80b vfs: fix shrink_submounts by Eric W. Biederman · 16 years ago
  36. 04ca2c1 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 16 years ago
  37. 6c1e183 ocfs2: Check search result in ocfs2_xattr_block_get() by Tiger Yang · 16 years ago
  38. de29c08 ocfs2: fix printk related build warnings in xattr.c by Mark Fasheh · 16 years ago
  39. c435400 ocfs2: truncate outstanding block after direct io failure by Dmitri Monakhov · 16 years ago
  40. 80bcaf3 ocfs2/xattr: Proper hash collision handle in bucket division by Tao Ma · 16 years ago
  41. 4c1bbf1 ocfs2: return 0 in page_mkwrite to let VFS retry. by Tao Ma · 16 years ago
  42. ae0dff6 ocfs2: Set journal descriptor to NULL after journal shutdown by Sunil Mushran · 16 years ago
  43. d326479 ocfs2: Fix check of return value of ocfs2_start_trans() in xattr.c. by Tao Ma · 16 years ago
  44. b99835c ocfs2: Let inode be really deleted when ocfs2_mknod_locked() fails by Jan Kara · 16 years ago
  45. 87cfa00 ocfs2: Fix checking of return value of new_inode() by Jan Kara · 16 years ago
  46. fa38e92 ocfs2: Fix check of return value of ocfs2_start_trans() by Jan Kara · 16 years ago
  47. 8573f79 ocfs2: Fix some typos in xattr annotations. by Tao Ma · 16 years ago
  48. 63fd775 ocfs2: Remove unused ocfs2_restore_xattr_block(). by Tao Ma · 16 years ago
  49. 54f443f ocfs2: Don't repeat ocfs2_xattr_block_find() by Joel Becker · 16 years ago
  50. eb6ff23 ocfs2: Specify appropriate journal access for new xattr buckets. by Joel Becker · 16 years ago
  51. bd60bd3 ocfs2: Check errors from ocfs2_xattr_update_xattr_search() by Joel Becker · 16 years ago
  52. b37c4d8 ocfs2: Don't return -EFAULT from a corrupt xattr entry. by Joel Becker · 16 years ago
  53. f6087fb ocfs2: Check xattr block signatures properly. by Joel Becker · 16 years ago
  54. c988fd0 ocfs2: add handler_map array bounds checking by Tiger Yang · 16 years ago
  55. ceb1eba ocfs2: remove duplicate definition in xattr by Tiger Yang · 16 years ago
  56. 0030e00 ocfs2: fix function declaration and definition in xattr by Tiger Yang · 16 years ago
  57. c3cb682 ocfs2: fix license in xattr by Tiger Yang · 16 years ago
  58. 220ca31 [XFS] XFS: Check for valid transaction headers in recovery by David Chinner · 16 years ago
  59. 8f330f5 [XFS] handle memory allocation failures during log initialisation by Dave Chinner · 16 years ago
  60. 6f9f51a [XFS] Account for allocated blocks when expanding directories by David Chinner · 16 years ago
  61. 2cf7f0d [XFS] Wait for all I/O on truncate to zero file size by Lachlan McIlroy · 16 years ago
  62. 9ccbece [XFS] Fix use-after-free with log and quotas by Lachlan McIlroy · 16 years ago
  63. 8b805ef Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  64. b726e92 Fix nfsd truncation of readdir results by Doug Nazar · 16 years ago
  65. 1538a09 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 16 years ago
  66. 23712a9 ext4: add checksum calculation when clearing UNINIT flag in ext4_new_inode by Frederic Bohe · 16 years ago
  67. ed9b3e3 ext4: Mark the buffer_heads as dirty and uptodate after prepare_write by Aneesh Kumar K.V · 16 years ago
  68. e252f4d Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  69. c361948 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 16 years ago
  70. c330293 fat: i_blocks warning fix by OGAWA Hirofumi · 16 years ago
  71. 9ca59f4 fat: ->i_pos race fix by OGAWA Hirofumi · 16 years ago
  72. 2bdf67e fat: mmu_private race fix by OGAWA Hirofumi · 16 years ago
  73. 0e75f5d fat: Add printf attribute to fat_fs_panic() by OGAWA Hirofumi · 16 years ago
  74. fa93ca1 fat: Fix _fat_bmap() race by OGAWA Hirofumi · 16 years ago
  75. dfc209c fat: Fix ATTR_RO for directory by OGAWA Hirofumi · 16 years ago
  76. 9183482 fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0 by OGAWA Hirofumi · 16 years ago
  77. 9c0aa1b fat: Cleanup FAT attribute stuff by OGAWA Hirofumi · 16 years ago
  78. 45cfbe3 fat: Cleanup msdos_lookup() by OGAWA Hirofumi · 16 years ago
  79. 1c13a24 fat: Kill d_invalidate() in vfat_lookup() by OGAWA Hirofumi · 16 years ago
  80. 1b52467 fat: Fix/Cleanup dcache handling for vfat by OGAWA Hirofumi · 16 years ago
  81. 068f5ae vfat: Fix vfat_find() error path in vfat_lookup() by OGAWA Hirofumi · 16 years ago
  82. a993b54 fat: use fat_detach() in fat_clear_inode() by OGAWA Hirofumi · 16 years ago
  83. 5e35dd4 fat: Fix fat_ent_update_ptr() for FAT12 by OGAWA Hirofumi · 16 years ago
  84. d3dfa82 fat: improve fat_hash() by OGAWA Hirofumi · 16 years ago
  85. 52e9d9f fat: cleanup fat_parse_long() error handling by Darren Jenkins · 16 years ago
  86. 53472bc fat: use generic_file_llseek() for directory by OGAWA Hirofumi · 16 years ago
  87. 7decd1c fat: Fix and cleanup timestamp conversion by OGAWA Hirofumi · 16 years ago
  88. 9e975da fat: split include/msdos_fs.h by OGAWA Hirofumi · 16 years ago
  89. 990e194 fat: move fs/vfat/* and fs/msdos/* to fs/fat by OGAWA Hirofumi · 16 years ago
  90. c87591b ext3: wait on all pending commits in ext3_sync_fs by Arthur Jones · 16 years ago
  91. 96b0317 autofs4: collect version check return by Ian Kent · 16 years ago
  92. bc9c406 autofs4: correct offset mount expire check by Ian Kent · 16 years ago
  93. ac51d83 ext4: calculate journal credits correctly by Theodore Ts'o · 16 years ago
  94. 89f9749 block: fix __blkdev_get() for removable devices by Tejun Heo · 16 years ago
  95. dc8a084 [JFFS2] fix race condition in jffs2_lzo_compress() by Geert Uytterhoeven · 16 years ago
  96. 14ce0cb ext4: wait on all pending commits in ext4_sync_fs() by Theodore Ts'o · 16 years ago
  97. d94e99a ext4: Convert to host order before using the values. by Aneesh Kumar K.V · 16 years ago
  98. ae2d9fb ext4: fix missing ext4_unlock_group in error path by Aneesh Kumar K.V · 16 years ago
  99. c527c8a [CIFS] Can't rely on iov length and base when kernel_recvmsg returns error by Steve French · 16 years ago
  100. a75952b Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago