1. c65e625 nfs: remove unused writeverf code by Weston Andros Adamson · 10 years ago
  2. d45f60c nfs: merge nfs_pgio_data into _header by Weston Andros Adamson · 10 years ago
  3. 823b0c9 nfs: rename members of nfs_pgio_data by Weston Andros Adamson · 10 years ago
  4. 0aa61e7 pNFS: Handle allocation errors correctly in objlayout_alloc_layout_hdr() by Trond Myklebust · 10 years ago
  5. 0f9c429 nfs: chain calls to pg_test by Weston Andros Adamson · 10 years ago
  6. b4fdac1 nfs: modify pg_test interface to return size_t by Weston Andros Adamson · 10 years ago
  7. 9c7e1b3 NFS: Create a common read and write data struct by Anna Schumaker · 10 years ago
  8. 52fcac9 NFSv4.1 use pnfs_device maxcount for the objectlayout gdia_maxcount by Andy Adamson · 11 years ago
  9. cd5875f NFSv4.1: Use layout credentials for get_deviceinfo calls by Trond Myklebust · 11 years ago
  10. a895d57 treewide: Fix typo in printks by Masanari Iida · 11 years ago
  11. 5a12cca umount oops when remove blocklayoutdriver first by fanchaoting · 12 years ago
  12. eba24e1 NFSv4.1: Remove unused function last_byte_offset by Trond Myklebust · 12 years ago
  13. 2e928e4 NFSv4.1: Declare osd_pri_2_pnfs_err(), objio_init_read/write to be static by Trond Myklebust · 12 years ago
  14. 6296556 NFS41: send real write size in layoutget by Peng Tao · 12 years ago
  15. 7de6e28 pnfs-obj: Better IO pattern in case of unaligned offset by Boaz Harrosh · 12 years ago
  16. c999ff6 pnfs-obj: Fix __r4w_get_page when offset is beyond i_size by Boaz Harrosh · 12 years ago
  17. 9909d45 pnfs-obj: don't leak objio_state if ore_write/read fails by Boaz Harrosh · 12 years ago
  18. 1385b81 NFS: Fix sparse warnings by Trond Myklebust · 12 years ago
  19. cd84160 NFS: create common nfs_pgio_header for both read and write by Fred Isaman · 12 years ago
  20. 9526b2b pnfs-obj: Remove unused variable from objlayout_get_deviceinfo() by Sachin Bhamare · 12 years ago
  21. 18d98f6 pnfs-obj: autologin: Add support for protocol autologin by Sachin Bhamare · 12 years ago
  22. 5318a29c pnfs-obj: Uglify objio_segment allocation for the sake of the principle :-( by Boaz Harrosh · 12 years ago
  23. 1728017 NFS: Fix a number of sparse warnings by Trond Myklebust · 12 years ago
  24. a030889 NFS: start printks w/ NFS: even if __func__ shown by Weston Andros Adamson · 13 years ago
  25. fe0fe83 pnfs-obj: Must return layout on IO error by Boaz Harrosh · 13 years ago
  26. 5c0b412 pnfs-obj: pNFS errors are communicated on iodata->pnfs_error by Boaz Harrosh · 13 years ago
  27. 278c023 pnfs-obj: Support for RAID5 read-4-write interface. by Boaz Harrosh · 13 years ago
  28. 04291b6 pnfs-obj: move to ore 03: Remove old raid engine by Boaz Harrosh · 13 years ago
  29. eecfc63 pnfs-obj: move to ore 02: move to ORE by Boaz Harrosh · 13 years ago
  30. af4f5b5 pnfs-obj: move to ore 01: ore_layout & ore_components by Boaz Harrosh · 13 years ago
  31. e2e0435 pnfs-obj: Rename objlayout_io_state => objlayout_io_res by Boaz Harrosh · 13 years ago
  32. 9621855 pnfs-obj: Get rid of objlayout_{alloc,free}_io_state by Boaz Harrosh · 13 years ago
  33. e6c40fe pnfs-obj: Return PNFS_NOT_ATTEMPTED in case of read/write_pagelist by Boaz Harrosh · 13 years ago
  34. 4cdc685 pnfs-obj: Remove redundant EOF from objlayout_io_state by Boaz Harrosh · 13 years ago
  35. 9af7db3 pnfs-obj: Fix the comp_index != 0 case by Boaz Harrosh · 13 years ago
  36. 20618b2 pnfs-obj: Bug when we are running out of bio by Boaz Harrosh · 13 years ago
  37. f85ef69 pnfs: simplify pnfs files module autoloading by J. Bruce Fields · 13 years ago
  38. dce8129 NFS: Move the pnfs write code into pnfs.c by Trond Myklebust · 13 years ago
  39. 493292d NFS: Move the pnfs read code into pnfs.c by Trond Myklebust · 13 years ago
  40. e885de1 NFSv4.1: Fall back to ordinary i/o through the mds if we have no layout segment by Trond Myklebust · 13 years ago
  41. d8007d4 NFSv4.1: Add an initialisation callback for pNFS by Trond Myklebust · 13 years ago
  42. 1751c36 NFS: Cleanup of the nfs_pageio code in preparation for a pnfs bugfix by Trond Myklebust · 13 years ago
  43. 8f7d5ef NFSv4.1: Fix some issues with pnfs_generic_pg_test by Trond Myklebust · 13 years ago
  44. df18d12 pnfs-obj: No longer needed to take an extra ref at add_device by Boaz Harrosh · 13 years ago
  45. c7fd062 NFS: (d)printks should use %zd for ssize_t arguments by David Howells · 13 years ago
  46. 9342077 pnfs-obj: pg_test check for max_io_size by Boaz Harrosh · 13 years ago
  47. 89a58e3 NFSv4.1: use pnfs_generic_pg_test directly by layout driver by Benny Halevy · 13 years ago
  48. 18ad0a9 NFSv4.1: change pg_test return type to bool by Benny Halevy · 13 years ago
  49. a0fe8bf pnfs-obj: objlayout_encode_layoutcommit implementation by Boaz Harrosh · 13 years ago
  50. adb5853 pnfs-obj: report errors and .encode_layoutreturn Implementation. by Boaz Harrosh · 13 years ago
  51. 8a1636c pnfs: layoutret_on_setattr by Benny Halevy · 14 years ago
  52. 04f8345 pnfs-obj: osd raid engine read/write implementation by Boaz Harrosh · 13 years ago
  53. e51b841 pnfs-obj: define per-inode private structure by Benny Halevy · 13 years ago
  54. b6c05f1 pnfs-obj: objio_osd device information retrieval and caching by Boaz Harrosh · 13 years ago
  55. 09f5bf4 pnfs-obj: decode layout, alloc/free lseg by Boaz Harrosh · 13 years ago
  56. f1bc893 pnfs-obj: pnfs_osd XDR client implementation by Boaz Harrosh · 13 years ago
  57. c93407d pnfs-obj: objlayoutdriver module skeleton by Benny Halevy · 13 years ago