1. dfed206 NFSv4.1: unify pnfs_pageio_init functions by Benny Halevy · 13 years ago
  2. fb3296e pnfs: Use byte-range for layoutget by Benny Halevy · 13 years ago
  3. a75b9df NFSv4.1: Ensure that layoutget uses the correct gfp modes by Trond Myklebust · 13 years ago
  4. 8f68cd4 nfs: BKL is no longer needed, so remove the include by Stephen Rothwell · 13 years ago
  5. 36fe432 NFSv4.1: Clear lseg pointer in ->doio function by Fred Isaman · 13 years ago
  6. c76069b NFSv4.1: rearrange ->doio args by Fred Isaman · 13 years ago
  7. cbdabc7f NFSv4.1: filelayout async error handler by Andy Adamson · 13 years ago
  8. dc70d7b NFSv4.1: filelayout read by Andy Adamson · 13 years ago
  9. 64419a9 NFSv4.1: generic read by Andy Adamson · 13 years ago
  10. bae724e NFSv4.1: shift pnfs_update_layout locations by Fred Isaman · 13 years ago
  11. 94ad1c8 NFSv4.1: coelesce across layout stripes by Fred Isaman · 13 years ago
  12. 2df485a nfs: remove extraneous and problematic calls to nfs_clear_request by Trond Myklebust · 14 years ago
  13. e5e9401 NFS: create and destroy inode's layout cache by Benny Halevy · 14 years ago
  14. dfb4f309 NFSv4.1: keep seq_res.sr_slot as pointer rather than an index by Benny Halevy · 14 years ago
  15. f11ac8d NFSv4: Ensure that we track the NFSv4 lock state in read/write requests. by Trond Myklebust · 14 years ago
  16. 035168a NFSv4.1: Make nfs4_setup_sequence take a nfs_server argument by Trond Myklebust · 14 years ago
  17. 93870d7 NFS: Read requests can use GFP_KERNEL. by Trond Myklebust · 14 years ago
  18. 0110ee1 NFS: Fix up the declaration of nfs4_restart_rpc when NFSv4 not configured by Trond Myklebust · 15 years ago
  19. d61e612 NFSv41: Clean up slot table management by Trond Myklebust · 15 years ago
  20. e608e79 nfs41: call free slot from nfs4_restart_rpc by Andy Adamson · 15 years ago
  21. 1ae88b2 NFS: Fix an O_DIRECT Oops... by Trond Myklebust · 15 years ago
  22. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  23. eedc020 nfs41: use rpc prepare call state for session reset by Andy Adamson · 15 years ago
  24. f11c88a nfs41: read sequence setup/done support by Andy Adamson · 15 years ago
  25. 5f7dbd5 nfs41: set up seq_res.sr_slotid by Andy Adamson · 15 years ago
  26. 7f8e05f NFS: Store pages from an NFS inode into a local cache by David Howells · 15 years ago
  27. 9a9fc1c NFS: Read pages from FS-Cache into an NFS inode by David Howells · 15 years ago
  28. f42b293 NFS: nfs_readpage_async() needs to be accessible as a fallback for local caching by David Howells · 15 years ago
  29. 136221f nfs: remove redundant tests on reading new pages by Wu Fengguang · 16 years ago
  30. 3110ff8 nfs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  31. dbae4c7 NFS: Ensure that rpc_run_task() errors are propagated back to the caller by Trond Myklebust · 16 years ago
  32. fdd1e74 NFS: Ensure that the read code cleans up properly when rpc_run_task() fails by Trond Myklebust · 16 years ago
  33. 4af68bf nfs: remove duplicate initializations of nfs_read_data field by Fred Isaman · 16 years ago
  34. c7c350e Merge branch 'hotfixes' into devel by Trond Myklebust · 16 years ago
  35. f8512ad nfs: don't ignore return value from nfs_pageio_add_request by Fred Isaman · 16 years ago
  36. 5e4424a SUNRPC: Remove now-redundant RCU-safe rpc_task free path by Trond Myklebust · 16 years ago
  37. 101070c NFS: Ensure that the asynchronous RPC calls complete on nfsiod. by Trond Myklebust · 16 years ago
  38. 383ba71 NFS: Fix a deadlock with lazy umount by Trond Myklebust · 16 years ago
  39. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 16 years ago
  40. 3a10c30 nfs: obliterate NFS_FLAGS macro by Benny Halevy · 16 years ago
  41. 0773769 NFS/SUNRPC: Convert users of rpc_init_task+rpc_execute to rpc_run_task() by Trond Myklebust · 17 years ago
  42. bdc7f02 NFS: Clean up the (commit|read|write)_setup() callback routines by Trond Myklebust · 17 years ago
  43. 3ff7576 SUNRPC: Clean up the initialisation of priority queue scheduling info. by Trond Myklebust · 17 years ago
  44. 84115e1 SUNRPC: Cleanup of rpc_task initialisation by Trond Myklebust · 17 years ago
  45. 8850df9 NFS: Fix atime revalidation in read() by Trond Myklebust · 17 years ago
  46. cd3758e NFS: Replace file->private_data with calls to nfs_file_open_context() by Trond Myklebust · 17 years ago
  47. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  48. 88be9f9 NFS: Replace vfsmount and dentry in nfs_open_context with struct path by Trond Myklebust · 17 years ago
  49. de05a0c NFS: Minor read optimisation... by Trond Myklebust · 17 years ago
  50. 60945cb NFS: use zero_user_page by Nate Diller · 17 years ago
  51. 8d5658c NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedata by Trond Myklebust · 17 years ago
  52. 8b09bee NFS: Cleanup for nfs_readpages() by Trond Myklebust · 17 years ago
  53. bcb71bb NFS: Another cleanup of the read/write request coalescing code by Trond Myklebust · 17 years ago
  54. d8a5ad7 NFS: Cleanup the coalescing code by Trond Myklebust · 17 years ago
  55. a3f565b NFS: fix print format for tk_pid by Chuck Lever · 17 years ago
  56. 8e0969f NFS: Remove nfs_readpage_sync() by Trond Myklebust · 18 years ago
  57. 21b4e73 Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus by Trond Myklebust · 18 years ago
  58. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  59. e6b4f8d [PATCH] slab: remove SLAB_NOFS by Christoph Lameter · 18 years ago
  60. 49a70f2 NFS: Cleanup: add common helper nfs_page_length() by Trond Myklebust · 18 years ago
  61. a99b71c NFS: Remove use of the Big Kernel Lock around calls to rpc_execute. by Frank Filz · 18 years ago
  62. cf1308f NFS: Fix missing page_unlock() in nfs_readpage by Trond Myklebust · 18 years ago
  63. 0b67130 NFS: Fix asynchronous read error handling by Trond Myklebust · 18 years ago
  64. 8aca67f SUNRPC: Fix a potential race in rpc_wake_up_task() by Trond Myklebust · 18 years ago
  65. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  66. 5f004cf NFS: Make read() return an ESTALE if the file has been deleted by Trond Myklebust · 18 years ago
  67. 54ceac4 NFS: Share NFS superblocks per-protocol per-server per-FSID by David Howells · 18 years ago
  68. 7a52411 NFS: Fix Oopsable condition in nfs_readpage_sync() by Trond Myklebust · 18 years ago
  69. e9f7bee [PATCH] NFS: large non-page-aligned direct I/O clobbers memory by Trond Myklebust · 18 years ago
  70. 79558f3 NFS: Fix issue with EIO on NFS read by Trond Myklebust · 18 years ago
  71. e4e2051 NFS: make 2 functions static by Adrian Bunk · 18 years ago
  72. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  73. 266bee8 [PATCH] fix static linking of NFS by David Brownell · 18 years ago
  74. f7b422b NFS: Split fs/nfs/inode.c by David Howells · 18 years ago
  75. 0d0b5cb NFS: Optimize allocation of nfs_read/write_data structures by Chuck Lever · 18 years ago
  76. 1de3fc1 NFS: Clean up and fix page zeroing when we have short reads by Trond Myklebust · 18 years ago
  77. 93d2341 [PATCH] mempool: use mempool_create_slab_pool() by Matthew Dobson · 18 years ago
  78. 3feb2d4 NFS: Uninline nfs_writedata_(alloc|free) and nfs_readdata_(alloc|free) by Trond Myklebust · 18 years ago
  79. ec06c09 NFS: Cleanup of NFS read code by Trond Myklebust · 18 years ago
  80. 91d5b47 NFS: add I/O performance counters by Chuck Lever · 18 years ago
  81. 40859d7 NFS: support large reads and writes on the wire by Chuck Lever · 19 years ago
  82. 963d8fe RPC: Clean up RPC task structure by Trond Myklebust · 19 years ago
  83. d530838 NFSv4: Fix problem with OPEN_DOWNGRADE by Trond Myklebust · 19 years ago
  84. 0e574af NFS: Cleanup initialisation of struct nfs_fattr by Trond Myklebust · 19 years ago
  85. 10d2c46 [PATCH] NFS: fix client oops when debugging is on by Nick Wilson · 19 years ago
  86. dc59250 [PATCH] NFS: Introduce the use of inode->i_lock to protect fields in nfsi by Chuck Lever · 19 years ago
  87. 5529680 [PATCH] NFS: split nfsi->flags into two fields by Chuck Lever · 19 years ago
  88. c6a556b [PATCH] NFS: Make searching and waiting on busy writeback requests more efficient. by Trond Myklebust · 19 years ago
  89. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago