Revision 8d05b3771da8775799673212b57d62f57c70d68a authored by Linus Torvalds on 03 March 2013, 00:46:07 UTC, committed by Linus Torvalds on 03 March 2013, 00:46:07 UTC
Pull NFS client bugfixes from Trond Myklebust:
 "We've just concluded another Connectathon interoperability testing
  week, and so here are the fixes for the bugs that were discovered:

   - Don't allow NFS silly-renamed files to be deleted
   - Don't start the retransmission timer when out of socket space
   - Fix a couple of pnfs-related Oopses.
   - Fix one more NFSv4 state recovery deadlock
   - Don't loop forever when LAYOUTGET returns NFS4ERR_LAYOUTTRYLATER"

* tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs:
  SUNRPC: One line comment fix
  NFSv4.1: LAYOUTGET EDELAY loops timeout to the MDS
  SUNRPC: add call to get configured timeout
  PNFS: set the default DS timeout to 60 seconds
  NFSv4: Fix another open/open_recovery deadlock
  nfs: don't allow nfs_find_actor to match inodes of the wrong type
  NFSv4.1: Hold reference to layout hdr in layoutget
  pnfs: fix resend_to_mds for directio
  SUNRPC: Don't start the retransmission timer when out of socket space
  NFS: Don't allow NFS silly-renamed files to be deleted, no signal
2 parent s b695188 + 512e4b2
History
File Mode Size
Kconfig -rw-r--r-- 2.8 KB
Makefile -rw-r--r-- 790 bytes
array.c -rw-r--r-- 18.4 KB
base.c -rw-r--r-- 75.1 KB
cmdline.c -rw-r--r-- 651 bytes
consoles.c -rw-r--r-- 2.2 KB
cpuinfo.c -rw-r--r-- 564 bytes
devices.c -rw-r--r-- 1.4 KB
fd.c -rw-r--r-- 8.0 KB
fd.h -rw-r--r-- 412 bytes
generic.c -rw-r--r-- 18.9 KB
inode.c -rw-r--r-- 12.1 KB
internal.h -rw-r--r-- 6.2 KB
interrupts.c -rw-r--r-- 1.1 KB
kcore.c -rw-r--r-- 15.2 KB
kmsg.c -rw-r--r-- 1.5 KB
loadavg.c -rw-r--r-- 1.1 KB
meminfo.c -rw-r--r-- 4.9 KB
mmu.c -rw-r--r-- 1.4 KB
namespaces.c -rw-r--r-- 7.2 KB
nommu.c -rw-r--r-- 3.2 KB
page.c -rw-r--r-- 5.2 KB
proc_devtree.c -rw-r--r-- 5.3 KB
proc_net.c -rw-r--r-- 4.2 KB
proc_sysctl.c -rw-r--r-- 38.8 KB
proc_tty.c -rw-r--r-- 4.7 KB
root.c -rw-r--r-- 5.4 KB
self.c -rw-r--r-- 1.4 KB
softirqs.c -rw-r--r-- 993 bytes
stat.c -rw-r--r-- 5.9 KB
task_mmu.c -rw-r--r-- 34.4 KB
task_nommu.c -rw-r--r-- 7.1 KB
uptime.c -rw-r--r-- 1.3 KB
version.c -rw-r--r-- 761 bytes
vmcore.c -rw-r--r-- 17.3 KB

back to top