1. 27 Aug, 2002 6 commits
    • Patrick Mochel's avatar
      Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virgin · c9aa5dba
      Patrick Mochel authored
      into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-cls
      c9aa5dba
    • Patrick Mochel's avatar
      clean up driverfs removal of directories · 6dc7de88
      Patrick Mochel authored
      - Make sure we have a valid inode when deleting a dentry
      - use list_for_each_safe instead of manually walking ->d_subdirs
      - don't do dget() in driverfs_mknod, since we already have a reference to it via driverfs_create_*
      - so, remove extra dput() in driverfs_remove_dir and driverfs_remove_file
      - Don't do get_mount() in driverfs_create_file, since it was done for the directory
      - so remove extrra put_mount() from driverfs_remove_*
      - Call d_invalidate() to unhash the files and directories instead of d_delete
      - Remove our own d_unhash(), since d_invalidate() does the equivalent
      - inline driverfs_rmdir in driverfs_remove_dir since its the only user and it prevents us from
        taking the dir's semaphore twice.
      6dc7de88
    • Linus Torvalds's avatar
      Linux v2.5.32 · 22101408
      Linus Torvalds authored
      22101408
    • Linus Torvalds's avatar
      Automerge · 757f828d
      Linus Torvalds authored
      757f828d
    • Christoph Hellwig's avatar
      Cleanup console merge · 6088b2bf
      Christoph Hellwig authored
      Instead of checking for cetain architectures in the Makefile set
      CONFIG_HW_CONSOLE in Config.in if we support a hardware console. 
      6088b2bf
    • Linus Torvalds's avatar
      Merge bk://ppc.bkbits.net/for-linus-ppc · 4167efcd
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      4167efcd
  2. 28 Aug, 2002 6 commits
  3. 27 Aug, 2002 16 commits
  4. 26 Aug, 2002 12 commits