1. 2e96d28 NFS: Fix a warning in nfs4_async_handle_error by Trond Myklebust · 16 years ago
  2. 34e8f92 NFS: Move fs/nfs/iostat.h to include/linux by Chuck Lever · 16 years ago
  3. 46cb650 NFS: Remove the redundant file_open entry from struct nfs_rpc_ops by Trond Myklebust · 16 years ago
  4. 659bfcd NFS: Fix the ftruncate() credential problem by Trond Myklebust · 16 years ago
  5. 48b605f NFS: implement option checking when remounting NFS filesystems (resend) by Jeff Layton · 16 years ago
  6. c2d946e5 fs/nfs/nfsroot.c: remove CVS keyword by Adrian Bunk · 16 years ago
  7. 48186c7 NFS: Fix trace debugging nits in write.c by Chuck Lever · 16 years ago
  8. 6da24bc NFS: Use NFSDBG_FILE for all fops by Chuck Lever · 16 years ago
  9. b7eaefa NFS: Add debugging facility for NFS aops by Chuck Lever · 16 years ago
  10. cc0dd2d NFS: Make nfs_open methods consistent by Chuck Lever · 16 years ago
  11. b84e06c NFS: Make nfs_llseek methods consistent by Chuck Lever · 16 years ago
  12. 5491778 NFS: Make nfs_fsync methods consistent by Chuck Lever · 16 years ago
  13. b541838 NFS: do_setlk(): don't flush caches when we have a delegation by Trond Myklebust · 16 years ago
  14. 7e5f614 NFS: Revert commit 44dd151d by Trond Myklebust · 16 years ago
  15. efc91ed NFS: Optimise append writes with holes by Trond Myklebust · 16 years ago
  16. 2116271 NFS: Add correct bounds checking to NFSv2 locks by Trond Myklebust · 16 years ago
  17. f3d47a3 NFS: Fix a preemption count leak in nfs_update_request by Trond Myklebust · 16 years ago
  18. 0b4aae7 NFS: Reduce the stack usage in NFSv3 create operations by Trond Myklebust · 16 years ago
  19. 57dc9a5 NFS: Reduce the stack usage in NFSv4 create operations by Trond Myklebust · 16 years ago
  20. 2aac05a NFS: Fix readdir cache invalidation by Trond Myklebust · 16 years ago
  21. 03fa9e8 NFS: nfs_updatepage(): don't mark page as dirty if an error occurred by Trond Myklebust · 16 years ago
  22. b7e2445 NFS: Fix filehandle size comparisons in the mount code by Trond Myklebust · 16 years ago
  23. 33852a1 NFS: Reduce the NFS mount code stack usage. by Trond Myklebust · 16 years ago
  24. 1d2e88e nfs: make nfs4_drop_state_owner() static by Adrian Bunk · 16 years ago
  25. 31f31db1 nfs: path_{get,put}() cleanups by Jan Blunck · 16 years ago
  26. 3110ff8 nfs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  27. 46c8ac7 nfs/lsm: make NFSv4 set LSM mount options by Eric Paris · 16 years ago
  28. 3a6258e NFSv4: Check the return value of decode_compound_hdr_arg() by Trond Myklebust · 16 years ago
  29. 38def50 nfs: fix race in nfs_dirty_request by Fred Isaman · 16 years ago
  30. b0b5397 NFS: Ensure that 'noac' and/or 'actimeo=0' turn off attribute caching by Trond Myklebust · 16 years ago
  31. fa79975 mm: bdi: expose the BDI object in sysfs for NFS by Miklos Szeredi · 16 years ago
  32. 34b3723 nfs: use proc_create to setup de->proc_fops by Denis V. Lunev · 16 years ago
  33. 36a5aeb proc: remove proc_root_fs by Alexey Dobriyan · 16 years ago
  34. 42faad9 [PATCH] restore sane ->umount_begin() API by Al Viro · 16 years ago
  35. 563307b Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 16 years ago
  36. 233607d Merge branch 'devel' by Trond Myklebust · 16 years ago
  37. 06e02d6 NFS: don't let nfs_callback_svc exit on unexpected svc_recv errors (try #2) by Jeff Layton · 16 years ago
  38. e1ba1ab nfsd: fix comment by J. Bruce Fields · 16 years ago
  39. a277e33 NFS: convert nfs4 callback thread to kthread API by Jeff Layton · 17 years ago
  40. 065f30e nfs: remove unnecessary NFS_NEED_* defines by J. Bruce Fields · 17 years ago
  41. a3dab29 make nfs_automount_list static by Adrian Bunk · 16 years ago
  42. daa7da5 NFS: remove duplicate flags assignment from nfs_validate_mount_data by Jeff Layton · 16 years ago
  43. 63649bd NFS - fix potential NULL pointer dereference v2 by Cyrill Gorcunov · 16 years ago
  44. a2b2bb8 NFSv4: Attempt to use machine credentials in SETCLIENTID calls by Trond Myklebust · 16 years ago
  45. 7c67db3 NFSv4: Reintroduce machine creds by Trond Myklebust · 16 years ago
  46. 78ea323 NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid() by Trond Myklebust · 16 years ago
  47. 4410924 nfs: fix printout of multiword bitfields by Fred Isaman · 16 years ago
  48. 856dff3 nfs: return negative error value from nfs{,4}_stat_to_errno by Benny Halevy · 16 years ago
  49. c4d7c40 NFS: Remove the buggy lock-if-signalled case from do_setlk() by Trond Myklebust · 16 years ago
  50. 536ff0f NFSv4: Ensure we don't corrupt fl->fl_flags in nfs4_proc_unlck by Trond Myklebust · 16 years ago
  51. c1d5193 NFSv4: Only increment the sequence id if the server saw it by Trond Myklebust · 16 years ago
  52. 35d0577 NFSv4: Remove bogus call to nfs4_drop_state_owner() in _nfs4_open_expired() by Trond Myklebust · 16 years ago
  53. dbae4c7 NFS: Ensure that rpc_run_task() errors are propagated back to the caller by Trond Myklebust · 16 years ago
  54. c9d8f89 NFS: Ensure that the write code cleans up properly when rpc_run_task() fails by Trond Myklebust · 16 years ago
  55. fdd1e74 NFS: Ensure that the read code cleans up properly when rpc_run_task() fails by Trond Myklebust · 16 years ago
  56. 73e3302 NFS: Fix nfs_wb_page() to always exit with an error or a clean page by Trond Myklebust · 16 years ago
  57. 2c463e9 [PATCH] r/o bind mounts: check mnt instead of superblock directly by Dave Hansen · 17 years ago
  58. 240ee83 fix bug - executing FDPIC ELF on NFS mount triggers BUG() at mm/nommu.c:862:/do_mmap_private() by Bryan Wu · 16 years ago
  59. 66d3aac NFS: initialize flags field in nfs_open_context by Jeff Layton · 16 years ago
  60. c35038b [PATCH] do shrink_submounts() for all fs types by Al Viro · 16 years ago
  61. 7d3628b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  62. ecfc555a NFS: Always enable NFS direct I/O by Chuck Lever · 16 years ago
  63. 82d101d NFS: Show most mount options via nfs_show_options() by Chuck Lever · 16 years ago
  64. 3f8400d NFS: Save the values of the "mount*=" mount options by Chuck Lever · 16 years ago
  65. f22d6d7 NFS: Save the value of the "port=" mount option by Chuck Lever · 16 years ago
  66. 78fa701 NFS: Fix up data types of fields in nfs_parsed_mount_options by Chuck Lever · 16 years ago
  67. 2d76743 NFS: numeric mount parameters are unsigned by Chuck Lever · 16 years ago
  68. 7bda2cd NFS: clean up short packet handling for NFSv4 readdir by Jeff Layton · 17 years ago
  69. 643f811 NFS: clean up short packet handling for NFSv3 readdir by Jeff Layton · 17 years ago
  70. caa02bd NFS: clean up short packet handling for NFSv2 readdir by Jeff Layton · 17 years ago
  71. 4af68bf nfs: remove duplicate initializations of nfs_read_data field by Fred Isaman · 16 years ago
  72. 6d884e8 nfs: nfs_redirty_request by Fred · 16 years ago
  73. c7c350e Merge branch 'hotfixes' into devel by Trond Myklebust · 16 years ago
  74. f8512ad nfs: don't ignore return value from nfs_pageio_add_request by Fred Isaman · 16 years ago
  75. 2f63392 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  76. e6f1ceb [NET] endianness noise: INADDR_ANY by Al Viro · 16 years ago
  77. 2f42b5d NFS: fix encode_fsinfo_maxsz by Fred Isaman · 16 years ago
  78. 98a8e32 SUNRPC: Add a helper rpcauth_lookup_generic_cred() by Trond Myklebust · 16 years ago
  79. 9446389e Merge commit 'origin' into devel by Trond Myklebust · 16 years ago
  80. 4c1aa6f Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 16 years ago
  81. 4e99a1f NFS: Fix dentry revalidation for NFSv4 referrals and mountpoint crossings by Trond Myklebust · 16 years ago
  82. c37dcd33 NFS: Fix the fsid revalidation in nfs_update_inode() by Trond Myklebust · 16 years ago
  83. af1b8c2 NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.c by Trond Myklebust · 17 years ago
  84. f9c3a38 NFS: use new LSM interfaces to explicitly set mount options by Eric Paris · 16 years ago
  85. cdd0972 Merge branch 'cleanups' into next by Trond Myklebust · 17 years ago
  86. 5e4424a SUNRPC: Remove now-redundant RCU-safe rpc_task free path by Trond Myklebust · 17 years ago
  87. f6a1cc8 SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queues by Trond Myklebust · 17 years ago
  88. 5d00837 SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs by Trond Myklebust · 17 years ago
  89. fda1393 SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_task by Trond Myklebust · 17 years ago
  90. 101070c NFS: Ensure that the asynchronous RPC calls complete on nfsiod. by Trond Myklebust · 17 years ago
  91. 5746006 NFS: Add an nfsiod workqueue by Trond Myklebust · 17 years ago
  92. 383ba71 NFS: Fix a deadlock with lazy umount by Trond Myklebust · 17 years ago
  93. 4b5621f NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.c by Trond Myklebust · 17 years ago
  94. 5216a8e Wrap buffers used for rpc debug printks into RPC_IFDEBUG by Pavel Emelyanov · 17 years ago
  95. 90dc7d2 nfs: fix sparse warnings by Harvey Harrison · 17 years ago
  96. 1227a74 NFS: flush signals before taking down callback thread by Jeff Layton · 17 years ago
  97. 52833e8 Merge branch 'linus_origin' into hotfixes by Trond Myklebust · 17 years ago
  98. 1d957f9 Introduce path_put() by Jan Blunck · 17 years ago
  99. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 17 years ago
  100. 2785259 nfs: use GFP_NOFS preloads for radix-tree insertion by Nick Piggin · 17 years ago