1. 40859d7 NFS: support large reads and writes on the wire by Chuck Lever · 19 years ago
  2. 325cfed NFS: make "inode number mismatch" message more useful by Chuck Lever · 19 years ago
  3. dc20f80 NFS: get rid of useless kernel log message by Chuck Lever · 19 years ago
  4. 6b59a75 NFS: Fix error recovery code in fs/nfs/inode.c:__init_nfs() by Chuck Lever · 19 years ago
  5. ce1a8e6 NFS: use generic_write_checks() to sanity check direct writes by Chuck Lever · 19 years ago
  6. 286d7d6 NFSv4: Remove requirement for machine creds for the "setclientid" operation by Trond Myklebust · 19 years ago
  7. b4454fe NFSv4: Remove requirement for machine creds for the "renew" operation by Trond Myklebust · 19 years ago
  8. 58d9714 NFSv4: Send RENEW requests to the server only when we're holding state by Trond Myklebust · 19 years ago
  9. 5043e90 NFS: Convert instances of kernel_thread() to kthread() by Trond Myklebust · 19 years ago
  10. 433fbe4 NFSv4: State recovery cleanup by Trond Myklebust · 19 years ago
  11. 26e976a NFSv4: OPEN/LOCK/LOCKU/CLOSE will automatically renew the NFSv4 lease by Trond Myklebust · 19 years ago
  12. fe65040 NFSv4: Make DELEGRETURN an interruptible operation. by Trond Myklebust · 19 years ago
  13. a5d16a4 NFSv4: Convert LOCK rpc call into an asynchronous RPC call by Trond Myklebust · 19 years ago
  14. 911d1aa NFSv4: locking XDR cleanup by Trond Myklebust · 19 years ago
  15. 864472e NFSv4: Make open recovery track O_RDWR, O_RDONLY and O_WRONLY correctly by Trond Myklebust · 19 years ago
  16. e761692 NFSv4: Make nfs4_state track O_RDWR, O_RDONLY and O_WRONLY separately by Trond Myklebust · 19 years ago
  17. cdd4e68 NFSv4: Make open_confirm() asynchronous too by Trond Myklebust · 19 years ago
  18. 24ac23a NFSv4: Convert open() into an asynchronous RPC call by Trond Myklebust · 19 years ago
  19. e56e0b78 NFSv4: Allocate OPEN call RPC arguments using kmalloc() by Trond Myklebust · 19 years ago
  20. 06f814a NFSv4: Make locku use the new RPC "wait on completion" interface. by Trond Myklebust · 19 years ago
  21. 44c2887 NFSv4: stateful NFSv4 RPC call interface by Trond Myklebust · 19 years ago
  22. 4ce70ad SUNRPC: Further cleanups by Trond Myklebust · 19 years ago
  23. 963d8fe RPC: Clean up RPC task structure by Trond Myklebust · 19 years ago
  24. abd3e64 NFS: Work correctly with single-page ->writepage() calls by Trond Myklebust · 19 years ago
  25. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  26. 0800c5f [PATCH] fix posix lock on NFS by ASANO Masahiro · 19 years ago
  27. 29884df NFS: Fix another O_DIRECT race by Trond Myklebust · 19 years ago
  28. 3b6efee NFSv4: Fix an Oops in the synchronous write path by Trond Myklebust · 19 years ago
  29. 5ba7cc4 NFS: Fix post-op attribute revalidation... by Trond Myklebust · 19 years ago
  30. bb713d6 NFS: use set_page_writeback() in the appropriate places by Trond Myklebust · 19 years ago
  31. 24aa1fe NFS: Fix a few further cache consistency regressions by Trond Myklebust · 19 years ago
  32. 223db12 NFS: Fix cache consistency regression by Steve Dickson · 19 years ago
  33. b37b03b NFS: Fix a spinlock recursion inside nfs_update_inode() by Trond Myklebust · 19 years ago
  34. ff60406 NFSv4: Fix typo in lock caching by Trond Myklebust · 19 years ago
  35. 36f20c6 NFSv4: Fix buggy nfs_wait_on_sequence() by Trond Myklebust · 19 years ago
  36. f99d49a [PATCH] kfree cleanup: fs by Jesper Juhl · 19 years ago
  37. 0bbacc4 NFS,SUNRPC,NLM: fix unused variable warnings when CONFIG_SYSCTL is disabled by Chuck Lever · 19 years ago
  38. 6bfc93e NFSv4: Teach NFSv4 to cache locks when we hold a delegation by Trond Myklebust · 19 years ago
  39. 888e694 NFSv4: Recover locks too when returning a delegation by Trond Myklebust · 19 years ago
  40. 43b2a33 NFSv4: Fix recovery of flock() locks. by Trond Myklebust · 19 years ago
  41. 34ea8188 NFSv4: Return any delegations before sillyrenaming the file by Trond Myklebust · 19 years ago
  42. 2c56617 NFSv4: Fix the handling of the error NFS4ERR_OLD_STATEID by Trond Myklebust · 19 years ago
  43. d530838 NFSv4: Fix problem with OPEN_DOWNGRADE by Trond Myklebust · 19 years ago
  44. 4cecb76 NFSv4: Fix a race between open() and close() by Trond Myklebust · 19 years ago
  45. d3f8cf4 [PATCH] NFS: Remove unbalanced spin_unlock() calls from nfs_refresh_inode() by Trond Myklebust · 19 years ago
  46. bec273b NFS: Allow files that are open for write to invalidate caches by Trond Myklebust · 19 years ago
  47. 16c32b7 NFSv4: Convert unnecessary XDR warning messages into dprintk() by Trond Myklebust · 19 years ago
  48. 4f9838c NFSv4: Add post-op attributes to NFSv4 write and commit callbacks. by Trond Myklebust · 19 years ago
  49. 16e4295 NFSv4: Add post-op attributes to nfs4_proc_remove() by Trond Myklebust · 19 years ago
  50. 6caf2c8 NFSv4: Add post-op attributes to nfs4_proc_rename() by Trond Myklebust · 19 years ago
  51. 91ba2ee NFSv4: Add post-op attributes to nfs4_proc_link() by Trond Myklebust · 19 years ago
  52. cf80955 NFS: Ensure that nfs_link() instantiates the dentry correctly by Trond Myklebust · 19 years ago
  53. 516a6af NFS: Add optional post-op getattr instruction to the NFSv4 file close. by Trond Myklebust · 19 years ago
  54. 3338c14 NFS: Optimise attribute revalidation on close(). by Trond Myklebust · 19 years ago
  55. 56ae19f NFSv4: Add directory post-op attributes to the CREATE operations. by Trond Myklebust · 19 years ago
  56. 0c70b50 NFS: nfs_lookup doesn't need to revalidate the parent directory's inode by Chuck Lever · 19 years ago
  57. decf491 NFS: Don't let nfs_end_data_update() clobber attribute update information by Trond Myklebust · 19 years ago
  58. 3380114 NFS: Optimise inode attribute cache updates by Trond Myklebust · 19 years ago
  59. 913a70f NFS: Convert cache_change_attribute into a jiffy-based value by Trond Myklebust · 19 years ago
  60. 0e574af NFS: Cleanup initialisation of struct nfs_fattr by Trond Myklebust · 19 years ago
  61. 34123da NFS: Fix a bad cast in nfs3_read_done by Trond Myklebust · 19 years ago
  62. ec07342 NFSv4: Fix up locking for nfs4_state_owner by Trond Myklebust · 19 years ago
  63. 4e51336 NFSv4: Final tweak to sequence id by Trond Myklebust · 19 years ago
  64. 1d95db8 NFSv4: Fix acl buffer size by J. Bruce Fields · 19 years ago
  65. 8c233cf NFSv4: handle no acl attr by J. Bruce Fields · 19 years ago
  66. 7f709a4 NFSv4: Fix an oopsable condition in nfs_free_seqid by Trond Myklebust · 19 years ago
  67. 6fe43f9 NFS: Fix rename of directory onto empty directory by Trond Myklebust · 19 years ago
  68. 550f574 NFSv4: Ensure that we recover from the OPEN + OPEN_CONFIRM BAD_STATEID race by Trond Myklebust · 19 years ago
  69. b8e5c4c NFSv4: If a delegated open fails, ensure that we return the delegation by Trond Myklebust · 19 years ago
  70. 642ac54 NFSv4: Return delegations in case we're changing ACLs by Trond Myklebust · 19 years ago
  71. cae7a07 NFSv4: Return delegation upon rename or removal of file. by Trond Myklebust · 19 years ago
  72. 6f926b5 [NFS]: Check that the server returns a valid regular file to our OPEN request by Trond Myklebust · 19 years ago
  73. 02a913a NFSv4: Eliminate nfsv4 open race... by Trond Myklebust · 19 years ago
  74. 039c4d7 NFS: Fix up a race in the NFS implementation of GETLK by Trond Myklebust · 19 years ago
  75. 06735b3 NFSv4: Fix up handling of open_to_lock sequence ids by Trond Myklebust · 19 years ago
  76. faf5f49 NFSv4: Make NFS clean up byte range locks asynchronously by Trond Myklebust · 19 years ago
  77. 0a8838f NFSv4: Add missing handling of OPEN_CONFIRM requests on CLAIM_DELEGATE_CUR. by Trond Myklebust · 19 years ago
  78. 83c9d41 NFSv4: Remove nfs4_client->cl_sem from close() path by Trond Myklebust · 19 years ago
  79. e6dfa55 NFSv4: Remove obsolete state_owner and lock_owner semaphores by Trond Myklebust · 19 years ago
  80. 9512135 NFSv4: Fix a potential CLOSE race by Trond Myklebust · 19 years ago
  81. cee54fc NFSv4: Add functions to order RPC calls by Trond Myklebust · 19 years ago
  82. cff6bf9 Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6 by Trond Myklebust · 19 years ago
  83. 6ce9691 [PATCH] NFS: Fix Oopsable/unnecessary i_count manipulations in nfs_wait_on_inode() by Trond Myklebust · 19 years ago
  84. b3c52da [PATCH] NFS: Fix cache consistency races by Trond Myklebust · 19 years ago
  85. f134585 Revert "[PATCH] RPC,NFS: new rpc_pipefs patch" by Trond Myklebust · 19 years ago
  86. 3063d8a NFS: Make /proc/mounts display the protocol used by NFSv4 by Trond Myklebust · 19 years ago
  87. 278c995 [PATCH] RPC,NFS: new rpc_pipefs patch by Christoph Hellwig · 19 years ago
  88. 03bf4b7 [PATCH] RPC: parametrize various transport connect timeouts by Chuck Lever · 19 years ago
  89. eab5c08 [PATCH] NFS: use a constant value for TCP retransmit timeouts by Chuck Lever · 19 years ago
  90. 9aa48b7 NFS: Don't expose internal READDIR errors to userspace by Trond Myklebust · 19 years ago
  91. 20509f1 NFS: Drop inode after rename by Trond Myklebust · 19 years ago
  92. 10d2c46 [PATCH] NFS: fix client oops when debugging is on by Nick Wilson · 19 years ago
  93. 041e0e3 [PATCH] fs: fix-up schedule_timeout() usage by Nishanth Aravamudan · 19 years ago
  94. fef2665 [PATCH] update filesystems for new delete_inode behavior by Mark Fasheh · 19 years ago
  95. 01c314a [PATCH] NFSv4: unbalanced BKL in nfs_atomic_lookup() by Steve Dickson · 19 years ago
  96. cc314ee Fix nasty ncpfs symlink handling bug. by Linus Torvalds · 19 years ago
  97. dc59250 [PATCH] NFS: Introduce the use of inode->i_lock to protect fields in nfsi by Chuck Lever · 19 years ago
  98. 412d582 [PATCH] NFS: use atomic bitops to manipulate flags in nfsi->flags by Chuck Lever · 19 years ago
  99. 5529680 [PATCH] NFS: split nfsi->flags into two fields by Chuck Lever · 19 years ago
  100. 65e4308 [PATCH] NFS: Ensure we always update inode->i_mode when doing O_EXCL creates by Trond Myklebust · 19 years ago