1. 20 Nov, 2012 5 commits
  2. 13 Nov, 2012 9 commits
  3. 11 Nov, 2012 9 commits
  4. 09 Nov, 2012 1 commit
    • Samuel Ortiz's avatar
      mfd: Explicitely include slab.h to rtsx · aec17ea1
      Samuel Ortiz authored
      This fixes the following build error on some architectures (parisc at least):
      
      drivers/mfd/rtsx_pcr.c: In function 'rtsx_pci_init_chip':
      drivers/mfd/rtsx_pcr.c:985:2: error: implicit declaration of function 'kcalloc'
      [-Werror=implicit-function-declaration]
      drivers/mfd/rtsx_pcr.c:985:13: warning: assignment makes pointer from integer
      without a cast [enabled by default]
      Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
      aec17ea1
  5. 08 Nov, 2012 4 commits
  6. 06 Nov, 2012 2 commits
  7. 05 Nov, 2012 8 commits
  8. 04 Nov, 2012 1 commit
  9. 03 Nov, 2012 1 commit
    • Linus Torvalds's avatar
      Merge tag 'nfs-for-3.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs · d4164973
      Linus Torvalds authored
      Pull NFS client bugfixes from Trond Myklebust:
      
       - Fix a bunch of deadlock situations:
         * State recovery can deadlock if we fail to release sequence ids
           before scheduling the recovery thread.
         * Calling deactivate_super() from an RPC workqueue thread can
           deadlock because of the call to rpc_shutdown_client.
      
       - Display the device name correctly in /proc/*/mounts
      
       - Fix a number of incorrect error return values:
         * When NFSv3 mounts fail due to a timeout.
         * On NFSv4.1 backchannel setup failure
         * On NFSv4 open access checks
      
       - pnfs_find_alloc_layout() must check the layout pointer for NULL
      
       - Fix a regression in the legacy DNS resolved
      
      * tag 'nfs-for-3.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs:
        NFS4: nfs4_opendata_access should return errno
        NFSv4: Initialise the NFSv4.1 slot table highest_used_slotid correctly
        SUNRPC: return proper errno from backchannel_rqst
        NFS: add nfs_sb_deactive_async to avoid deadlock
        nfs: Show original device name verbatim in /proc/*/mount{s,info}
        nfsv3: Make v3 mounts fail with ETIMEDOUTs instead EIO on mountd timeouts
        nfs: Check whether a layout pointer is NULL before free it
        NFS: fix bug in legacy DNS resolver.
        NFSv4: nfs4_locku_done must release the sequence id
        NFSv4.1: We must release the sequence id when we fail to get a session slot
        NFS: Wait for session recovery to finish before returning
      d4164973