1. 10 11月, 2007 1 次提交
    • J
      [CIFS] fix oops on second mount to same server when null auth is used · 9b8f5f57
      Jeff Layton 提交于
      When a share is mounted using no username, cifs_mount sets
      volume_info.username as a NULL pointer, and the sesInfo userName as an
      empty string. The volume_info.username is passed to a couple of other
      functions to see if there is an existing unc or tcp connection that can
      be used. These functions assume that the username will be a valid
      string that can be passed to strncmp. If the pointer is NULL, then the
      kernel will oops if there's an existing session to which the string
      can be compared.
      
      This patch changes cifs_mount to set volume_info.username to an empty
      string in this situation, which prevents the oops and should make it
      so that the comparison to other null auth sessions match.
      Signed-off-by: NJeff Layton <jlayton@redhat.com>
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      9b8f5f57
  2. 09 11月, 2007 4 次提交
  3. 06 11月, 2007 1 次提交
  4. 05 11月, 2007 1 次提交
  5. 03 11月, 2007 4 次提交
  6. 02 11月, 2007 1 次提交
  7. 01 11月, 2007 1 次提交
    • S
      [CIFS] when mount helper missing fix slash wrong direction in share · 1fb64bfc
      Steve French 提交于
      Kernel bugzilla bug #9228
      
      If mount helper (mount.cifs) missing, mounts with form like
      //10.11.12.13/c$ would not work (only mounts with slash e.g.
      //10.11.12.13\\c$ would work) due to problem with slash supposed
      to be converted to backslash by the mount helper (which is not
      there).
      
      If we fail on converting an IPv4 address in in4_pton then
      try to canonicalize the first slash (ie between sharename
      and host ip address) if necessary.  If we have to retry
      to check for IPv6 address the slash is already converted
      if necessary.
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      1fb64bfc
  8. 31 10月, 2007 1 次提交
  9. 30 10月, 2007 1 次提交
  10. 27 10月, 2007 1 次提交
  11. 26 10月, 2007 2 次提交
  12. 24 10月, 2007 2 次提交
  13. 23 10月, 2007 1 次提交
  14. 22 10月, 2007 3 次提交
    • T
      NFS: Fix a typo in nfs_call_unlink() · 55b70a03
      Trond Myklebust 提交于
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      55b70a03
    • T
    • L
      Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 · efea90a4
      Linus Torvalds 提交于
      * 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/cooloney/blackfin-2.6:
        Blackfin arch: update boards files
        Blackfin arch: dma add some API and cleanup bf54x DMA definition
        Blackfin arch: cleanup and promote the general purpose timers api to a core blackfin component
        Blackfin arch: add a cheesy install target
        Blackfin arch: add functions for converting between sclks and usecs
        Blackfin arch: add assembly function for doing 64bit unsigned division
        Blackfin arch: -mno-fdpic works
        Blackfin arch: use "char bfin_board_name[]" rather than "char *bfin_board_name" per discussion on lkml as the former uses less storage
        Blackfin arch: Fixing Bug: balance calls to get_task_mm with corresponding mmput calls
        Blackfin serial driver Kconfig: depend on DMA not being enabled rather than a specific DMA size
        Blackfin arch: Fix bug: missing CHIPID register field definition of BF54x
        Blackfin arch: Fix up /proc/cpuinfo so it is like everyone else
        Blackfin arch: Optimization - no need to make additional math here
        Blackfin arch: force irq_flags into the .data section
        Blackfin arch BF548 defconfig: enable watchdog by default
        Blackfin arch: add new processor ADSP-BF52x arch/mach support
      efea90a4
  15. 21 10月, 2007 3 次提交
  16. 22 10月, 2007 1 次提交
  17. 21 10月, 2007 1 次提交
  18. 22 10月, 2007 1 次提交
  19. 21 10月, 2007 9 次提交
  20. 22 10月, 2007 1 次提交