1. 6cdfcc2 ext3: Clean up outdated and incorrect comment for ext3_write_super() by Theodore Tso · 16 years ago
  2. afef80b vfs: fix shrink_submounts by Eric W. Biederman · 16 years ago
  3. 04ca2c1 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 16 years ago
  4. 6c1e183 ocfs2: Check search result in ocfs2_xattr_block_get() by Tiger Yang · 16 years ago
  5. de29c08 ocfs2: fix printk related build warnings in xattr.c by Mark Fasheh · 16 years ago
  6. c435400 ocfs2: truncate outstanding block after direct io failure by Dmitri Monakhov · 16 years ago
  7. 80bcaf3 ocfs2/xattr: Proper hash collision handle in bucket division by Tao Ma · 16 years ago
  8. 4c1bbf1 ocfs2: return 0 in page_mkwrite to let VFS retry. by Tao Ma · 16 years ago
  9. ae0dff6 ocfs2: Set journal descriptor to NULL after journal shutdown by Sunil Mushran · 16 years ago
  10. d326479 ocfs2: Fix check of return value of ocfs2_start_trans() in xattr.c. by Tao Ma · 16 years ago
  11. b99835c ocfs2: Let inode be really deleted when ocfs2_mknod_locked() fails by Jan Kara · 16 years ago
  12. 87cfa00 ocfs2: Fix checking of return value of new_inode() by Jan Kara · 16 years ago
  13. fa38e92 ocfs2: Fix check of return value of ocfs2_start_trans() by Jan Kara · 16 years ago
  14. 8573f79 ocfs2: Fix some typos in xattr annotations. by Tao Ma · 16 years ago
  15. 63fd775 ocfs2: Remove unused ocfs2_restore_xattr_block(). by Tao Ma · 16 years ago
  16. 54f443f ocfs2: Don't repeat ocfs2_xattr_block_find() by Joel Becker · 16 years ago
  17. eb6ff23 ocfs2: Specify appropriate journal access for new xattr buckets. by Joel Becker · 16 years ago
  18. bd60bd3 ocfs2: Check errors from ocfs2_xattr_update_xattr_search() by Joel Becker · 16 years ago
  19. b37c4d8 ocfs2: Don't return -EFAULT from a corrupt xattr entry. by Joel Becker · 16 years ago
  20. f6087fb ocfs2: Check xattr block signatures properly. by Joel Becker · 16 years ago
  21. c988fd0 ocfs2: add handler_map array bounds checking by Tiger Yang · 16 years ago
  22. ceb1eba ocfs2: remove duplicate definition in xattr by Tiger Yang · 16 years ago
  23. 0030e00 ocfs2: fix function declaration and definition in xattr by Tiger Yang · 16 years ago
  24. c3cb682 ocfs2: fix license in xattr by Tiger Yang · 16 years ago
  25. 220ca31 [XFS] XFS: Check for valid transaction headers in recovery by David Chinner · 16 years ago
  26. 8f330f5 [XFS] handle memory allocation failures during log initialisation by Dave Chinner · 16 years ago
  27. 6f9f51a [XFS] Account for allocated blocks when expanding directories by David Chinner · 16 years ago
  28. 2cf7f0d [XFS] Wait for all I/O on truncate to zero file size by Lachlan McIlroy · 16 years ago
  29. 9ccbece [XFS] Fix use-after-free with log and quotas by Lachlan McIlroy · 16 years ago
  30. 8b805ef Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  31. b726e92 Fix nfsd truncation of readdir results by Doug Nazar · 16 years ago
  32. 1538a09 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 16 years ago
  33. 23712a9 ext4: add checksum calculation when clearing UNINIT flag in ext4_new_inode by Frederic Bohe · 16 years ago
  34. ed9b3e3 ext4: Mark the buffer_heads as dirty and uptodate after prepare_write by Aneesh Kumar K.V · 16 years ago
  35. e252f4d Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  36. c361948 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 16 years ago
  37. c330293 fat: i_blocks warning fix by OGAWA Hirofumi · 16 years ago
  38. 9ca59f4 fat: ->i_pos race fix by OGAWA Hirofumi · 16 years ago
  39. 2bdf67e fat: mmu_private race fix by OGAWA Hirofumi · 16 years ago
  40. 0e75f5d fat: Add printf attribute to fat_fs_panic() by OGAWA Hirofumi · 16 years ago
  41. fa93ca1 fat: Fix _fat_bmap() race by OGAWA Hirofumi · 16 years ago
  42. dfc209c fat: Fix ATTR_RO for directory by OGAWA Hirofumi · 16 years ago
  43. 9183482 fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0 by OGAWA Hirofumi · 16 years ago
  44. 9c0aa1b fat: Cleanup FAT attribute stuff by OGAWA Hirofumi · 16 years ago
  45. 45cfbe3 fat: Cleanup msdos_lookup() by OGAWA Hirofumi · 16 years ago
  46. 1c13a24 fat: Kill d_invalidate() in vfat_lookup() by OGAWA Hirofumi · 16 years ago
  47. 1b52467 fat: Fix/Cleanup dcache handling for vfat by OGAWA Hirofumi · 16 years ago
  48. 068f5ae vfat: Fix vfat_find() error path in vfat_lookup() by OGAWA Hirofumi · 16 years ago
  49. a993b54 fat: use fat_detach() in fat_clear_inode() by OGAWA Hirofumi · 16 years ago
  50. 5e35dd4 fat: Fix fat_ent_update_ptr() for FAT12 by OGAWA Hirofumi · 16 years ago
  51. d3dfa82 fat: improve fat_hash() by OGAWA Hirofumi · 16 years ago
  52. 52e9d9f fat: cleanup fat_parse_long() error handling by Darren Jenkins · 16 years ago
  53. 53472bc fat: use generic_file_llseek() for directory by OGAWA Hirofumi · 16 years ago
  54. 7decd1c fat: Fix and cleanup timestamp conversion by OGAWA Hirofumi · 16 years ago
  55. 9e975da fat: split include/msdos_fs.h by OGAWA Hirofumi · 16 years ago
  56. 990e194 fat: move fs/vfat/* and fs/msdos/* to fs/fat by OGAWA Hirofumi · 16 years ago
  57. c87591b ext3: wait on all pending commits in ext3_sync_fs by Arthur Jones · 16 years ago
  58. 96b0317 autofs4: collect version check return by Ian Kent · 16 years ago
  59. bc9c406 autofs4: correct offset mount expire check by Ian Kent · 16 years ago
  60. ac51d83 ext4: calculate journal credits correctly by Theodore Ts'o · 16 years ago
  61. 89f9749 block: fix __blkdev_get() for removable devices by Tejun Heo · 16 years ago
  62. dc8a084 [JFFS2] fix race condition in jffs2_lzo_compress() by Geert Uytterhoeven · 16 years ago
  63. 14ce0cb ext4: wait on all pending commits in ext4_sync_fs() by Theodore Ts'o · 16 years ago
  64. d94e99a ext4: Convert to host order before using the values. by Aneesh Kumar K.V · 16 years ago
  65. ae2d9fb ext4: fix missing ext4_unlock_group in error path by Aneesh Kumar K.V · 16 years ago
  66. a75952b Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  67. ae6884a cifs: fix renaming one hardlink on top of another by Jeff Layton · 16 years ago
  68. c8126cc Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc by Linus Torvalds · 16 years ago
  69. 2423840 jbd2: deregister proc on failure in jbd2_journal_init_inode by Sami Liedes · 16 years ago
  70. 8c3f25d jbd2: don't give up looking for space so easily in __jbd2_log_wait_for_space by Theodore Ts'o · 16 years ago
  71. e219cca jbd: don't give up looking for space so easily in __log_wait_for_space by Theodore Ts'o · 16 years ago
  72. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  73. e06f42d Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  74. b27cf88 [JFFS2] Fix lack of locking in thread_should_wake() by David Woodhouse · 16 years ago
  75. eff2502 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 16 years ago
  76. d7dc61d NLM: Set address family before calling nlm_host_rebooted() by Chuck Lever · 16 years ago
  77. 8d7c420 nfsd: fix failure to set eof in readdir in some situations by J. Bruce Fields · 16 years ago
  78. 61de800 [CIFS] fix error in smb_send2 by Steve French · 16 years ago
  79. 1b2d3d9 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 16 years ago
  80. e74481e fs: remove excess kernel-doc by Randy Dunlap · 16 years ago
  81. 87b811c ecryptfs: fix memory corruption when storing crypto info in xattrs by Eric Sandeen · 16 years ago
  82. 4e02ed4 fs: remove prepare_write/commit_write by Nick Piggin · 16 years ago
  83. edf1ae4 [CIFS] Reduce number of socket retries in large write path by Steve French · 16 years ago
  84. ae05f26 NFS: Convert nfs_attr_generation_counter into an atomic_long by Trond Myklebust · 16 years ago
  85. a996031 delay capable() check in ext4_has_free_blocks() by Eric Sandeen · 16 years ago
  86. 8c3bf8a0 merge ext4_claim_free_blocks & ext4_has_free_blocks by Eric Sandeen · 16 years ago
  87. 6c20ec8 jbd2: Call the commit callback before the transaction could get dropped by Theodore Ts'o · 16 years ago
  88. ef2cabf ext4: fix a bug accessing freed memory in ext4_abort by Hidehiro Kawai · 16 years ago
  89. 44d6f78 ext3: fix a bug accessing freed memory in ext3_abort by Hidehiro Kawai · 16 years ago
  90. 6c87df3 proc: revert /proc/uptime to ->read_proc hook by Alexey Dobriyan · 16 years ago
  91. 526719b Switch to a valid email address... by Alan Cox · 16 years ago
  92. 9ce209d epoll: avoid double-inserts in case of EFAULT by Davide Libenzi · 16 years ago
  93. 4d36a9e select: deal with math overflow from borderline valid userland data by Arjan van de Ven · 16 years ago
  94. 3c37fc8 ext4: Fix duplicate entries returned from getdents() system call by Theodore Ts'o · 16 years ago
  95. 8c9fa93 ext3: Fix duplicate entries returned from getdents() system call by Theodore Ts'o · 16 years ago
  96. 88ed86f Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc by Linus Torvalds · 16 years ago
  97. 3856d30 ext4: remove unused variable in ext4_get_parent by Christoph Hellwig · 16 years ago
  98. 12e1ec9 ext3 quota support: fix compile failure by Linus Torvalds · 16 years ago
  99. 1f6d6e8e Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  100. db563fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago