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
2013-09-11
writeback: fix race that cause writeback hung
Junxiao Bi
1
-2
/
+2
2013-09-11
mm/writeback: make writeback_inodes_wb static
Wanpeng Li
1
-1
/
+1
2013-09-11
writeback: fix occasional slow sync(1)
Jan Kara
1
-4
/
+2
2013-07-09
mm/writeback: don't check force_wait to handle bdi->work_list
Wanpeng Li
1
-8
/
+2
2013-07-09
fs/fs-writeback.c: : make wb_do_writeback() as static
Haicheng Li
1
-1
/
+1
2013-07-02
sync: don't block the flusher thread waiting on IO
Dave Chinner
1
-2
/
+7
2013-05-08
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-70
/
+32
2013-04-30
writeback: set worker desc to identify writeback workers in task dumps
Tejun Heo
1
-0
/
+1
2013-04-01
writeback: replace custom worker pool implementation with unbound workqueue
Tejun Heo
1
-70
/
+32
2013-02-28
Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-24
/
+20
2013-01-14
writeback: add more tracepoints
Tejun Heo
1
-2
/
+14
2013-01-12
vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename them
Miao Xie
1
-24
/
+20
2012-12-12
writeback: fix a typo in comment
Yan Hong
1
-1
/
+1
2012-11-26
writeback: put unused inodes to LRU after writeback completion
Jan Kara
1
-0
/
+2
2012-10-12
Merge branch 'writeback-for-next' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2012-10-09
fs/fs-writeback.c: remove unneccesary parameter of __writeback_single_inode()
Yan Hong
1
-4
/
+3
2012-10-08
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+1
2012-10-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-4
/
+0
2012-09-21
fs/fs-writeback.c: cleanup riteback_sb_inodes kerneldoc
Liu Bo
1
-4
/
+0
2012-09-19
ext4: fix potential deadlock in ext4_nonda_switch()
Theodore Ts'o
1
-0
/
+1
2012-09-11
writeback: correct comment for move_expired_inodes()
Wang Sheng-Hui
1
-1
/
+1
2012-07-31
mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threads
Wanpeng Li
1
-5
/
+0
2012-07-30
Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2012-07-22
vfs: Move noop_backing_dev_info check from sync into writeback
Jan Kara
1
-0
/
+5
2012-06-09
writeback: Fix some comment errors
Wanpeng Li
1
-2
/
+2
2012-06-09
writeback: Fix lock imbalance in writeback_sb_inodes()
Jan Kara
1
-0
/
+1
2012-05-06
writeback: Avoid iput() from flusher thread
Jan Kara
1
-13
/
+53
2012-05-06
writeback: Refactor writeback_single_inode()
Jan Kara
1
-56
/
+86
2012-05-06
writeback: Remove wb->list_lock from writeback_single_inode()
Jan Kara
1
-10
/
+7
2012-05-06
writeback: Separate inode requeueing after writeback
Jan Kara
1
-47
/
+55
2012-05-06
writeback: Move I_DIRTY_PAGES handling
Jan Kara
1
-2
/
+3
2012-05-06
writeback: Move requeueing when I_SYNC set to writeback_sb_inodes()
Jan Kara
1
-14
/
+16
2012-05-06
writeback: Move clearing of I_SYNC into inode_sync_complete()
Jan Kara
1
-6
/
+2
2012-03-28
Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-20
/
+2
2012-03-24
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-1
/
+1
2012-03-21
writeback: Remove outdated comment
Jan Kara
1
-18
/
+2
2012-03-21
fs: Remove bogus wait in write_inode_now()
Jan Kara
1
-2
/
+0
2012-03-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-03-07
writeback: fix fn name in writeback_inodes_sb_nr_if_idle() comment header
Fengguang Wu
1
-1
/
+1
2012-02-28
fs: reduce the use of module.h wherever possible
Paul Gortmaker
1
-1
/
+1
2012-02-01
writeback: fix NULL bdi->dev in trace writeback_single_inode
Wu Fengguang
1
-8
/
+8
2012-01-10
Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+14
2012-01-08
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+1
2012-01-08
writeback: move MIN_WRITEBACK_PAGES to fs-writeback.c
Wu Fengguang
1
-0
/
+6
2012-01-03
fs: move code out of buffer.c
Al Viro
1
-1
/
+0
2011-12-25
Merge branch 'pm-sleep' into pm-for-linus
Rafael J. Wysocki
1
-3
/
+1
2011-12-21
Merge branch 'master' into pm-sleep
Rafael J. Wysocki
1
-0
/
+5
2011-12-18
writeback: Include all dirty inodes in background writeback
Jan Kara
1
-2
/
+8
2011-12-18
writeback: show writeback reason with __print_symbolic
Wu Fengguang
1
-11
/
+0
2011-11-29
writeback: Fix issue on make htmldocs
Marcos Paulo de Souza
1
-0
/
+5
[next]