1. b79a4a1 NFSv4: Fix state recovery when the client runs over the grace period by Trond Myklebust · 16 years ago
  2. 6dc9d57 NFSv4: Callers to nfs4_get_renew_cred() need to hold nfs_client->cl_lock by Trond Myklebust · 16 years ago
  3. 0286001 NFSv4: Clean up for the state loss reclaimer by Trond Myklebust · 16 years ago
  4. 15c831b NFS: Use atomic bitops when changing struct nfs_delegation->flags by Trond Myklebust · 16 years ago
  5. 86e8948 NFSv4: Fix up the dereferencing of delegation->inode by Trond Myklebust · 16 years ago
  6. 3431043 NFSv4: Fix up another delegation related race by Trond Myklebust · 16 years ago
  7. 0cb2659 NLM: allow lockd requests from an unprivileged port by Chuck Lever · 16 years ago
  8. 50a737f NFS: "[no]resvport" mount option changes mountd client too by Chuck Lever · 16 years ago
  9. d740351 NFS: add "[no]resvport" mount option by Chuck Lever · 16 years ago
  10. 542fcc3 NFS: move nfs_server flag initialization by Chuck Lever · 16 years ago
  11. 4a01b8a NFS: expand flags passed to nfs_create_rpc_client() by Chuck Lever · 16 years ago
  12. c5d120f NFS: introduce nfs_mount_info struct for calling nfs_mount() by Chuck Lever · 16 years ago
  13. 146ec94 NFS: Move declaration of nfs_mount() to fs/nfs/internal.h by Chuck Lever · 16 years ago
  14. 7b5d2b9 NFS: rename nfs_path variable by Chuck Lever · 16 years ago
  15. df94f00 lockd: convert reclaimer thread to kthread interface by Jeff Layton · 16 years ago
  16. 2de5987 LOCKD: Make lockd_up() and lockd_down() exported GPL-only by Trond Myklebust · 16 years ago
  17. d716f0b SUNRPC: nfsacl_encode/nfsacl_decode should be exported as GPL-only by Trond Myklebust · 16 years ago
  18. 136221f nfs: remove redundant tests on reading new pages by Wu Fengguang · 16 years ago
  19. f1d9e45 fs/9p: change simple_strtol to simple_strtoul by Julia Lawall · 16 years ago
  20. 7dd0cdc 9p: convert d_iname references to d_name.name by Wu Fengguang · 16 years ago
  21. 6ff2320 9p: Remove potentially bad parameter from function entry debug print. by Duane Griffin · 16 years ago
  22. 0bc77ec Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 16 years ago
  23. 331c313 cifs: fix buffer overrun in parse_DFS_referrals by Jeff Layton · 16 years ago
  24. a977218 ocfs2: Add JBD2 compat feature bit. by Joel Becker · 16 years ago
  25. 83099bc ocfs2: Always update xattr search when creating bucket. by Tao Ma · 16 years ago
  26. f4fd2c5 Merge branch 'to-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-roland by Linus Torvalds · 16 years ago
  27. 9c24624 KSYM_SYMBOL_LEN fixes by Hugh Dickins · 16 years ago
  28. 6ee5a39 inotify: fix IN_ONESHOT unmount event watcher by Dmitri Monakhov · 16 years ago
  29. 49c5034 pagemap: fix 32-bit pagemap regression by Matt Mackall · 16 years ago
  30. 02d2116 revert "percpu_counter: new function percpu_counter_sum_and_set" by Andrew Morton · 16 years ago
  31. 71c5576 revert "percpu counter: clean up percpu_counter_sum_and_set()" by Andrew Morton · 16 years ago
  32. 85f3346 tracehook: exec double-reporting fix by Roland McGrath · 16 years ago
  33. a4f4d6d EXPORTFS: handle NULL returns from fh_to_dentry()/fh_to_parent() by J. Bruce Fields · 16 years ago
  34. 218d11a Fix a race condition in FASYNC handling by Jonathan Corbet · 16 years ago
  35. bbeba4c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev by Linus Torvalds · 16 years ago
  36. 576a488 [XFS] Fix hang after disallowed rename across directory quota domains by Dave Chinner · 16 years ago
  37. fd4ce1a [PATCH 1/2] kill FMODE_NDELAY_NOW by Christoph Hellwig · 16 years ago
  38. ebbefc0 [PATCH] clean up blkdev_get a little bit by Christoph Hellwig · 16 years ago
  39. 2433c41 Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  40. 51eaaa6 Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 16 years ago
  41. 0380155 ntfs: don't fool kernel-doc by Randy Dunlap · 16 years ago
  42. 7ef9964 epoll: introduce resource usage limits by Davide Libenzi · 16 years ago
  43. d6b58f8 ocfs2: fix regression in ocfs2_read_blocks_sync() by Mark Fasheh · 16 years ago
  44. 07d9a39 ocfs2: fix return value set in init_dlmfs_fs() by Coly Li · 16 years ago
  45. 07f9eeb ocfs2: fix wake_up in unlock_ast by David Teigland · 16 years ago
  46. 66f502a ocfs2: initialize stack_user lvbptr by David Teigland · 16 years ago
  47. 3b5da01 ocfs2: comments typo fix by Coly Li · 16 years ago
  48. 8e36a5d Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  49. 52b19ac udf: Fix BUG_ON() in destroy_inode() by Jan Kara · 16 years ago
  50. a98ee8c [CIFS] fix regression in cifs_write_begin/cifs_write_end by Jeff Layton · 16 years ago
  51. a8d82d9 NLM: client-side nlm_lookup_host() should avoid matching on srcaddr by Chuck Lever · 16 years ago
  52. e4625eb nfsd: use of unitialized list head on error exit in nfs4recover.c by J. Bruce Fields · 16 years ago
  53. 2c5e761 nfsd: clean up grace period on early exit by J. Bruce Fields · 16 years ago
  54. 3477d20 UBIFS: pre-allocate bulk-read buffer by Artem Bityutskiy · 16 years ago
  55. 6c0c42c UBIFS: do not allocate too much by Artem Bityutskiy · 16 years ago
  56. 39ce81c UBIFS: do not print scary memory allocation warnings by Artem Bityutskiy · 16 years ago
  57. 0cb39aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  58. ddb4cbf [CIFS] Do not attempt to close invalidated file handles by Steve French · 16 years ago
  59. ea7e743 hostfs: fix a duplicated global function name by WANG Cong · 16 years ago
  60. f945454 don't unlink an active swapfile by Hugh Dickins · 16 years ago
  61. ac97b9f eCryptfs: Allocate up to two scatterlists for crypto ops on keys by Michael Halcrow · 16 years ago
  62. bfb5982 [CIFS] fix check for dead tcon in smb_init by Steve French · 16 years ago
  63. 55e8e30 block/md: fix md autodetection by Tejun Heo · 16 years ago
  64. ba32929 block: make add_partition() return pointer to hd_struct by Tejun Heo · 16 years ago
  65. eb60fa1 block: fix add_partition() error path by Tejun Heo · 16 years ago
  66. 4e14e83 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  67. b066a48 prevent cifs_writepages() from skipping unwritten pages by Dave Kleikamp · 16 years ago
  68. 2c55608 Fixed parsing of mount options when doing DFS submount by Igor Mammedov · 16 years ago
  69. ab3f992 [CIFS] Fix check for tcon seal setting and fix oops on failed mount from earlier patch by Steve French · 16 years ago
  70. c2b3382 [CIFS] Fix build break by Steve French · 16 years ago
  71. f1987b4 cifs: reinstate sharing of tree connections by Jeff Layton · 16 years ago
  72. 5c06fe7 Fix broken ownership of /proc/sys/ files by Al Viro · 16 years ago
  73. 8f7b0ba Fix inotify watch removal/umount races by Al Viro · 16 years ago
  74. d82c2df [CIFS] minor cleanup to cifs_mount by Steve French · 16 years ago
  75. 14fbf50 cifs: reinstate sharing of SMB sessions sans races by Jeff Layton · 16 years ago
  76. e7ddee9 cifs: disable sharing session and tcon and add new TCP sharing code by Jeff Layton · 16 years ago
  77. 3ec332e [CIFS] clean up server protocol handling by Steve French · 16 years ago
  78. fb39601 [CIFS] remove unused list, add new cifs sock list to prepare for mount/umount fix by Steve French · 16 years ago
  79. 7b42365 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 16 years ago
  80. 3b79521 [CIFS] Fix cifs reconnection flags by Steve French · 16 years ago
  81. 278afcb dlm: fix shutdown cleanup by David Teigland · 16 years ago
  82. 6cdfcc2 ext3: Clean up outdated and incorrect comment for ext3_write_super() by Theodore Tso · 16 years ago
  83. afef80b vfs: fix shrink_submounts by Eric W. Biederman · 16 years ago
  84. 04ca2c1 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 16 years ago
  85. 6c1e183 ocfs2: Check search result in ocfs2_xattr_block_get() by Tiger Yang · 16 years ago
  86. de29c08 ocfs2: fix printk related build warnings in xattr.c by Mark Fasheh · 16 years ago
  87. c435400 ocfs2: truncate outstanding block after direct io failure by Dmitri Monakhov · 16 years ago
  88. 80bcaf3 ocfs2/xattr: Proper hash collision handle in bucket division by Tao Ma · 16 years ago
  89. 4c1bbf1 ocfs2: return 0 in page_mkwrite to let VFS retry. by Tao Ma · 16 years ago
  90. ae0dff6 ocfs2: Set journal descriptor to NULL after journal shutdown by Sunil Mushran · 16 years ago
  91. d326479 ocfs2: Fix check of return value of ocfs2_start_trans() in xattr.c. by Tao Ma · 16 years ago
  92. b99835c ocfs2: Let inode be really deleted when ocfs2_mknod_locked() fails by Jan Kara · 16 years ago
  93. 87cfa00 ocfs2: Fix checking of return value of new_inode() by Jan Kara · 16 years ago
  94. fa38e92 ocfs2: Fix check of return value of ocfs2_start_trans() by Jan Kara · 16 years ago
  95. 8573f79 ocfs2: Fix some typos in xattr annotations. by Tao Ma · 16 years ago
  96. 63fd775 ocfs2: Remove unused ocfs2_restore_xattr_block(). by Tao Ma · 16 years ago
  97. 54f443f ocfs2: Don't repeat ocfs2_xattr_block_find() by Joel Becker · 16 years ago
  98. eb6ff23 ocfs2: Specify appropriate journal access for new xattr buckets. by Joel Becker · 16 years ago
  99. bd60bd3 ocfs2: Check errors from ocfs2_xattr_update_xattr_search() by Joel Becker · 16 years ago
  100. b37c4d8 ocfs2: Don't return -EFAULT from a corrupt xattr entry. by Joel Becker · 16 years ago