1. 2d9b39d NFSv4: Fix open create exclusive when the server reboots by Trond Myklebust · 7 years ago
  2. 3332762 NFSv4: Handle the special Linux file open access mode by Trond Myklebust · 5 years ago
  3. 64d3f00 NFS/flexfiles: Use the correct TCP timeout for flexfiles I/O by Trond Myklebust · 5 years ago
  4. d4b79db NFS4: Fix v4.0 client state corruption when mount by ZhangXiaoxu · 5 years ago
  5. 986fa92 NFS: Fix a typo in nfs_init_timeout_values() by Trond Myklebust · 5 years ago
  6. 22aed03 NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family. by Tetsuo Handa · 5 years ago
  7. 22a8711 NFSv4.1 don't free interrupted slot on open by Olga Kornievskaia · 5 years ago
  8. 7ed6082 NFS: Don't recoalesce on error in nfs_pageio_complete_mirror() by Trond Myklebust · 5 years ago
  9. 18ae814 NFS: Fix an I/O request leakage in nfs_do_recoalesce by Trond Myklebust · 5 years ago
  10. 0da4596 NFS: Fix I/O request leakages by Trond Myklebust · 5 years ago
  11. 6f976ec nfs: Fix NULL pointer dereference of dev_name by Yao Liu · 5 years ago
  12. a37706a NFS: nfs_compare_mount_options always compare auth flavors. by Chris Perl · 6 years ago
  13. de42cd2 nfs: don't dirty kernel pages read by direct-io by Dave Kleikamp · 6 years ago
  14. 65f27a3 NFSv4.1: Fix the r/wsize checking by Trond Myklebust · 6 years ago
  15. af41241 NFSv4.1 fix infinite loop on I/O. by Trond Myklebust · 6 years ago
  16. 8d4d075 NFSv4.1: Fix a potential layoutget/layoutrecall deadlock by Trond Myklebust · 6 years ago
  17. 4bd667d NFSv4.0 fix client reference leak in callback by Olga Kornievskaia · 6 years ago
  18. b5bc39d NFSv4 client live hangs after live data migration recovery by Bill Baker · 6 years ago
  19. 9ba1a9e pnfs/blocklayout: off by one in bl_map_stripe() by Dan Carpenter · 6 years ago
  20. b05c460 pnfs: Don't release the sequence slot until we've processed layoutget on open by Trond Myklebust · 6 years ago
  21. cdc83c3 NFSv4: Revert commit 5f83d86cf531d ("NFSv4.x: Fix wraparound issues..") by Trond Myklebust · 6 years ago
  22. 5b7f582 NFSv4: Fix possible 1-byte stack overflow in nfs_idmap_read_and_verify_message by Dave Wysochanski · 6 years ago
  23. 7354170 nfs: Do not convert nfs_idmap_cache_timeout to jiffies by Jan Chochol · 6 years ago
  24. 70f254a NFSv4: always set NFS_LOCK_LOST when a lock is lost. by NeilBrown · 7 years ago
  25. 07b2a32 pNFS/flexfiles: missing error code in ff_layout_alloc_lseg() by Dan Carpenter · 7 years ago
  26. fca22d5 NFSv4.1: Work around a Linux server bug... by Trond Myklebust · 7 years ago
  27. 3032bcc NFSv4.1: RECLAIM_COMPLETE must handle NFS4ERR_CONN_NOT_BOUND_TO_SESSION by Trond Myklebust · 7 years ago
  28. 1b9c954 pNFS: Fix a deadlock when coalescing writes and returning the layout by Trond Myklebust · 7 years ago
  29. b5e7b5c pNFS: Fix use after free issues in pnfs_do_read() by Trond Myklebust · 7 years ago
  30. 76441e1 NFS: Fix missing pg_cleanup after nfs_pageio_cond_complete() by Benjamin Coddington · 7 years ago
  31. eaa9592 fs: Teach path_connected to handle nfs filesystems with multiple roots. by Eric W. Biederman · 6 years ago
  32. 2a28923 NFS: Fix unstable write completion by Trond Myklebust · 6 years ago
  33. fb1f410 NFS: Fix an incorrect type in struct nfs_direct_req by Trond Myklebust · 6 years ago
  34. b79d885 NFS: Fix a race between mmap() and O_DIRECT by Trond Myklebust · 6 years ago
  35. 967f650 NFS: reject request for id_legacy key without auxdata by Eric Biggers · 6 years ago
  36. ca2c316 NFS: commit direct writes even if they fail partially by J. Bruce Fields · 6 years ago
  37. d184034 NFS: Add a cond_resched() to nfs_commit_release_pages() by Trond Myklebust · 7 years ago
  38. e1df8c6 nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mds by Scott Mayhew · 7 years ago
  39. 5d460d3 NFSv4.1 respect server's max size in CREATE_SESSION by Olga Kornievskaia · 7 years ago
  40. 9c537f0 nfs: don't wait on commit in nfs_commit_inode() if there were no commit requests by Scott Mayhew · 7 years ago
  41. 509e9b8 NFS: Fix a typo in nfs_rename() by Trond Myklebust · 7 years ago
  42. 72232a3 NFSv4: Fix client recovery when server reboots multiple times by Trond Myklebust · 7 years ago
  43. 9f80057 nfs: Don't take a reference on fl->fl_file for LOCK operation by Benjamin Coddington · 7 years ago
  44. daf3a68 NFS: revalidate "." etc correctly on "open". by NeilBrown · 7 years ago
  45. 8fb42f7 NFS: Avoid RCU usage in tracepoints by Anna Schumaker · 7 years ago
  46. 8ead2ac nfs: Fix ugly referral attributes by Chuck Lever · 7 years ago
  47. a896292 NFS: Fix typo in nomigration mount option by Joshua Watt · 7 years ago
  48. 49f1b2c nfs: make nfs4_cb_sv_ops static by Jason Yan · 7 years ago
  49. f609266 NFSv4: Fix callback server shutdown by Trond Myklebust · 7 years ago
  50. 3885bc6 NFS: Sync the correct byte range during synchronous writes by tarangg@amazon.com · 7 years ago
  51. a70912a NFS: Fix 2 use after free issues in the I/O code by Trond Myklebust · 7 years ago
  52. a68978b pnfs/blocklayout: require 64-bit sector_t by Christoph Hellwig · 7 years ago
  53. 00f3c2a nfs/flexfiles: fix leak of nfs4_ff_ds_version arrays by Weston Andros Adamson · 7 years ago
  54. f7d3e54 NFSv4: Fix EXCHANGE_ID corrupt verifier issue by Trond Myklebust · 7 years ago
  55. 7d2a354 NFSv4.1: Fix a race where CB_NOTIFY_LOCK fails to wake a waiter by Benjamin Coddington · 7 years ago
  56. b087b8b NFS: invalidate file size when taking a lock. by NeilBrown · 7 years ago
  57. 9ebfb4f NFS: only invalidate dentrys that are clearly invalid. by NeilBrown · 7 years ago
  58. cb2c6fd NFSv4.1: Fix a race in nfs4_proc_layoutget by Trond Myklebust · 7 years ago
  59. 4ebe28d NFSv4.x/callback: Create the callback service through svc_create_pooled by Kinglong Mee · 7 years ago
  60. 955f270 NFSv4: fix a reference leak caused WARNING messages by Kinglong Mee · 7 years ago
  61. 5a0d414 nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED" by Chuck Lever · 7 years ago
  62. f2b6f50 NFS: Use GFP_NOIO for two allocations in writeback by Benjamin Coddington · 7 years ago
  63. a8c35e5 NFS: Fix use after free in write error path by Fred Isaman · 7 years ago
  64. 88ac6b7 NFSv4: Fix a hang in OPEN related to server reboot by Trond Myklebust · 7 years ago
  65. 461bbb9 NFSv4.1 fix infinite loop on IO BAD_STATEID error by Olga Kornievskaia · 7 years ago
  66. b76d4fb NFS prevent double free in async nfs4_exchange_id by Olga Kornievskaia · 7 years ago
  67. d3381fa fs: Better permission checking for submounts by Eric W. Biederman · 7 years ago
  68. d78f933 NFSv4: fix getacl ERANGE for some ACL buffer sizes by Weston Andros Adamson · 7 years ago
  69. 3f22cc6 NFSv4: fix getacl head length estimation by J. Bruce Fields · 7 years ago
  70. c65db33 pNFS/flexfiles: If the layout is invalid, it must be updated before retrying by Trond Myklebust · 7 years ago
  71. 77bbc0c NFSv4: Fix reboot recovery in copy offload by Trond Myklebust · 7 years ago
  72. 0465339 NFSv4: Fix memory and state leak in _nfs4_open_and_get_state by Trond Myklebust · 7 years ago
  73. 5637949 NFSv4.0: always send mode in SETATTR after EXCLUSIVE4 by Benjamin Coddington · 7 years ago
  74. 0a70235 NFSv4.1: Fix a deadlock in layoutget by Trond Myklebust · 7 years ago
  75. 396b251 NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success. by NeilBrown · 8 years ago
  76. e331f2f NFS: Fix a performance regression in readdir by Trond Myklebust · 8 years ago
  77. 4c4d4be pNFS: Fix race in pnfs_wait_on_layoutreturn by Trond Myklebust · 8 years ago
  78. 633b570 NFS: fix typo in parameter description by Wei Yongjun · 8 years ago
  79. ba15def pNFS: Fix a deadlock between read resends and layoutreturn by Trond Myklebust · 8 years ago
  80. e523ce8 pNFS: Clear NFS_LAYOUT_RETURN_REQUESTED when invalidating the layout stateid by Trond Myklebust · 8 years ago
  81. f32659d pNFS: Don't clear the layout stateid if a layout return is outstanding by Trond Myklebust · 8 years ago
  82. 24b049f pNFS: On error, do not send LAYOUTGET until the LAYOUTRETURN has completed by Trond Myklebust · 8 years ago
  83. b775b86a nfs_write_end(): fix handling of short copies by Al Viro · 8 years ago
  84. 10b9dd5 Merge tag 'nfs-for-4.9-4' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  85. d55b352 NFSv4.x: hide array-bounds warning by Arnd Bergmann · 8 years ago
  86. d75a6a0 NFSv4.1: Keep a reference on lock states while checking by Benjamin Coddington · 8 years ago
  87. d41cbfc NFSv4.1: Handle NFS4ERR_OLD_STATEID in nfs4_reclaim_open_state by Benjamin Coddington · 8 years ago
  88. 5cc7861 NFSv4: Don't call close if the open stateid has already been cleared by Trond Myklebust · 8 years ago
  89. 3e7dfb1 NFSv4: Fix CLOSE races with OPEN by Trond Myklebust · 8 years ago
  90. 23ea44c NFSv4.1: Fix a regression in DELEGRETURN by Trond Myklebust · 8 years ago
  91. ef5beed Merge tag 'nfs-for-4.9-3' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  92. 0ac84b7 fs/nfs: Fix used uninitialized warn in nfs4_slot_seqid_in_use() by Shuah Khan · 8 years ago
  93. 1927471 NFS: Don't print a pNFS error if we aren't using pNFS by Anna Schumaker · 8 years ago
  94. 8ef3295 NFS: Ignore connections that have cl_rpcclient uninitialized by Petr Vandrovec · 8 years ago
  95. 68a5640 NFSv4.1: work around -Wmaybe-uninitialized warning by Arnd Bergmann · 8 years ago
  96. 86a6c21 NFS: Trim extra slash in v4 nfs_path by Benjamin Coddington · 8 years ago
  97. 02593ac Merge tag 'nfs-for-4.9-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  98. 83aa3e0 nfs4: fix missing-braces warning by Arnd Bergmann · 8 years ago
  99. c4a8616 Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  100. a3f9d1b5 pnfs/blocklayout: fix last_write_offset incorrectly set to page boundary by Benjamin Coddington · 8 years ago