1. 829049c Check the return value of cifs_sign_smb[2] by Volker Lendecke · 16 years ago
  2. 4c3130e [CIFS] Cleanup: Move the check for too large R/W requests by Steve French · 16 years ago
  3. 27a97a6 [CIFS] Slightly simplify wait_for_free_request(), remove an unnecessary "else" branch by Volker Lendecke · 16 years ago
  4. 8fbbd36 Simplify allocate_mid() slightly: Remove some unnecessary "else" branches by Volker Lendecke · 16 years ago
  5. 6d9c6d5 [CIFS] In SendReceive, move consistency check out of the mutexed region by Volker Lendecke · 16 years ago
  6. 00e485b cifs: store password in tcon by Jeff Layton · 16 years ago
  7. 4e53a3f cifs: have calc_lanman_hash take more granular args by Jeff Layton · 16 years ago
  8. 55162de cifs: zero out session password before freeing it by Jeff Layton · 16 years ago
  9. 8570552 cifs: fix wait_for_response to time out sleeping processes correctly by Jeff Layton · 16 years ago
  10. 8be0ed4 [CIFS] Can not mount with prefixpath if root directory of share is inaccessible by Steve French · 16 years ago
  11. 61e7480 [CIFS] various minor cleanups pointed out by checkpatch script by Steve French · 16 years ago
  12. 3de2091 [CIFS] fix typo by Steve French · 16 years ago
  13. acc18aa [CIFS] remove sparse warning by Steve French · 16 years ago
  14. 13a6e42 [CIFS] add mount option to send mandatory rather than advisory locks by Steve French · 16 years ago
  15. d5c5605 cifs: make ipv6_connect take a TCP_Server_Info arg by Jeff Layton · 16 years ago
  16. bcf4b10 cifs: make ipv4_connect take a TCP_Server_Info arg by Jeff Layton · 16 years ago
  17. 7586b76 cifs: don't declare smb_vol info on the stack by Jeff Layton · 16 years ago
  18. 63c038c cifs: move allocation of new TCP_Server_Info into separate function by Jeff Layton · 16 years ago
  19. 8ecaf67 cifs: account for IPv6 in ses->serverName and clean up netbios name handling by Jeff Layton · 16 years ago
  20. 954d7a1 cifs: make dnotify thread experimental code by Jeff Layton · 16 years ago
  21. 72ca545 cifs: convert tcpSem to a mutex by Jeff Layton · 16 years ago
  22. 0468a2c cifs: take module reference when starting cifsd by Jeff Layton · 16 years ago
  23. 8090902 cifs: display addr and prefixpath options in /proc/mounts by Jeff Layton · 16 years ago
  24. 24b9b06 cifs: remove unused SMB session pointer from struct mid_q_entry by Jeff Layton · 16 years ago
  25. 32e8d18 Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/rtc' into timers/core by Ingo Molnar · 16 years ago
  26. 860cf88 Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.28' into irq/core by Ingo Molnar · 16 years ago
  27. 4e20228 Merge branch 'sched/urgent'; commit 'v2.6.28' into sched/core by Ingo Molnar · 16 years ago
  28. fc5243d [S390] arch_setup_additional_pages arguments by Martin Schwidefsky · 16 years ago
  29. cbacc2c Merge branch 'next' into for-linus by James Morris · 16 years ago
  30. db8862e Merge branch 'linus' into tracing/hw-branch-tracing by Ingo Molnar · 16 years ago
  31. 2505115 [XFS] Fix race in xfs_write() between direct and buffered I/O with DMAPI by Lachlan McIlroy · 16 years ago
  32. 61054b1 nfsd: support callbacks with gss flavors by Olga Kornievskaia · 16 years ago
  33. 945b34a rpc: allow gss callbacks to client by Olga Kornievskaia · 16 years ago
  34. 608207e rpc: pass target name down to rpc level on callbacks by Olga Kornievskaia · 16 years ago
  35. 68e76ad nfsd: pass client principal name in rsc downcall by Olga Kornievskaia · 16 years ago
  36. cf8cdbe NFS: remove unused status from encode routines by Andy Adamson · 16 years ago
  37. d017931 NFS: increment number of operations in each encode routine by Andy Adamson · 16 years ago
  38. 49c2559 NFS: fix comment placement in nfs4xdr.c by Benny Halevy · 16 years ago
  39. 05d564f NFS: fix tabs in nfs4xdr.c by Andy Adamson · 16 years ago
  40. 6c0195a NFS: remove white space from nfs4xdr.c by Andy Adamson · 16 years ago
  41. 3741307 nfs: remove incorrect usage of nfs4 compound response hdr.status by Benny Halevy · 16 years ago
  42. aadf615 nfs: return compound hdr.status when there are no op replies by Benny Halevy · 16 years ago
  43. 027b6ca NFSv4: Fix an infinite loop in the NFS state recovery code by Trond Myklebust · 16 years ago
  44. 64672d5 optimize attribute timeouts for "noac" and "actimeo=0" by Peter Staubach · 16 years ago
  45. dc0b027 NFSv4: Convert the open and close ops to use fmode by Trond Myklebust · 16 years ago
  46. 7a50c60 NFS: Use delegations to optimise ACCESS calls by Trond Myklebust · 16 years ago
  47. 15860ab NFSv4: Ensure that we set the verifier when revalidating delegated dentries by Trond Myklebust · 16 years ago
  48. 5584c30 NFSv4: Clean up is_atomic_open() by Trond Myklebust · 16 years ago
  49. bd7bf9d NFSv4: Convert delegation->type field to fmode_t by Trond Myklebust · 16 years ago
  50. 9082a5c NFSv4: Fix up delegation callbacks by Trond Myklebust · 16 years ago
  51. b7391f4 NFSv4: Return unreferenced delegations more promptly by Trond Myklebust · 16 years ago
  52. 6411bd4 NFSv4: Clean up the asynchronous delegation return by Trond Myklebust · 16 years ago
  53. b0d3ded NFSv4: Clean up nfs_expire_all_delegations() by Trond Myklebust · 16 years ago
  54. 0d62f85 NFSv4: Fix a BAD_SEQUENCEID condition. by Trond Myklebust · 16 years ago
  55. f3c7649 NFSv4: Don't exit the state management if there are still tasks to do by Trond Myklebust · 16 years ago
  56. e005e80 NFSv4: Rename the state reclaimer thread by Trond Myklebust · 16 years ago
  57. 707fb4b NFSv4: Clean up NFS4ERR_CB_PATH_DOWN error management... by Trond Myklebust · 16 years ago
  58. 515d861 NFSv4: Clean up the support for returning multiple delegations by Trond Myklebust · 16 years ago
  59. 9e33bed NFSv4: Add recovery for individual stateids by Trond Myklebust · 16 years ago
  60. 95d35cb NFSv4: Remove nfs_client->cl_sem by Trond Myklebust · 16 years ago
  61. 19e03c5 NFSv4: Ensure that file unlock requests don't conflict with state recovery by Trond Myklebust · 16 years ago
  62. 65de872 NFS: Remove the unnecessary argument to nfs4_wait_clnt_recover() by Trond Myklebust · 16 years ago
  63. fe1d819 NFSv4: Ensure that nfs4_reclaim_open_state() doesn't depend on cl_sem by Trond Myklebust · 16 years ago
  64. 7eff03a NFSv4: Add a recovery marking scheme for state owners by Trond Myklebust · 16 years ago
  65. 0f605b5 NFSv4: Don't tell server we rebooted when not necessary by Trond Myklebust · 16 years ago
  66. e598d84 NFSv4: Remove redundant RENEW calls if we know the lease has expired by Trond Myklebust · 16 years ago
  67. b79a4a1 NFSv4: Fix state recovery when the client runs over the grace period by Trond Myklebust · 16 years ago
  68. 6dc9d57 NFSv4: Callers to nfs4_get_renew_cred() need to hold nfs_client->cl_lock by Trond Myklebust · 16 years ago
  69. 0286001 NFSv4: Clean up for the state loss reclaimer by Trond Myklebust · 16 years ago
  70. 15c831b NFS: Use atomic bitops when changing struct nfs_delegation->flags by Trond Myklebust · 16 years ago
  71. 86e8948 NFSv4: Fix up the dereferencing of delegation->inode by Trond Myklebust · 16 years ago
  72. 3431043 NFSv4: Fix up another delegation related race by Trond Myklebust · 16 years ago
  73. 0cb2659 NLM: allow lockd requests from an unprivileged port by Chuck Lever · 16 years ago
  74. 50a737f NFS: "[no]resvport" mount option changes mountd client too by Chuck Lever · 16 years ago
  75. d740351 NFS: add "[no]resvport" mount option by Chuck Lever · 16 years ago
  76. 542fcc3 NFS: move nfs_server flag initialization by Chuck Lever · 16 years ago
  77. 4a01b8a NFS: expand flags passed to nfs_create_rpc_client() by Chuck Lever · 16 years ago
  78. c5d120f NFS: introduce nfs_mount_info struct for calling nfs_mount() by Chuck Lever · 16 years ago
  79. 146ec94 NFS: Move declaration of nfs_mount() to fs/nfs/internal.h by Chuck Lever · 16 years ago
  80. 7b5d2b9 NFS: rename nfs_path variable by Chuck Lever · 16 years ago
  81. df94f00 lockd: convert reclaimer thread to kthread interface by Jeff Layton · 16 years ago
  82. 2de5987 LOCKD: Make lockd_up() and lockd_down() exported GPL-only by Trond Myklebust · 16 years ago
  83. d716f0b SUNRPC: nfsacl_encode/nfsacl_decode should be exported as GPL-only by Trond Myklebust · 16 years ago
  84. 136221f nfs: remove redundant tests on reading new pages by Wu Fengguang · 16 years ago
  85. c8f9159 UBIFS: avoid unnecessary calculations by Artem Bityutskiy · 16 years ago
  86. 650ed50 UBIFS: re-calculate min_idx_size after the commit by Artem Bityutskiy · 16 years ago
  87. 4d61db4 UBIFS: use nicer 64-bit math by Artem Bityutskiy · 16 years ago
  88. af14a1a UBIFS: fix available blocks count by Artem Bityutskiy · 16 years ago
  89. d3cf502 UBIFS: various comment improvements and fixes by Artem Bityutskiy · 16 years ago
  90. 21a6025 UBIFS: improve budgeting dump by Artem Bityutskiy · 16 years ago
  91. 24fa9e9 UBIFS: fix tnc dumping by Artem Bityutskiy · 16 years ago
  92. 7bbe5b5 UBIFS: use PAGE_CACHE_MASK correctly by Artem Bityutskiy · 16 years ago
  93. ad1ad96 [XFS] handle unaligned data in xfs_bmbt_disk_get_all by Christoph Hellwig · 16 years ago
  94. efc5575 [XFS] avoid memory allocations in xfs_fs_vcmn_err by Christoph Hellwig · 16 years ago
  95. 9f6c92b [XFS] Fix speculative allocation beyond eof by Lachlan McIlroy · 16 years ago
  96. 4fdc778 [XFS] Remove XFS_BUF_SHUT() and friends by Lachlan McIlroy · 16 years ago
  97. d415867 [XFS] Use the incore inode size in xfs_file_readdir() by Lachlan McIlroy · 16 years ago
  98. 826e08b sched: fix warning in fs/proc/base.c by Ingo Molnar · 16 years ago
  99. 27a0464 [XFS] Fix merge conflict in fs/xfs/xfs_rename.c by Lachlan McIlroy · 16 years ago
  100. f1d9e45 fs/9p: change simple_strtol to simple_strtoul by Julia Lawall · 16 years ago