1. b224f7c nfs4: flexfiles: respect noresvport when establishing connections to DSes by Tigran Mkrtchyan · 9 years ago
  2. 3fc75f1 nfs4: clnt: respect noresvport when establishing connections to DSes by Tigran Mkrtchyan · 9 years ago
  3. d9c0ce0 pnfs/blocklayout: put deviceid node after releasing bl_ext_lock by Benjamin Coddington · 9 years ago
  4. ce52914e sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flags by Scott Mayhew · 9 years ago
  5. e68fd7c mount: use sec= that was specified on the command line by Steve Dickson · 9 years ago
  6. f7db0b2 pNFS: Fix LAYOUTGET handling of NFS4ERR_BAD_STATEID and NFS4ERR_EXPIRED by Trond Myklebust · 8 years ago
  7. 66b53f3 pNFS: Handle NFS4ERR_RECALLCONFLICT correctly in LAYOUTGET by Trond Myklebust · 8 years ago
  8. e85d7ee pNFS: Separate handling of NFS4ERR_LAYOUTTRYLATER and RECALLCONFLICT by Trond Myklebust · 8 years ago
  9. 56b38a1 pNFS: Fix post-layoutget error handling in pnfs_update_layout() by Trond Myklebust · 8 years ago
  10. 8487c47 NFSv4: Allow retry of operations that used a returned delegation stateid by Trond Myklebust · 9 years ago
  11. ca857cc NFS/pnfs: Do not clobber existing pgio_done_cb in nfs4_proc_read_setup by Trond Myklebust · 9 years ago
  12. 5c6e5b6 NFS: Fix an Oops in the pNFS files and flexfiles connection setup to the DS by Trond Myklebust · 9 years ago
  13. e547f26 NFS: Fix another OPEN_DOWNGRADE bug by Trond Myklebust · 9 years ago
  14. d20cb71 make nfs_atomic_open() call d_drop() on all ->open_context() errors. by Al Viro · 9 years ago
  15. 1b982ea NFS: Fix an unused variable warning by Trond Myklebust · 9 years ago
  16. 916ec34 NFS: Fix potential race in nfs_fhget() by Trond Myklebust · 9 years ago
  17. d8fdb47 NFS: Don't let readdirplus revalidate an inode that was marked as stale by Trond Myklebust · 9 years ago
  18. 2d148c7 NFSv4.1/pnfs: Mark the layout stateid invalid when all segments are removed by Trond Myklebust · 9 years ago
  19. cbebaf8 NFS: Fix a double page unlock by Trond Myklebust · 9 years ago
  20. 5e3a988 pnfs_nfs: fix _cancel_empty_pagelist by Weston Andros Adamson · 9 years ago
  21. cea7f82 nfs4: Fix potential use after free of state in nfs4_do_reclaim. by Oleg Drokin · 9 years ago
  22. d2a7de0 NFS: Fix up O_DIRECT results by Trond Myklebust · 9 years ago
  23. dd1beb3 NFS/pnfs: handle bad delegation stateids in nfs4_layoutget_handle_exception by Trond Myklebust · 9 years ago
  24. e5241e4 NFSv4.1/pnfs: Add sparse lock annotations for pnfs_find_alloc_layout by Trond Myklebust · 9 years ago
  25. 67a3b72 NFSv4.1/pnfs: Layout stateids start out as being invalid by Trond Myklebust · 9 years ago
  26. bc23676 NFSv4.1/pnfs: Ensure we handle delegation errors in nfs4_proc_layoutget() by Trond Myklebust · 9 years ago
  27. e0714ec nfs: fix anonymous member initializer build failure with older compilers by Linus Torvalds · 9 years ago
  28. d102a56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  29. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 9 years ago
  30. ea8ea73 Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 9 years ago
  31. c7d73af pnfs: pnfs_update_layout needs to consider if strict iomode checking is on by Tom Haynes · 9 years ago
  32. 602c4cd nfs/flexfiles: Use the layout segment for reading unless it a IOMODE_RW and reading is disabled by Tom Haynes · 9 years ago
  33. fb1084e nfs/flexfiles: Helper function to detect FF_FLAGS_NO_READ_IO by Tom Haynes · 9 years ago
  34. ade8feb nfs: avoid race that crashes nfs_init_commit by Weston Andros Adamson · 9 years ago
  35. 2997bfd NFS: checking for NULL instead of IS_ERR() in nfs_commit_file() by Dan Carpenter · 9 years ago
  36. f4f27d0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  37. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  38. 1b3c6d0 pnfs: make pnfs_layout_process more robust by Jeff Layton · 9 years ago
  39. 183d9e7 pnfs: rework LAYOUTGET retry handling by Jeff Layton · 9 years ago
  40. 83026d8 pnfs: lift retry logic from send_layoutget to pnfs_update_layout by Jeff Layton · 9 years ago
  41. d03ab29 pnfs: fix bad error handling in send_layoutget by Jeff Layton · 9 years ago
  42. 95e2b7e flexfiles: add kerneldoc header to nfs4_ff_layout_prepare_ds by Jeff Layton · 9 years ago
  43. 094069f flexfiles: remove pointless setting of NFS_LAYOUT_RETURN_REQUESTED by Jeff Layton · 9 years ago
  44. 6d597e1 pnfs: only tear down lsegs that precede seqid in LAYOUTRETURN args by Jeff Layton · 9 years ago
  45. 3982a6a pnfs: keep track of the return sequence number in pnfs_layout_hdr by Jeff Layton · 9 years ago
  46. 6675528 pnfs: record sequence in pnfs_layout_segment when it's created by Jeff Layton · 9 years ago
  47. ee26bdd pnfs: don't merge new ff lsegs with ones that have LAYOUTRETURN bit set by Jeff Layton · 9 years ago
  48. 446ca21 pNFS/flexfiles: When initing reads or writes, we might have to retry connecting to DSes by Tom Haynes · 9 years ago
  49. 3b13b4b pNFS/flexfiles: When checking for available DSes, conditionally check for MDS io by Tom Haynes · 9 years ago
  50. 75bf47e pNFS/flexfile: Fix erroneous fall back to read/write through the MDS by Trond Myklebust · 9 years ago
  51. cca588d NFS: Reclaim writes via writepage are opportunistic by Trond Myklebust · 9 years ago
  52. abf4e13 NFSv4: Use the right stateid for delegations in setattr, read and write by Trond Myklebust · 9 years ago
  53. 93b717f NFSv4: Label stateids with the type by Trond Myklebust · 9 years ago
  54. f538d0b pNFS: Fix a leaked layoutstats flag by Trond Myklebust · 9 years ago
  55. 6b26cc8 sunrpc: Advertise maximum backchannel payload size by Chuck Lever · 9 years ago
  56. 181342c xprtrdma: Add rdma6 option to support NFS/RDMA IPv6 by Shirley Ma · 9 years ago
  57. a1d1c4f nfs4: client: do not send empty SETATTR after OPEN_CREATE by Tigran Mkrtchyan · 9 years ago
  58. 2e72448 NFS: Add COPY nfs operation by Anna Schumaker · 12 years ago
  59. 67911c8 NFS: Add nfs_commit_file() by Anna Schumaker · 9 years ago
  60. c2985d0 Fixing oops in callback path by Olga Kornievskaia · 9 years ago
  61. 884be17 nfs: per-name sillyunlink exclusion by Al Viro · 9 years ago
  62. 7e3fcf6 nfs: don't share mounts between network namespaces by J. Bruce Fields · 9 years ago
  63. 11476e9 NFS: Fix an LOCK/OPEN race when unlinking an open file by Chuck Lever · 9 years ago
  64. 3064b68 nfs: have flexfiles mirror keep creds for both ro and rw layouts by Jeff Layton · 9 years ago
  65. 90a0be0 nfs: get a reference to the credential in ff_layout_alloc_lseg by Jeff Layton · 9 years ago
  66. 57f3f4c nfs: have ff_layout_get_ds_cred take a reference to the cred by Jeff Layton · 9 years ago
  67. 547a637 nfs: don't call nfs4_ff_layout_prepare_ds from ff_layout_get_ds_cred by Jeff Layton · 9 years ago
  68. fe238e6 NFS: Save struct inode * inside nfs_commit_info to clarify usage of i_lock by Dave Wysochanski · 9 years ago
  69. ed3743a nfs: add debug to directio "good_bytes" counting by Weston Andros Adamson · 9 years ago
  70. 1b1bc66 pnfs: set NFS_IOHDR_REDO in pnfs_read_resend_pnfs by Weston Andros Adamson · 9 years ago
  71. 9ac3d3e nfs: switch to ->iterate_shared() by Al Viro · 9 years ago
  72. d2caaa0 nfs: missing wakeup in nfs_unblock_sillyrename() by Al Viro · 9 years ago
  73. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 9 years ago
  74. e259221 fs: simplify the generic_write_sync prototype by Christoph Hellwig · 9 years ago
  75. dde0c2e fs: add IOCB_SYNC and IOCB_DSYNC by Christoph Hellwig · 9 years ago
  76. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 9 years ago
  77. 5ac7eac KEYS: Add a facility to restrict new links into a keyring by David Howells · 9 years ago
  78. b296821 xattr_handler: pass dentry and inode as separate arguments of ->get() by Al Viro · 9 years ago
  79. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 9 years ago
  80. 93061f3 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  81. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  82. b8a7a3a posix_acl: Inode acl caching fixes by Andreas Gruenbacher · 9 years ago
  83. be62a1a nfs: use file_dentry() by Miklos Szeredi · 9 years ago
  84. 8b306a2 Merge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  85. 01cde15 Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  86. f35592a nfs/blocklayout: make sure making a aligned read request by Kinglong Mee · 9 years ago
  87. 3c2de27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  88. d9186c0 nfs/blocklayout: add SCSI layout support by Christoph Hellwig · 9 years ago
  89. 849dc324 nfs4: nfs4_ff_layout_prepare_ds should return NULL if connection failed by Jeff Layton · 9 years ago
  90. 95d9f6c nfs: remove nfs_inode_dio_wait by Christoph Hellwig · 9 years ago
  91. 4ff79bc nfs: remove nfs4_file_fsync by Christoph Hellwig · 9 years ago
  92. 668d0cd replace d_add_unique() with saner primitive by Al Viro · 9 years ago
  93. 130f9ab nfs_lookup: don't bother with d_instantiate(dentry, NULL) by Al Viro · 9 years ago
  94. ecf7828 Merge branch 'multipath' by Trond Myklebust · 9 years ago
  95. cc1f900 Merge branch 'nfsv41_cb' by Trond Myklebust · 9 years ago
  96. 9fd4b9f NFSv4.x/pnfs: Fix a race between layoutget and bulk recalls by Trond Myklebust · 9 years ago
  97. 2454dfe NFSv4.x/pnfs: Fix a race between layoutget and pnfs_destroy_layout by Trond Myklebust · 9 years ago
  98. c897570 pnfs/blocklayout: fix a memeory leak when using,vmalloc_to_page by Kinglong Mee · 9 years ago
  99. 4bdf87e nfs4: fix stateid handling for the NFS v4.2 operations by Christoph Hellwig · 9 years ago
  100. d9dfd8d NFSv4: Fix a dentry leak on alias use by Benjamin Coddington · 9 years ago