1. 6109c85 locks: add a dedicated spinlock to protect i_flctx lists by Jeff Layton · 10 years ago
  2. bd61e0a locks: convert posix locks to file_lock_context by Jeff Layton · 10 years ago
  3. 5263e31 locks: move flock locks to file_lock_context by Jeff Layton · 10 years ago
  4. 5a254d0 nfs: replace nfs_add_stats with nfs_inc_stats when add one by Li RongQing · 10 years ago
  5. cb1410c NFS: fix subtle change in COMMIT behavior by Weston Andros Adamson · 10 years ago
  6. 16c9914 nfs: remove spurious WARN_ON_ONCE in write path by Weston Andros Adamson · 10 years ago
  7. 353db79 NFS: avoid waiting at all in nfs_release_page when congested. by NeilBrown · 10 years ago
  8. 9590544 NFS: avoid deadlocks with loop-back mounted NFS filesystems. by NeilBrown · 10 years ago
  9. e87b4c7 NFS: don't use STABLE writes during writeback. by NeilBrown · 10 years ago
  10. f418c64 NFS: Unconditionally enable commit code by Anna Schumaker · 10 years ago
  11. 3a3908c NFS: Fix a compile warning when !(CONFIG_NFS_V3 || CONFIG_NFS_V4) by Trond Myklebust · 10 years ago
  12. 378520b nfs41: add a helper function to set layoutcommit after commit by Peng Tao · 10 years ago
  13. 7c3af97 nfs: don't sleep with inode lock in lock_and_join_requests by Weston Andros Adamson · 10 years ago
  14. 9497001 nfs: fix error handling in lock_and_join_requests by Weston Andros Adamson · 10 years ago
  15. fd2f3a0 nfs: change nfs_page_group_lock argument by Weston Andros Adamson · 10 years ago
  16. 06b8ab5 Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  17. 411a99a nfs: clear_request_commit while holding i_lock by Weston Andros Adamson · 10 years ago
  18. 02d1426 pnfs: find swapped pages on pnfs commit lists too by Weston Andros Adamson · 10 years ago
  19. b412ddf nfs: fix comment and add warn_on for PG_INODE_REF by Weston Andros Adamson · 10 years ago
  20. e702920 nfs: check wait_on_bit_lock err in page_group_lock by Weston Andros Adamson · 10 years ago
  21. ca5bc6c Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new changes by Ingo Molnar · 10 years ago
  22. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  23. e655f94 Merge branch 'bugfixes' into linux-next by Trond Myklebust · 10 years ago
  24. aafe375 NFS: Remove 2 unused variables by Trond Myklebust · 10 years ago
  25. 3e21704 nfs: handle multiple reqs in nfs_wb_page_cancel by Weston Andros Adamson · 10 years ago
  26. d458138 nfs: handle multiple reqs in nfs_page_async_flush by Weston Andros Adamson · 10 years ago
  27. 84d3a9a nfs: change find_request to find_head_request by Weston Andros Adamson · 10 years ago
  28. 17089a2 nfs: mark nfs_page reqs with flag for extra ref by Weston Andros Adamson · 10 years ago
  29. c65e625 nfs: remove unused writeverf code by Weston Andros Adamson · 10 years ago
  30. d45f60c nfs: merge nfs_pgio_data into _header by Weston Andros Adamson · 10 years ago
  31. 823b0c9 nfs: rename members of nfs_pgio_data by Weston Andros Adamson · 10 years ago
  32. 1e7f3a4 nfs: move nfs_pgio_data and remove nfs_rw_header by Weston Andros Adamson · 10 years ago
  33. 18dd78c nfs: Fix cache_validity check in nfs_write_pageuptodate() by Scott Mayhew · 10 years ago
  34. d1e1cda Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  35. d72ddcb nfs: page group support in nfs_mark_uptodate by Weston Andros Adamson · 10 years ago
  36. 20633f0 nfs: page group syncing in write path by Weston Andros Adamson · 10 years ago
  37. 2bfc6e5 nfs: add support for multiple nfs reqs per page by Weston Andros Adamson · 10 years ago
  38. 8c8f1ac1 nfs: remove unused arg from nfs_create_request by Weston Andros Adamson · 10 years ago
  39. 41d8d5b NFS: Create a common nfs_pageio_ops struct by Anna Schumaker · 10 years ago
  40. cf485fc NFS: Create a common generic_pg_pgios() by Anna Schumaker · 10 years ago
  41. c376627 NFS: Create a common multiple_pgios() function by Anna Schumaker · 10 years ago
  42. 1ed26f3 NFS: Create a common initiate_pgio() function by Anna Schumaker · 10 years ago
  43. ef2c488 NFS: Create a generic_pgio function by Anna Schumaker · 10 years ago
  44. 844c9e6 NFS: Create a common pgio_error function by Anna Schumaker · 10 years ago
  45. ce59515 NFS: Create a common rpcsetup function for reads and writes by Anna Schumaker · 10 years ago
  46. 6f92fa4 NFS: Create a common rpc_call_ops struct by Anna Schumaker · 10 years ago
  47. 0eecb21 NFS: Create a common nfs_pgio_result_common function by Anna Schumaker · 10 years ago
  48. a4cdda5 NFS: Create a common pgio_rpc_prepare function by Anna Schumaker · 10 years ago
  49. 4a0de55 NFS: Create a common rw_header_alloc and rw_header_free function by Anna Schumaker · 10 years ago
  50. 00bfa30 NFS: Create a common pgio_alloc and pgio_release function by Anna Schumaker · 10 years ago
  51. f79d06f NFS: Move the write verifier into the nfs_pgio_header by Anna Schumaker · 10 years ago
  52. c0752cd NFS: Create a common read and write header struct by Anna Schumaker · 10 years ago
  53. 9c7e1b3 NFS: Create a common read and write data struct by Anna Schumaker · 10 years ago
  54. 9137bdf NFS: Create a common results structure for reads and writes by Anna Schumaker · 10 years ago
  55. 3c6b899 NFS: Create a common argument structure for reads and writes by Anna Schumaker · 10 years ago
  56. a20c93e nfs: remove ->write_pageio_init from rpc ops by Christoph Hellwig · 10 years ago
  57. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  58. 1f2edbe NFS: Don't ignore suid/sgid bit changes after a successful write by Trond Myklebust · 10 years ago
  59. 4db72b4 nfs: add memory barriers around NFS_INO_INVALID_DATA and NFS_INO_INVALIDATING by Jeff Layton · 10 years ago
  60. d529ef8 NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mapping by Jeff Layton · 10 years ago
  61. 263b450 nfs: always make sure page is up-to-date before extending a write to cover the entire page by Scott Mayhew · 11 years ago
  62. 1e8968c NFS: dprintk() should not print negative fileids and inode numbers by Niels de Vos · 11 years ago
  63. 6de1472 nfs: use %p[dD] instead of open-coded (and often racy) equivalents by Al Viro · 11 years ago
  64. 0f1d260 NFS: Don't check lock owner compatibility in writes unless file is locked by Trond Myklebust · 11 years ago
  65. 8c21c62 nfs4.1: Add SP4_MACH_CRED write and commit support by Weston Andros Adamson · 11 years ago
  66. ef1820f NFSv4: Don't try to recover NFSv4 locks when they are lost. by NeilBrown · 11 years ago
  67. dc24826 NFS avoid expired credential keys for buffered writes by Andy Adamson · 11 years ago
  68. f4ce129 NFS: Add event tracing for generic NFS events by Trond Myklebust · 11 years ago
  69. c755966 NFS: Allow nfs_updatepage to extend a write under additional circumstances by Scott Mayhew · 11 years ago
  70. c58c844 NFS: Don't accept more reads/writes if the open context recovery failed by Trond Myklebust · 11 years ago
  71. 6db6dd7 NFS: Ensure that we free the rpc_task after read and write cleanups are done by Trond Myklebust · 12 years ago
  72. 8c209ce NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a page by David Howells · 12 years ago
  73. ada8e20 NFS: Don't use SetPageError in the NFS writeback code by Trond Myklebust · 12 years ago
  74. 7ce0171 Merge branch 'bugfixes' into nfs-for-next by Trond Myklebust · 12 years ago
  75. 81d9bce nfs: don't extend writes to cover entire page if pagecache is invalid by Jeff Layton · 12 years ago
  76. 4c10021 nfs: Fix wrong slab cache in nfs_commit_mempool by Yanchuan Nian · 12 years ago
  77. deed85e NFS: Remove BUG_ON() calls from the generic writeback code by Trond Myklebust · 12 years ago
  78. 05990d1 NFS: Fix fdatasync/fsync() when confronted with a server reboot by Trond Myklebust · 12 years ago
  79. 2a36915 NFS: Clean up helper function nfs4_select_rw_stateid() by Trond Myklebust · 12 years ago
  80. 3dd4765 nfs: tear down caches in nfs_init_writepagecache when allocation fails by Jeff Layton · 12 years ago
  81. ac694db Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  82. 192e501 nfs: prevent page allocator recursions with swap over NFS. by Mel Gorman · 12 years ago
  83. 29418aa nfs: disable data cache revalidation for swapfiles by Mel Gorman · 12 years ago
  84. d56b4dd nfs: teach the NFS client how to treat PG_swapcache pages by Mel Gorman · 12 years ago
  85. 89d77c8 NFS: Convert v4 into a module by Bryan Schumaker · 12 years ago
  86. 1c606fb NFS: Convert v3 into a module by Bryan Schumaker · 12 years ago
  87. ddda8e0 NFS: Convert v2 into a module by Bryan Schumaker · 12 years ago
  88. 19d87ca NFS: Split out remaining NFS v4 inode functions by Bryan Schumaker · 12 years ago
  89. a8d8f02 NFS: Create custom NFS v4 write_inode() function by Bryan Schumaker · 12 years ago
  90. 57208fa NFS: Create an write_pageio_init() function by Bryan Schumaker · 12 years ago
  91. 011e2a7 NFS: Create a have_delegation rpc_op by Bryan Schumaker · 12 years ago
  92. 2f2c63b NFS: Cleanup - only store the write verifier in struct nfs_page by Trond Myklebust · 12 years ago
  93. 9bce008 NFS: Fix a commit bug by Trond Myklebust · 12 years ago
  94. 9f0ec176 NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC calls by Andy Adamson · 12 years ago
  95. 1d1afcb NFS: Clean up - Rename nfs_unlock_request and nfs_unlock_request_dont_release by Trond Myklebust · 12 years ago
  96. 7ad84aa NFS: Clean up - simplify nfs_lock_request() by Trond Myklebust · 12 years ago
  97. d1182b3 NFS: nfs_set_page_writeback no longer needs to reference the page by Trond Myklebust · 12 years ago
  98. 3aff4eb NFS: Prevent a deadlock in the new writeback code by Trond Myklebust · 12 years ago
  99. 8d197a5 NFS: Always trust the PageUptodate flag when we have a delegation by Trond Myklebust · 12 years ago
  100. 25b11dc NFS: Clean up nfs read and write error paths by Trond Myklebust · 12 years ago