1. d8132e0 Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  2. a49c269 nfs: Fix an oops caused by using other thread's stack space in ASYNC mode by Kinglong Mee · 9 years ago
  3. 93f78d8 writeback: move backing_dev_info->bdi_stat[] into bdi_writeback by Tejun Heo · 9 years ago
  4. a08a8cd NFS: Add attribute update barriers to NFS writebacks by Trond Myklebust · 9 years ago
  5. d15bc38 nfs: Provide and use helper functions for marking a page as unstable by Tom Haynes · 9 years ago
  6. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  7. ea7c38f NFSv4: Ensure we reference the inode for return-on-close in delegreturn by Trond Myklebust · 9 years ago
  8. e2c63e0 Merge branch 'flexfiles' by Trond Myklebust · 9 years ago
  9. 012fa16 nfs: add a helper to set NFS_ODIRECT_RESCHED_WRITES to direct writes by Peng Tao · 10 years ago
  10. 48d635f nfs: add nfs_pgio_current_mirror helper by Peng Tao · 10 years ago
  11. 47af81f nfs: only reset desc->pg_mirror_idx when mirroring is supported by Peng Tao · 10 years ago
  12. a7d42dd nfs: add mirroring support to pgio layer by Weston Andros Adamson · 10 years ago
  13. b57ff13 pnfs: pass ds_commit_idx through the commit path by Weston Andros Adamson · 10 years ago
  14. 46a5ab4 nfs: allow to specify cred in nfs_initiate_pgio by Peng Tao · 10 years ago
  15. c36aae9 nfs: allow different protocol in nfs_initiate_commit by Peng Tao · 10 years ago
  16. abde71f pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgio by Tom Haynes · 10 years ago
  17. 30626f9 nfs41: allow LD to choose DS connection version/minor_version by Peng Tao · 10 years ago
  18. 1a04c6e nfsv3: introduce nfs3_set_ds_client by Peng Tao · 10 years ago
  19. 064172f nfs41: allow LD to choose DS connection auth flavor by Peng Tao · 10 years ago
  20. 2ef47eb NFS: Fix use of nfs_attr_use_mounted_on_fileid() by Anna Schumaker · 10 years ago
  21. 7b14a21 nfs: don't call bdi_unregister by Christoph Hellwig · 9 years ago
  22. ef4a48c Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  23. 00a36a10 NFS: Move v3 declarations out of internal.h by Anna Schumaker · 10 years ago
  24. 1c994a0 locks: consolidate "nolease" routines by Jeff Layton · 10 years ago
  25. 06b8ab5 Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  26. 77e40aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  27. 65b3885 NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumes by Eric W. Biederman · 10 years ago
  28. ca5bc6c Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new changes by Ingo Molnar · 10 years ago
  29. c122132 sched: Allow wait_on_bit_action() functions to support a timeout by NeilBrown · 10 years ago
  30. e655f94 Merge branch 'bugfixes' into linux-next by Trond Myklebust · 10 years ago
  31. d458138 nfs: handle multiple reqs in nfs_page_async_flush by Weston Andros Adamson · 10 years ago
  32. c65e625 nfs: remove unused writeverf code by Weston Andros Adamson · 10 years ago
  33. d45f60c nfs: merge nfs_pgio_data into _header by Weston Andros Adamson · 10 years ago
  34. 1e7f3a4 nfs: move nfs_pgio_data and remove nfs_rw_header by Weston Andros Adamson · 10 years ago
  35. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  36. 4da54c2 nfs: switch to iter_splice_write_file() by Al Viro · 10 years ago
  37. 41d8d5b NFS: Create a common nfs_pageio_ops struct by Anna Schumaker · 10 years ago
  38. cf485fc NFS: Create a common generic_pg_pgios() by Anna Schumaker · 10 years ago
  39. c376627 NFS: Create a common multiple_pgios() function by Anna Schumaker · 10 years ago
  40. 1ed26f3 NFS: Create a common initiate_pgio() function by Anna Schumaker · 10 years ago
  41. ef2c488 NFS: Create a generic_pgio function by Anna Schumaker · 10 years ago
  42. 844c9e6 NFS: Create a common pgio_error function by Anna Schumaker · 10 years ago
  43. ce59515 NFS: Create a common rpcsetup function for reads and writes by Anna Schumaker · 10 years ago
  44. 6f92fa4 NFS: Create a common rpc_call_ops struct by Anna Schumaker · 10 years ago
  45. 0eecb21 NFS: Create a common nfs_pgio_result_common function by Anna Schumaker · 10 years ago
  46. a4cdda5 NFS: Create a common pgio_rpc_prepare function by Anna Schumaker · 10 years ago
  47. 4a0de55 NFS: Create a common rw_header_alloc and rw_header_free function by Anna Schumaker · 10 years ago
  48. 00bfa30 NFS: Create a common pgio_alloc and pgio_release function by Anna Schumaker · 10 years ago
  49. c0752cd NFS: Create a common read and write header struct by Anna Schumaker · 10 years ago
  50. 9c7e1b3 NFS: Create a common read and write data struct by Anna Schumaker · 10 years ago
  51. fab5fc2 nfs: remove ->read_pageio_init from rpc ops by Christoph Hellwig · 10 years ago
  52. a20c93e nfs: remove ->write_pageio_init from rpc ops by Christoph Hellwig · 10 years ago
  53. edaf436 nfs: switch to ->write_iter() by Al Viro · 10 years ago
  54. 3aa2d19 nfs: switch to ->read_iter() by Al Viro · 10 years ago
  55. bd0f725 Merge branch 'devel' into linux-next by Trond Myklebust · 10 years ago
  56. 0e862a4 nfs: make nfs_async_rename non-static by Jeff Layton · 10 years ago
  57. 292f503 NFSv4: Use the correct net namespace in nfs4_update_server by Trond Myklebust · 10 years ago
  58. 311324a NFS: Be more aggressive in using readdirplus for 'ls -l' situations by Trond Myklebust · 10 years ago
  59. fd1defc NFS: Do not set NFS_INO_INVALID_LABEL unless server supports labeled NFS by Trond Myklebust · 10 years ago
  60. 694e096 NFS: Enabling v4.2 should not recompile nfsd and lockd by Anna Schumaker · 11 years ago
  61. 4d4b69d NFS: add support for multiple sec= mount options by Weston Andros Adamson · 11 years ago
  62. a3f73c2 NFS: separate passed security flavs from selected by Weston Andros Adamson · 11 years ago
  63. 32e62b7 NFS: Add nfs4_update_server by Chuck Lever · 11 years ago
  64. 1ab6c49 fs: convert fs shrinkers to new scan/count API by Dave Chinner · 11 years ago
  65. 5e6b199 NFSv4: Fix security auto-negotiation by Trond Myklebust · 11 years ago
  66. 0e20162 NFSv4.1 Use MDS auth flavor for data server connection by Andy Adamson · 11 years ago
  67. dc24826 NFS avoid expired credential keys for buffered writes by Andy Adamson · 11 years ago
  68. 1264a2f NFS: refactor code for calculating the crc32 hash of a filehandle by Trond Myklebust · 11 years ago
  69. f840729 NFS Remove unused authflavour parameter from init_client by Andy Adamson · 11 years ago
  70. 959d921 Merge branch 'labeled-nfs' into linux-next by Trond Myklebust · 11 years ago
  71. f1c097b NFSv4.1 Fix gdia_maxcount calculation to fit in ca_maxresponsesize by Andy Adamson · 11 years ago
  72. 459de2e NFS: Make callbacks minor version generic by Bryan Schumaker · 11 years ago
  73. 577b423 NFS: Add functionality to allow waiting on all outstanding reads to complete by Trond Myklebust · 11 years ago
  74. 322b2b9 Revert "NFS: add nfs_sb_deactive_async to avoid deadlock" by Trond Myklebust · 11 years ago
  75. eed9935 NFS: Ensure that we always drop inodes that have been marked as stale by Trond Myklebust · 12 years ago
  76. aaea7d2 nfs: Remove duplicate function declaration in internal.h by Yanchuan Nian · 12 years ago
  77. fd0c095 NFSv4: Simplify the NFSv4/v4.1 synchronous call switch by Trond Myklebust · 12 years ago
  78. 76e697b NFSv4.1: Move slot table and session struct definitions to nfs4session.h by Trond Myklebust · 12 years ago
  79. 73e39aa NFSv4.1: Cleanup move session slot management to fs/nfs/nfs4session.c by Trond Myklebust · 12 years ago
  80. 324d003 NFS: add nfs_sb_deactive_async to avoid deadlock by Weston Andros Adamson · 12 years ago
  81. 97a5486 nfs: Show original device name verbatim in /proc/*/mount{s,info} by Ben Hutchings · 12 years ago
  82. 6296556 NFS41: send real write size in layoutget by Peng Tao · 12 years ago
  83. 05f4c35 NFS: Discover NFSv4 server trunking when mounting by Chuck Lever · 12 years ago
  84. 8cb7f74 NFS: nfs_parsed_mount_options can use unsigned int by Chuck Lever · 12 years ago
  85. ac694db Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  86. d56b4dd nfs: teach the NFS client how to treat PG_swapcache pages by Mel Gorman · 12 years ago
  87. 89d77c8 NFS: Convert v4 into a module by Bryan Schumaker · 12 years ago
  88. 1c606fb NFS: Convert v3 into a module by Bryan Schumaker · 12 years ago
  89. 19d87ca NFS: Split out remaining NFS v4 inode functions by Bryan Schumaker · 12 years ago
  90. 6a74490 NFS: Pass super operations and xattr handlers in the nfs_subversion by Bryan Schumaker · 12 years ago
  91. 1179acc NFS: Only initialize the ACL client in the v3 case by Bryan Schumaker · 12 years ago
  92. ff9099f2 NFS: Create a try_mount rpc op by Bryan Schumaker · 12 years ago
  93. ab7017a NFS: Add version registering framework by Bryan Schumaker · 12 years ago
  94. fbdefd6 NFS: Split out the NFS v4 filesystem types by Bryan Schumaker · 12 years ago
  95. fcf1039 NFS: Split out NFS v4 server creating code by Bryan Schumaker · 12 years ago
  96. 428360d NFS: Initialize the NFS v4 client from init_nfs_v4() by Bryan Schumaker · 12 years ago
  97. ce4ef7c NFS: Split out NFS v4 file operations by Bryan Schumaker · 12 years ago
  98. 597d928 NFS: Split out NFS v2 inode operations by Bryan Schumaker · 12 years ago
  99. 57208fa NFS: Create an write_pageio_init() function by Bryan Schumaker · 12 years ago
  100. 1abb5088 NFS: Create an read_pageio_init() function by Bryan Schumaker · 12 years ago