1. cf8cdbe NFS: remove unused status from encode routines by Andy Adamson · 16 years ago
  2. d017931 NFS: increment number of operations in each encode routine by Andy Adamson · 16 years ago
  3. 49c2559 NFS: fix comment placement in nfs4xdr.c by Benny Halevy · 16 years ago
  4. 05d564f NFS: fix tabs in nfs4xdr.c by Andy Adamson · 16 years ago
  5. 6c0195a NFS: remove white space from nfs4xdr.c by Andy Adamson · 16 years ago
  6. 3741307 nfs: remove incorrect usage of nfs4 compound response hdr.status by Benny Halevy · 16 years ago
  7. aadf615 nfs: return compound hdr.status when there are no op replies by Benny Halevy · 16 years ago
  8. 027b6ca NFSv4: Fix an infinite loop in the NFS state recovery code by Trond Myklebust · 16 years ago
  9. 64672d5 optimize attribute timeouts for "noac" and "actimeo=0" by Peter Staubach · 16 years ago
  10. dc0b027 NFSv4: Convert the open and close ops to use fmode by Trond Myklebust · 16 years ago
  11. 7a50c60 NFS: Use delegations to optimise ACCESS calls by Trond Myklebust · 16 years ago
  12. 15860ab NFSv4: Ensure that we set the verifier when revalidating delegated dentries by Trond Myklebust · 16 years ago
  13. 5584c30 NFSv4: Clean up is_atomic_open() by Trond Myklebust · 16 years ago
  14. bd7bf9d NFSv4: Convert delegation->type field to fmode_t by Trond Myklebust · 16 years ago
  15. 9082a5c NFSv4: Fix up delegation callbacks by Trond Myklebust · 16 years ago
  16. b7391f4 NFSv4: Return unreferenced delegations more promptly by Trond Myklebust · 16 years ago
  17. 6411bd4 NFSv4: Clean up the asynchronous delegation return by Trond Myklebust · 16 years ago
  18. b0d3ded NFSv4: Clean up nfs_expire_all_delegations() by Trond Myklebust · 16 years ago
  19. 0d62f85 NFSv4: Fix a BAD_SEQUENCEID condition. by Trond Myklebust · 16 years ago
  20. f3c7649 NFSv4: Don't exit the state management if there are still tasks to do by Trond Myklebust · 16 years ago
  21. e005e80 NFSv4: Rename the state reclaimer thread by Trond Myklebust · 16 years ago
  22. 707fb4b NFSv4: Clean up NFS4ERR_CB_PATH_DOWN error management... by Trond Myklebust · 16 years ago
  23. 515d861 NFSv4: Clean up the support for returning multiple delegations by Trond Myklebust · 16 years ago
  24. 9e33bed NFSv4: Add recovery for individual stateids by Trond Myklebust · 16 years ago
  25. 95d35cb NFSv4: Remove nfs_client->cl_sem by Trond Myklebust · 16 years ago
  26. 19e03c5 NFSv4: Ensure that file unlock requests don't conflict with state recovery by Trond Myklebust · 16 years ago
  27. 65de872 NFS: Remove the unnecessary argument to nfs4_wait_clnt_recover() by Trond Myklebust · 16 years ago
  28. fe1d819 NFSv4: Ensure that nfs4_reclaim_open_state() doesn't depend on cl_sem by Trond Myklebust · 16 years ago
  29. 7eff03a NFSv4: Add a recovery marking scheme for state owners by Trond Myklebust · 16 years ago
  30. 0f605b5 NFSv4: Don't tell server we rebooted when not necessary by Trond Myklebust · 16 years ago
  31. e598d84 NFSv4: Remove redundant RENEW calls if we know the lease has expired by Trond Myklebust · 16 years ago
  32. b79a4a1 NFSv4: Fix state recovery when the client runs over the grace period by Trond Myklebust · 16 years ago
  33. 6dc9d57 NFSv4: Callers to nfs4_get_renew_cred() need to hold nfs_client->cl_lock by Trond Myklebust · 16 years ago
  34. 0286001 NFSv4: Clean up for the state loss reclaimer by Trond Myklebust · 16 years ago
  35. 15c831b NFS: Use atomic bitops when changing struct nfs_delegation->flags by Trond Myklebust · 16 years ago
  36. 86e8948 NFSv4: Fix up the dereferencing of delegation->inode by Trond Myklebust · 16 years ago
  37. 3431043 NFSv4: Fix up another delegation related race by Trond Myklebust · 16 years ago
  38. 0cb2659 NLM: allow lockd requests from an unprivileged port by Chuck Lever · 16 years ago
  39. 50a737f NFS: "[no]resvport" mount option changes mountd client too by Chuck Lever · 16 years ago
  40. d740351 NFS: add "[no]resvport" mount option by Chuck Lever · 16 years ago
  41. 542fcc3 NFS: move nfs_server flag initialization by Chuck Lever · 16 years ago
  42. 4a01b8a NFS: expand flags passed to nfs_create_rpc_client() by Chuck Lever · 16 years ago
  43. c5d120f NFS: introduce nfs_mount_info struct for calling nfs_mount() by Chuck Lever · 16 years ago
  44. 146ec94 NFS: Move declaration of nfs_mount() to fs/nfs/internal.h by Chuck Lever · 16 years ago
  45. 7b5d2b9 NFS: rename nfs_path variable by Chuck Lever · 16 years ago
  46. df94f00 lockd: convert reclaimer thread to kthread interface by Jeff Layton · 16 years ago
  47. 2de5987 LOCKD: Make lockd_up() and lockd_down() exported GPL-only by Trond Myklebust · 16 years ago
  48. d716f0b SUNRPC: nfsacl_encode/nfsacl_decode should be exported as GPL-only by Trond Myklebust · 16 years ago
  49. 136221f nfs: remove redundant tests on reading new pages by Wu Fengguang · 16 years ago
  50. f1d9e45 fs/9p: change simple_strtol to simple_strtoul by Julia Lawall · 16 years ago
  51. 7dd0cdc 9p: convert d_iname references to d_name.name by Wu Fengguang · 16 years ago
  52. 6ff2320 9p: Remove potentially bad parameter from function entry debug print. by Duane Griffin · 16 years ago
  53. 0bc77ec Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 16 years ago
  54. 331c313 cifs: fix buffer overrun in parse_DFS_referrals by Jeff Layton · 16 years ago
  55. a977218 ocfs2: Add JBD2 compat feature bit. by Joel Becker · 16 years ago
  56. 83099bc ocfs2: Always update xattr search when creating bucket. by Tao Ma · 16 years ago
  57. 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
  58. 9c24624 KSYM_SYMBOL_LEN fixes by Hugh Dickins · 16 years ago
  59. 6ee5a39 inotify: fix IN_ONESHOT unmount event watcher by Dmitri Monakhov · 16 years ago
  60. 49c5034 pagemap: fix 32-bit pagemap regression by Matt Mackall · 16 years ago
  61. 02d2116 revert "percpu_counter: new function percpu_counter_sum_and_set" by Andrew Morton · 16 years ago
  62. 71c5576 revert "percpu counter: clean up percpu_counter_sum_and_set()" by Andrew Morton · 16 years ago
  63. 85f3346 tracehook: exec double-reporting fix by Roland McGrath · 16 years ago
  64. a4f4d6d EXPORTFS: handle NULL returns from fh_to_dentry()/fh_to_parent() by J. Bruce Fields · 16 years ago
  65. 218d11a Fix a race condition in FASYNC handling by Jonathan Corbet · 16 years ago
  66. bbeba4c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev by Linus Torvalds · 16 years ago
  67. 576a488 [XFS] Fix hang after disallowed rename across directory quota domains by Dave Chinner · 16 years ago
  68. fd4ce1a [PATCH 1/2] kill FMODE_NDELAY_NOW by Christoph Hellwig · 16 years ago
  69. ebbefc0 [PATCH] clean up blkdev_get a little bit by Christoph Hellwig · 16 years ago
  70. 2433c41 Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  71. 51eaaa6 Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 16 years ago
  72. 0380155 ntfs: don't fool kernel-doc by Randy Dunlap · 16 years ago
  73. 7ef9964 epoll: introduce resource usage limits by Davide Libenzi · 16 years ago
  74. d6b58f8 ocfs2: fix regression in ocfs2_read_blocks_sync() by Mark Fasheh · 16 years ago
  75. 07d9a39 ocfs2: fix return value set in init_dlmfs_fs() by Coly Li · 16 years ago
  76. 07f9eeb ocfs2: fix wake_up in unlock_ast by David Teigland · 16 years ago
  77. 66f502a ocfs2: initialize stack_user lvbptr by David Teigland · 16 years ago
  78. 3b5da01 ocfs2: comments typo fix by Coly Li · 16 years ago
  79. 8e36a5d Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  80. 52b19ac udf: Fix BUG_ON() in destroy_inode() by Jan Kara · 16 years ago
  81. a98ee8c [CIFS] fix regression in cifs_write_begin/cifs_write_end by Jeff Layton · 16 years ago
  82. a8d82d9 NLM: client-side nlm_lookup_host() should avoid matching on srcaddr by Chuck Lever · 16 years ago
  83. e4625eb nfsd: use of unitialized list head on error exit in nfs4recover.c by J. Bruce Fields · 16 years ago
  84. 2c5e761 nfsd: clean up grace period on early exit by J. Bruce Fields · 16 years ago
  85. 3477d20 UBIFS: pre-allocate bulk-read buffer by Artem Bityutskiy · 16 years ago
  86. 6c0c42c UBIFS: do not allocate too much by Artem Bityutskiy · 16 years ago
  87. 39ce81c UBIFS: do not print scary memory allocation warnings by Artem Bityutskiy · 16 years ago
  88. 0cb39aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  89. ddb4cbf [CIFS] Do not attempt to close invalidated file handles by Steve French · 16 years ago
  90. ea7e743 hostfs: fix a duplicated global function name by WANG Cong · 16 years ago
  91. f945454 don't unlink an active swapfile by Hugh Dickins · 16 years ago
  92. ac97b9f eCryptfs: Allocate up to two scatterlists for crypto ops on keys by Michael Halcrow · 16 years ago
  93. bfb59820 [CIFS] fix check for dead tcon in smb_init by Steve French · 16 years ago
  94. 55e8e30 block/md: fix md autodetection by Tejun Heo · 16 years ago
  95. ba32929 block: make add_partition() return pointer to hd_struct by Tejun Heo · 16 years ago
  96. eb60fa1 block: fix add_partition() error path by Tejun Heo · 16 years ago
  97. 4e14e83 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  98. b066a48 prevent cifs_writepages() from skipping unwritten pages by Dave Kleikamp · 16 years ago
  99. 2c55608 Fixed parsing of mount options when doing DFS submount by Igor Mammedov · 16 years ago
  100. ab3f992 [CIFS] Fix check for tcon seal setting and fix oops on failed mount from earlier patch by Steve French · 16 years ago