1. a1be9ee NFS: suppress a build warning by Stefan Richter · 15 years ago
  2. 3050141 NFSv4: Kill nfs4_renewd_prepare_shutdown() by Trond Myklebust · 15 years ago
  3. 517be09 NFSv4: Fix the referral mount code by Trond Myklebust · 15 years ago
  4. f4373bf nfs: Avoid overrun when copying client IP address string by Ben Hutchings · 15 years ago
  5. bcd2ea1 NFS: Fix port initialisation in nfs_remount() by Trond Myklebust · 15 years ago
  6. f5855fe NFS: Fix port and mountport display in /proc/self/mountinfo by Trond Myklebust · 15 years ago
  7. c5811db NFS: Fix a default mount regression... by Trond Myklebust · 15 years ago
  8. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  9. 36dd2fd nfs[23] tcp breakage in mount with binary options by Al Viro · 15 years ago
  10. 6c5daf0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  11. db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  12. c08d3b0 truncate: use new helpers by npiggin@suse.de · 15 years ago
  13. 2bcd57a headers: utsname.h redux by Alexey Dobriyan · 15 years ago
  14. 2df5480 NFS: Propagate 'fsc' mount option through automounts by David Howells · 15 years ago
  15. 9423a08 NFS: Add nfs_alloc_parsed_mount_data by Chuck Lever · 15 years ago
  16. 8a6e5de NFS: Get rid of the NFS_MOUNT_VER3 and NFS_MOUNT_TCP flags by Trond Myklebust · 15 years ago
  17. 88e9d34 seq_file: constify seq_operations by James Morris · 15 years ago
  18. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  19. 6aed628 const: make file_lock_operations const by Alexey Dobriyan · 15 years ago
  20. 48d0764 nfs: initialize the backing_dev_info when creating the server by Jens Axboe · 15 years ago
  21. 92f2505 nfs: nfs_kill_super() should call bdi_unregister() after killing super by Jens Axboe · 15 years ago
  22. a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago
  23. 32a88aa fs: Assign bdi in super_block by Jens Axboe · 15 years ago
  24. 1fe06ad writeback: get rid of wbc->for_writepages by Jens Axboe · 15 years ago
  25. f590f33 HWPOISON: Enable error_remove_page for NFS by Andi Kleen · 15 years ago
  26. ab3bbaa Merge branch 'nfs-for-2.6.32' by Trond Myklebust · 15 years ago
  27. d993831 writeback: add name to backing_dev_info by Jens Axboe · 15 years ago
  28. 2ecda72 NFSv4: Disallow 'mount -t nfs4 -overs=2' and 'mount -t nfs4 -overs=3' by Trond Myklebust · 15 years ago
  29. 764302c NFS: Allow the "nfs" file system type to support NFSv4 by Chuck Lever · 15 years ago
  30. a6fe23b NFS: Move details of nfs4_get_sb() to a helper by Chuck Lever · 15 years ago
  31. 7630c85 NFS: Refactor NFSv4 text-based mount option validation by Chuck Lever · 15 years ago
  32. 4cfd74f NFS: Mount option parser should detect missing "port=" by Chuck Lever · 15 years ago
  33. dbab836 NFS: out of date comment regarding O_EXCL above nfs3_proc_create() by Harshula Jayasuriya · 15 years ago
  34. 7111dc7 NFSv4: Fix an infinite looping problem with the nfs4_state_manager by Trond Myklebust · 15 years ago
  35. 5eecfde NFS: Handle a zero-length auth flavor list by Chuck Lever · 15 years ago
  36. e1af88a nfs: Remove reference to generic_osync_inode from a comment by Jan Kara · 15 years ago
  37. 7d7ea88 NFS: Use the DNS resolver in the mount code. by Trond Myklebust · 15 years ago
  38. e571cbf NFS: Add a dns resolver for use with NFSv4 referrals and migration by Trond Myklebust · 15 years ago
  39. 6a396f6 Merge branch 'nfsv4_xdr_cleanups-for-2.6.32' into nfs-for-2.6.32 by Trond Myklebust · 15 years ago
  40. cccddf4 nfs: nfs4xdr: optimize low level decoding by Benny Halevy · 15 years ago
  41. c0eae66 nfs: nfs4xdr: get rid of READ_BUF by Benny Halevy · 15 years ago
  42. 2460ba5 nfs: nfs4xdr: simplify decode_exchange_id by reusing decode_opaque_inline by Benny Halevy · 15 years ago
  43. 99398d0 nfs: nfs4xdr: get rid of COPYMEM by Benny Halevy · 15 years ago
  44. e78291e nfs: nfs4xdr: introduce decode_sessionid helper by Benny Halevy · 15 years ago
  45. db942bb nfs: nfs4xdr: introduce decode_verifier helper by Benny Halevy · 15 years ago
  46. 07d3043 nfs: nfs4xdr: introduce decode_opaque_fixed and decode_stateid helpers by Benny Halevy · 15 years ago
  47. 686841b nfs: nfs4xdr: introduce print_overflow_msg by Benny Halevy · 15 years ago
  48. c816fd3 nfs: nfs4xdr: get rid of READTIME by Benny Halevy · 15 years ago
  49. 3ceb4db nfs: nfs4xdr: get rid of READ64 by Benny Halevy · 15 years ago
  50. 6f723f7 nfs: nfs4xdr: get rid of READ32 by Benny Halevy · 15 years ago
  51. 811652b nfs: nfs4xdr: merge xdr_encode_int+xdr_encode_opaque_fixed into xdr_encode_opaque by Benny Halevy · 15 years ago
  52. 3455851 nfs: nfs4xdr: optimize low level encoding by Benny Halevy · 15 years ago
  53. 13c65ce nfs: nfs4xdr: change RESERVE_SPACE macro into a static helper by Benny Halevy · 15 years ago
  54. 2220f13 nfs: nfs4xdr: encode_compound_hdr does not have to round up reserved bytes by Benny Halevy · 15 years ago
  55. 42edd69 nfs: nfs4xdr: optimize RESERVE_SPACE in encode_create_session and encode_sequence by Benny Halevy · 15 years ago
  56. 93f0cf2 nfs: nfs4xdr: get rid of WRITEMEM by Benny Halevy · 15 years ago
  57. b95be5a nfs: nfs4xdr: get rid of WRITE64 by Benny Halevy · 15 years ago
  58. e75bc1c nfs: nfs4xdr: get rid of WRITE32 by Benny Halevy · 15 years ago
  59. 1ae88b2 NFS: Fix an O_DIRECT Oops... by Trond Myklebust · 15 years ago
  60. f884dca Merge branch 'sunrpc_cache-for-2.6.32' into nfs-for-2.6.32 by Trond Myklebust · 15 years ago
  61. 976a6f9 Merge branch 'patches_cel-for-2.6.32' into nfs-for-2.6.32 by Trond Myklebust · 15 years ago
  62. e576e05 nfs: remove superfluous BUG_ON()s by Bartlomiej Zolnierkiewicz · 15 years ago
  63. 38c7304 NFS: read-modify-write page updating by Peter Staubach · 15 years ago
  64. 074cc1d NFS: Add a ->migratepage() aop for NFS by Trond Myklebust · 15 years ago
  65. 7d217ca SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_path by Trond Myklebust · 15 years ago
  66. b693ba4 SUNRPC: Constify rpc_pipe_ops... by Trond Myklebust · 15 years ago
  67. ec6ee61 NFS: Replace nfs_set_port() with rpc_set_port() by Chuck Lever · 15 years ago
  68. 53a0b9c NFS: Replace nfs_parse_ip_address() with rpc_pton() by Chuck Lever · 15 years ago
  69. a02d692 SUNRPC: Provide functions for managing universal addresses by Chuck Lever · 15 years ago
  70. ec88f28 NFS: Use the authentication flavor list returned by mountd by Chuck Lever · 15 years ago
  71. 059f90b NFS: Fix auth flavor len accounting by Chuck Lever · 15 years ago
  72. 0b52412 NFS: Add ability to send MOUNTPROC_UMNT to the kernel's mountd client by Chuck Lever · 15 years ago
  73. f3f4f4e NFS: Fix up new minorversion= option by Chuck Lever · 15 years ago
  74. c140aa9 NFSv4: Clean up the nfs.callback_tcpport option by Trond Myklebust · 15 years ago
  75. 80e52ac NFSv4: Don't do idmapper upcalls for asynchronous RPC calls by Trond Myklebust · 15 years ago
  76. 62ab460c NFSv4: Add 'server capability' flags for NFSv4 recommended attributes by Trond Myklebust · 15 years ago
  77. a78cb57 NFSv4: Don't loop forever on state recovery failure... by Trond Myklebust · 15 years ago
  78. dd8ac1d nfs: Keep index within mnt_errtbl[] by Roel Kluin · 15 years ago
  79. d953126 NFSv4: Fix a problem whereby a buggy server can oops the kernel by Trond Myklebust · 15 years ago
  80. fccba80 NFSv4: Fix an NFSv4 mount regression by Trond Myklebust · 15 years ago
  81. b64aec8 NFSv4: Fix an Oops in nfs4_free_lock_state by Trond Myklebust · 15 years ago
  82. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  83. 81e4e1b Revert "fuse: Fix build error" as unnecessary by Linus Torvalds · 15 years ago
  84. 097041e fuse: Fix build error by Larry Finger · 15 years ago
  85. 8aa7e84 Fix congestion_wait() sync/async vs read/write confusion by Jens Axboe · 15 years ago
  86. b43f3cb headers: mnt_namespace.h redux by Alexey Dobriyan · 15 years ago
  87. b88f8a5 NFS: Correct the NFS mount path when following a referral by Trond Myklebust · 15 years ago
  88. 0b75b35 NFS: Fix nfs_path() to always return a '/' at the beginning of the path by Trond Myklebust · 15 years ago
  89. c02d7ad NFSv4: Replace nfs4_path_walk() with VFS path lookup in a private namespace by Trond Myklebust · 15 years ago
  90. 7e0338c Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsd by Linus Torvalds · 15 years ago
  91. 578e458 nfs41: Move initialization of nfs4_opendata seq_res to nfs4_init_opendata_res by Benny Halevy · 15 years ago
  92. 1f84603 Merge branch 'devel-for-2.6.31' into for-2.6.31 by Trond Myklebust · 15 years ago
  93. 4bf259e nfs: remove unnecessary NFS_INO_INVALID_ACL checks by James Morris · 15 years ago
  94. a5a16ba NFS: More "sloppy" parsing problems by Chuck Lever · 15 years ago
  95. d23c45f NFS: Invalid mount option values should always fail, even with "sloppy" by Chuck Lever · 15 years ago
  96. 065015e NFS: Remove unused XDR decoder functions by Chuck Lever · 15 years ago
  97. 8e02f6b NFS: Update MNT and MNT3 reply decoding functions by Chuck Lever · 15 years ago
  98. a14017d NFS: add XDR decoder for mountd version 3 auth-flavor lists by Chuck Lever · 15 years ago
  99. 4fdcd99 NFS: add new file handle decoders to in-kernel mountd client by Chuck Lever · 15 years ago
  100. fb12529 NFS: Add separate mountd status code decoders for each mountd version by Chuck Lever · 15 years ago