1. f8417b48 NFSv4.1/pnfs: Retry through MDS when getting bad length of data by Kinglong Mee · 9 years ago
  2. 15ae2c7 nfs/blocklayout: Fix bad using of page offset in bl_read_pagelist by Kinglong Mee · 9 years ago
  3. e0a63c0 NFS: Return directly if encode_sessionid fail by Kinglong Mee · 9 years ago
  4. 403889c NFS: Fix bad checking of max taglen in callback request by Kinglong Mee · 9 years ago
  5. 45724e8 NFS: Fix bad defines of callback response maxsize by Kinglong Mee · 9 years ago
  6. 590184a NFS: Use NFS4_MAX_SESSIONID_LEN directly for decode/encode sessionid by Kinglong Mee · 9 years ago
  7. 39de493 NFS: Remove unneeded NFS_DEBUG checking before define NFSDBG_FACILITY by Kinglong Mee · 9 years ago
  8. f765bf7 NFS: Remove the left function defines in callback.h by Kinglong Mee · 9 years ago
  9. 8c163d8 NFS: Remove the left global variable nfs_callback_tcpport by Kinglong Mee · 9 years ago
  10. d4e2ce0 NFS: Get rid of the unneeded addr stored in callback arguments by Kinglong Mee · 9 years ago
  11. c646619 nfsroot: make nfsroot to accept the 1024 bytes long directory name by Li RongQing · 9 years ago
  12. 51e0164 Merge branch 'nfsclone' by Trond Myklebust · 9 years ago
  13. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  14. 275058a NFS: Fix an 'unused variable' complaint when #ifndef CONFIG_NFS_V4_2 by Trond Myklebust · 9 years ago
  15. a340abc nfs42: add NFS_IOC_CLONE_RANGE ioctl by Peng Tao · 9 years ago
  16. 811b7b8 nfs42: respect clone_blksize by Peng Tao · 9 years ago
  17. 2a92ee9 nfs: get clone_blksize when probing fsinfo by Peng Tao · 9 years ago
  18. bea51b3 nfs42: add NFS_IOC_CLONE ioctl by Peng Tao · 9 years ago
  19. e5341f3 nfs42: add CLONE proc functions by Peng Tao · 9 years ago
  20. 3602277 nfs42: add CLONE xdr functions by Peng Tao · 9 years ago
  21. 037fc98 NFSv4: Unify synchronous and asynchronous error handling by Trond Myklebust · 9 years ago
  22. 4816fda NFSv4: Don't use synchronous delegation recall in exception handling by Trond Myklebust · 9 years ago
  23. 516285eb NFSv4: nfs4_async_handle_error should take a non-const nfs_server by Trond Myklebust · 9 years ago
  24. 2598ed3 NFSv4: Update the delay statistics counter for synchronous delays by Trond Myklebust · 9 years ago
  25. b3c2aa0 NFSv4: Refactor NFSv4 error handling by Trond Myklebust · 9 years ago
  26. 39d0d3b NFS: Fix a tracepoint NULL-pointer dereference by Anna Schumaker · 9 years ago
  27. 5e99b53 nfs4: reset states to use open_stateid when returning delegation voluntarily by Jeff Layton · 9 years ago
  28. e92c1e0 NFSv4: Fix a nograce recovery hang by Benjamin Coddington · 9 years ago
  29. 72d79ff NFSv4.1: nfs4_opendata_check_deleg needs to handle NFS4_OPEN_CLAIM_DELEG_CUR_FH by Trond Myklebust · 9 years ago
  30. 4a0954e NFSv4: Don't try to reclaim unused state owners by Trond Myklebust · 9 years ago
  31. 8fa4592 NFS: Fix a write performance regression by Trond Myklebust · 9 years ago
  32. 40f9027 NFS: Fix up page writeback accounting by Trond Myklebust · 9 years ago
  33. a1c8368 fs: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  34. 500d701 NFS41: make close wait for layoutreturn by Peng Tao · 9 years ago
  35. 834e465 NFS: Skip checking ds_cinfo.buckets when lseg's commit_through_mds is set by Kinglong Mee · 9 years ago
  36. 2259f96 NFSv4.x/pnfs: Don't try to recover stateids twice in layoutget by Trond Myklebust · 9 years ago
  37. 24311f8 NFSv4: Recovery of recalled read delegations is broken by Trond Myklebust · 9 years ago
  38. 8714d46 NFS: Fix an infinite loop when layoutget fail with BAD_STATEID by Kinglong Mee · 9 years ago
  39. 6f29b9b NFS: Do cleanup before resetting pageio read/write to mds by Kinglong Mee · 9 years ago
  40. 3ec0c97 nfs/filelayout: Fix NULL reference caused by double freeing of fh_array by Kinglong Mee · 9 years ago
  41. 306a554 nfs: fix v4.2 SEEK on files over 2 gigs by J. Bruce Fields · 9 years ago
  42. 048883e nfs: fix pg_test page count calculation by Peng Tao · 9 years ago
  43. a41cbe8 Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x mount by Olga Kornievskaia · 9 years ago
  44. 4e4adb2 Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  45. 5445b1f NFSv4: Respect the server imposed limit on how many changes we may cache by Trond Myklebust · 9 years ago
  46. 7d160a6 NFSv4: Express delegation limit in units of pages by Trond Myklebust · 9 years ago
  47. 1744771 Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  48. 4eae501 Revert "NFS: Make close(2) asynchronous when closing NFS O_DIRECT files" by Trond Myklebust · 9 years ago
  49. 5cf9d70 NFS: Optimise away the close-to-open getattr if there is no cached data by Trond Myklebust · 9 years ago
  50. 7cc8c5c NFSv4.1/flexfiles: Clean up ff_layout_write_done_cb/ff_layout_commit_done_cb by Trond Myklebust · 9 years ago
  51. f95c03b NFSv4.1/flexfiles: Mark the layout for return in ff_layout_io_track_ds_error() by Trond Myklebust · 9 years ago
  52. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  53. 4a3e577 nfs: Remove unneeded checking of the return value from scnprintf by Kinglong Mee · 9 years ago
  54. 4a70316 nfs: Fix truncated client owner id without proto type by Kinglong Mee · 9 years ago
  55. 889d94d NFSv4.1/flexfiles: Mark layout for return if the mirrors are invalid by Trond Myklebust · 9 years ago
  56. 81d6dc8 NFSv4.1/flexfiles: RW layouts are valid only if all mirrors are valid by Trond Myklebust · 9 years ago
  57. 388ef16 NFSv4.1/flexfiles: Fix incorrect usage of pnfs_generic_mark_devid_invalid() by Trond Myklebust · 9 years ago
  58. 972398f NFSv4.1/flexfiles: Fix freeing of mirrors by Trond Myklebust · 9 years ago
  59. 2d89a1d NFSv4.1/pNFS: Don't request a minimal read layout beyond the end of file by Trond Myklebust · 9 years ago
  60. 21b874c NFSv4.1/pnfs: Handle LAYOUTGET return values correctly by Trond Myklebust · 9 years ago
  61. 4ae93560 NFSv4.1/pnfs: Don't ask for a read layout for an empty file. by Trond Myklebust · 9 years ago
  62. 4a1e2fe NFSv4.1: Fix a protocol issue with CLOSE stateids by Trond Myklebust · 9 years ago
  63. 90816d1 NFSv4.1/flexfiles: Don't mark the entire deviceid as bad for file errors by Trond Myklebust · 9 years ago
  64. 6669cb8 NFSv4.1/pnfs: Ensure layoutreturn reserves space for the opaque payload by Trond Myklebust · 9 years ago
  65. d135490 NFSv4.1/flexfiles: Fix a protocol error in layoutreturn by Trond Myklebust · 9 years ago
  66. 5334c5b NFS: Send attributes in OPEN request for NFS4_CREATE_EXCLUSIVE4_1 by Kinglong Mee · 9 years ago
  67. 8c61282 NFS: Get suppattr_exclcreat when getting server capabilities by Kinglong Mee · 9 years ago
  68. c5c3fb5 NFS: Make opened as optional argument in _nfs4_do_open by Kinglong Mee · 9 years ago
  69. ae57ca0 NFS: Check size by inode_newsize_ok in nfs_setattr by Kinglong Mee · 9 years ago
  70. 0bdb8fa NFSv4.1/pNFS: pnfs_mark_matching_lsegs_return must notify of layout return by Trond Myklebust · 9 years ago
  71. 1090c3b nfs42: remove unused declaration by Peng Tao · 9 years ago
  72. 19cf633 nfs42: decode_layoutstats does not need res parameter by Peng Tao · 9 years ago
  73. 0762ed2 NFSv4.1/flexfiles: Allow coalescing of new layout segments and existing ones by Trond Myklebust · 9 years ago
  74. 03772d2 NFSv4.1/pnfs: Allow pNFS device drivers to customise layout segment insertion by Trond Myklebust · 9 years ago
  75. 540d986 NFSv4.1/pnfs: Add sanity check for the layout range returned by the server by Trond Myklebust · 9 years ago
  76. 82714bd NFSv4.1/pnfs Improve the packing of struct pnfs_layout_hdr by Trond Myklebust · 9 years ago
  77. e3b1df2 NFSv4.1/flexfile: ff_layout_remove_mirror can be static by kbuild test robot · 9 years ago
  78. bbf58bf NFSv4.2/pnfs: Make the layoutstats timer configurable by Trond Myklebust · 9 years ago
  79. 266d12d NFSv4.1/flexfile: Ensure uniqueness of mirrors across layout segments by Trond Myklebust · 9 years ago
  80. 0b7baf9 NFSv4.1/flexfiles: Remove mirror backpointer to lseg. by Trond Myklebust · 9 years ago
  81. 28a0d72 NFSv4.1/flexfiles: Add refcounting to struct nfs4_ff_layout_mirror by Trond Myklebust · 9 years ago
  82. 5420401 NFS41/flexfiles: zero out DS write wcc by Peng Tao · 9 years ago
  83. 3976143 NFS41: remove NFS_LAYOUT_ROC flag by Peng Tao · 9 years ago
  84. 249b2ee NFSv4: Add a tracepoint for CB_LAYOUTRECALL by Trond Myklebust · 9 years ago
  85. 7cd1486 NFSv4: Add a tracepoint for CB_GETATTR by Trond Myklebust · 9 years ago
  86. 6a463beb NFSv4.1/pnfs: Add a tracepoint for return-on-close events by Trond Myklebust · 9 years ago
  87. aaae3f0 NFSv4: Force a post-op attribute update when holding a delegation by Trond Myklebust · 9 years ago
  88. dd52128 NFSv4.1/pnfs Ensure flexfiles reports all connection related errors by Trond Myklebust · 9 years ago
  89. e76d28d NFSv4.1/pnfs: Ensure the flexfiles layoutstats timers are consistent by Trond Myklebust · 9 years ago
  90. 046be74 NFS41: fix list splice type by Peng Tao · 9 years ago
  91. 2a60618 NFSv4: Enable delegated opens even when reboot recovery is pending by Trond Myklebust · 9 years ago
  92. c740624 pNFS: Fix an unused variable warning in pnfs_roc_get_barrier by Trond Myklebust · 9 years ago
  93. 69f230d NFS41/flexfiles: update inode after write finishes by Peng Tao · 9 years ago
  94. e755d63 NFS41: make sure sending LAYOUTRETURN before close if marked so by Peng Tao · 9 years ago
  95. 3631960 Revert "NFSv4: Remove incorrect check in can_open_delegated()" by Trond Myklebust · 9 years ago
  96. 3c13cb5 NFSv4.1/pnfs: Play safe w.r.t. close() races when return-on-close is set by Trond Myklebust · 9 years ago
  97. 4ff376f NFSv4.1/pnfs: Fix a close/delegreturn hang when return-on-close is set by Trond Myklebust · 9 years ago
  98. 7e94d6c NFS: Don't fsync twice for O_SYNC/IS_SYNC files by Trond Myklebust · 9 years ago
  99. 7c2dad9 NFS: Don't let the ctime override attribute barriers. by Trond Myklebust · 9 years ago
  100. 74918f9 Merge branch 'layoutfixes' by Trond Myklebust · 9 years ago