1. 834e465 NFS: Skip checking ds_cinfo.buckets when lseg's commit_through_mds is set by Kinglong Mee · 9 years ago
  2. 59953fb Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  3. fe0f07d direct-io: only inc/dec inode->i_dio_count for file systems by Jens Axboe · 10 years ago
  4. 05f5490 nfs: remove WARN_ON_ONCE from nfs_direct_good_bytes by Peng Tao · 10 years ago
  5. 1ccbad9 nfs: fix DIO good bytes calculation by Peng Tao · 10 years ago
  6. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  7. 65a4a1c nfs: generic_write_checks() shouldn't be done on swapout... by Al Viro · 10 years ago
  8. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 10 years ago
  9. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 10 years ago
  10. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 10 years ago
  11. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 10 years ago
  12. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 10 years ago
  13. a0815d5 NFSv4.1/pnfs: Ensure that writes respect the O_SYNC flag when doing O_DIRECT by Trond Myklebust · 10 years ago
  14. 04b2fa9 fs: split generic and aio kiocb by Christoph Hellwig · 10 years ago
  15. 2854475 nfs: clean up nfs_direct_IO by Peng Tao · 10 years ago
  16. 66ee59a fs: remove ki_nbytes by Christoph Hellwig · 10 years ago
  17. f4086a3d NFS: struct nfs_commit_info.lock must always point to inode->i_lock by Trond Myklebust · 10 years ago
  18. e2c63e0 Merge branch 'flexfiles' by Trond Myklebust · 10 years ago
  19. 5fadeb4 nfs: count DIO good bytes correctly with mirroring by Peng Tao · 10 years ago
  20. 012fa16 nfs: add a helper to set NFS_ODIRECT_RESCHED_WRITES to direct writes by Peng Tao · 10 years ago
  21. 80c76fe pnfs: fail comparison when bucket verifier not set by Weston Andros Adamson · 10 years ago
  22. 0a00b77 nfs: mirroring support for direct io by Weston Andros Adamson · 10 years ago
  23. a7d42dd nfs: add mirroring support to pgio layer by Weston Andros Adamson · 10 years ago
  24. b57ff13 pnfs: pass ds_commit_idx through the commit path by Weston Andros Adamson · 10 years ago
  25. 6cccbb6 nfs: rename pgio header ds_idx to ds_commit_idx by Weston Andros Adamson · 10 years ago
  26. 085d1e3 pnfs: Do not grab the commit_info lock twice when rescheduling writes by Tom Haynes · 10 years ago
  27. ee8a1a8 nfs: fix dio deadlock when O_DIRECT flag is flipped by Peng Tao · 10 years ago
  28. 8c393f9 nfs: fix pnfs direct write memory leak by Peng Tao · 10 years ago
  29. d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  30. e19a8a0 block: Remove REQ_KERNEL by Martin K. Petersen · 10 years ago
  31. f418c64 NFS: Unconditionally enable commit code by Anna Schumaker · 10 years ago
  32. e655f94 Merge branch 'bugfixes' into linux-next by Trond Myklebust · 11 years ago
  33. aafe375 NFS: Remove 2 unused variables by Trond Myklebust · 11 years ago
  34. c65e625 nfs: remove unused writeverf code by Weston Andros Adamson · 11 years ago
  35. d45f60c nfs: merge nfs_pgio_data into _header by Weston Andros Adamson · 11 years ago
  36. 1e7f3a4 nfs: move nfs_pgio_data and remove nfs_rw_header by Weston Andros Adamson · 11 years ago
  37. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  38. 5002c58 pnfs: support multiple verfs per direct req by Weston Andros Adamson · 11 years ago
  39. 2bfc6e5 nfs: add support for multiple nfs reqs per page by Weston Andros Adamson · 11 years ago
  40. 8c8f1ac1 nfs: remove unused arg from nfs_create_request by Weston Andros Adamson · 11 years ago
  41. f79d06f NFS: Move the write verifier into the nfs_pgio_header by Anna Schumaker · 11 years ago
  42. fab5fc2 nfs: remove ->read_pageio_init from rpc ops by Christoph Hellwig · 11 years ago
  43. a20c93e nfs: remove ->write_pageio_init from rpc ops by Christoph Hellwig · 11 years ago
  44. 91f79c4 new helper: iov_iter_get_pages_alloc() by Al Viro · 11 years ago
  45. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 11 years ago
  46. 619d30b convert the guts of nfs_direct_IO() to iov_iter by Al Viro · 11 years ago
  47. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 11 years ago
  48. a9ab5e8 nfs: page cache invalidation for dio by Christoph Hellwig · 11 years ago
  49. d0b9875 nfs: take i_mutex during direct I/O reads by Christoph Hellwig · 11 years ago
  50. 22cd1bf nfs: merge nfs_direct_write into nfs_file_direct_write by Christoph Hellwig · 11 years ago
  51. 14a3ec79 nfs: merge nfs_direct_read into nfs_file_direct_read by Christoph Hellwig · 11 years ago
  52. 1f90ee2 nfs: increment i_dio_count for reads, too by Christoph Hellwig · 11 years ago
  53. 2a009ec nfs: defer inode_dio_done call until size update is done by Christoph Hellwig · 11 years ago
  54. 9811cd5 nfs: fix size updates for aio writes by Christoph Hellwig · 11 years ago
  55. 1e8968c NFS: dprintk() should not print negative fileids and inode numbers by Niels de Vos · 11 years ago
  56. 6de1472 nfs: use %p[dD] instead of open-coded (and often racy) equivalents by Al Viro · 11 years ago
  57. 73a7075 aio: Kill aio_rw_vect_retry() by Kent Overstreet · 12 years ago
  58. be7e985 nfs: fix page dirtying in NFS DIO read codepath by Jeff Layton · 12 years ago
  59. 67fad10 nfs: don't zero out the rest of the page if we hit the EOF on a DIO READ by Jeff Layton · 12 years ago
  60. 6296556 NFS41: send real write size in layoutget by Peng Tao · 12 years ago
  61. 35754bc NFS: track direct IO left bytes by Peng Tao · 12 years ago
  62. 7acdb02 NFSv41: fix DIO write_io calculation by Peng Tao · 13 years ago
  63. b3c54de NFS: Convert nfs_get_lock_context to return an ERR_PTR on failure by Trond Myklebust · 13 years ago
  64. ac694db Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  65. a564b8f nfs: enable swap on NFS by Mel Gorman · 13 years ago
  66. 89d77c8 NFS: Convert v4 into a module by Bryan Schumaker · 13 years ago
  67. 1c606fb NFS: Convert v3 into a module by Bryan Schumaker · 13 years ago
  68. c95908e NFS: fix pnfs regression with directio writes by Fred Isaman · 13 years ago
  69. 59948db NFS: fix pnfs regression with directio reads by Fred Isaman · 13 years ago
  70. 4035c24 NFS: Fix list manipulation snafus in fs/nfs/direct.c by Trond Myklebust · 13 years ago
  71. 5a695da NFS: Fix a refcounting issue in O_DIRECT by Trond Myklebust · 13 years ago
  72. 873b779 Merge tag 'nfs-for-3.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  73. 906369e NFS: fix directio refcount bug on commit by Fred Isaman · 13 years ago
  74. 9bce008 NFS: Fix a commit bug by Trond Myklebust · 13 years ago
  75. 1d59d61 NFS: Ensure that setattr and getattr wait for O_DIRECT write completion by Trond Myklebust · 13 years ago
  76. 2701d08 NFSv4.1 add nfs_inode book keeping for mdsthreshold by Andy Adamson · 13 years ago
  77. 0427708 NFS: Clean up - Simplify reference counting in fs/nfs/direct.c by Trond Myklebust · 13 years ago
  78. 1d1afcb NFS: Clean up - Rename nfs_unlock_request and nfs_unlock_request_dont_release by Trond Myklebust · 13 years ago
  79. 7ad84aa NFS: Clean up - simplify nfs_lock_request() by Trond Myklebust · 13 years ago
  80. 1385b81 NFS: Fix sparse warnings by Trond Myklebust · 13 years ago
  81. bf5fc40 NFS: Fix O_DIRECT compile warnings by Trond Myklebust · 13 years ago
  82. 4bd8b01 NFS: Simplify the nfs_read_completion functions by Trond Myklebust · 13 years ago
  83. 292f3ee NFS: Use kmem_cache_zalloc() in nfs_direct_req_alloc by Trond Myklebust · 13 years ago
  84. 6d74743 NFS: Simplify O_DIRECT page referencing by Trond Myklebust · 13 years ago
  85. 3e9e0ca3 NFS: O_DIRECT pgio_completion_ops error_cleanup must unlock the request by Trond Myklebust · 13 years ago
  86. 71e8cc0 NFS: Ensure that we break out of read/write_schedule_segment on error by Trond Myklebust · 13 years ago
  87. 24fc921 NFS: Define nfs_direct_write_schedule_work() when v3 and v4 are disabled by Bryan Schumaker · 13 years ago
  88. 1763da1 NFS: rewrite directio write to use async coalesce code by Fred Isaman · 13 years ago
  89. 584aa81 NFS: rewrite directio read to use async coalesce code by Fred Isaman · 13 years ago
  90. 6c75dc0 NFS: merge _full and _partial write rpc_ops by Fred Isaman · 13 years ago
  91. 4db6e0b NFS: merge _full and _partial read rpc_ops by Fred Isaman · 13 years ago
  92. 30dd374 NFS: create struct nfs_page_array by Fred Isaman · 13 years ago
  93. cd84160 NFS: create common nfs_pgio_header for both read and write by Fred Isaman · 13 years ago
  94. 31f6852 NFS: dprintks in directio code were referencing task after put by Fred Isaman · 13 years ago
  95. 0b7c015 NFS: add a struct nfs_commit_data to replace nfs_write_data in commits by Fred Isaman · 13 years ago
  96. a20c6bec NFS: grab open context in direct read by Fred Isaman · 13 years ago
  97. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 13 years ago
  98. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  99. ea7c330 NFS: Remove nfs4_setup_sequence from generic read code by Bryan Schumaker · 13 years ago
  100. c6cb80d NFS: Remove nfs4_setup_sequence from generic write code by Bryan Schumaker · 13 years ago