1. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  2. 5e4def2 Pass mode to wait_on_atomic_t() action funcs and provide default actions by David Howells · 7 years ago
  3. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  4. bf4b490 NFS: various changes relating to reporting IO errors. by NeilBrown · 7 years ago
  5. 196639e NFS: Fix 2 use after free issues in the I/O code by Trond Myklebust · 7 years ago
  6. b86faee Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  7. 20fa190 nfs: add export operations by Peng Tao · 7 years ago
  8. 6240300 Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  9. a7a3b1e NFS: convert flags to bool by Benjamin Coddington · 7 years ago
  10. aa8217d sunrpc: mark all struct svc_version instances as const by Christoph Hellwig · 7 years ago
  11. 511e936 sunrpc: mark all struct rpc_procinfo instances as const by Christoph Hellwig · 7 years ago
  12. 9a1d168 Merge tag 'v4.12-rc5' into nfsd tree by J. Bruce Fields · 7 years ago
  13. 5dd43ce sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wait_bit.h> by Ingo Molnar · 7 years ago
  14. 4f253e1 nfs: Mark unnecessarily extern functions as static by Jan Kara · 7 years ago
  15. e967918 sunrpc: mark all struct svc_version instances as const by Christoph Hellwig · 7 years ago
  16. 499b498 sunrpc: mark all struct rpc_procinfo instances as const by Christoph Hellwig · 7 years ago
  17. e092693 NFS append COMMIT after synchronous COPY by Olga Kornievskaia · 7 years ago
  18. 54551d8 NFS: Add a few more fatal I/O errors to nfs_error_is_fatal() by Trond Myklebust · 7 years ago
  19. a33e4b0 pNFS: return status from nfs4_pnfs_ds_connect by Weston Andros Adamson · 8 years ago
  20. 61540bf NFS: Clean up cache validity checking by Trond Myklebust · 8 years ago
  21. 1bcf4c5 NFS: Allow getattr to also report readdirplus cache hits by Trond Myklebust · 8 years ago
  22. 7d38de3 NFS: Remove unused authflavour parameter from nfs_get_client() by Anna Schumaker · 8 years ago
  23. c4a8616 Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  24. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  25. b66484c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  26. 8cd7978 mm: remove page_file_index by Huang Ying · 8 years ago
  27. 82c156f switch generic_file_splice_read() to use of ->read_iter() by Al Viro · 8 years ago
  28. bfc505d pNFS: Fix atime updates on pNFS clients by Trond Myklebust · 8 years ago
  29. 1cd66c9 fs: make remaining filesystems use .rename2 by Miklos Szeredi · 8 years ago
  30. f844cd0 nfs: cover ->migratepage with CONFIG_MIGRATION by Chao Yu · 8 years ago
  31. 04fa2c6 NFS pnfs data server multipath session trunking by Andy Adamson · 8 years ago
  32. a956bed NFS: Allow the mount option retrans=0 by Trond Myklebust · 8 years ago
  33. 7f155c7 Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  34. 11fb998 mm: move most file-based accounting to the node by Mel Gorman · 8 years ago
  35. 3627452 Merge branch 'writeback' by Trond Myklebust · 8 years ago
  36. b224f7c nfs4: flexfiles: respect noresvport when establishing connections to DSes by Tigran Mkrtchyan · 8 years ago
  37. 3fc75f1 nfs4: clnt: respect noresvport when establishing connections to DSes by Tigran Mkrtchyan · 8 years ago
  38. ce52914e sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flags by Scott Mayhew · 8 years ago
  39. 837bb1d NFSv4.2: Fix writeback races in nfs4_copy_file_range by Trond Myklebust · 8 years ago
  40. 651b0e7 NFS: Do not aggressively cache file attributes in the case of O_DIRECT by Trond Myklebust · 8 years ago
  41. a5864c9 NFS: Do not serialise O_DIRECT reads and writes by Trond Myklebust · 8 years ago
  42. a5314a7 NFS: Ensure we reset the write verifier 'committed' value on resend. by Trond Myklebust · 8 years ago
  43. 8fc3c38 NFS: Fix O_DIRECT verifier problems by Trond Myklebust · 8 years ago
  44. 5c6e5b6 NFS: Fix an Oops in the pNFS files and flexfiles connection setup to the DS by Trond Myklebust · 8 years ago
  45. 67911c8 NFS: Add nfs_commit_file() by Anna Schumaker · 9 years ago
  46. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  47. 95d9f6c nfs: remove nfs_inode_dio_wait by Christoph Hellwig · 9 years ago
  48. 4ff79bc nfs: remove nfs4_file_fsync by Christoph Hellwig · 9 years ago
  49. 6272dcc NFS: Simplify nfs_request_add_commit_list() arguments by Anna Schumaker · 9 years ago
  50. 210c7c1 NFS: Use wait_on_atomic_t() for unlock after readahead by Benjamin Coddington · 9 years ago
  51. 942e3d7 Merge branch 'pnfs_generic' by Trond Myklebust · 9 years ago
  52. 138a293 NFS: Relax requirements in nfs_flush_incompatible by Trond Myklebust · 9 years ago
  53. dc602dd NFS/pNFS: Fix up pNFS write reschedule layering violations and bugs by Trond Myklebust · 9 years ago
  54. 0bcbf03 nfs: handle request add failure properly by Peng Tao · 9 years ago
  55. 48c9579 Adding stateid information to tracepoints by Olga Kornievskaia · 9 years ago
  56. dfd01f0 sched/wait: Fix the signal handling fix by Peter Zijlstra · 9 years ago
  57. 5445b1f NFSv4: Respect the server imposed limit on how many changes we may cache by Trond Myklebust · 9 years ago
  58. d8efa4e NFS: Use RPC functions for matching sockaddrs by Anna Schumaker · 9 years ago
  59. 86d80f9 NFSv4.1/pnfs: Fix atomicity of commit list updates by Trond Myklebust · 9 years ago
  60. d8132e0 Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  61. a49c269 nfs: Fix an oops caused by using other thread's stack space in ASYNC mode by Kinglong Mee · 9 years ago
  62. 93f78d8 writeback: move backing_dev_info->bdi_stat[] into bdi_writeback by Tejun Heo · 9 years ago
  63. a08a8cd NFS: Add attribute update barriers to NFS writebacks by Trond Myklebust · 10 years ago
  64. d15bc38 nfs: Provide and use helper functions for marking a page as unstable by Tom Haynes · 10 years ago
  65. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  66. ea7c38f NFSv4: Ensure we reference the inode for return-on-close in delegreturn by Trond Myklebust · 10 years ago
  67. e2c63e0 Merge branch 'flexfiles' by Trond Myklebust · 10 years ago
  68. 012fa16 nfs: add a helper to set NFS_ODIRECT_RESCHED_WRITES to direct writes by Peng Tao · 10 years ago
  69. 48d635f nfs: add nfs_pgio_current_mirror helper by Peng Tao · 10 years ago
  70. 47af81f nfs: only reset desc->pg_mirror_idx when mirroring is supported by Peng Tao · 10 years ago
  71. a7d42dd nfs: add mirroring support to pgio layer by Weston Andros Adamson · 10 years ago
  72. b57ff13 pnfs: pass ds_commit_idx through the commit path by Weston Andros Adamson · 10 years ago
  73. 46a5ab4 nfs: allow to specify cred in nfs_initiate_pgio by Peng Tao · 10 years ago
  74. c36aae9 nfs: allow different protocol in nfs_initiate_commit by Peng Tao · 10 years ago
  75. abde71f pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgio by Tom Haynes · 10 years ago
  76. 30626f9 nfs41: allow LD to choose DS connection version/minor_version by Peng Tao · 10 years ago
  77. 1a04c6e nfsv3: introduce nfs3_set_ds_client by Peng Tao · 10 years ago
  78. 064172f nfs41: allow LD to choose DS connection auth flavor by Peng Tao · 10 years ago
  79. 2ef47eb NFS: Fix use of nfs_attr_use_mounted_on_fileid() by Anna Schumaker · 10 years ago
  80. 7b14a21 nfs: don't call bdi_unregister by Christoph Hellwig · 10 years ago
  81. ef4a48c Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  82. 00a36a10 NFS: Move v3 declarations out of internal.h by Anna Schumaker · 10 years ago
  83. 1c994a0 locks: consolidate "nolease" routines by Jeff Layton · 10 years ago
  84. 06b8ab5 Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  85. 77e40aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  86. 65b3885 NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumes by Eric W. Biederman · 10 years ago
  87. ca5bc6c Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new changes by Ingo Molnar · 10 years ago
  88. c122132 sched: Allow wait_on_bit_action() functions to support a timeout by NeilBrown · 10 years ago
  89. e655f94 Merge branch 'bugfixes' into linux-next by Trond Myklebust · 10 years ago
  90. d458138 nfs: handle multiple reqs in nfs_page_async_flush by Weston Andros Adamson · 10 years ago
  91. c65e625 nfs: remove unused writeverf code by Weston Andros Adamson · 10 years ago
  92. d45f60c nfs: merge nfs_pgio_data into _header by Weston Andros Adamson · 10 years ago
  93. 1e7f3a4 nfs: move nfs_pgio_data and remove nfs_rw_header by Weston Andros Adamson · 10 years ago
  94. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  95. 4da54c2 nfs: switch to iter_splice_write_file() by Al Viro · 11 years ago
  96. 41d8d5b NFS: Create a common nfs_pageio_ops struct by Anna Schumaker · 10 years ago
  97. cf485fc NFS: Create a common generic_pg_pgios() by Anna Schumaker · 10 years ago
  98. c376627 NFS: Create a common multiple_pgios() function by Anna Schumaker · 10 years ago
  99. 1ed26f3 NFS: Create a common initiate_pgio() function by Anna Schumaker · 10 years ago
  100. ef2c488 NFS: Create a generic_pgio function by Anna Schumaker · 10 years ago