1. 21 10月, 2008 1 次提交
  2. 13 5月, 2008 1 次提交
  3. 04 1月, 2008 2 次提交
  4. 14 10月, 2007 1 次提交
  5. 12 10月, 2007 1 次提交
  6. 10 10月, 2007 1 次提交
  7. 13 6月, 2007 1 次提交
  8. 07 6月, 2007 2 次提交
  9. 09 5月, 2007 2 次提交
  10. 06 5月, 2007 1 次提交
    • D
      JFS: Fix race waking up jfsIO kernel thread · 05ec9e26
      Dave Kleikamp 提交于
      It's possible for a journal I/O request to be added to the log_redrive
      queue and the jfsIO thread to be awakened after the thread releases
      log_redrive_lock but before it sets its state to TASK_INTERRUPTIBLE.
      
      The jfsIO thread should set the state before giving up the spinlock, so
      the waking thread will really wake it.
      Signed-off-by: NDave Kleikamp <shaggy@austin.ibm.com>
      05ec9e26
  11. 26 4月, 2007 1 次提交
  12. 08 12月, 2006 1 次提交
  13. 02 10月, 2006 1 次提交
  14. 27 3月, 2006 1 次提交
    • I
      [PATCH] sem2mutex: fs/ · 353ab6e9
      Ingo Molnar 提交于
      Semaphore to mutex conversion.
      
      The conversion was generated via scripts, and the result was validated
      automatically via a script as well.
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      Cc: Eric Van Hensbergen <ericvh@ericvh.myip.org>
      Cc: Robert Love <rml@tech9.net>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Neil Brown <neilb@cse.unsw.edu.au>
      Cc: Trond Myklebust <trond.myklebust@fys.uio.no>
      Cc: Dave Kleikamp <shaggy@austin.ibm.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      353ab6e9
  15. 23 2月, 2006 1 次提交
  16. 16 2月, 2006 1 次提交
  17. 25 1月, 2006 1 次提交
  18. 27 7月, 2005 1 次提交
    • D
      JFS: Improve sync barrier processing · cbc3d65e
      Dave Kleikamp 提交于
      Under heavy load, hot metadata pages are often locked by non-committed
      transactions, making them difficult to flush to disk.  This prevents
      the sync point from advancing past a transaction that had modified the
      page.
      
      There is a point during the sync barrier processing where all
      outstanding transactions have been committed to disk, but no new
      transaction have been allowed to proceed.  This is the best time
      to write the metadata.
      Signed-off-by: NDave Kleikamp <shaggy@austin.ibm.com>
      cbc3d65e
  19. 25 7月, 2005 1 次提交
  20. 26 6月, 2005 1 次提交
    • C
      [PATCH] Cleanup patch for process freezing · 3e1d1d28
      Christoph Lameter 提交于
      1. Establish a simple API for process freezing defined in linux/include/sched.h:
      
         frozen(process)		Check for frozen process
         freezing(process)		Check if a process is being frozen
         freeze(process)		Tell a process to freeze (go to refrigerator)
         thaw_process(process)	Restart process
         frozen_process(process)	Process is frozen now
      
      2. Remove all references to PF_FREEZE and PF_FROZEN from all
         kernel sources except sched.h
      
      3. Fix numerous locations where try_to_freeze is manually done by a driver
      
      4. Remove the argument that is no longer necessary from two function calls.
      
      5. Some whitespace cleanup
      
      6. Clear potential race in refrigerator (provides an open window of PF_FREEZE
         cleared before setting PF_FROZEN, recalc_sigpending does not check
         PF_FROZEN).
      
      This patch does not address the problem of freeze_processes() violating the rule
      that a task may only modify its own flags by setting PF_FREEZE. This is not clean
      in an SMP environment. freeze(process) is therefore not SMP safe!
      Signed-off-by: NChristoph Lameter <christoph@lameter.com>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      3e1d1d28
  21. 04 6月, 2005 1 次提交
    • D
      JFS: Fix compiler warning in jfs_logmgr.c · 72e3148a
      Dave Kleikamp 提交于
      fs/jfs/jfs_logmgr.c: In function `jfs_flush_journal':
      fs/jfs/jfs_logmgr.c:1632: warning: unused variable `mp'
      
      Some debug code in jfs_flush_journal does nothing when CONFIG_JFS_DEBUG
      is not defined.  Place the whole code segment within an ifdef to avoid
      unnecessary code to be compiled and the warning to be issued.
      Signed-off-by: NDave Kleikamp <shaggy@austin.ibm.com>
      72e3148a
  22. 05 5月, 2005 1 次提交
  23. 03 5月, 2005 3 次提交
  24. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4