index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fs-writeback.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-13
sync_inode_metadata: fix comment
Andrew Morton
1
-2
/
+2
2011-01-13
writeback: avoid livelocking WB_SYNC_ALL writeback
Jan Kara
1
-4
/
+23
2011-01-13
writeback: stop background/kupdate works from livelocking other works
Jan Kara
1
-0
/
+10
2011-01-13
writeback: trace wakeup event for background writeback
Wu Fengguang
1
-0
/
+1
2011-01-13
writeback: integrated background writeback work
Jan Kara
1
-15
/
+46
2010-10-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-7
/
+40
2010-10-30
fs-writeback.c: unify some common code
Linus Torvalds
1
-10
/
+13
2010-10-29
Add new functions for triggering inode writeback
Chris Mason
1
-10
/
+42
2010-10-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-29
/
+51
2010-10-26
kernel: remove PF_FLUSHER
Peter Zijlstra
1
-1
/
+1
2010-10-26
fs/fs-writeback.c: restore lost comment
Andrew Morton
1
-0
/
+4
2010-10-26
writeback: remove the internal 5% low bound on dirty_ratio
Wu Fengguang
1
-1
/
+1
2010-10-25
fs: skip I_FREEING inodes in writeback_sb_inodes
Christoph Hellwig
1
-2
/
+7
2010-10-25
fs: inode split IO and LRU lists
Nick Piggin
1
-17
/
+18
2010-10-25
fs: Implement lazy LRU updates for inodes
Nick Piggin
1
-7
/
+4
2010-10-25
fs: Convert nr_inodes and nr_unused to per-cpu counters
Dave Chinner
1
-3
/
+2
2010-10-25
new helper: inode_unhashed()
Al Viro
1
-1
/
+1
2010-10-25
fs: add sync_inode_metadata
Christoph Hellwig
1
-0
/
+20
2010-10-04
writeback: always use sb->s_bdi for writeback purposes
Christoph Hellwig
1
-15
/
+4
2010-09-22
bdi: Fix warnings in __mark_inode_dirty for /dev/zero and friends
Jan Kara
1
-2
/
+21
2010-08-28
writeback: Fix lost wake-up shutting down writeback thread
J. Bruce Fields
1
-1
/
+1
2010-08-12
mm: fix writeback_in_progress()
Jan Kara
1
-1
/
+3
2010-08-12
writeback: merge for_kupdate and !for_kupdate cases
Wu Fengguang
1
-33
/
+10
2010-08-12
writeback: fix queue_io() ordering
Wu Fengguang
1
-1
/
+9
2010-08-12
writeback: don't redirty tail an inode with dirty pages
Wu Fengguang
1
-13
/
+9
2010-08-12
writeback: avoid unnecessary calculation of bdi dirty thresholds
Wu Fengguang
1
-1
/
+1
2010-08-10
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-57
/
+104
2010-08-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-4
/
+4
2010-08-09
mm: avoid resetting wb_start after each writeback round
Jan Kara
1
-2
/
+3
2010-08-09
simplify checks for I_CLEAR/I_FREEING
Al Viro
1
-4
/
+4
2010-08-07
writeback: optimize periodic bdi thread wakeups
Artem Bityutskiy
1
-25
/
+11
2010-08-07
writeback: prevent unnecessary bdi threads wakeups
Artem Bityutskiy
1
-11
/
+48
2010-08-07
writeback: move bdi threads exiting logic to the forker thread
Artem Bityutskiy
1
-42
/
+12
2010-08-07
writeback: move last_active to bdi
Artem Bityutskiy
1
-3
/
+3
2010-08-07
writeback: do not remove bdi from bdi_list
Artem Bityutskiy
1
-7
/
+0
2010-08-07
writeback: do not lose wake-ups in bdi threads
Artem Bityutskiy
1
-8
/
+9
2010-08-07
writeback: harmonize writeback threads naming
Artem Bityutskiy
1
-1
/
+1
2010-08-07
writeback: remove wb in get_next_work_item
Minchan Kim
1
-2
/
+2
2010-08-07
writeback: Add tracing to balance_dirty_pages
Dave Chinner
1
-0
/
+5
2010-08-07
writeback: Initial tracing support
Dave Chinner
1
-8
/
+30
2010-08-07
writeback: merge bdi_writeback_task and bdi_start_fn
Christoph Hellwig
1
-1
/
+34
2010-08-07
writeback: remove wb_list
Christoph Hellwig
1
-2
/
+2
2010-07-06
writeback: simplify the write back thread queue
Christoph Hellwig
1
-184
/
+69
2010-07-06
writeback: split writeback_inodes_wb
Christoph Hellwig
1
-36
/
+46
2010-07-06
writeback: remove writeback_inodes_wbc
Christoph Hellwig
1
-10
/
+2
2010-07-01
fs-writeback: fix kernel-doc warnings
Randy Dunlap
1
-1
/
+1
2010-06-11
writeback: fix pin_sb_for_writeback
Christoph Hellwig
1
-8
/
+10
2010-06-11
writeback: add missing requeue_io in writeback_inodes_wb
Christoph Hellwig
1
-1
/
+3
2010-06-11
writeback: simplify and split bdi_start_writeback
Christoph Hellwig
1
-12
/
+20
2010-06-11
writeback: simplify wakeup_flusher_threads
Christoph Hellwig
1
-21
/
+11
[next]