1. 2875097 [XFS] Hook up compat XFS_IOC_ATTRMULTI_BY_HANDLE ioctl handler by sandeen@sandeen.net · 16 years ago
  2. ebeecd2 [XFS] Hook up compat XFS_IOC_ATTRLIST_BY_HANDLE ioctl handler by sandeen@sandeen.net · 16 years ago
  3. af819d2 [XFS] Fix compat XFS_IOC_FSBULKSTAT_SINGLE ioctl by sandeen@sandeen.net · 16 years ago
  4. 65fbaf2 [XFS] Fix xfs_bulkstat_one size checks & error handling by sandeen@sandeen.net · 16 years ago
  5. 2ee4fa5 [XFS] Make the bulkstat_one compat ioctl handling more sane by sandeen@sandeen.net · 16 years ago
  6. 471d591 [XFS] Add compat handlers for data & rt growfs ioctls by sandeen@sandeen.net · 16 years ago
  7. e94fc4a [XFS] Add compat handlers for swapext ioctl by sandeen@sandeen.net · 16 years ago
  8. d5547f9 [XFS] Clean up some existing compat ioctl calls by sandeen@sandeen.net · 16 years ago
  9. ffae263 [XFS] Move compat ioctl structs & numbers into xfs_ioctl32.h by sandeen@sandeen.net · 16 years ago
  10. 743bb46 [XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch. by sandeen@sandeen.net · 16 years ago
  11. 0e44667 [XFS] fix error handling in xlog_recover_process_one_iunlink by Christoph Hellwig · 16 years ago
  12. 24f211b [XFS] move inode allocation out xfs_iread by Christoph Hellwig · 16 years ago
  13. b48d8d6 [XFS] kill the XFS_IMAP_BULKSTAT flag by Christoph Hellwig · 16 years ago
  14. 92bfc6e [XFS] embededd struct xfs_imap into xfs_inode by Christoph Hellwig · 16 years ago
  15. 94e1b69 [XFS] merge xfs_imap into xfs_dilocate by Christoph Hellwig · 16 years ago
  16. a194189 [XFS] remove dead code for old inode item recovery by Christoph Hellwig · 16 years ago
  17. 76d8b27 [XFS] stop using xfs_itobp in xfs_iread by Christoph Hellwig · 16 years ago
  18. 23fac50 [XFS] split up xlog_recover_process_iunlinks by Christoph Hellwig · 16 years ago
  19. 51ce16d [XFS] kill XFS_DINODE_VERSION_ defines by Christoph Hellwig · 16 years ago
  20. 81591fe [XFS] kill xfs_dinode_core_t by Christoph Hellwig · 16 years ago
  21. d42f08f [XFS] kill xfs_ialloc_log_di by Christoph Hellwig · 16 years ago
  22. b28708d [XFS] sanitize xlog_in_core_t definition by Christoph Hellwig · 16 years ago
  23. 4805621 [XFS] factor out xfs_read_agf helper by From: Christoph Hellwig · 16 years ago
  24. 5e1be0f [XFS] factor out xfs_read_agi helper by Christoph Hellwig · 16 years ago
  25. 26c5295 [XFS] remove i_gen from incore inode by Dave Chinner · 16 years ago
  26. 207fcfa [XFS] remove xfs_vfsops.h by Christoph Hellwig · 16 years ago
  27. 2b5decd [XFS] remove xfs_vfs.h by Christoph Hellwig · 16 years ago
  28. 00dd402 [XFS] remove bhv_statvfs_t typedef by Christoph Hellwig · 16 years ago
  29. f35642e [XFS] Hook up the fiemap ioctl. by Eric Sandeen · 16 years ago
  30. 5af317c [XFS] Add new getbmap flags. by Eric Sandeen · 16 years ago
  31. 8a7141a [XFS] convert xfs_getbmap to take formatter functions by Eric Sandeen · 16 years ago
  32. 0924b58 [XFS] fix uninitialised variable bug in dquot release. by Dave Chinner · 16 years ago
  33. 2e65609 [XFS] fix error inversion problems with data flushing by Dave Chinner · 16 years ago
  34. 6579591 [XFS] fix spurious gcc warnings by Christoph Hellwig · 16 years ago
  35. 6c31b93 [XFS] allow inode64 mount option on 32 bit systems by Christoph Hellwig · 16 years ago
  36. f999a5b [XFS] wire up ->open for directories by Christoph Hellwig · 16 years ago
  37. bac8dca [XFS] fix NULL pointer dereference in xfs_log_force_umount by Christoph Hellwig · 16 years ago
  38. b5a20aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Lachlan McIlroy · 16 years ago
  39. 0cb39aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  40. ddb4cbf [CIFS] Do not attempt to close invalidated file handles by Steve French · 16 years ago
  41. ea7e743 hostfs: fix a duplicated global function name by WANG Cong · 16 years ago
  42. f945454 don't unlink an active swapfile by Hugh Dickins · 16 years ago
  43. ac97b9f eCryptfs: Allocate up to two scatterlists for crypto ops on keys by Michael Halcrow · 16 years ago
  44. bfb5982 [CIFS] fix check for dead tcon in smb_init by Steve French · 16 years ago
  45. 55e8e30 block/md: fix md autodetection by Tejun Heo · 16 years ago
  46. ba32929 block: make add_partition() return pointer to hd_struct by Tejun Heo · 16 years ago
  47. eb60fa1 block: fix add_partition() error path by Tejun Heo · 16 years ago
  48. 4e14e83 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  49. b066a48 prevent cifs_writepages() from skipping unwritten pages by Dave Kleikamp · 16 years ago
  50. 2c55608 Fixed parsing of mount options when doing DFS submount by Igor Mammedov · 16 years ago
  51. ab3f992 [CIFS] Fix check for tcon seal setting and fix oops on failed mount from earlier patch by Steve French · 16 years ago
  52. cc09c0d [XFS] Fix double free of log tickets by Dave Chinner · 16 years ago
  53. c2b3382 [CIFS] Fix build break by Steve French · 16 years ago
  54. f1987b4 cifs: reinstate sharing of tree connections by Jeff Layton · 16 years ago
  55. 5c06fe7 Fix broken ownership of /proc/sys/ files by Al Viro · 16 years ago
  56. 8f7b0ba Fix inotify watch removal/umount races by Al Viro · 16 years ago
  57. d82c2df [CIFS] minor cleanup to cifs_mount by Steve French · 16 years ago
  58. 14fbf50 cifs: reinstate sharing of SMB sessions sans races by Jeff Layton · 16 years ago
  59. e7ddee9 cifs: disable sharing session and tcon and add new TCP sharing code by Jeff Layton · 16 years ago
  60. 3ec332e [CIFS] clean up server protocol handling by Steve French · 16 years ago
  61. fb39601 [CIFS] remove unused list, add new cifs sock list to prepare for mount/umount fix by Steve French · 16 years ago
  62. 7b42365 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 16 years ago
  63. 3b79521 [CIFS] Fix cifs reconnection flags by Steve French · 16 years ago
  64. 278afcb dlm: fix shutdown cleanup by David Teigland · 16 years ago
  65. 6cdfcc2 ext3: Clean up outdated and incorrect comment for ext3_write_super() by Theodore Tso · 16 years ago
  66. afef80b vfs: fix shrink_submounts by Eric W. Biederman · 16 years ago
  67. 04ca2c1 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 16 years ago
  68. 6c1e183 ocfs2: Check search result in ocfs2_xattr_block_get() by Tiger Yang · 16 years ago
  69. de29c08 ocfs2: fix printk related build warnings in xattr.c by Mark Fasheh · 16 years ago
  70. c435400 ocfs2: truncate outstanding block after direct io failure by Dmitri Monakhov · 16 years ago
  71. 80bcaf3 ocfs2/xattr: Proper hash collision handle in bucket division by Tao Ma · 16 years ago
  72. 4c1bbf1 ocfs2: return 0 in page_mkwrite to let VFS retry. by Tao Ma · 16 years ago
  73. ae0dff6 ocfs2: Set journal descriptor to NULL after journal shutdown by Sunil Mushran · 16 years ago
  74. d326479 ocfs2: Fix check of return value of ocfs2_start_trans() in xattr.c. by Tao Ma · 16 years ago
  75. b99835c ocfs2: Let inode be really deleted when ocfs2_mknod_locked() fails by Jan Kara · 16 years ago
  76. 87cfa00 ocfs2: Fix checking of return value of new_inode() by Jan Kara · 16 years ago
  77. fa38e92 ocfs2: Fix check of return value of ocfs2_start_trans() by Jan Kara · 16 years ago
  78. 8573f79 ocfs2: Fix some typos in xattr annotations. by Tao Ma · 16 years ago
  79. 63fd775 ocfs2: Remove unused ocfs2_restore_xattr_block(). by Tao Ma · 16 years ago
  80. 54f443f ocfs2: Don't repeat ocfs2_xattr_block_find() by Joel Becker · 16 years ago
  81. eb6ff23 ocfs2: Specify appropriate journal access for new xattr buckets. by Joel Becker · 16 years ago
  82. bd60bd3 ocfs2: Check errors from ocfs2_xattr_update_xattr_search() by Joel Becker · 16 years ago
  83. b37c4d8 ocfs2: Don't return -EFAULT from a corrupt xattr entry. by Joel Becker · 16 years ago
  84. f6087fb ocfs2: Check xattr block signatures properly. by Joel Becker · 16 years ago
  85. c988fd0 ocfs2: add handler_map array bounds checking by Tiger Yang · 16 years ago
  86. ceb1eba ocfs2: remove duplicate definition in xattr by Tiger Yang · 16 years ago
  87. 0030e00 ocfs2: fix function declaration and definition in xattr by Tiger Yang · 16 years ago
  88. c3cb682 ocfs2: fix license in xattr by Tiger Yang · 16 years ago
  89. 220ca31 [XFS] XFS: Check for valid transaction headers in recovery by David Chinner · 16 years ago
  90. 8f330f5 [XFS] handle memory allocation failures during log initialisation by Dave Chinner · 16 years ago
  91. 6f9f51a [XFS] Account for allocated blocks when expanding directories by David Chinner · 16 years ago
  92. 2cf7f0d [XFS] Wait for all I/O on truncate to zero file size by Lachlan McIlroy · 16 years ago
  93. 9ccbece [XFS] Fix use-after-free with log and quotas by Lachlan McIlroy · 16 years ago
  94. 6307091 [XFS] Avoid using inodes that haven't been completely initialised by Dave Chinner · 16 years ago
  95. cb4f0d1 [XFS] fix uninitialised variable bug in dquot release by Dave Chinner · 16 years ago
  96. d44dab8 fs: xfs needs inode_wait to be exported by Stephen Rothwell · 16 years ago
  97. 644c356 [XFS] handle memory allocation failures during log initialisation by Dave Chinner · 16 years ago
  98. 8b805ef Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  99. b726e92 Fix nfsd truncation of readdir results by Doug Nazar · 16 years ago
  100. 1538a09 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 16 years ago