1. 68ef3bc nfsd: remove blocked locks on client teardown by Jeff Layton · 7 years ago
  2. f1517df Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  3. 2285ae7 NFSD: hide unused svcxdr_dupstr() by Arnd Bergmann · 7 years ago
  4. 39ca1bf nfsd: store stat times in fill_pre_wcc() instead of inode times by Amir Goldstein · 7 years ago
  5. 76c4794 nfsd: encode stat->mtime for getattr instead of inode->i_mtime by Amir Goldstein · 7 years ago
  6. 0078117 nfsd: return RESOURCE not GARBAGE_ARGS on too many ops by J. Bruce Fields · 7 years ago
  7. 2502072 nfsd4: don't set lock stateid's sc_type to CLOSED by J. Bruce Fields · 7 years ago
  8. 4f17641 nfsd: Detect unhashed stids in nfsd4_verify_open_stid() by Trond Myklebust · 7 years ago
  9. a4b7fd7 Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  10. 1f15a55 nfsd: convert to new i_version API by Jeff Layton · 7 years ago
  11. 1995266 nfsd: auth: Fix gid sorting when rootsquash enabled by Ben Hutchings · 7 years ago
  12. 66282ec nfsd4: permit layoutget of executable-only files by Benjamin Coddington · 7 years ago
  13. bdcf0a4 kernel: make groups_sort calling a responsibility group_info allocators by Thiago Rafael Becker · 7 years ago
  14. 81833de lockd: fix "list_add double add" caused by legacy signal interface by Vasily Averin · 7 years ago
  15. 2317dc5 race of nfsd inetaddr notifiers vs nn->nfsd_serv change by Vasily Averin · 7 years ago
  16. ae2e408 NFSD: make cache_detail structures const by Bhumika Goyal · 7 years ago
  17. ae254dac nfsd: check for use of the closed special stateid by Andrew Elble · 7 years ago
  18. 64ebe124 nfsd: fix panic in posix_unblock_lock called from nfs4_laundromat by Naofumi Honda · 7 years ago
  19. 4f34bd0 nfsd: fix locking validator warning on nfs4_ol_stateid->st_mutex class by Andrew Elble · 7 years ago
  20. ba58952 nfsd: remove net pointer from debug messages by Vasily Averin · 7 years ago
  21. 03da316 nfsd: Fix races with check_stateid_generation() by Trond Myklebust · 7 years ago
  22. 9271d7e nfsd: Ensure we check stateid validity in the seqid operation checks by Trond Myklebust · 7 years ago
  23. beeca19 nfsd: Fix race in lock stateid creation by Trond Myklebust · 7 years ago
  24. fd1fd68 nfsd4: move find_lock_stateid by Trond Myklebust · 7 years ago
  25. 659aefb nfsd: Ensure we don't recognise lock stateids after freeing them by Trond Myklebust · 7 years ago
  26. fb500a7 nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0) by Trond Myklebust · 7 years ago
  27. d8a1a00 nfsd: Fix another OPEN stateid race by Trond Myklebust · 7 years ago
  28. 15ca08d nfsd: Fix stateid races between OPEN and CLOSE by Trond Myklebust · 7 years ago
  29. 4dd3c2e Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  30. ae9a8c4 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  31. 95da1b3a nfsd: deal with revoked delegations appropriately by Andrew Elble · 7 years ago
  32. 7e981a8 nfsd: use nfs->ns.inum as net ID by Vasily Averin · 7 years ago
  33. 256a89f nfds: avoid gettimeofday for nfssvc_boot time by Arnd Bergmann · 7 years ago
  34. 818a34e fs, nfsd: convert nfs4_file.fi_ref from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  35. cff7cb2 fs, nfsd: convert nfs4_cntl_odstate.co_odcount from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  36. a15dfcd fs, nfsd: convert nfs4_stid.sc_count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  37. 53da6a5 nfsd4: catch some false session retries by J. Bruce Fields · 7 years ago
  38. 085def3 nfsd4: fix cached replies to solo SEQUENCE compounds by J. Bruce Fields · 7 years ago
  39. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  40. ec572b9 nfsd4: define nfsd4_secinfo_no_name_release() by Eryu Guan · 7 years ago
  41. a133552 nfsd: use ARRAY_SIZE by Jérémy Lefaure · 7 years ago
  42. de766e5 nfsd: give out fewer session slots as limit approaches by J. Bruce Fields · 7 years ago
  43. 44d8660 nfsd: increase DRC cache limit by J. Bruce Fields · 7 years ago
  44. 9542446 nfsd: remove unnecessary nofilehandle checks by J. Bruce Fields · 7 years ago
  45. 19fe5f6 iomap: Switch from blkno to disk offset by Andreas Gruenbacher · 7 years ago
  46. ad9a19d Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  47. eae03e2 nfsd: Incoming xdr_bufs may have content in tail buffer by Chuck Lever · 7 years ago
  48. 0828170 merge nfsd 4.13 bugfixes into nfsd for-4.14 branch by J. Bruce Fields · 7 years ago
  49. ddef7ed annotate RWF_... flags by Christoph Hellwig · 7 years ago
  50. afea565 sunrpc: Const-ify struct sv_serv_ops by Chuck Lever · 7 years ago
  51. c1df609 nfsd: Const-ify NFSv4 encoding and decoding ops arrays by Chuck Lever · 7 years ago
  52. bac966d nfsd4: individual encoders no longer see error cases by J. Bruce Fields · 8 years ago
  53. b7571e4 nfsd4: skip encoder in trivial error cases by J. Bruce Fields · 8 years ago
  54. 34b1744c nfsd4: define ->op_release for compound ops by J. Bruce Fields · 8 years ago
  55. f4f9ef4 nfsd4: opdesc will be useful outside nfs4proc.c by J. Bruce Fields · 7 years ago
  56. fc788f6 nfsd: Limit end of page list when decoding NFSv4 WRITE by Chuck Lever · 7 years ago
  57. 0020939 nfsd4: move some nfsd4 op definitions to xdr4.h by J. Bruce Fields · 8 years ago
  58. eff7936 nfsd: Fix a memory scribble in the callback channel by Trond Myklebust · 7 years ago
  59. 6240300 Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  60. 630458e nfsd4: factor ctime into change attribute by J. Bruce Fields · 8 years ago
  61. 89fbf53 Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  62. 3bad2f1 Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  63. a4058c5 nfsd: remove nfsd_vfs_read by Christoph Hellwig · 8 years ago
  64. 73da852 nfsd: use vfs_iter_read/write by Christoph Hellwig · 8 years ago
  65. 9a1d168 Merge tag 'v4.12-rc5' into nfsd tree by J. Bruce Fields · 8 years ago
  66. ca18d6f block: Make most scsi_req_init() calls implicit by Bart Van Assche · 8 years ago
  67. fdd050b Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-base by Christoph Hellwig · 8 years ago
  68. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 8 years ago
  69. 12ce5f8 nfsd: namespace-prefix uuid_parse by Christoph Hellwig · 8 years ago
  70. 30181fa nfsd: Check queue type before submitting a SCSI request by Bart Van Assche · 8 years ago
  71. 4d7edbc nfsd_readlink(): switch to vfs_get_link() by Al Viro · 8 years ago
  72. 9a30740 nfsd4: fix null dereference on replay by J. Bruce Fields · 8 years ago
  73. 9512a16 nfsd: Revert "nfsd: check for oversized NFSv2/v3 arguments" by J. Bruce Fields · 8 years ago
  74. bb2a8b0 nfsd4: const-ify nfsd4_ops by Christoph Hellwig · 8 years ago
  75. e967918 sunrpc: mark all struct svc_version instances as const by Christoph Hellwig · 8 years ago
  76. 860bda2 sunrpc: mark all struct svc_procinfo instances as const by Christoph Hellwig · 8 years ago
  77. 7fd38af sunrpc: move pc_count out of struct svc_procinfo by Christoph Hellwig · 8 years ago
  78. eb69853 nfsd4: properly type op_func callbacks by Christoph Hellwig · 8 years ago
  79. 1c12263 nfsd4: remove nfsd4op_rsize by Christoph Hellwig · 8 years ago
  80. 57832e7 nfsd4: properly type op_get_currentstateid callbacks by Christoph Hellwig · 8 years ago
  81. b60e985 nfsd4: properly type op_set_currentstateid callbacks by Christoph Hellwig · 8 years ago
  82. 63f8de3 sunrpc: properly type pc_encode callbacks by Christoph Hellwig · 8 years ago
  83. 026fec7 sunrpc: properly type pc_decode callbacks by Christoph Hellwig · 8 years ago
  84. 8537488 sunrpc: properly type pc_release callbacks by Christoph Hellwig · 8 years ago
  85. a6beb73 sunrpc: properly type pc_func callbacks by Christoph Hellwig · 8 years ago
  86. 9482c9c nfsd: remove the unused PROC() macro in nfs3proc.c by Christoph Hellwig · 8 years ago
  87. f7235b6 nfsd: use named initializers in PROC() by Christoph Hellwig · 8 years ago
  88. 02be49f nfsd4: const-ify nfs_cb_version4 by Christoph Hellwig · 8 years ago
  89. 499b498 sunrpc: mark all struct rpc_procinfo instances as const by Christoph Hellwig · 8 years ago
  90. 1c5876d sunrpc: move p_count out of struct rpc_procinfo by Christoph Hellwig · 8 years ago
  91. d39916c nfsd: fix decoder callback prototypes by Christoph Hellwig · 8 years ago
  92. 1502c81 nfsd: fix encoder callback prototypes by Christoph Hellwig · 8 years ago
  93. c70422f Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  94. b26b78c nfsd: Fix up the "supattr_exclcreat" attributes by Trond Myklebust · 8 years ago
  95. f961e3f nfsd: encoders mustn't use unitialized values in error cases by J. Bruce Fields · 8 years ago
  96. b550a32 nfsd: fix undefined behavior in nfsd4_layout_verify by Ari Kauppi · 8 years ago
  97. 11fbf53 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  98. 3527d3e Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  99. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  100. cda3712 fs: constify tree_descr arrays passed to simple_fill_super() by Eric Biggers · 8 years ago