[GIT PULL] Please pull NFS client fixes

From: Trond Myklebust
Date: Mon Aug 25 2014 - 10:55:37 EST


Hi Linus,

The following changes since commit 451fd72219dd6f3355e2d036c598544c760ee532:

Merge tag 'pwm/for-3.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm (2014-08-22 14:50:21 -0700)

are available in the git repository at:


git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-3.17-2

for you to fetch changes up to 92a56555bd576c61b27a5cab9f38a33a1e9a1df5:

nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_wait (2014-08-22 18:04:44 -0400)

----------------------------------------------------------------
NFS client fixes for 3.17

Highlights:

- More fixes for read/write codepath regressions
- Sleeping while holding the inode lock
- Stricter enforcement of page contiguity when coalescing requests
- Fix up error handling in the page coalescing code
- Don't busy wait on SIGKILL in the file locking code

----------------------------------------------------------------
David Jeffery (1):
nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_wait

Weston Andros Adamson (7):
nfs: change nfs_page_group_lock argument
nfs: fix nonblocking calls to nfs_page_group_lock
nfs: use blocking page_group_lock in add_request
nfs: fix error handling in lock_and_join_requests
nfs: don't sleep with inode lock in lock_and_join_requests
nfs: disallow duplicate pages in pgio page vectors
nfs: can_coalesce_requests must enforce contiguity

fs/nfs/pagelist.c | 84 ++++++++++++++++++++++++++++++++++--------------
fs/nfs/write.c | 21 +++++++++---
include/linux/nfs_page.h | 1 +
3 files changed, 77 insertions(+), 29 deletions(-)

--
Trond Myklebust
Linux NFS client maintainer, PrimaryData
trond.myklebust@xxxxxxxxxxxxxxx


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/