1. 13 Oct, 2006 2 commits
    • Petr Vandrovec's avatar
      [PATCH] Get core dump code to work... · 7f14daa1
      Petr Vandrovec authored
      The file based core dump code was broken by pipe changes - a relative
      llseek returns the absolute file position on success, not the relative
      one, so dump_seek() always failed when invoked with non-zero current
      position.
      
      Only success/failure can be tested with relative lseek, we have to trust
      kernel that on success we've got right file offset.  With this fix in
      place I have finally real core files instead of 1KB fragments...
      Signed-off-by: default avatarPetr Vandrovec <petr@vandrovec.name>
      [ Cleaned it up a bit while here - use SEEK_CUR instead of hardcoding 1 ]
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      7f14daa1
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 · 12e36b2f
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6: (27 commits)
        [CIFS] Missing flags2 for DFS
        [CIFS] Workaround incomplete byte length returned by some
        [CIFS] cifs Kconfig: don't select CONNECTOR
        [CIFS] Level 1 QPathInfo needed for proper OS2 support
        [CIFS] fix typo in previous patch
        [CIFS] Fix old DOS time conversion to handle timezone
        [CIFS] Do not need to adjust for Jan/Feb for leap day
        [CIFS] Fix leaps year calculation for years after 2100
        [CIFS] readdir (ffirst) enablement of accurate timestamps from legacy servers
        [CIFS] Fix compiler warning with previous patch
        [CIFS] Fix typo
        [CIFS] Allow for 15 minute TZs (e.g. Nepal) and be more explicit about
        [CIFS] Fix readdir of large directories for backlevel servers
        [CIFS] Allow LANMAN21 support even in both POSIX non-POSIX path
        [CIFS] Make use of newer QFSInfo dependent on capability bit instead of
        [CIFS] Do not send newer QFSInfo to legacy servers which can not support it
        [CIFS] Fix typo in name of new cifs_show_stats
        [CIFS] Rename server time zone field
        [CIFS] Handle legacy servers which return undefined time zone
        [CIFS] CIFS support for /proc/<pid>/mountstats part 1
        ...
      
      Manual conflict resolution in fs/cifs/connect.c
      12e36b2f
  2. 12 Oct, 2006 38 commits