1. 63649bd NFS - fix potential NULL pointer dereference v2 by Cyrill Gorcunov · 17 years ago
  2. a2b2bb8 NFSv4: Attempt to use machine credentials in SETCLIENTID calls by Trond Myklebust · 17 years ago
  3. 7c67db3 NFSv4: Reintroduce machine creds by Trond Myklebust · 17 years ago
  4. 78ea323 NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid() by Trond Myklebust · 17 years ago
  5. 4410924 nfs: fix printout of multiword bitfields by Fred Isaman · 17 years ago
  6. 856dff3 nfs: return negative error value from nfs{,4}_stat_to_errno by Benny Halevy · 17 years ago
  7. d11d10c NLM/lockd: Ensure client locking calls use correct credentials by Trond Myklebust · 17 years ago
  8. c4d7c40 NFS: Remove the buggy lock-if-signalled case from do_setlk() by Trond Myklebust · 17 years ago
  9. 5f50c0c NLM/lockd: Fix a race when cancelling a blocking lock by Trond Myklebust · 17 years ago
  10. 6b4b3a7 NLM/lockd: Ensure that nlmclnt_cancel() returns results of the CANCEL call by Trond Myklebust · 17 years ago
  11. 8ec7ff7 NLM: Remove the signal masking in nlmclnt_proc/nlmclnt_cancel by Trond Myklebust · 17 years ago
  12. dc9d8d0 NLM/lockd: convert __nlm_async_call to use rpc_run_task() by Trond Myklebust · 17 years ago
  13. 5e7f37a NLM/lockd: Add a reference counter to struct nlm_rqst by Trond Myklebust · 17 years ago
  14. 536ff0f NFSv4: Ensure we don't corrupt fl->fl_flags in nfs4_proc_unlck by Trond Myklebust · 17 years ago
  15. 4a9af59 NLM/lockd: Ensure we don't corrupt fl->fl_flags in nlmclnt_unlock() by Trond Myklebust · 17 years ago
  16. c1d5193 NFSv4: Only increment the sequence id if the server saw it by Trond Myklebust · 17 years ago
  17. 35d0577 NFSv4: Remove bogus call to nfs4_drop_state_owner() in _nfs4_open_expired() by Trond Myklebust · 17 years ago
  18. dbae4c7 NFS: Ensure that rpc_run_task() errors are propagated back to the caller by Trond Myklebust · 17 years ago
  19. c9d8f89 NFS: Ensure that the write code cleans up properly when rpc_run_task() fails by Trond Myklebust · 17 years ago
  20. fdd1e74 NFS: Ensure that the read code cleans up properly when rpc_run_task() fails by Trond Myklebust · 17 years ago
  21. 73e3302 NFS: Fix nfs_wb_page() to always exit with an error or a clean page by Trond Myklebust · 17 years ago
  22. 0490a54 lockd: introduce new function to encode private argument in SM_MON requests by Chuck Lever · 17 years ago
  23. 2ca7754 lockd: Fix up incorrect RPC buffer size calculations. by Chuck Lever · 17 years ago
  24. ea72a7f lockd: document use of mon_id argument in SM_MON requests by Chuck Lever · 17 years ago
  25. 850c95f lockd: refactor SM_MON my_id argument encoder by Chuck Lever · 17 years ago
  26. 4969517 lockd: refactor SM_MON mon_name argument encoder by Chuck Lever · 17 years ago
  27. 099bd05 lockd: Ensure NSM strings aren't longer than protocol allows by Chuck Lever · 17 years ago
  28. eb18860 NLM: NLM protocol version numbers are u32 by Chuck Lever · 17 years ago
  29. 90d5b18 NLM: LOCKD fails to load if CONFIG_SYSCTL is not set by Chuck Lever · 17 years ago
  30. 1e40316 SUNRPC: Add a default setting for CONFIG_SUNRPC_BIND34 by Chuck Lever · 17 years ago
  31. 327a299 SUNRPC: Update help Kconfig text by Chuck Lever · 17 years ago
  32. ecfc555a NFS: Always enable NFS direct I/O by Chuck Lever · 17 years ago
  33. 82d101d NFS: Show most mount options via nfs_show_options() by Chuck Lever · 17 years ago
  34. 3f8400d NFS: Save the values of the "mount*=" mount options by Chuck Lever · 17 years ago
  35. f22d6d7 NFS: Save the value of the "port=" mount option by Chuck Lever · 17 years ago
  36. 78fa701 NFS: Fix up data types of fields in nfs_parsed_mount_options by Chuck Lever · 17 years ago
  37. 2d76743 NFS: numeric mount parameters are unsigned by Chuck Lever · 17 years ago
  38. 7bda2cd NFS: clean up short packet handling for NFSv4 readdir by Jeff Layton · 17 years ago
  39. 643f811 NFS: clean up short packet handling for NFSv3 readdir by Jeff Layton · 17 years ago
  40. caa02bd NFS: clean up short packet handling for NFSv2 readdir by Jeff Layton · 17 years ago
  41. 4af68bf nfs: remove duplicate initializations of nfs_read_data field by Fred Isaman · 17 years ago
  42. 6d884e8 nfs: nfs_redirty_request by Fred · 17 years ago
  43. c7c350e Merge branch 'hotfixes' into devel by Trond Myklebust · 17 years ago
  44. f8512ad nfs: don't ignore return value from nfs_pageio_add_request by Fred Isaman · 17 years ago
  45. f920bb6 Merge branch 'audit.b49' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 17 years ago
  46. 1e0bd75 [PATCH] export sessionid alongside the loginuid in procfs by Eric Paris · 17 years ago
  47. 92f53c6 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  48. 40044ce Revert "unexport bio_{,un}map_user" by Jens Axboe · 17 years ago
  49. 3d10a15 hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakage by Al Viro · 17 years ago
  50. b663c6f nfsd: fix oops on access from high-numbered ports by J. Bruce Fields · 17 years ago
  51. 2f42b5d NFS: fix encode_fsinfo_maxsz by Fred Isaman · 17 years ago
  52. 98a8e32 SUNRPC: Add a helper rpcauth_lookup_generic_cred() by Trond Myklebust · 17 years ago
  53. fb39380 pagemap: proper read error handling by Marcelo Tosatti · 17 years ago
  54. 609eb39 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  55. b2211a3 net: fix build with CONFIG_NET=n by Andrew Morton · 17 years ago
  56. cdef59a ocfs2: Fix NULL pointer dereferences in o2net by Tao Ma · 17 years ago
  57. c824c3c ocfs2/dlm: dlm_thread should not sleep while holding the dlm_spinlock by Sunil Mushran · 17 years ago
  58. 535f702 ocfs2/dlm: Print message showing the recovery master by Sunil Mushran · 17 years ago
  59. b31cfc0 ocfs2/dlm: Add missing dlm_lockres_put()s by Sunil Mushran · 17 years ago
  60. 52987e2 ocfs2/dlm: Add missing dlm_lockres_put()s in migration path by Sunil Mushran · 17 years ago
  61. 2c5c54a ocfs2/dlm: Add missing dlm_lock_put()s by Sunil Mushran · 17 years ago
  62. 4338ab6 ocfs2: Fix an endian bug in online resize. by Tao Ma · 17 years ago
  63. 90d9977 [PATCH] [OCFS2]: constify function pointer tables by Jan Engelhardt · 17 years ago
  64. 0f71b7b ocfs2: Fix endian bug in o2dlm protocol negotiation. by Joel Becker · 17 years ago
  65. 2af37ce ocfs2: Use dlm_print_one_lock_resource for lock resource print by Tao Ma · 17 years ago
  66. 3a4780a [PATCH] fs/ocfs2/dlm/dlmdomain.c: fix printk warning by Andrew Morton · 17 years ago
  67. 9446389e Merge commit 'origin' into devel by Trond Myklebust · 17 years ago
  68. 4c1aa6f Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 17 years ago
  69. 4e99a1f NFS: Fix dentry revalidation for NFSv4 referrals and mountpoint crossings by Trond Myklebust · 17 years ago
  70. c37dcd33 NFS: Fix the fsid revalidation in nfs_update_inode() by Trond Myklebust · 17 years ago
  71. af1b8c2 NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.c by Trond Myklebust · 17 years ago
  72. e9720ac [NET]: Make /proc/net a symlink on /proc/self/net (v3) by Pavel Emelyanov · 17 years ago
  73. 910da1a Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 by Linus Torvalds · 17 years ago
  74. 72772a3 [XFS] fix inode leak in xfs_iget_core() by David Chinner · 17 years ago
  75. 92d9cd1 [XFS] 977545 977545 977545 977545 977545 977545 xfsaild causing too many wakeups by David Chinner · 17 years ago
  76. f9c3a38 NFS: use new LSM interfaces to explicitly set mount options by Eric Paris · 17 years ago
  77. e000752 LSM/SELinux: Interfaces to allow FS to control mount options by Eric Paris · 17 years ago
  78. 2c6f2db Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  79. 92587216 ext3: fix mount option parsing by Josef Bacik · 17 years ago
  80. e4465fd eCryptfs: make ecryptfs_prepare_write decrypt the page by Michael Halcrow · 17 years ago
  81. acc1f3e fs/reiserfs/super.c: correct use of ! and & by Julia Lawall · 17 years ago
  82. e389229 vfs: fix NULL pointer dereference in fsync_buffers_list() by Jan Kara · 17 years ago
  83. d31472b core dump: user_regset writeback by Roland McGrath · 17 years ago
  84. 3634634 debugfs: fix sparse warnings by Harvey Harrison · 17 years ago
  85. c5750ee Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 17 years ago
  86. ce93296 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  87. a0db701 block/genhd.c: proper externs by Adrian Bunk · 17 years ago
  88. 02cf01a splice: only return -EAGAIN if there's hope of more data by Jens Axboe · 17 years ago
  89. 966ea8c Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 17 years ago
  90. 86c838b [PATCH] fs/ocfs2/aops.c: Correct use of ! and & by Julia Lawall · 17 years ago
  91. 05488bb [2.6 patch] ocfs2: make dlm_do_assert_master() static by Adrian Bunk · 17 years ago
  92. 200bfae [2.6 patch] make ocfs2_downconvert_thread() static by Adrian Bunk · 17 years ago
  93. 0060005 [2.6 patch] fs/ocfs2/: possible cleanups by Adrian Bunk · 17 years ago
  94. 0dd3256 [PATCH] ocfs2: le*_add_cpu conversion by Marcin Slusarz · 17 years ago
  95. 1044e40 ocfs2: Fix writeout in ocfs2_data_convert_worker() by Mark Fasheh · 17 years ago
  96. 7ad8b3d ocfs2: Enable localalloc for local mounts by Sunil Mushran · 17 years ago
  97. 78a4a50 docbook: fix filesystems.tmpl source files by Randy Dunlap · 17 years ago
  98. a64e715 Allow ARG_MAX execve string space even with a small stack limit by Linus Torvalds · 17 years ago
  99. 0dbd888 Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 17 years ago
  100. cdd0972 Merge branch 'cleanups' into next by Trond Myklebust · 17 years ago