Trond Myklebust ([email protected])

Number of posts: 2399 (1.71 per day)
First post: 2014-01-13 13:35:15
Last post: 2017-11-19 04:18:14

Date List Subject
2017-08-14 19:17:00 linux-nfs [PATCH 2/3] SUNRPC: Don't loop forever in xs_tcp_data_receive()
2017-08-14 19:16:59 linux-nfs [PATCH 1/3] SUNRPC: Don't hold the transport lock across socket copy operations
2017-08-14 19:16:58 linux-nfs [PATCH 0/3] RPC client latency fixes
2017-08-09 01:40:43 linux-nfs [PATCH 2/2] NFSv4: Use the nfs4_state being recovered in _nfs4_opendata_to_nfs4_state()
2017-08-09 01:40:42 linux-nfs [PATCH 1/2] NFSv4: Use correct inode in _nfs4_opendata_to_nfs4_state()
2017-08-09 01:39:37 linux-nfs [PATCH] NFSv4: Ignore NFS4ERR_OLD_STATEID in nfs41_check_open_stateid()
2017-08-03 13:46:10 linux-nfs [PATCH v2 28/28] NFS: Throttle I/O to the NFS server
2017-08-03 13:46:07 linux-nfs [PATCH v2 27/28] SUNRPC: Add a function to allow waiting for RPC transmission
2017-08-03 13:46:06 linux-nfs [PATCH v2 26/28] NFS: Wait for requests that are locked on the commit list
2017-08-03 13:46:06 linux-nfs [PATCH v2 25/28] NFSv4/pnfs: Replace pnfs_put_lseg_locked() with pnfs_put_lseg()
2017-08-03 13:46:04 linux-nfs [PATCH v2 24/28] NFS: Switch to using mapping->private_lock for page writeback lookups.
2017-08-03 13:46:03 linux-nfs [PATCH v2 23/28] NFS: Use an atomic_long_t to count the number of commits
2017-08-03 13:46:02 linux-nfs [PATCH v2 22/28] NFS: Use an atomic_long_t to count the number of requests
2017-08-03 13:46:00 linux-nfs [PATCH v2 21/28] NFSv4: Use a mutex to protect the per-inode commit lists
2017-08-03 13:45:59 linux-nfs [PATCH v2 20/28] NFS: Refactor nfs_page_find_head_request()
2017-08-03 13:45:58 linux-nfs [PATCH v2 19/28] NFSv4: Convert nfs_lock_and_join_requests() to use nfs_page_find_head_request()
2017-08-03 13:45:57 linux-nfs [PATCH v2 18/28] NFS: Fix up nfs_page_group_covers_page()
2017-08-03 13:45:56 linux-nfs [PATCH v2 17/28] NFS: Remove unused parameter from nfs_page_group_lock()
2017-08-03 13:45:54 linux-nfs [PATCH v2 16/28] NFS: Remove unuse function nfs_page_group_lock_wait()
2017-08-03 13:45:53 linux-nfs [PATCH v2 15/28] NFS: Remove nfs_page_group_clear_bits()
2017-08-03 13:45:52 linux-nfs [PATCH v2 14/28] NFS: Fix nfs_page_group_destroy() and nfs_lock_and_join_requests() race cases
2017-08-03 13:45:51 linux-nfs [PATCH v2 13/28] NFS: Further optimise nfs_lock_and_join_requests()
2017-08-03 13:45:50 linux-nfs [PATCH v2 12/28] NFS: Reduce inode->i_lock contention in nfs_lock_and_join_requests()
2017-08-03 13:45:48 linux-nfs [PATCH v2 11/28] NFS: Remove page group limit in nfs_flush_incompatible()
2017-08-03 13:45:47 linux-nfs [PATCH v2 10/28] NFS: Teach nfs_try_to_update_request() to deal with request page_groups
2017-08-03 13:45:46 linux-nfs [PATCH v2 09/28] NFS: Fix the inode request accounting when pages have subrequests
2017-08-03 13:45:44 linux-nfs [PATCH v2 08/28] NFS: Don't unlock writebacks before declaring PG_WB_END
2017-08-03 13:45:42 linux-nfs [PATCH v2 07/28] NFS: Don't check request offset and size without holding a lock
2017-08-03 13:45:41 linux-nfs [PATCH v2 06/28] NFS: Fix an ABBA issue in nfs_lock_and_join_requests()
2017-08-03 13:45:40 linux-nfs [PATCH v2 05/28] NFS: Fix a reference and lock leak in nfs_lock_and_join_requests()
2017-08-03 13:45:38 linux-nfs [PATCH v2 04/28] NFS: Ensure we always dereference the page head last
2017-08-03 13:45:36 linux-nfs [PATCH v2 03/28] NFS: Reduce lock contention in nfs_try_to_update_request()
2017-08-03 13:45:34 linux-nfs [PATCH v2 02/28] NFS: Reduce lock contention in nfs_page_find_head_request()
2017-08-03 13:45:33 linux-nfs [PATCH v2 01/28] NFS: Simplify page writeback
2017-08-03 13:45:32 linux-nfs [PATCH v2 00/28] Reducing inode->i_lock contention in writebacks
2017-08-01 20:03:04 linux-nfs [PATCH 5/5] NFSv4: Cleanup setting of the migration flags.
2017-08-01 20:03:03 linux-nfs [PATCH 4/5] NFSv4.1: Ensure we clear the SP4_MACH_CRED flags in nfs4_sp4_select_mode()
2017-08-01 20:03:02 linux-nfs [PATCH 3/5] NFSv4: Refactor _nfs4_proc_exchange_id()
2017-08-01 20:03:00 linux-nfs [PATCH 2/5] NFSv4: Fix double frees in nfs4_test_session_trunk()
2017-08-01 20:02:59 linux-nfs [PATCH 1/5] NFSv4: Fix EXCHANGE_ID corrupt verifier issue
2017-07-19 22:10:22 linux-nfs [PATCH 19/20] SUNRPC: Add a function to allow waiting for RPC transmission
2017-07-19 22:10:22 linux-nfs [PATCH 20/20] NFS: Throttle I/O to the NFS server
2017-07-19 22:10:21 linux-nfs [PATCH 18/20] NFS: Fix up nfs_page_group_covers_page()
2017-07-19 22:10:19 linux-nfs [PATCH 17/20] NFS: Remove unused parameter from nfs_page_group_lock()
2017-07-19 22:10:18 linux-nfs [PATCH 16/20] NFS: Remove unuse function nfs_page_group_lock_wait()
2017-07-19 22:10:17 linux-nfs [PATCH 15/20] NFS: Remove nfs_page_group_clear_bits()
2017-07-19 22:10:17 linux-nfs [PATCH 14/20] NFS: Fix nfs_page_group_destroy() and nfs_lock_and_join_requests() race cases
2017-07-19 22:10:16 linux-nfs [PATCH 13/20] NFS: Further optimise nfs_lock_and_join_requests()
2017-07-19 22:10:15 linux-nfs [PATCH 12/20] NFS: Reduce inode->i_lock contention in nfs_lock_and_join_requests()
2017-07-19 22:10:13 linux-nfs [PATCH 10/20] NFS: Teach nfs_try_to_update_request() to deal with request page_groups
2017-07-19 22:10:13 linux-nfs [PATCH 11/20] NFS: Remove page group limit in nfs_flush_incompatible()