summaryrefslogtreecommitdiffstats
path: root/fs/jffs2/background.c
Commit message (Expand)AuthorAgeFilesLines
* signal: remove jffs2_garbage_collect_thread()->allow_signal(SIGCONT)Oleg Nesterov2015-11-061-1/+0
* signal: introduce kernel_signal_stop() to fix jffs2_garbage_collect_thread()Oleg Nesterov2015-11-061-2/+1
* signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov2015-11-061-2/+1
* signals: jffs2: fix the wrong usage of disallow_signal()Oleg Nesterov2014-06-061-5/+7
* jffs2: Use pr_fmt and remove jffs: from formatsJoe Perches2012-03-271-3/+4
* jffs2: Convert printks to pr_<level>Joe Perches2012-03-271-2/+3
* jffs2: Convert most D1/D2 macros to jffs2_dbgJoe Perches2012-03-271-9/+14
* jffs2: Update copyright noticesDavid Woodhouse2010-08-081-0/+1
* jffs2: Require jffs2_garbage_collect_trigger() to be called with lock heldDavid Woodhouse2010-05-191-2/+1
* jffs2: move jffs2_gcd_mtd threads to the new kthread APIGerard Lledo2009-09-041-7/+13
* [JFFS2] force the jffs2 GC daemon to behave a bit betterAndres Salomon2009-02-141-7/+11
* [JFFS2] Fix lack of locking in thread_should_wake()David Woodhouse2008-10-311-5/+5
* Freezer: Fix JFFS2 garbage collector freezing issue (rev. 2)Rafael J. Wysocki2007-12-041-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-07-231-0/+1
|\
| * Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-0/+1
* | [JFFS2] Whitespace cleanups.David Woodhouse2007-07-101-2/+2
* | [JFFS2] Fix suspend failure with JFFS2 GC thread.David Woodhouse2007-06-281-4/+4
|/
* [JFFS2] Tidy up licensing/copyright boilerplate.David Woodhouse2007-04-251-3/+1
* [JFFS2] Use yield() between GC passes in background thread.David Woodhouse2007-03-081-1/+7
* [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-071-0/+1
* BUG_ON() Conversion in fs/jffs2/Eric Sesterhenn2006-04-011-2/+1
* [JFFS2] Clean up trailing white spacesThomas Gleixner2005-11-071-2/+2
* [PATCH] fix missing includesTim Schmielau2005-10-301-0/+1
* Merge with rsync://fileserver/linuxThomas Gleixner2005-06-261-1/+1
|\
| * [PATCH] jffs2 build fixAndrew Morton2005-06-261-1/+1
* | [JFFS2] Fix cleanup in case of GC-Task not startedThomas Gleixner2005-05-231-2/+5
* | [JFFS2] Convert thread start semaphore to completionThomas Gleixner2005-05-231-4/+4
|/
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+140