1. 19 Apr, 2009 3 commits
    • Sam Ravnborg's avatar
      kbuild: support include/generated · f14875a3
      Sam Ravnborg authored
      We need a location for generated files.
      Today they are spread over several places and bringing them
      together to a common place makes it obvious hat is generated
      and what isreal files.
      
      Al Viro originally suggested: include/gen
      Linus suggested to spell it out.
      
      This patch implement support for
      
          include/generated
      
      All files in include/generated are ignored by git.
      include/generated is removed during "make mrproper".
      
      With this we are ready to implement support for include/generated
      in the various architctures and in the base kernel.
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      Cc: Al Viro <viro@ZenIV.linux.org.uk>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      f14875a3
    • Linus Torvalds's avatar
      Remove 'recurse into child resources' logic from 'reserve_region_with_split()' · ff54250a
      Linus Torvalds authored
      This function is not actually used right now, since the original use
      case for it was done with insert_resource_expand_to_fit() instead.
      
      However, we now have another usage case that wants to basically do a
      "reserve IO resource, splitting around existing resources", however that
      one doesn't actually want the "recurse into the conflicting resource"
      logic at all.
      
      And since recursing into the conflicting resource was the most complex
      part, and isn't wanted, just remove it.  Maybe we'll some day want both
      versions, but we can just resurrect the logic then.
      Tested-by: default avatarYinghai Lu <yinghai@kernel.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      ff54250a
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 · 8d4ab5da
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6:
        cifs: when renaming don't try to unlink negative dentry
        cifs: remove unneeded bcc_ptr update in CIFSTCon
        cifs: add cFYI messages with some of the saved strings from ssetup/tcon
        cifs: fix buffer size for tcon->nativeFileSystem field
        cifs: fix unicode string area word alignment in session setup
        [CIFS] Fix build break caused by change to new current_umask helper function
        [CIFS] Fix sparse warnings
        [CIFS] Add support for posix open during lookup
        cifs: no need to use rcu_assign_pointer on immutable keys
        cifs: remove dnotify thread code
        [CIFS] remove some build warnings
        cifs: vary timeout on writes past EOF based on offset (try #5)
        [CIFS] Fix build break from recent DFS patch when DFS support not enabled
        Remote DFS root support.
        [CIFS] Endian convert UniqueId when reporting inode numbers from server files
        cifs: remove some pointless conditionals before kfree()
        cifs: flush data on any setattr
      8d4ab5da
  2. 18 Apr, 2009 10 commits
  3. 17 Apr, 2009 27 commits